Processed: Re: [Python-apps-team] Bug#466711: mayavi2: Cannot open any file with UTF-8
Processing commands for [EMAIL PROTECTED]: > severity 466711 normal Bug#466711: mayavi2: Cannot open any file with UTF-8 Severity set to `normal' from `grave' > tags 466711 moreinfo unreproducible Bug#466711: mayavi2: Cannot open any file with UTF-8 Tags were: l10n Tags added: moreinfo, unreproducible > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466711: [Python-apps-team] Bug#466711: mayavi2: Cannot open any file with UTF-8
severity 466711 normal tags 466711 moreinfo unreproducible thanks Hi Ivan, On Wed, 20 Feb, 2008 at 11:51:12AM -0300, Ivan Marin wrote: > Problem with the mayavi2 package. When trying to use the program with > the system encoding > configured as pt_BR.UTF-8, no module can be loaded, and if some file > like a PLOT3D is open, > the Frame Buffer Inspector appears, and the file is not loaded. The > error reported by the > Frame buffer Inspector is > > Exception: 'ascii' coded can't encode characters in position 30-31: > ordinal not in > range(128) > > and the line on Module Source (file_dialog.py) > > self.path = str(self.control.GetPath()) > > is highlighted. Could you please provide some PLOT3D file and tell us the exact steps to reproduce this problem? > > No modules or files can be opened. If the LC_ALL and LANG are changed > for C, it cannot find any files at all. Well that is not true because I tried loading a vtk file with LC_ALL and LANG set to en_IN.UTF-8 and it worked perfectly for me. Regards Varun -- Varun Hiremath Undergraduate Student, Aerospace Engineering Department, Indian Institute of Technology Madras, Chennai, India - Homepage: http://varun.travisbsd.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: r1004 - in php5/branches/etch-proposed-updates/debian: . patches
Processing commands for [EMAIL PROTECTED]: > tags 459020 pending Bug#459020: php5-recode crashes on amd64, after eating up all memory Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#460386: bnfc: FTBFS: lexical error in string/character literal at character '\t'
tags 460386 + patch thank you Hi, Replacing tabs with spaces in 2 files makes it build for me. Here is a patch. diff -u bnfc-2.2/formats/haskell2/CFtoAlex2.hs bnfc-2.2/formats/haskell2/CFtoAlex2.hs --- bnfc-2.2/formats/haskell2/CFtoAlex2.hs +++ bnfc-2.2/formats/haskell2/CFtoAlex2.hs @@ -201,19 +201,19 @@ "alexMove (Pn a l c) _= Pn (a+1) l (c+1)", "", "type AlexInput = (Posn, -- current position,", - " Char, -- previous char", - " String) -- current input string", + " Char, -- previous char", + " String) -- current input string", "", "tokens :: String -> [Token]", "tokens str = go (alexStartPos, '\\n', str)", "where", " go :: (Posn, Char, String) -> [Token]", " go inp@(pos, _, str) =", - " case alexScan inp 0 of", - "AlexEOF-> []", - "AlexError (pos, _, _) -> fail $ show pos ++ \": lexical error\"", - "AlexSkip inp' len -> go inp'", - "AlexToken inp' len act -> act pos (take len str) : (go inp')", + " case alexScan inp 0 of", + " AlexEOF-> []", + " AlexError (pos, _, _) -> fail $ show pos ++ \": lexical error\"", + " AlexSkip inp' len -> go inp'", + " AlexToken inp' len act -> act pos (take len str) : (go inp')", "", "alexGetChar :: AlexInput -> Maybe (Char,AlexInput)", "alexGetChar (p, c, [])= Nothing", only in patch2: unchanged: --- bnfc-2.2.orig/formats/haskell2/HaskellTop.hs +++ bnfc-2.2/formats/haskell2/HaskellTop.hs @@ -298,14 +298,14 @@ , " [Ok x] -> showTree v x" , " xs@(_:_) -> showSeveralTrees v xs" , " where" - , " showSeveralTrees :: (Print b, Show b) => Int -> [Err b] -> IO ()" - , " showSeveralTrees v trees" - , " = sequence_ " - , "[ do putStrV v (replicate 40 '-')" - , " putStrV v $ \"Parse number: \" ++ show n" - , " showTree v t" - , "| (Ok t,n) <- zip trees [1..]" - , "]" + , " showSeveralTrees :: (Print b, Show b) => Int -> [Err b] -> IO ()" + , " showSeveralTrees v trees" + , " = sequence_ " + , " [ do putStrV v (replicate 40 '-')" + , " putStrV v $ \"Parse number: \" ++ show n" + , " showTree v t" + , " | (Ok t,n) <- zip trees [1..]" + , " ]" ] Thank you, Barry deFreese -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: bnfc: FTBFS: lexical error in string/character literal at character '\t'
Processing commands for [EMAIL PROTECTED]: > tags 460386 + patch Bug#460386: bnfc: FTBFS: lexical error in string/character literal at character '\t' Tags were: lenny sid Tags added: patch > thank you Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466807: not installed with base system
Package: locales Version: 2.7-6 Severity: serious When doing a debootstrap, locales is not installed. This makes many administrative tools like adduser non-functional after a system is provisioned using debootstrap. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages locales depends on: ii debconf [debconf-2.0] 1.5.19 Debian configuration management sy ii libc6 [glibc-2.7-1] 2.7-6 GNU C Library: Shared libraries locales recommends no packages. -- debconf information: locales/default_environment_locale: None locales/locales_to_be_generated: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466796: has no business starting a server by default; existing implementation massively insecure; debconf used incorrectly and throws away passwords
On Wed, Feb 20, 2008 at 09:50:26PM -0500, Jaldhar Vyas wrote: >> OK, so removing some stuff was easy. However, an upgrade to the new >> version of festival would now put me in the following dilemma: Upon >> upgrade, the package would disown the /etc/init.d/festival file. Do I >> remove it upon upgrade? But what if users who have modified it don't >> want it to be removed? >> > > See e.g. http://wiki.debian.org/DpkgConffileHandling So, based on this, I have prepared a packages which does the needful. Please do give me suggestions and things to fix. http://mentors.debian.net/debian/pool/main/f/festival/festival_1.96~beta-7.dsc Thanks. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 signature.asc Description: Digital signature
Bug#466598: marked as done (grub-pc chokes on grub.cfg, hangs before menu)
Your message dated Wed, 20 Feb 2008 23:01:02 -0500 with message-id <[EMAIL PROTECTED]> and subject line Re: Bug#466598: grub-pc chokes on grub.cfg, hangs before menu has caused the Debian Bug report #466598, regarding grub-pc chokes on grub.cfg, hangs before menu to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 466598: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466598 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: grub-pc Version: 1.96+20080216-1 Severity: critical Justification: breaks the whole system Using the newest grub-pc package, I ran update-grub and then grub-install. Chainloading doesn't work by the way, because it doesn't create the chainload option in legacy grub. Booting straight to grub2 results in "Welcome to Grub" and an unresponsive computer. In a previous release the if statements created by 00_header PROVIDED BY THE GRUB-PC PACKAGE were a problem, but removing those if statements doesn't avoid the problem any more. I have had this problem on two computers, one a desktop and one a virtual machine. - -- Package-specific info: *** BEGIN /dev/hda1 / ext3 rw,errors=remount-ro,data=ordered 0 0 /dev/hda1 /dev/.static/dev ext3 rw,errors=remount-ro,data=ordered 0 0 /dev/hda9 /home ext3 rw,data=ordered 0 0 /dev/hda8 /tmp ext3 rw,data=ordered 0 0 /dev/hda5 /usr ext3 rw,data=ordered 0 0 /dev/hda6 /var ext3 rw,data=ordered 0 0 *** END *** BEGIN /boot/grub/device.map (hd0) /dev/hda *** END /boot/grub/device.map *** BEGIN /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/update-grub using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### set default=0 set timeout=5 set root=(hd0,1) if font (hd0,5)/share/grub/unicode.pff ; then set gfxmode=640x480 insmod gfxterm insmod vbe terminal gfxterm fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod png if background_image (hd0,5)/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then set color_normal=black/black set color_highlight=magenta/black else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_hurd ### ### END /etc/grub.d/10_hurd ### ### BEGIN /etc/grub.d/10_linux ### menuentry "Debian GNU/Linux, linux 2.6.24-1-686" { linux (hd0,1)/boot/vmlinuz-2.6.24-1-686 root=/dev/hda1 ro initrd (hd0,1)/boot/initrd.img-2.6.24-1-686 } menuentry "Debian GNU/Linux, linux 2.6.24-1-686 (single-user mode)" { linux (hd0,1)/boot/vmlinuz-2.6.24-1-686 root=/dev/hda1 ro single initrd (hd0,1)/boot/initrd.img-2.6.24-1-686 } ### END /etc/grub.d/10_linux ### *** END /boot/grub/grub.cfg - -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages grub-pc depends on: ii base-files4.0.2 Debian base system miscellaneous f ii debconf [debconf-2.0] 1.5.19 Debian configuration management sy ii libc6 2.7-8 GNU C Library: Shared libraries ii liblzo1 1.08-3 data compression library (old vers ii libncurses5 5.6+20080203-1 Shared libraries for terminal hand grub-pc recommends no packages. - -- debconf information: * grub-pc/linux_cmdline: * grub-pc/chainload_from_menu.lst: true -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) iD8DBQFHu0jbtXr3a6NTXfoRAvdrAJ9nSK+dvDj3nVEItAjmuwmfTT8F3wCfb5hm g2v1qYqymSRx1UkXCp5c3T4= =/G2i -END PGP SIGNATURE- --- End Message --- --- Begin Message --- On Wednesday 20 February 2008 12:07:41 pm you wrote: > Hi Barry, > So please, generate grub.cfg with update-grub and try again. There _was_ > a bug in the parser in an older release, but if you hit that all you have > to do is grub-install the latest version; no need to hand-edit grub.cfg. > I installed the 20080216 build (in testing) on my tower today and still had the parser issue. Running grub-install didn't fix it. I then installed the version in unstable (20080219) and the issue was resolved after I ran grub-install.
Bug#462031: marked as done (Please build with libwxgtk2.6-dev)
Your message dated Thu, 21 Feb 2008 02:47:05 + with message-id <[EMAIL PROTECTED]> and subject line Bug#462031: fixed in survex 1.0.39.1-2 has caused the Debian Bug report #462031, regarding Please build with libwxgtk2.6-dev to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 462031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462031 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: survex Version: 1.0.39.1-1 Severity: serious Hi, We are currently in the process of trying to remove wx2.4 from the archive, hence the serious severity of this bug. There are 5 packages packages remaining depending on 2.4 and 3 of those are pending patches and/or uploads. I will attempt to try to help create a patch if that helps you at all, or maybe the 1.1.x versions are getting close to stable for inclusion? Thank you, Barry deFreese --- End Message --- --- Begin Message --- Source: survex Source-Version: 1.0.39.1-2 We believe that the bug you reported is fixed in the latest version of survex, which is due to be installed in the Debian FTP archive: survex-aven_1.0.39.1-2_amd64.deb to pool/main/s/survex/survex-aven_1.0.39.1-2_amd64.deb survex-svxedit_1.0.39.1-2_all.deb to pool/main/s/survex/survex-svxedit_1.0.39.1-2_all.deb survex_1.0.39.1-2.diff.gz to pool/main/s/survex/survex_1.0.39.1-2.diff.gz survex_1.0.39.1-2.dsc to pool/main/s/survex/survex_1.0.39.1-2.dsc survex_1.0.39.1-2_amd64.deb to pool/main/s/survex/survex_1.0.39.1-2_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. wookey <[EMAIL PROTECTED]> (supplier of updated survex package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 20 Feb 2008 03:30:25 + Source: survex Binary: survex survex-aven survex-svxedit Architecture: source all amd64 Version: 1.0.39.1-2 Distribution: unstable Urgency: low Maintainer: Wookey <[EMAIL PROTECTED]> Changed-By: wookey <[EMAIL PROTECTED]> Description: survex - cave surveying and mapping software survex-aven - sophisticated cave survey viewer for Survex survex-svxedit - survey data editor for Survex Closes: 462031 464822 Changes: survex (1.0.39.1-2) unstable; urgency=low . * Patch to use wx2.6 as 2.4 has been removed from Debian (closes: bug#462031) * Add note that vim addons no longer automatically included (closes: bug#464822) * Fix Lintian issues Files: e1fc6b7ef654d783bce29462b709ad3f 696 science extra survex_1.0.39.1-2.dsc f0d9187607f895d75f237baefdea1b6c 17249 science extra survex_1.0.39.1-2.diff.gz 695bc7f8f954b3dce5fa6c194a209459 33044 science extra survex-svxedit_1.0.39.1-2_all.deb 4102dd1d710a43e9f04d84a4d0c9c117 707520 science extra survex_1.0.39.1-2_amd64.deb ce289e86b458886465dc8afb28a0d2b6 212254 science extra survex-aven_1.0.39.1-2_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHvOQdIWclcBdP7jURAi5JAJwMM78G+VNve5QJ9I8IaWykuXixlwCfR4SY myBWc/hZ8vOt3G6a6HvvuMc= =gHKE -END PGP SIGNATURE- --- End Message ---
Bug#466796: has no business starting a server by default; existing implementation massively insecure; debconf used incorrectly and throws away passwords
On Thu, 21 Feb 2008, Kumar Appaiah wrote: OK, so removing some stuff was easy. However, an upgrade to the new version of festival would now put me in the following dilemma: Upon upgrade, the package would disown the /etc/init.d/festival file. Do I remove it upon upgrade? But what if users who have modified it don't want it to be removed? See e.g. http://wiki.debian.org/DpkgConffileHandling -- Jaldhar H. Vyas <[EMAIL PROTECTED]> La Salle Debain - http://www.braincells.com/debian/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466681: marked as done (libxine1-misc-plugins: The packet can't be install)
Your message dated Thu, 21 Feb 2008 02:02:14 + with message-id <[EMAIL PROTECTED]> and subject line Bug#466681: fixed in xine-lib 1.1.10.1-2 has caused the Debian Bug report #466681, regarding libxine1-misc-plugins: The packet can't be install to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 466681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466681 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: libxine1-misc-plugins Severity: grave Justification: renders package unusable *** Please type your report below this line *** The package can't be installed, because libmagick9 seem missing in sid, maybe the libmagick10 package remplace it -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-486 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libxine1-misc-plugins depends on: ii libasound2 1.0.15-3 ALSA library ii libc6 2.7-8 GNU C Library: Shared libraries ii libflac8 1.2.1-1.1 Free Lossless Audio Codec - runtim ii libfreetype6 2.3.5-1+b1FreeType 2 font engine, shared lib pn libmagick9 (no description available) ii libmng11.0.9-1 Multiple-image Network Graphics li ii libmodplug0c2 1:0.7-7 shared libraries for mod music bas ii libmpcdec3 1.2.2-1 Musepack (MPC) format library ii libogg01.1.3-3 Ogg Bitstream Library ii libpulse0 0.9.9-1 PulseAudio client libraries ii libsmbclient 3.0.28-2+b1 shared library that allows applica ii libspeex1 1.1.12-3 The Speex Speech Codec ii libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3 ii libtheora0 1.0~beta2-3 The Theora Video Compression Codec ii libvorbis0a1.2.0.dfsg-3 The Vorbis General Audio Compressi ii libwavpack14.41.0-1 an audio codec (lossy and lossless ii libxine1-bin 1.1.10.1-1the xine video/media player librar ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime libxine1-misc-plugins recommends no packages. --- End Message --- --- Begin Message --- Source: xine-lib Source-Version: 1.1.10.1-2 We believe that the bug you reported is fixed in the latest version of xine-lib, which is due to be installed in the Debian FTP archive: libxine-dev_1.1.10.1-2_amd64.deb to pool/main/x/xine-lib/libxine-dev_1.1.10.1-2_amd64.deb libxine1-all-plugins_1.1.10.1-2_all.deb to pool/main/x/xine-lib/libxine1-all-plugins_1.1.10.1-2_all.deb libxine1-bin_1.1.10.1-2_amd64.deb to pool/main/x/xine-lib/libxine1-bin_1.1.10.1-2_amd64.deb libxine1-console_1.1.10.1-2_amd64.deb to pool/main/x/xine-lib/libxine1-console_1.1.10.1-2_amd64.deb libxine1-dbg_1.1.10.1-2_amd64.deb to pool/main/x/xine-lib/libxine1-dbg_1.1.10.1-2_amd64.deb libxine1-doc_1.1.10.1-2_all.deb to pool/main/x/xine-lib/libxine1-doc_1.1.10.1-2_all.deb libxine1-ffmpeg_1.1.10.1-2_amd64.deb to pool/main/x/xine-lib/libxine1-ffmpeg_1.1.10.1-2_amd64.deb libxine1-gnome_1.1.10.1-2_amd64.deb to pool/main/x/xine-lib/libxine1-gnome_1.1.10.1-2_amd64.deb libxine1-misc-plugins_1.1.10.1-2_amd64.deb to pool/main/x/xine-lib/libxine1-misc-plugins_1.1.10.1-2_amd64.deb libxine1-plugins_1.1.10.1-2_all.deb to pool/main/x/xine-lib/libxine1-plugins_1.1.10.1-2_all.deb libxine1-x_1.1.10.1-2_amd64.deb to pool/main/x/xine-lib/libxine1-x_1.1.10.1-2_amd64.deb libxine1_1.1.10.1-2_amd64.deb to pool/main/x/xine-lib/libxine1_1.1.10.1-2_amd64.deb xine-lib_1.1.10.1-2.diff.gz to pool/main/x/xine-lib/xine-lib_1.1.10.1-2.diff.gz xine-lib_1.1.10.1-2.dsc to pool/main/x/xine-lib/xine-lib_1.1.10.1-2.dsc A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Darren Salt <[EMAIL PROTECTED]> (supplier of updated xine-lib package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 20 Feb 2008 2
Bug#466262: marked as done (bug in ghc-split script causes FTBFS of haskell-opengl)
Your message dated Thu, 21 Feb 2008 02:17:08 + with message-id <[EMAIL PROTECTED]> and subject line Bug#466262: fixed in ghc6 6.8.2-2 has caused the Debian Bug report #466262, regarding bug in ghc-split script causes FTBFS of haskell-opengl to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 466262: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466262 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: haskell-opengl version: 2.2.1.1-1 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080111 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: > [22 of 84] Compiling Graphics.Rendering.OpenGL.GL.PointParameter ( > Graphics/Rendering/OpenGL/GL/PointParameter.hs, > dist/build/Graphics/Rendering/OpenGL/GL/PointParameter.o ) > [23 of 84] Compiling Graphics.Rendering.OpenGL.GL.PolygonMode ( > Graphics/Rendering/OpenGL/GL/PolygonMode.hs, > dist/build/Graphics/Rendering/OpenGL/GL/PolygonMode.o ) > [24 of 84] Compiling Graphics.Rendering.OpenGL.GL.PrimitiveMode ( > Graphics/Rendering/OpenGL/GL/PrimitiveMode.hs, > dist/build/Graphics/Rendering/OpenGL/GL/PrimitiveMode.o ) > [25 of 84] Compiling > Graphics.Rendering.OpenGL.GL.Texturing.PixelInternalFormat ( > Graphics/Rendering/OpenGL/GL/Texturing/PixelInternalFormat.hs, > dist/build/Graphics/Rendering/OpenGL/GL/Texturing/PixelInternalFormat.o ) > [26 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.TextureUnit ( > Graphics/Rendering/OpenGL/GL/Texturing/TextureUnit.hs, > dist/build/Graphics/Rendering/OpenGL/GL/Texturing/TextureUnit.o ) > [27 of 84] Compiling Graphics.Rendering.OpenGL.GLU.ErrorsInternal ( > Graphics/Rendering/OpenGL/GLU/ErrorsInternal.hs, > dist/build/Graphics/Rendering/OpenGL/GLU/ErrorsInternal.o ) > [28 of 84] Compiling Graphics.Rendering.OpenGL.GLU.Errors ( > Graphics/Rendering/OpenGL/GLU/Errors.hs, > dist/build/Graphics/Rendering/OpenGL/GLU/Errors.o ) > [29 of 84] Compiling Graphics.Rendering.OpenGL.GL.QueryUtils ( > Graphics/Rendering/OpenGL/GL/QueryUtils.hs, > dist/build/Graphics/Rendering/OpenGL/GL/QueryUtils.o ) > [30 of 84] Compiling Graphics.Rendering.OpenGL.GL.BeginEnd ( > Graphics/Rendering/OpenGL/GL/BeginEnd.hs, > dist/build/Graphics/Rendering/OpenGL/GL/BeginEnd.o ) > [31 of 84] Compiling Graphics.Rendering.OpenGL.GL.Hints ( > Graphics/Rendering/OpenGL/GL/Hints.hs, > dist/build/Graphics/Rendering/OpenGL/GL/Hints.o ) > [32 of 84] Compiling > Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage ( > Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelStorage.hs, > dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelStorage.o ) > [33 of 84] Compiling Graphics.Rendering.OpenGL.GL.VertexSpec ( > Graphics/Rendering/OpenGL/GL/VertexSpec.hs, > dist/build/Graphics/Rendering/OpenGL/GL/VertexSpec.o ) > [34 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap ( > Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelMap.hs, > dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelMap.o ) > /tmp/ghc23850_0/ghc23850_0.split__65.s: Assembler messages: > > /tmp/ghc23850_0/ghc23850_0.split__65.s:637:0: > Error: unknown pseudo-op: `.ln.text' > Preprocessing library OpenGL-2.2.1.1... > Building OpenGL-2.2.1.1... > make: *** [build-stamp] Error 1 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2 The full build log is available from: http://people.debian.org/~lucas/logs/2008/01/11 A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | --- End Message --- --- Begin Message --- Source: ghc6 Source-Version: 6.8.2-2 We believe that the bug you reported is fixed in the latest version of ghc6, which is due to be installed in the Debian FTP archive: ghc6-doc_6.8.2-2_all.deb to pool/main/g/ghc6/ghc6-doc_6.8.2-2_all.deb ghc6-prof_6.8.2-2_amd64.deb to pool/main/g/ghc6/ghc6-prof_6.8.2-2_amd64.deb ghc6_6.8.2-2.diff.gz to pool/main/g/ghc6/ghc6_6.8.2-2.diff.gz ghc6_6.8.2-2.dsc to pool/main/g/ghc6/ghc6_6.8.2-2.dsc ghc6_6.8.2-2_amd64.deb to pool/main/g/ghc6
Bug#466796: has no business starting a server by default; existing implementation massively insecure; debconf used incorrectly and throws away passwords
On Thu, Feb 21, 2008 at 07:33:56AM +0530, Kumar Appaiah wrote: > On Wed, Feb 20, 2008 at 08:49:03PM -0500, Joey Hess wrote: > > > 1. Disabling server mode by default (which users wanted enabled by > > > default, but I see what you mean). > > > > Perhaps some small subset of users did. It should be disabled by > > default. > > Agreed. It would also solve several other woes for me. > > > > 2. Removing the init script: Maybe leaving it with adequate warning of > > > consequences of what are the side effects might help, or remove it > > > altogether and allow users to start it on their own, knowing fully > > > well the risks involved? > > > > Putting it in the examples directory with a warning would be a good > > approach. > > This sounds like a great option. OK, so removing some stuff was easy. However, an upgrade to the new version of festival would now put me in the following dilemma: Upon upgrade, the package would disown the /etc/init.d/festival file. Do I remove it upon upgrade? But what if users who have modified it don't want it to be removed? Thanks. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 signature.asc Description: Digital signature
Bug#459020: marked as done (php5-recode crashes on amd64, after eating up all memory)
Your message dated Thu, 21 Feb 2008 01:32:16 + with message-id <[EMAIL PROTECTED]> and subject line Bug#459020: fixed in php5 5.2.5-3 has caused the Debian Bug report #459020, regarding php5-recode crashes on amd64, after eating up all memory to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 459020: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459020 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: php5-recode Version: 5.2.0-8+etch7 Severity: grave Tags: patch Justification: renders package unusable php5-recode crashes on amd64, so all program, which need it, are unusable (like gosa 2.5.14 from the homepage, solution there is run php4 - which should get upgraded like stated yesterday ;) problem is reported to php and listed in bug 41765 ( http://bugs.php.net/bug.php?id=41765 ). patch is also listed there, it is not from me -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-5-amd64 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages php5-recode depends on: ii libapache-mod-php5 [ph 5.2.0-8+etch7 server-side, HTML-embedded scripti ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries ii librecode0 3.6-12Shared library on which recode is ii php5-cli [phpapi-20060 5.2.0-8+etch7 command-line interpreter for the p ii php5-common5.2.0-8+etch7 Common files for packages built fr php5-recode recommends no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: php5 Source-Version: 5.2.5-3 We believe that the bug you reported is fixed in the latest version of php5, which is due to be installed in the Debian FTP archive: libapache2-mod-php5_5.2.5-3_amd64.deb to pool/main/p/php5/libapache2-mod-php5_5.2.5-3_amd64.deb php-pear_5.2.5-3_all.deb to pool/main/p/php5/php-pear_5.2.5-3_all.deb php5-cgi_5.2.5-3_amd64.deb to pool/main/p/php5/php5-cgi_5.2.5-3_amd64.deb php5-cli_5.2.5-3_amd64.deb to pool/main/p/php5/php5-cli_5.2.5-3_amd64.deb php5-common_5.2.5-3_amd64.deb to pool/main/p/php5/php5-common_5.2.5-3_amd64.deb php5-curl_5.2.5-3_amd64.deb to pool/main/p/php5/php5-curl_5.2.5-3_amd64.deb php5-dev_5.2.5-3_amd64.deb to pool/main/p/php5/php5-dev_5.2.5-3_amd64.deb php5-gd_5.2.5-3_amd64.deb to pool/main/p/php5/php5-gd_5.2.5-3_amd64.deb php5-gmp_5.2.5-3_amd64.deb to pool/main/p/php5/php5-gmp_5.2.5-3_amd64.deb php5-imap_5.2.5-3_amd64.deb to pool/main/p/php5/php5-imap_5.2.5-3_amd64.deb php5-interbase_5.2.5-3_amd64.deb to pool/main/p/php5/php5-interbase_5.2.5-3_amd64.deb php5-ldap_5.2.5-3_amd64.deb to pool/main/p/php5/php5-ldap_5.2.5-3_amd64.deb php5-mcrypt_5.2.5-3_amd64.deb to pool/main/p/php5/php5-mcrypt_5.2.5-3_amd64.deb php5-mhash_5.2.5-3_amd64.deb to pool/main/p/php5/php5-mhash_5.2.5-3_amd64.deb php5-mysql_5.2.5-3_amd64.deb to pool/main/p/php5/php5-mysql_5.2.5-3_amd64.deb php5-odbc_5.2.5-3_amd64.deb to pool/main/p/php5/php5-odbc_5.2.5-3_amd64.deb php5-pgsql_5.2.5-3_amd64.deb to pool/main/p/php5/php5-pgsql_5.2.5-3_amd64.deb php5-pspell_5.2.5-3_amd64.deb to pool/main/p/php5/php5-pspell_5.2.5-3_amd64.deb php5-recode_5.2.5-3_amd64.deb to pool/main/p/php5/php5-recode_5.2.5-3_amd64.deb php5-snmp_5.2.5-3_amd64.deb to pool/main/p/php5/php5-snmp_5.2.5-3_amd64.deb php5-sqlite_5.2.5-3_amd64.deb to pool/main/p/php5/php5-sqlite_5.2.5-3_amd64.deb php5-sybase_5.2.5-3_amd64.deb to pool/main/p/php5/php5-sybase_5.2.5-3_amd64.deb php5-tidy_5.2.5-3_amd64.deb to pool/main/p/php5/php5-tidy_5.2.5-3_amd64.deb php5-xmlrpc_5.2.5-3_amd64.deb to pool/main/p/php5/php5-xmlrpc_5.2.5-3_amd64.deb php5-xsl_5.2.5-3_amd64.deb to pool/main/p/php5/php5-xsl_5.2.5-3_amd64.deb php5_5.2.5-3.diff.gz to pool/main/p/php5/php5_5.2.5-3.diff.gz php5_5.2.5-3.dsc to pool/main/p/php5/php5_5.2.5-3.dsc php5_5.2.5-3_all.deb to pool/main/p/php5/php5_5.2.5-3_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sean Finney <[EMAIL PROTECTED]> (supplier of updated php5 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -
Processed: Re: Bug#466796: has no business starting a server by default; existing implementation massively insecure; debconf used incorrectly and throws away passwords
Processing commands for [EMAIL PROTECTED]: > tags 466796 confirmed Bug#466796: has no business starting a server by default; existing implementation massively insecure; debconf used incorrectly and throws away passwords Tags were: security Tags added: confirmed > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466796: has no business starting a server by default; existing implementation massively insecure; debconf used incorrectly and throws away passwords
tags 466796 confirmed thanks On Wed, Feb 20, 2008 at 08:49:03PM -0500, Joey Hess wrote: > > 1. Disabling server mode by default (which users wanted enabled by > > default, but I see what you mean). > > Perhaps some small subset of users did. It should be disabled by > default. Agreed. It would also solve several other woes for me. > > 2. Removing the init script: Maybe leaving it with adequate warning of > > consequences of what are the side effects might help, or remove it > > altogether and allow users to start it on their own, knowing fully > > well the risks involved? > > Putting it in the examples directory with a warning would be a good > approach. This sounds like a great option. Thank you very much. I shall act on this immediately. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 signature.asc Description: Digital signature
Bug#466796: has no business starting a server by default; existing implementation massively insecure; debconf used incorrectly and throws away passwords
Kumar Appaiah wrote: > I accept this. Therefore, would you advocate: > > 1. Disabling server mode by default (which users wanted enabled by > default, but I see what you mean). Perhaps some small subset of users did. It should be disabled by default. > 2. Removing the init script: Maybe leaving it with adequate warning of > consequences of what are the side effects might help, or remove it > altogether and allow users to start it on their own, knowing fully > well the risks involved? Putting it in the examples directory with a warning would be a good approach. -- see shy jo signature.asc Description: Digital signature
Bug#464058: [horde-vendor] Bug#464058: turba access checking issue
Hello, The package turba2 has vulnerabilities (See CVE-2008-0807, bug #464058 and changelogs of fixed sarge/etch packages). I prepared fixed packages: - Sarge version (source package and debdiff): http://gcolpart.evolix.net/debian/turba2/turba2_2.0.2-1sarge1.dsc http://gcolpart.evolix.net/debian/turba2/turba2_2.0.2-1_2.0.2-1sarge1.diff - Etch version (source package and debdiff): http://gcolpart.evolix.net/debian/turba2/turba2_2.1.3-1etch1.dsc http://gcolpart.evolix.net/debian/turba2/turba2_2.1.3-1_2.1.3-1etch1.diff Information for the advisory: 8<-- turba2 -- several vulenrabilities Date Reported: ?? Feb 2008 Affected Packages: turba2 Vulnerable: Yes Security database references: In Mitre's CVE dictionary: CVE-2008-0807 More information: It was discovered that the Turba contact management component for Horde framework has several vulnerabilities, allows authenticated users to modify address data in the same SQL table via guessing unique key (CVE-2008-0807), allows privilege escalation in Horde API and cross-site scripting (XSS) vulnerabilities with address book and contact data (only for Sarge version). The old stable distribution (sarge) this problem has been fixed in version 2.0.2-1sarge1. For the stable distribution (etch) this problem has been fixed in version 2.1.3-1etch1. For the unstable distribution (sid) this problem has been fixed in version 2.1.7-1. We recommend that you upgrade your turba2 package. 8<-- Regards, -- Gregory Colpart <[EMAIL PROTECTED]> GnuPG:1024D/C1027A0E Evolix - Informatique et Logiciels Libres http://www.evolix.fr/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466796: has no business starting a server by default; existing implementation massively insecure; debconf used incorrectly and throws away passwords
Dear Joey, On Wed, Feb 20, 2008 at 08:03:41PM -0500, Joey Hess wrote: > 1. Festival's server doesn't take any countermeasures against dictionary >attacks, allowing 300 or more passwords to be tried per second on not very >fast hardware. > > 2. There's absolutely no incentive to provide a good password, since the >prompt for it doesn't scream in big letters that this password is all >that's standing between remote attackers and a shell on your system, >and since the typical user will never use the server and has no idea >why it needs a password, or that it runs, in the first place. > > 3. The password that I entered ("foo") was not actually written into >/etc/festival.scm at all (!) ; after upgrade to this version >I could still log in w/o password. I assume this is because you >set the password to "" in the config script; the config script can be >run twice during an upgrade so it prompts for a password the first >time, which is then thrown away, and it doesn't prompt a second time >since the question is still marked as seen. (Suggest remedial reading >of the debconf documentation...) I missed this out! Thanks for the pointer. > 4. The postinst script puts the password into /etc/festival.scm before >the "extra safety check" that sets the permissions so that others >cannot read it, thus exposing the password to local users. Again, I missed this. > 5. Of course, it's also exposed briefly by your use of sed to write it to >the file. (Never write shell script that exposes passwords in the arguments >of programs where they can be seen by ps(1).) Thanks for pointing this out. > Since festival's server mode is inherently terribly insecure, there's > little reason to make it an option at all, not even a non-default > option. This was clear to me when I maintained the package, and I used > methods like the one implemented in the attached daemon when I needed > secure access to a festival daemon. (Of course, this was in the 90's, > when festival started up slowly, not on modern hardware.) > > And as the original maintainer of this package, I have to say that I > found the recent security bug about this issue astounding. It's always > been clear to me that festival's server mode is an unsecure > research-project level proof-of-concept that was never intended to be > used in production. > > IMHO it should not even have an init script in the package; the init > script should certianly not default to starting it by default, nor should > installing festival as a depdendency of something like kismet cause > a gratuitous prompt for a password that noone except for an attacker will > ever want to use. I accept this. Therefore, would you advocate: 1. Disabling server mode by default (which users wanted enabled by default, but I see what you mean). 2. Removing the init script: Maybe leaving it with adequate warning of consequences of what are the side effects might help, or remove it altogether and allow users to start it on their own, knowing fully well the risks involved? Thanks, and apologies for the mistakes. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 signature.asc Description: Digital signature
Bug#453174: marked as done (gplanarity: FTBFS: /usr/bin/ld: cannot find -ltiff)
Your message dated Thu, 21 Feb 2008 01:17:02 + with message-id <[EMAIL PROTECTED]> and subject line Bug#453174: fixed in gplanarity 11496-2.1 has caused the Debian Bug report #453174, regarding gplanarity: FTBFS: /usr/bin/ld: cannot find -ltiff to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 453174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453174 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: gplanarity version: 11496-2 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20071126 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o timer.o timer.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o gameboard_draw_vertex.o gameboard_draw_vertex.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o levelstate.o levelstate.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o dialog_level.o dialog_level.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o dialog_level_icons.o dialog_level_icons.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o gameboard_draw_text.o gameboard_draw_text.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o random.o random.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o graph_generate_data.o graph_generate_data.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o gameboard_logic_fade.o gameboard_logic_fade.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o graph_generate_mesh2.o graph_generate_mesh2.c > gcc -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= 2.7.2 cairo > >= 1.0.0 freetype2"`-c -o graph_region.o graph_region.c > ./touch-version > gcc dialog_finish.o gameboard_logic.o dialog_pause.o > gameboard_logic_button.o gameboard.o gameboard_logic_buttonbar.o > gameboard_draw_box.o gameboard_logic_mouse.o gameboard_draw_button.o > gameboard_logic_push.o gameboard_draw_buttonbar.o graph.o > gameboard_draw_curtain.o graph_score.o graph_arrange.o gameboard_draw_edge.o > graph_generate.o gameboard_draw_intersection.o graph_generate_mesh1.o > gameboard_draw_main.o gameboard_draw_score.o main.o > gameboard_draw_selection.o timer.o gameboard_draw_vertex.o levelstate.o > dialog_level.o dialog_level_icons.o gameboard_draw_text.o random.o > graph_generate_data.o gameboard_logic_fade.o graph_generate_mesh2.o > graph_region.o -O2 -ffast-math `pkg-config --static --cflags "gtk+-2.0 >= > 2.7.2 cairo >= 1.0.0 freetype2"` -o gplanarity `pkg-config --static --libs > "gtk+-2.0 >= 2.7.2 cairo >= 1.0.0 freetype2"` > /usr/bin/ld: cannot find -ltiff > collect2: ld returned 1 exit status > make[2]: *** [target] Error 1 > make[2]: Leaving directory `/build/user/gplanarity-11496' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/build/user/gplanarity-11496' > make: *** [build-stamp] Error 2 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2 The full build log is available from: http://people.debian.org/~lucas/logs/2007/11/26 A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | --- End Message --- --- Begin Message --- Source: gplanarity Source-Version: 11496-2.1 We believe that the bug you reported is fixed in the latest version of gplanarity, which is due to be installed in the Debian FTP archive: gplanarity_11496-2.1.diff.gz to pool/main/g/gplanarity/gplanarity_11496-2.1.diff.gz gplanarity_11496-2.1.dsc to pool/main/g/gplanarity/gplanarity_11496-2.1.dsc gplanarity_114
Processed (with 5 errors): Bug#450471: Here is a patch for #450471
Processing commands for [EMAIL PROTECTED]: > Package: nxtvepg Ignoring bugs not assigned to: nxtvepg > Followup-For: Bug #450471 Unknown command or malformed arguments to command. > tag 450471 patch Bug#450471: nxtvepg: FTBFS: /usr/lib/tcl8.4 is not a valid Tcl/Tk library directory Tags were: lenny sid Tags added: patch > -- System Information: Unknown command or malformed arguments to command. > Debian Release: lenny/sid Unknown command or malformed arguments to command. > APT prefers testing-proposed-updates Unknown command or malformed arguments to command. > APT policy: (700, 'testing-proposed-updates'), (700, 'testing'), (670, > 'proposed-updates'), (670, 'stable'), (600, 'unstable'), (550, 'experimental') Unknown command or malformed arguments to command. Too many unknown commands, stopping here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#450471: Here is a patch for #450471
Package: nxtvepg Followup-For: Bug #450471 tag 450471 patch -- System Information: Debian Release: lenny/sid APT prefers testing-proposed-updates APT policy: (700, 'testing-proposed-updates'), (700, 'testing'), (670, 'proposed-updates'), (670, 'stable'), (600, 'unstable'), (550, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-vserver-686 (SMP w/2 CPU cores) Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) Shell: /bin/sh linked to /bin/bash diff -ru nxtvepg-2.7.6/debian/changelog nxtvepg-2.7.6.nmu/debian/changelog --- nxtvepg-2.7.6/debian/changelog 2008-02-21 04:09:05.0 +0300 +++ nxtvepg-2.7.6.nmu/debian/changelog 2008-02-21 04:10:51.239885838 +0300 @@ -1,3 +1,10 @@ +nxtvepg (2.7.6-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fixed paths to tcl/tk shared files (Closes #450471). + + -- Alexander GQ Gerasiov <[EMAIL PROTECTED]> Thu, 21 Feb 2008 04:09:27 +0300 + nxtvepg (2.7.6-1) unstable; urgency=low * New maintainer diff -ru nxtvepg-2.7.6/Makefile nxtvepg-2.7.6.nmu/Makefile --- nxtvepg-2.7.6/Makefile 2008-02-21 04:09:05.0 +0300 +++ nxtvepg-2.7.6.nmu/Makefile 2008-02-21 04:06:50.237079164 +0300 @@ -72,8 +72,8 @@ #INCS += -I/usr/local/tcl/tcl8.0/generic -I/usr/local/tcl/tk8.0/generic # path to Tcl/Tk script library (note Tk is sometimes in X11/lib/tk#.#) -TK_LIBRARY_PATH = /usr/lib/tk$(TCL_VER) -TCL_LIBRARY_PATH = /usr/lib/tcl$(TCL_VER) +TK_LIBRARY_PATH = /usr/share/tcltk/tk$(TCL_VER) +TCL_LIBRARY_PATH = /usr/share/tcltk/tcl$(TCL_VER) DEFS += -DTK_LIBRARY_PATH=\"$(TK_LIBRARY_PATH)\" DEFS += -DTCL_LIBRARY_PATH=\"$(TCL_LIBRARY_PATH)\"
Bug#437690: Build fix for powerpc / non-Linux platforms
tags 437690 -pending thanks Hi! * Siegfried-Angel <[EMAIL PROTECTED]> [070816 22:04]: > Thank you very much for searching a fix for this problem. > > I'm currently awaiting a response from the upstream author on some > other issues and will try to provide a new revision (including this > patch, between other changes) in somewhat like two weeks (can't be > before since I'll be away next week). I was just looking through packages I once sponsored, which didn't made it to testing or seem to have other problems. May I ask you for a status of this bug? It's release critical, and sou should IMHO fixed as fast as possible. If you have a tested patch, I willing to sponsor an upload. Yours sincerely, Alexander -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#437690: Build fix for powerpc / non-Linux platforms
Processing commands for [EMAIL PROTECTED]: > tags 437690 -pending Bug#437690: Build fix for powerpc / non-Linux platforms Tags were: patch Tags removed: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466796: has no business starting a server by default; existing implementation massively insecure; debconf used incorrectly and throws away passwords
Package: festival Version: 1.96~beta-6 Severity: grave Tags: security Most users of festival have no reason to use its server mode, so the server should not be started by default. Putting an annoying password prompt in place is not a good way to get secure systems for users who have festival installed so it can be used by something like kismet. Problems with this approach as implemented include: 1. Festival's server doesn't take any countermeasures against dictionary attacks, allowing 300 or more passwords to be tried per second on not very fast hardware. 2. There's absolutely no incentive to provide a good password, since the prompt for it doesn't scream in big letters that this password is all that's standing between remote attackers and a shell on your system, and since the typical user will never use the server and has no idea why it needs a password, or that it runs, in the first place. 3. The password that I entered ("foo") was not actually written into /etc/festival.scm at all (!) ; after upgrade to this version I could still log in w/o password. I assume this is because you set the password to "" in the config script; the config script can be run twice during an upgrade so it prompts for a password the first time, which is then thrown away, and it doesn't prompt a second time since the question is still marked as seen. (Suggest remedial reading of the debconf documentation...) 4. The postinst script puts the password into /etc/festival.scm before the "extra safety check" that sets the permissions so that others cannot read it, thus exposing the password to local users. 5. Of course, it's also exposed briefly by your use of sed to write it to the file. (Never write shell script that exposes passwords in the arguments of programs where they can be seen by ps(1).) Since festival's server mode is inherently terribly insecure, there's little reason to make it an option at all, not even a non-default option. This was clear to me when I maintained the package, and I used methods like the one implemented in the attached daemon when I needed secure access to a festival daemon. (Of course, this was in the 90's, when festival started up slowly, not on modern hardware.) And as the original maintainer of this package, I have to say that I found the recent security bug about this issue astounding. It's always been clear to me that festival's server mode is an unsecure research-project level proof-of-concept that was never intended to be used in production. IMHO it should not even have an init script in the package; the init script should certianly not default to starting it by default, nor should installing festival as a depdendency of something like kismet cause a gratuitous prompt for a password that noone except for an attacker will ever want to use. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages festival depends on: ii adduser 3.105add and remove users and groups ii libaudiofile0 0.2.6-7 Open-source version of SGI's audio ii libc6 2.7-8GNU C Library: Shared libraries ii libesd0 0.2.36-3 Enlightened Sound Daemon - Shared ii libestools1.2 1:1.2.96~beta-2 Edinburgh Speech Tools Library ii libgcc1 1:4.3-20080202-1 GCC support library ii libncurses5 5.6+20080203-1 Shared libraries for terminal hand ii libstdc++6 4.3-20080202-1 The GNU Standard C++ Library v3 ii lsb-base3.1-24 Linux Standard Base 3.1 init scrip ii sgml-base 1.26 SGML infrastructure and SGML catal ii sysv-rc 2.86.ds1-53 System-V-like runlevel change mech Versions of packages festival recommends: ii festvox-kallpc16k [festival-v 1.4.0-5American English male speaker for -- no debconf information -- see shy jo signature.asc Description: Digital signature
Bug#453174: NMU diff
Hi! Since: - You are on the Low threshold NMU list - #453174 ist serious - Fix was quite easy - I fell somehow reponsible for the package, since I once sponsored it I took the liberty to NMU it fo fix #453174. Patch is attached. Yours sincerely, Alexander diff -Nur gplanarity-11496/debian/changelog gplanarity-11496-fixed/debian/changelog --- gplanarity-11496/debian/changelog 2008-02-21 01:55:00.0 +0100 +++ gplanarity-11496-fixed/debian/changelog 2008-02-21 01:43:53.0 +0100 @@ -1,3 +1,11 @@ +gplanarity (11496-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Adding libtiff-dev to build-depends as suggested by Cédric Boutillier +(Closes: #453174) + + -- Alexander Schmehl <[EMAIL PROTECTED]> Thu, 21 Feb 2008 01:42:52 +0100 + gplanarity (11496-2) unstable; urgency=low * Added desktop file. (Closes: #396040) diff -Nur gplanarity-11496/debian/control gplanarity-11496-fixed/debian/control --- gplanarity-11496/debian/control 2008-02-21 01:55:00.0 +0100 +++ gplanarity-11496-fixed/debian/control 2008-02-21 01:56:06.0 +0100 @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Franz Pletz <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev, libcairo2-dev, libfreetype6-dev, docbook-to-man +Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev, libcairo2-dev, libfreetype6-dev, docbook-to-man, libtiff-dev Standards-Version: 3.7.2 Package: gplanarity signature.asc Description: Digital signature
Processed: r997 - in php5/trunk/debian: . patches
Processing commands for [EMAIL PROTECTED]: > tags 459020 pending Bug#459020: php5-recode crashes on amd64, after eating up all memory Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#446665: mercury: should this package be removed?
On Wed, Feb 20, 2008 at 06:43:27PM +1100, Peter Hawkins wrote: > Hi... > > On Feb 20, 2008 9:50 AM, Paul Bone <[EMAIL PROTECTED]> wrote: > > Mercury also supports 'grades', this makes it different to other > > compliers and more interesting to package. Each grade represents a > > complier backend and some options. There are two C backends, a Java > > backend, and Erlang backend and a MSIL backend. Options can include > > optional garbage collection (as apposed to never reclaiming memory), > > profiling support, debugging support and more. > > > > I'd like to package the library and runtime for each grade. These can > > all be installed concurrently and won't conflict. > > There are at least two issues you may have to deal with here: > * Mercury does not provide any guarantees about a stable library ABI, > so you'll have difficulty packaging grades using shared libraries and > not breaking applications when you update the libraries. Hrm, that's true. I know that at the top of each .m file in the standard library a comment describes the stability of the API exported by the library. I've also never seen any avalible call change, or go away. Some more interesting grades such as deep profiling change and can no-longer be linked with previous version of the same grade, dispite there being no mercury library code changes, only changes in the complier that will generate incompatible C code. (I'm currently working on such a change for the deep profilier). The real solution would be to standardize the API, and version the runtime along with libraries and programs compiled against it, which is a problem for upstream. Other solutions are static linking or placing the stable version number in the package name, (like zlib1g). Then programs may depend on the version they where compiled/developed against. This could get messy but since releases are sledom it may be ok. > * Mercury standard libraries can be very large (tens of megabytes in > some of the debug grades), so packaging every possible grade seems > rather wasteful of archive space. If you ask me, you need to pick a > small set of useful grades which cover most use cases. I'm not sure > how many architectures Debain supports at the moment, but if you > aren't careful you could easily consume hundreds of megabytes of > fileserver space just on Mercury library grades (10+ architectures * > 10s of Mb/grade * many grades). I begun listing the grades I think would be useful to package, I found about 6 grades, so that's not too bad. I'll list them properly when I build the package and check that I havn't forgotten any. We can also reduce space by limiting the architectures that this is avalible for, (If that's cool with Debian). I don't expect there to be much interest in arm, mips, mipsel or m68k. That said, I want mipsel packages for myself for another project :-) Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#427752: marked as done (prokyon3 - FTBFS: error: 'FLAC__FileDecoderState' was not declared in this scope)
Your message dated Wed, 20 Feb 2008 22:47:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#427752: fixed in prokyon3 0.9.6-0.1 has caused the Debian Bug report #427752, regarding prokyon3 - FTBFS: error: 'FLAC__FileDecoderState' was not declared in this scope to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 427752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=427752 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: prokyon3 Version: 0.9.4-3 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs hi, while doing an archive wide package rebuild your package failed to build from source for the following reason: > if i486-linux-gnu-g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. > -I. -I.. -I/usr/include/taglib -I/usr/share/qt3//include > -DQT_THREAD_SUPPORT -DQT_NO_ASCII_CAST -DPREFIX=\"/usr\" -O0 -g3 -Wall -g > -O2 -MT prokyon3-qmbflacfile.o -MD -MP -MF ".deps/prokyon3-qmbflacfile.Tpo" > -c -o prokyon3-qmbflacfile.o `test -f 'qmbflacfile.cpp' || echo > './'`qmbflacfile.cpp; \ > then mv -f ".deps/prokyon3-qmbflacfile.Tpo" > ".deps/prokyon3-qmbflacfile.Po"; else rm -f > ".deps/prokyon3-qmbflacfile.Tpo"; exit 1; fi > qmbfile.h:42: warning: 'class QMBFile' has virtual functions but non-virtual > destructor > qmbflacfile.cpp: In member function 'virtual int > QMBFLACFile::Extract(QString)': > qmbflacfile.cpp:62: error: 'set_filename' was not declared in this scope > qmbflacfile.cpp:68: error: 'FLAC__FileDecoderState' was not declared in this > scope > qmbflacfile.cpp:68: error: expected `;' before 'state' > qmbflacfile.cpp:70: error: 'state' was not declared in this scope > qmbflacfile.cpp:70: error: 'FLAC__FILE_DECODER_OK' was not declared in this > scope > qmbflacfile.cpp:71: error: 'FLAC__FileDecoderStateString' was not declared > in this scope > qmbflacfile.cpp:78: error: 'state' was not declared in this scope > qmbflacfile.cpp:79: error: 'FLAC__FileDecoderStateString' was not declared > in this scope > qmbflacfile.cpp:111: error: 'state' was not declared in this scope > qmbflacfile.cpp:112: error: 'FLAC__FileDecoderStateString' was not declared > in this scope > make[4]: *** [prokyon3-qmbflacfile.o] Error 1 > make[4]: Leaving directory `/build/user/prokyon3-0.9.4/src' > make[3]: *** [all] Error 2 > make[3]: Leaving directory `/build/user/prokyon3-0.9.4/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/build/user/prokyon3-0.9.4' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/build/user/prokyon3-0.9.4' > make: *** [build-stamp] Error 2 I think this is related to an API change and recent upload of a new FLAC Library, from libflac-dev's changelog: * New upstream release. closes: #405167, #411311 - libOggFLAC and libOggFLAC++ have been merged into libFLAC, so remove their corresponding packages. - Because of the API changes required to effect the above, there has been yet another soname bump. libflac7 -> libflac8 and libflac++5 -> libflac++6. Emails have been dispatched to the maintainers of dependent packages. The Full Build log is available and can be viewed at: http://people.debian.org/~lucas/logs/2007/06/04/ bye, - michael --- End Message --- --- Begin Message --- Source: prokyon3 Source-Version: 0.9.6-0.1 We believe that the bug you reported is fixed in the latest version of prokyon3, which is due to be installed in the Debian FTP archive: prokyon3_0.9.6-0.1.diff.gz to pool/main/p/prokyon3/prokyon3_0.9.6-0.1.diff.gz prokyon3_0.9.6-0.1.dsc to pool/main/p/prokyon3/prokyon3_0.9.6-0.1.dsc prokyon3_0.9.6-0.1_i386.deb to pool/main/p/prokyon3/prokyon3_0.9.6-0.1_i386.deb prokyon3_0.9.6.orig.tar.gz to pool/main/p/prokyon3/prokyon3_0.9.6.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Barry deFreese <[EMAIL PROTECTED]> (supplier of updated prokyon3 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 10 Feb 2008 22:32:49 -0500 Source: prokyon3 Binary: prokyon3 Architecture: source i386 Version: 0.9.6-0.1 Distribution:
Bug#466739: marked as done (libhdf5-serial-1.6.5-0: no shlibs(.in) entry for libh5test, affecting hdf5-tools)
Your message dated Wed, 20 Feb 2008 22:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#466739: fixed in hdf5 1.6.5-5.2 has caused the Debian Bug report #466739, regarding libhdf5-serial-1.6.5-0: no shlibs(.in) entry for libh5test, affecting hdf5-tools to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 466739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466739 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: libhdf5-serial-1.6.5-0 Version: 1.6.5-5.1 Severity: serious Justification: Policy 8.6.4 libhdf5-serial-1.6.5-0's shlibs file (generated from debian/shlibs.in AFAICT) omits the newly added h5test library; as a result, hdf5-tools winds up depending specifically on one of the parallelized versions (libhdf5-lam-1.6.5-0 on amd64 at present, though I'm not sure whether that's deterministic). Could you please add an entry for libh5test to debian/shlibs.in? Thanks! -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24.2 (SMP w/2 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash --- End Message --- --- Begin Message --- Source: hdf5 Source-Version: 1.6.5-5.2 We believe that the bug you reported is fixed in the latest version of hdf5, which is due to be installed in the Debian FTP archive: hdf5-tools_1.6.5-5.2_i386.deb to pool/main/h/hdf5/hdf5-tools_1.6.5-5.2_i386.deb hdf5_1.6.5-5.2.diff.gz to pool/main/h/hdf5/hdf5_1.6.5-5.2.diff.gz hdf5_1.6.5-5.2.dsc to pool/main/h/hdf5/hdf5_1.6.5-5.2.dsc libhdf5-doc_1.6.5-5.2_all.deb to pool/main/h/hdf5/libhdf5-doc_1.6.5-5.2_all.deb libhdf5-lam-1.6.5-0_1.6.5-5.2_i386.deb to pool/main/h/hdf5/libhdf5-lam-1.6.5-0_1.6.5-5.2_i386.deb libhdf5-lam-dev_1.6.5-5.2_i386.deb to pool/main/h/hdf5/libhdf5-lam-dev_1.6.5-5.2_i386.deb libhdf5-mpich-1.6.5-0_1.6.5-5.2_i386.deb to pool/main/h/hdf5/libhdf5-mpich-1.6.5-0_1.6.5-5.2_i386.deb libhdf5-mpich-dev_1.6.5-5.2_i386.deb to pool/main/h/hdf5/libhdf5-mpich-dev_1.6.5-5.2_i386.deb libhdf5-serial-1.6.5-0_1.6.5-5.2_i386.deb to pool/main/h/hdf5/libhdf5-serial-1.6.5-0_1.6.5-5.2_i386.deb libhdf5-serial-dev_1.6.5-5.2_i386.deb to pool/main/h/hdf5/libhdf5-serial-dev_1.6.5-5.2_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Riku Voipio <[EMAIL PROTECTED]> (supplier of updated hdf5 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 20 Feb 2008 20:53:54 +0200 Source: hdf5 Binary: libhdf5-serial-1.6.5-0 libhdf5-serial-dev libhdf5-lam-1.6.5-0 libhdf5-lam-dev libhdf5-mpich-1.6.5-0 libhdf5-mpich-dev libhdf5-doc hdf5-tools Architecture: source all i386 Version: 1.6.5-5.2 Distribution: unstable Urgency: low Maintainer: Debian GIS Project <[EMAIL PROTECTED]> Changed-By: Riku Voipio <[EMAIL PROTECTED]> Description: hdf5-tools - Hierarchical Data Format 5 (HDF5) - Runtime tools libhdf5-doc - Hierarchical Data Format 5 (HDF5) - Documentation libhdf5-lam-1.6.5-0 - Hierarchical Data Format 5 (HDF5) - runtime files - LAM version libhdf5-lam-dev - Hierarchical Data Format 5 (HDF5) - development files - LAM versi libhdf5-mpich-1.6.5-0 - Hierarchical Data Format 5 (HDF5) - runtime files - MPICH version libhdf5-mpich-dev - Hierarchical Data Format 5 (HDF5) - development files - MPICH ver libhdf5-serial-1.6.5-0 - Hierarchical Data Format 5 (HDF5) - runtime files - serial versio libhdf5-serial-dev - Hierarchical Data Format 5 (HDF5) - development files - serial ve Closes: 466739 Changes: hdf5 (1.6.5-5.2) unstable; urgency=low . * Non-maintainer upload. * Oops, I need to add the new library to shlibs. Closes: 466739 Files: 58c22fa4cc33846c0d07a3bef91a2b96 862 science optional hdf5_1.6.5-5.2.dsc 94bd938042017b4c1d50bd520bf12695 523482 science optional hdf5_1.6.5-5.2.diff.gz 5329a4ca479e544bfeb07551a68e4f6f 1898406 doc optional libhdf5-doc_1.6.5-5.2_all.deb 7a704c87b6b05825f526bb4c9935d61c 659400 libs optional libhdf5-serial-1.6.5-0_1.6.5-5.2_i386.deb 0126bd42c3e846a8e5aeb7f83b9a009c 764794 libdevel optional
Bug#466784: base: problems with case-sensitive name of folders
Subject: base: problems with case-sensitive name of folders Package: base Severity: grave Justification: causes non-serious data loss *** Please type your report below this line *** Way to reprobuce the bug: - connect an ipod (I dont know if the problem is still present with other devices) - create a new folder called DATA (capital letters) - paste in this folder a lot of data (I pasted more than 12 GB) - close the /media/IPOD nautilus window - reopen ipod in nautilus (or unmount and remount it) - the name of your folder is changed in data (NO capital letters) (this is stange) - if you create a new folder called DATA - system begins to have problems (sometimes one of the folders disapperar but still exists) (in the two folder properties you will see that they have the same contents) - try to erase them one by one (you won't be able to erase one of the two folders) special conditions of my system: - no swap partition - rockbox installed on the ipod (don't know if it's important) I've seen that copying lots of file is not necessary: if you create a folder "DATA" and go inside it when you go up the name of the folder is changed in "data". I am using Debian GNU/Linux unstable (sid), Kernel 2.6.24-1-686, GNOME 2.20.3 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466711: [Python-apps-team] Bug#466711: mayavi2: Cannot open any file with UTF-8
please paste full traceback BTW: IMHO this bug should be severity=normal -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpnBCSEp9MQB.pgp Description: PGP signature
Processed: severity of 466495 is important
Processing commands for [EMAIL PROTECTED]: > # Automatically generated email from bts, devscripts version 2.10.16 > severity 466495 important Bug#466495: ikiwiki: Ikiwiki fails to compile the wiki Severity set to `important' from `grave' > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466495: ikiwiki: Ikiwiki fails to compile the wiki
Manoj Srivastava wrote: > Severity: grave Too high since it only affects tla. I'll downgrade and apply a fix. -- see shy jo signature.asc Description: Digital signature
Processed: Re: jde mode does not start when opening a java file
Processing commands for [EMAIL PROTECTED]: > severity 428047 normal Bug#428047: jde mode does not start when opening a java file Severity set to `normal' from `grave' > tags 428047 + moreinfo Bug#428047: jde mode does not start when opening a java file There were no tags set. Tags added: moreinfo > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#428047: marked as done (jde mode does not start when opening a java file)
Your message dated Wed, 20 Feb 2008 15:04:10 -0600 with message-id <[EMAIL PROTECTED]> and subject line Re: jde mode does not start when opening a java file has caused the Debian Bug report #428047, regarding jde mode does not start when opening a java file to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 428047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428047 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: jde Version: 2.3.5.1-2 Severity: grave Justification: renders package unusable I have installed jde, but I am not able to make jde works. When I open a Java file emacs entres in the standard Java mode, not JDE mode. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21 Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages jde depends on: ii bsh 2.0b4-4 Java scripting environment (BeanSh ii eieio 1:1.0pre3-7 Enhanced Implementation of Emacs I ii elib1.0-11.1 Library of commonly-used Emacs fun ii emacs-snapshot-gtk [emacsen 1:20070302-1 The GNU Emacs editor (with GTK+ 2. ii emacs21 [emacsen] 21.4a+1-5The GNU Emacs editor ii java-common 0.25 Base of all Java packages ii semantic1:1.0pre3-7 Parser Infrastructure for Emacsen ii speedbar1:1.0pre3-7 Everything browser, or Dired on st Versions of packages jde recommends: ii ecb 2.32-1 code browser for Emacs supporting ii gcj [java-compiler] 4:4.1.2-2 The GNU Java compiler ii gcj-4.1 [java-compiler] 4.1.2-8The GNU compiler for Java(TM) ii gij [java-virtual-machine]4:4.1.2-2 The GNU Java bytecode interpreter ii gij-4.1 [java-virtual-machine 4.1.2-8The GNU Java bytecode interpreter -- no debconf information --- End Message --- --- Begin Message --- Tags: moreinfo Severity: normal thanks This bug report contains no useful information for diagnosing the problem, and its grave status is keeping new versions of jde out of testing. If you are still encountering this problem, please either file a new bug with severity "normal", or reopen this bug report and provide additional information that I can use to reproduce the problem. -- | Michael Olson | FSF Associate Member #652 | | http://mwolson.org/ | Hobbies: Lisp, HCoop | | Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner | `---' --- End Message ---
Bug#462648: update-menu not working correctly
This bug also affects xfce4. A fresh Lenny-install gave me an empty Debian-menu. After manually running update-menus is was populated. Regards, Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#464315: Intent to NMU
Thanks a lot for the patch and NMU. I approve of your patch; however, why make a debian/compat file when the DH_COMPAT in debian/rules worked perfectly well? Is there a Policy statement I overlooked? Bises -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#424957: #424957 portmap includes non-DFSG-compliant code
Is there any reason why an implementation of RFC 1833 would not be sufficient for this? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#457503: gnumail.app: segfault on selecting preferences
On Wed, 20 Feb 2008 14:29:22 +0100 Xavier Brochard <[EMAIL PROTECTED]> wrote: > Thanks for trying to solve this bug. > Unfortunatly, it's still crashes when I click on preferences. > Here's the backtrace: OK, can you install the gnumail.app-dbg package (also from experimental), and generate another backtrace. This will give more useful information. http://packages.debian.org/experimental/amd64/gnumail.app-dbg/download Thanks. -- Hubert Chathi <[EMAIL PROTECTED]> -- Jabber: [EMAIL PROTECTED] PGP/GnuPG key: 1024D/124B61FA http://www.uhoreg.ca/ Fingerprint: 96C5 012F 5F74 A5F7 1FF7 5291 AF29 C719 124B 61FA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466748: libconvert-uulib-perl: FTBFS with grep 2.5.3~dfsg-4
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Feb 20, 2008 at 08:05:59PM +0200, Niko Tyni wrote: >The reason the copyright check is grepping debian/ is this change in >grep 2.5.3~dfsg-4: > > * rgrep: Make . the default when no file or directory names given. > Thanks to Magnus Holmgren <[EMAIL PROTECTED]> (Closes: 414168) > >Reading #414168, the reasoning is that recursively grepping >stdin is broken anyway. Removing the egrep '-r' option from >debian/cdbs/1/rules/copyright-check.mk indeed fixes this. >Please clone this bug yourself unless you want to take this up with the >grep maintainers. Thanks, especially for resolving the cause too! I'll fix this (I believe this is broken in even more of the packages I maintain...) - Jonas - -- * Jonas Smedegaard - idealist og Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ - Enden er nær: http://www.shibumi.org/eoti.htm -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHvIbbn7DbMsAkQLgRAo2DAJ9n5Lkqw7ZOkmE4sdzWUvQ8ugIemwCfZsZb d8ZqUc18jXQG6UkKtg3h+bI= =LiHk -END PGP SIGNATURE-
Bug#466729: asterisk: terminate called after throwing an instance of 'Wobbly'
Hi, Vincas Ciziunas wrote: Asterisk does not start up. Please find attached, the output of asterisk -vvv -g (minus the "Core Dumped" message at the bottom) and the core file from the crash. Thanks for the detailed bug report. This is an issue with libvpb -- probably with the way asterisk uses it (and that's why I'm not reassigning it). Do you have a VPB card and/or a modified vpb.conf? We'll definitely fix it, even though we haven't been able to reproduce it. Will try though. Meanwhile, you can add an explicit noload => chan_vpb.so to your modules.conf, as a temporary workaround. Thanks, Faidon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466382: updated patch for CVE-2008-0806
Hi, attached is an updated patch. It's as well archived on: http://people.debian.org/~nion/nmu-diff/wyrd-1.4.3b-3_1.4.3b-3.1.patch The problem with the first patch was that if you press help the second time you get Sys_error("Bad file descriptor"). The reason is that the original code only operates on the filename, opens it and thus always assigning a new file descriptor which gets closed afterwards. So after changing this to the global file descriptor to make sure that the file doesn't change in the meantime (race) the file descriptor was closed after calling help the first time. Fixed this by moving the close part to the file removal on Quit and flushing the output after writing the content. Kind regards Nico -- Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF For security reasons, all text in this mail is double-rot13 encrypted. diff -u wyrd-1.4.3b/debian/patches/00list wyrd-1.4.3b/debian/patches/00list --- wyrd-1.4.3b/debian/patches/00list +++ wyrd-1.4.3b/debian/patches/00list @@ -1,0 +2 @@ +02-CVE-2008-0806 diff -u wyrd-1.4.3b/debian/changelog wyrd-1.4.3b/debian/changelog --- wyrd-1.4.3b/debian/changelog +++ wyrd-1.4.3b/debian/changelog @@ -1,3 +1,12 @@ +wyrd (1.4.3b-3.1) unstable; urgency=high + + * Non-maintainer upload by security team. + * This update addresses the following issue: +CVE-2008-0806: insecure temporary file creation that +could lead to symlink attacks and thus data loss (Closes: #466382). + + -- Nico Golde <[EMAIL PROTECTED]> Tue, 19 Feb 2008 22:28:12 +0100 + wyrd (1.4.3b-3) unstable; urgency=low * Fixed debian/watch file. only in patch2: unchanged: --- wyrd-1.4.3b.orig/debian/patches/02-CVE-2008-0806.dpatch +++ wyrd-1.4.3b/debian/patches/02-CVE-2008-0806.dpatch @@ -0,0 +1,46 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02-CVE-2008-0806.dpatch by Nico Golde <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + [EMAIL PROTECTED]@ +diff -urNad wyrd-1.4.3b~/interface_main.ml wyrd-1.4.3b/interface_main.ml +--- wyrd-1.4.3b~/interface_main.ml 2007-08-20 03:24:26.0 +0200 wyrd-1.4.3b/interface_main.ml 2008-02-20 19:51:39.0 +0100 +@@ -1066,9 +1066,9 @@ +in +Hashtbl.iter find_binding Rcfile.table_commandstr_command; +let sorted_list = List.fast_sort Pervasives.compare !bindings in +- let out_channel = open_out Rcfile.tmpfile in ++ let out_channel = Rcfile.tmpfd in +List.iter (output_string out_channel) sorted_list; +- close_out out_channel; ++ flush out_channel; +def_prog_mode (); +endwin (); +let _ = Unix.system ("less " ^ Rcfile.tmpfile) in +@@ -1786,8 +1786,9 @@ + let i = draw_msg iface in + handle_refresh i reminders + |Rcfile.Quit -> +- let new_iface = {iface with run_wyrd = false} in +- (new_iface, reminders) ++ let out_channel = Rcfile.tmpfd in ++ close_out out_channel;Sys.remove Rcfile.tmpfile;let new_iface = {iface with run_wyrd = false} in ++ (new_iface, reminders) +with Not_found -> + let _ = beep () in + draw_error iface "key is not bound." false; +diff -urNad wyrd-1.4.3b~/rcfile.ml wyrd-1.4.3b/rcfile.ml +--- wyrd-1.4.3b~/rcfile.ml 2007-08-20 03:24:26.0 +0200 wyrd-1.4.3b/rcfile.ml 2008-02-20 19:51:19.0 +0100 +@@ -136,7 +136,7 @@ + (* Final hash table that maps from object to color_pair index *) + let object_palette = Hashtbl.create 20 + +-let tmpfile = "/tmp/wyrd-tmp." ^ (string_of_int (Unix.getuid ())) ++let tmpfile,tmpfd = Filename.open_temp_file "wyrd" "-temp" + + + (* Turn colors on and off *) pgpgYlAND6zCM.pgp Description: PGP signature
Bug#427752: cannot install
Young Dan (me) wanted to try prokyon3, but alas Package prokyon3 has broken dep on libflac++5 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#448909: marked as done (ghc6: package cannot be removed)
Your message dated Wed, 20 Feb 2008 18:32:32 + with message-id <[EMAIL PROTECTED]> and subject line ghc6: package cannot be removed has caused the Debian Bug report #448909, regarding ghc6: package cannot be removed to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 448909: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448909 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: ghc6 Version: 6.6.1-2 Severity: grave Justification: renders package unusable ghc6 cannot be removed or purged: $ sudo dpkg -P ghc6 (Reading database ... 109032 files and directories currently installed.) Removing ghc6 ... Segmentation fault dpkg: error processing ghc6 (--purge): subprocess pre-removal script returned error exit status 139 Segmentation fault dpkg: error while cleaning up: subprocess post-installation script returned error exit status 139 Errors were encountered while processing: ghc6 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ghc6 depends on: ii gcc 4:4.2.1-6 The GNU C compiler ii haskell-utils 1.9Utilities used by the Debian Haske ii libc6 2.6.1-6GNU C Library: Shared libraries ii libgmp3-dev 2:4.2.2+dfsg-1 Multiprecision arithmetic library ii libgmp3c2 2:4.2.2+dfsg-1 Multiprecision arithmetic library ii libncurses5 5.6+20071013-1 Shared libraries for terminal hand ii libreadline5 5.2-3 GNU readline and history libraries ii libreadline5-dev 5.2-3 GNU readline and history libraries ii perl [perl5] 5.8.8-11.1 Larry Wall's Practical Extraction ghc6 recommends no packages. -- no debconf information --- End Message --- --- Begin Message --- I can't reproduce this, and no response from submitter, so closing the bug. Thanks Ian --- End Message ---
Processed: Re: Bug#466741: gnome-screensaver:fails to unlock with correct password
Processing commands for [EMAIL PROTECTED]: > severity 466741 important Bug#466741: gnome-screensaver:fails to unlock with correct password Severity set to `important' from `critical' > tag 466741 moreinfo Bug#466741: gnome-screensaver:fails to unlock with correct password There were no tags set. Tags added: moreinfo > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466741: gnome-screensaver:fails to unlock with correct password
severity 466741 important tag 466741 moreinfo thanks On mer, 2008-02-20 at 22:46 +0530, Prakash Jose Kokkattu wrote: > Package: gnome-screensaver > Version: 2.20.0-2 > Severity: critical > > OK.I found that libpam-foreground v0.4-1 if installed fixes this unlock > issue and the user password works!also I got this dependency after > checking through ubuntu gutsy 7.10 which also I am using.Hope developers > will fix this bug ASAP.below is the relative contents on > /var/log/auth.log Why did you open a new bug if you think this is related to #383889 ? Also I don’t think this issue could be related to libpam-foreground, which only creates lockfiles and isn’t even used unless you modify your configuration. In short, if you need help, please show us your PAM configuration and describe *precisely* what your problems are. Thanks, -- .''`. : :' : We are debian.org. Lower your prices, surrender your code. `. `' We will add your hardware and software distinctiveness to `-our own. Resistance is futile. signature.asc Description: Ceci est une partie de message numériquement signée
Bug#466748: libconvert-uulib-perl: FTBFS with grep 2.5.3~dfsg-4
Package: libconvert-uulib-perl Version: 1.09-1 Severity: serious Justification: fails to build from source Your package fails to build on current sid: Scanning upstream source for new/changed copyright notices (except debian subdir!)... find * -type f -not -regex 'debian/.*' -not -regex '\(.*/\)?config\.\(guess\|sub\|rpath\)\(\..*\)?' -exec cat '{}' ';' \ | tr '\r' '\n' \ | LC_ALL=C sed -e 's/[^[:print:]]//g' \ | egrep --text -rih '(copyright|\(c\) ).*[0-9]{4}' \ | sed -e 's/^[[:space:]*#]*//' -e 's/[[:space:]]*$//' \ | LC_ALL=C sort -u \ > debian/copyright_newhints find: cat terminated by signal 13 find: cat terminated by signal 13 [...] find: cat terminated by signal 13 Error: The following new or changed copyright notices discovered: Copyright © 2003-2007 Jonas Smedegaard <[EMAIL PROTECTED]> Copyright © 2004-2006 Jonas Smedegaard <[EMAIL PROTECTED]> Copyright © 2005-2007 Jonas Smedegaard <[EMAIL PROTECTED]> Copyright © 2006 Jonas Smedegaard <[EMAIL PROTECTED]> Copyright © 2007 Jonas Smedegaard <[EMAIL PROTECTED]> Trying to locate the files containing the new/changed copyright notices... (Strings part of binary data you need to resolve yourself) To fix the situation please do the following: 1) Investigate the above changes and update debian/copyright as needed 2) Replace debian/copyright_hints with debian/copyright_newhints make: *** [debian/stamp-copyright-check] Error 1 The reason the copyright check is grepping debian/ is this change in grep 2.5.3~dfsg-4: * rgrep: Make . the default when no file or directory names given. Thanks to Magnus Holmgren <[EMAIL PROTECTED]> (Closes: 414168) Reading #414168, the reasoning is that recursively grepping stdin is broken anyway. Removing the egrep '-r' option from debian/cdbs/1/rules/copyright-check.mk indeed fixes this. The same bug is present in at least three other packages you maintain: libgd-gd2-noxpm-perl libgd-gd2-perl libmail-cclient-perl Please clone this bug yourself unless you want to take this up with the grep maintainers. Cheers, -- Niko Tyni [EMAIL PROTECTED]
Bug#466686: kdebase-bin recommends gdb
kdebase-bin includes drkonqi, the KDE crash handler. drkonqi requires GDB to function properly, so recommending GDB is compliant with policy. signature.asc Description: This is a digitally signed message part.
Bug#466741: gnome-screensaver:fails to unlock with correct password
Package: gnome-screensaver Version: 2.20.0-2 Severity: critical OK.I found that libpam-foreground v0.4-1 if installed fixes this unlock issue and the user password works!also I got this dependency after checking through ubuntu gutsy 7.10 which also I am using.Hope developers will fix this bug ASAP.below is the relative contents on /var/log/auth.log Feb 20 18:39:10 localhost gdm[2486]: gkr-pam: created 'login' keyring Feb 20 18:47:17 localhost unix_chkpwd[2958]: check pass; user unknown Feb 20 18:47:17 localhost unix_chkpwd[2958]: password check failed for user (prakash) Feb 20 18:47:17 localhost gnome-screensaver-dialog: pam_unix(gnome-screensaver:auth): authenticat ion failure; logname= uid=1000 euid=1000 tty=:0.0 ruser= rhost= user=prakash Feb 20 18:47:17 localhost gnome-screensaver-dialog: gkr-pam: unlocked 'login' keyring Feb 20 18:47:31 localhost unix_chkpwd[2963]: check pass; user unknown Feb 20 18:47:31 localhost unix_chkpwd[2963]: password check failed for user (prakash) Feb 20 18:47:31 localhost gnome-screensaver-dialog: pam_unix(gnome-screensaver:auth): authenticat ion failure; logname= uid=1000 euid=1000 tty=:0.0 ruser= rhost= user=prakash Feb 20 18:47:31 localhost gnome-screensaver-dialog: gkr-pam: unlocked 'login' keyring Feb 20 18:47:36 localhost gdm[2486]: pam_unix(gdm:session): session closed for user prakash Feb 20 18:47:45 localhost gdm[2971]: pam_unix(gdm:session): session opened for user prakash by (u id=0) Feb 20 18:47:45 localhost gdm[2971]: gkr-pam: unlocked 'login' keyring Feb 20 18:59:51 localhost gdm[2971]: pam_unix(gdm:session): session closed for user prakash Thank You, Prakash Jose Kokkattu -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable'), (200, 'testing'), (10, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gnome-screensaver depends on: ii dbus 1.1.4-1 simple interprocess messaging syst ii gconf2 2.20.1-3 GNOME configuration database syste ii gnome-icon-theme 2.20.0-1 GNOME Desktop icon theme ii libatk1.0-01.20.0-1 The ATK accessibility toolkit ii libc6 2.7-8 GNU C Library: Shared libraries ii libcairo2 1.4.14-1 The Cairo 2D vector graphics libra ii libdbus-1-31.1.4-1 simple interprocess messaging syst ii libdbus-glib-1-2 0.74-1simple interprocess messaging syst ii libfontconfig1 2.5.0-2 generic font configuration library ii libfreetype6 2.3.5-1+b1FreeType 2 font engine, shared lib ii libgconf2-42.20.1-3 GNOME configuration database syste ii libgl1-mesa-glx [libgl 7.0.2-4 A free implementation of the OpenG ii libglade2-01:2.6.2-1 library to load .glade files at ru ii libglib2.0-0 2.14.6-1 The GLib library of C routines ii libgnome-menu2 2.20.3-1 an implementation of the freedeskt ii libgnomekbd1 2.20.0-1 GNOME library to manage keyboard c ii libgnomekbdui1 2.20.0-1 User interface library for libgnom ii libgnomevfs2-0 1:2.20.1-2GNOME Virtual File System (runtime ii libgtk2.0-02.12.8-1 The GTK+ graphical user interface ii libice62:1.0.4-1 X11 Inter-Client Exchange library ii libnotify1 [libnotify1 0.4.4-3 sends desktop notifications to a n ii liborbit2 1:2.14.10-0.1 libraries for ORBit2 - a CORBA ORB ii libpam0g 0.99.7.1-5Pluggable Authentication Modules l ii libpango1.0-0 1.18.4-1 Layout and rendering of internatio ii libpng12-0 1.2.15~beta5-3PNG library - runtime ii libsm6 2:1.0.3-1+b1 X11 Session Management library ii libx11-6 2:1.0.3-7 X11 client-side library ii libxcursor11:1.1.9-1 X cursor management library ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar ii libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio ii libxi6 2:1.1.3-1 X11 Input extension library ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library ii libxklavier11 3.3-2 X Keyboard Extension high-level AP ii libxml22.6.31.dfsg-1 GNOME XML library ii libxrandr2 2:1.2.2-1 X11 RandR extension library ii libxrender11:0.9.4-1 X Rendering Extension client libra ii libxss11:1.1.2-1 X11 Screen Saver extension library ii libxxf86misc1 1:1
Bug#393079: configurable-savedefault.diff updated for 0.97-30
On Wed, Feb 20, 2008 at 05:50:20PM +0100, Andreas Beckmann wrote: > > I assume setting savedefault="false" here archieves this? > Thats the correct setting. I treated this as a "feature" and did not > want to change the current behaviour (having the most probably unused > savedefault lines in menu.lst). But now as this fix comes as a "bugfix" > I prefer having it disabled by default. (You might break the > confguration of a handful of users that actually enabled default=saved > manually, but that's an affordable risk.) A very small risk in comparison with corrupting a filesystem, don't you think? :-) -- Robert Millan I know my rights; I want my phone call! What use is a phone call… if you are unable to speak? (as seen on /.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466598: grub-pc chokes on grub.cfg, hangs before menu
Hi Barry, On Wed, Feb 20, 2008 at 09:30:36AM -0500, Barry Schatz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm sorry, I gave you attitude when I was frustrated. You didn't deserve > that. Apologise accepted. > I didn't edit grub.cfg, and this is not the first time I installed > grub-pc. I've been using grub-pc for a few months. The edits I did do > consisted of commenting out lines. I don't know the syntax, but I > understand enough to figure out what a conditional block looks like. It is easy to make assumptions but the syntax is actually fragile. While code generated by update-grub is well-tested and known to work, some minor details can break stuff unexpectedly. So please, generate grub.cfg with update-grub and try again. There _was_ a bug in the parser in an older release, but if you hit that all you have to do is grub-install the latest version; no need to hand-edit grub.cfg. > If I wait a bit longer I get a menu. The menu is slow to the point of > unresponsive, but I get a working system if I wait for it to pick the > default. So it works then? > At this point I assume all of grub2 executes at ring 0 and the slowdown > is due to virtualbox moving all of it to ring 1. Could be. There's really not much GRUB can do to slow down your system. Either it's using the CPU (fast) or calls the BIOS (slow or fast, who knows?). -- Robert Millan I know my rights; I want my phone call! What use is a phone call… if you are unable to speak? (as seen on /.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466686: kdebase-bin recommends gdb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Am Mi den 20. Feb 2008 um 15:40 schrieb Julien Cristau: > > Sorry, but this is definitively a violation of the debian policy; > > missuse of recommend. > > > Not all policy violations are serious bugs. Well, the decision about that is not clear. What are minor and what major policy violations? Where is the border? Maybe there should be a better severity for policy bugs than "serious". Simply all maintainer are pissed of policy bugs tagged as serious. But the reportbug description is telling there is only this decision for policy violations. > I'd consider this one as minor or at most normal, fwiw... Well, apart my explaining above I would put this also to minor. (Especially cause it doesn't affect me as I configured aptitude to _not_ install recommends.) Gruß Klaus - -- Klaus Ethgenhttp://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBR7xcf5+OKpjRpO3lAQLlLAf/dWVqZ3kFThkCYOCqJ4p+WVD2O8ieeTJ9 438IASybkAycEXds/GZu2275mLhHMj+YPIwfP9dd9nO0ltybV5vPQtdv5aelb+UH Z4SVnfZgbr264TOuS2tMfsEMHIveXYQQ5iKPi3uPyLdwk+0AJRNsKDr0Wbs3n4k6 1fa9/fAvPqv7PoMziESGo6rxxEoJcyFJcZClyyfQhvYaw2/iUUPh83uRm2lm3Gyy I21254Af5xZbsxBskZogAhu7pFRpQpseaqy6SxhF9A4e2DjScofVkL568NXLJeC1 jWkSf/NksK77vblTzAbQsmgc21ElJlQr+tA3WYYzkMYz1g6XwoPVPg== =p+TL -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466739: libhdf5-serial-1.6.5-0: no shlibs(.in) entry for libh5test, affecting hdf5-tools
Package: libhdf5-serial-1.6.5-0 Version: 1.6.5-5.1 Severity: serious Justification: Policy 8.6.4 libhdf5-serial-1.6.5-0's shlibs file (generated from debian/shlibs.in AFAICT) omits the newly added h5test library; as a result, hdf5-tools winds up depending specifically on one of the parallelized versions (libhdf5-lam-1.6.5-0 on amd64 at present, though I'm not sure whether that's deterministic). Could you please add an entry for libh5test to debian/shlibs.in? Thanks! -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24.2 (SMP w/2 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#393079: configurable-savedefault.diff updated for 0.97-30
Hi Robert, Robert Millan wrote: > does this mean savedefault is still set by default? Since in practice the > default setup doesn't take advantage of it (we don't have "default saved"), > I'd prefer to NOT use savedefault at all unless user chose to enable it. Me too. > I assume setting savedefault="false" here archieves this? Thats the correct setting. I treated this as a "feature" and did not want to change the current behaviour (having the most probably unused savedefault lines in menu.lst). But now as this fix comes as a "bugfix" I prefer having it disabled by default. (You might break the confguration of a handful of users that actually enabled default=saved manually, but that's an affordable risk.) > Please could you update this with the latest version in SVN [1] ? I'll check > this in for next upload. Sorry, I noticed your message too late. Just checked: the update-grub version in svn is fine. 4 more days and it might enter lenny :-) Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466487: libauthen-smb-perl: should this package be orphaned or removed?
It's all yours. Thanks much. On Feb 21, 2008, at 4:16 AM, Xavier Oswald wrote: Hi, I will take it. Im maintaining libauthen-simple-smb-perl which depends on libauthen- smb-perl. Thanks, -- ,''`. Xavier Oswald <[EMAIL PROTECTED]> : :' : GNU/LINUX Debian Maintainer `. `' GnuPG Key ID 0x88BBB51E `-938D D715 6915 8860 9679 4A0C A430 C6AA 88BB B51E -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#465177: marked as done (FTBFS: configure: error: unable to configure inotify support)
Your message dated Wed, 20 Feb 2008 16:17:16 + with message-id <[EMAIL PROTECTED]> and subject line Bug#465177: fixed in mediatomb 0.10.0.dfsg1-2 has caused the Debian Bug report #465177, regarding FTBFS: configure: error: unable to configure inotify support to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 465177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465177 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Source: mediatomb Version: 0.10.0.dfsg1-1 Severity: serious Mediatomb is failing to build on some architectures with these last entries. The architectures it's failing to build on is powerpc and ia64. checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking whether sys/inotify.h works... no, using own inotify headers checking whether inotify-nosys.h works... no, disabling inotify support configure: error: unable to configure inotify support make: *** [configure-stamp] Error 1 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 For the powerpc, powerpc packages have been created before (http://mediatomb.cc/pages/download#debian_ubuntu). The link to the powerpc packages is dead however. -- Regards, Andres --- End Message --- --- Begin Message --- Source: mediatomb Source-Version: 0.10.0.dfsg1-2 We believe that the bug you reported is fixed in the latest version of mediatomb, which is due to be installed in the Debian FTP archive: mediatomb-common_0.10.0.dfsg1-2_i386.deb to pool/main/m/mediatomb/mediatomb-common_0.10.0.dfsg1-2_i386.deb mediatomb-daemon_0.10.0.dfsg1-2_all.deb to pool/main/m/mediatomb/mediatomb-daemon_0.10.0.dfsg1-2_all.deb mediatomb_0.10.0.dfsg1-2.diff.gz to pool/main/m/mediatomb/mediatomb_0.10.0.dfsg1-2.diff.gz mediatomb_0.10.0.dfsg1-2.dsc to pool/main/m/mediatomb/mediatomb_0.10.0.dfsg1-2.dsc mediatomb_0.10.0.dfsg1-2_all.deb to pool/main/m/mediatomb/mediatomb_0.10.0.dfsg1-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andres Mejia <[EMAIL PROTECTED]> (supplier of updated mediatomb package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 19 Feb 2008 22:27:26 -0500 Source: mediatomb Binary: mediatomb-common mediatomb-daemon mediatomb Architecture: source all i386 Version: 0.10.0.dfsg1-2 Distribution: unstable Urgency: low Maintainer: Andres Mejia <[EMAIL PROTECTED]> Changed-By: Andres Mejia <[EMAIL PROTECTED]> Description: mediatomb - UPnP MediaServer (main package) mediatomb-common - UPnP MediaServer (base package) mediatomb-daemon - UPnP MediaServer (daemon package) Closes: 465177 Changes: mediatomb (0.10.0.dfsg1-2) unstable; urgency=low . * Moved Debian packaging from svn to git. + Updated Vcs entries in debian/control. * Fixing inotify build problems. An inotify check will be supported for runtime. Closes: #465177 * Removing .pc directory when unpatching. * Allowing options used in running configure to be overriden. * Writing external script to generate orig source tarball and have get-orig-source target in debian/rules call external script. * Update copyright to mention two files that are removed from upstream. * Add TODO about changing from using PNG Behavior fix from WebFX to using IE PNG Fix delivered by TwinHelix. * Adding TODO about ensuring that the WebUI works under any Mozilla based browser. + There's a known problem with the WebUI under Konqueror. Files: 6faef1f790b8f3678853e4b667d60c0e 978 net optional mediatomb_0.10.0.dfsg1-2.dsc cd8c5c447b7d2db37444f25f6884507b 27567 net optional mediatomb_0.10.0.dfsg1-2.diff.gz 7c2d927ef7cb2e6982688d67ba0ce172 17518 net optional mediatomb-daemon_0.10.0.dfsg1-2_all.deb 4e8a3fd23a648bccea7302377f1c4f8e 16716 net optional mediatomb_0.10.0.dfsg1-2_all.deb 74cd0aa28757930bc91aab6d1f6391c0 656714 net optional mediatomb-common_0.10.0.dfsg1-2_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHvFDhDcs5RBTUBgsRAjgNAKCxrVmm2qbCwDNMHbWsISKEjnPK2QCfcm8x D5lt8ezruB7HUCpvqvhEb+I= =4CBa -END PGP SIGNATURE- --- End Message ---
Bug#466706: marked as done (Can't install libc6-dev since it is not the same version as libc6)
Your message dated Wed, 20 Feb 2008 16:59:27 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: Bug#466706: Can't install libc6-dev since it is not the same version as libc6 has caused the Debian Bug report #466706, regarding Can't install libc6-dev since it is not the same version as libc6 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 466706: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466706 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: libc6-dev Severity: grave Justification: renders package unusable libc6 is version 2.3.6.ds1-13etch4 while libc6-dev is version 2.3.6.ds1-13etch5. Therefore libc6-dev is not possible to install using apt-get. I only use stable repository. Harald Roer -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) --- End Message --- --- Begin Message --- Harald Roer a écrit : > Package: libc6-dev > Severity: grave > Justification: renders package unusable > > libc6 is version 2.3.6.ds1-13etch4 while libc6-dev is version > 2.3.6.ds1-13etch5. Therefore libc6-dev is not possible to install using > apt-get. I only use stable repository. You have to upgrade to libc6 version 2.3.6.ds1-13etch5 first, which should be available on the same repository as libc6-dev version 2.3.6.ds1-13etch5. -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' [EMAIL PROTECTED] | [EMAIL PROTECTED] `-people.debian.org/~aurel32 | www.aurel32.net --- End Message ---
Bug#460302: usr/include/tdb.h uses sig_atomic_t without including signal.h
Is this bug going to be dealt with anytime soon? Regards, Frank -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#451889: netselect-apt: Etch is affected
Package: netselect-apt Version: 0.3.ds1-10 Followup-For: Bug #451889 Hi, Etch is affected. It would be nice to get this fixed. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages netselect-apt depends on: ii netselect 0.3.ds1-10 Choose the fastest server automati ii wget 1.10.2-2 retrieves files from the web netselect-apt recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: r1154 - in trunk: . debian debian/additions/mysqlreport debian/patches debian/po
Processing commands for [EMAIL PROTECTED]: > tags 458798 pending Bug#458798: mysql-server-5.0: Problem with LSB header in init.d script Tags were: pending patch Bug#459686: insserv: fails to reorder init scripts Tags added: pending > tags 460402 pending Bug#460402: FTBFS on testsuite failure on armel Tags were: pending Tags added: pending > tags 460873 pending Bug#460873: mysql-dfsg-5.0 multiple vulnerabilities in yassl included by mysql Tags were: pending security Tags added: pending > tags 462158 pending Bug#462158: mysql-dfsg-5.0: [INTL:ja] Updated Japanese po-debconf template translation (ja.po) Tags were: pending l10n patch Tags added: pending > tags 462265 pending Bug#462265: dependency for libtemplate-html-perl is missing Tags were: pending Tags added: pending > tags 463137 pending Bug#463137: mysql-server-5.0: "Specified key was too long; max key length is 1000 bytes" with utf8 Tags were: pending l10n patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466711: mayavi2: Cannot open any file with UTF-8
Package: mayavi2 Version: 2.0.2a1-4 Severity: grave Tags: l10n Justification: renders package unusable -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores) Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mayavi2 depends on: ii libc62.7-6 GNU C Library: Shared libraries ii python 2.4.4-6 An interactive high-level object-o ii python-central 0.5.15-0.1 register and build utility for Pyt ii python-enthought-traits 2.0.1b1-2 Manifest typing and reactive progr ii python-enthought-traits-ui 2.0.1b1-3 User interface related modules for ii python-numpy 1:1.0.4-5 Numerical Python adds a fast array ii python-setuptools0.6c7-1 Python Distutils Enhancements ii python-vtk 5.0.3-1 Python bindings for VTK ii python-wxgtk2.6 2.6.3.2.2-1 wxWidgets Cross-platform C++ GUI t ii python2.42.4.4-7 An interactive high-level object-o mayavi2 recommends no packages. -- no debconf information Problem with the mayavi2 package. When trying to use the program with the system encoding configured as pt_BR.UTF-8, no module can be loaded, and if some file like a PLOT3D is open, the Frame Buffer Inspector appears, and the file is not loaded. The error reported by the Frame buffer Inspector is Exception: 'ascii' coded can't encode characters in position 30-31: ordinal not in range(128) and the line on Module Source (file_dialog.py) self.path = str(self.control.GetPath()) is highlighted. No modules or files can be opened. If the LC_ALL and LANG are changed for C, it cannot find any files at all. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466686: kdebase-bin recommends gdb
On Wed, Feb 20, 2008 at 15:34:39 +0100, Klaus Ethgen wrote: > Sorry, but this is definitively a violation of the debian policy; > missuse of recommend. > Not all policy violations are serious bugs. I'd consider this one as minor or at most normal, fwiw... Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466697: removal of eqlist from TeX Live
Dear Martin, we recently received a notice about your package eqlist which states that You may copy this package freely, as long as you distribute only unmodified and complete versions. which renders this package unfree. TeX Live as one of the biggest TeX system and currently also the main TeX system included in most unix distributions (like Debian and SuSE) follows the Debian Free Software Guidelines with respect to what we include into TeX Live. Your package fails that as nobody is allowed to reuse your code (of the actual sty file and of the documentation). We generally suggest the LaTeX Project Public License (http://www.latex-project.org/lppl.txt) as it does very similar things, namely that modified versions have to be marked properly (within the code and within the interface to the user). From the LPPL: 6.a. If component of this Derived Work can be a direct replacement for a component of the Work ... the replacement component of this Derived Work clearly and unambiguously identifies itself as a modified version of this component to the user when used interactively with that Base Interpreter. b. Every component of the Derived Work contains prominent notices detailing the nature of the changes to that component, or a prominent reference to another file that is distributed as part of the Derived Work and that contains a complete and accurate log of the changes. (there is more there). So if the original intention of you was that the package should be named "eqlist" if and only if it is what you have uploaded to CTAN, but still want to allow derived work, we would kindly ask you to re-upload a new version to CTAN with a different copyright notice. Something like This package may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version. The latest version of this license is in http://www.latex-project.org/lppl.txt If your intention was as written we will remove this package from the TeX Live distribution and I in addition from the Debian packages. Thanks for your attention Norbert --- Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology Debian Developer <[EMAIL PROTECTED]> Debian TeX Group gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094 --- MAPLEDURHAM (n.) A hideous piece of chipboard veneer furniture bought in a suburban high street furniture store and designed to hold exactly a year's supply of Sunday colour supplements. --- Douglas Adams, The Meaning of Liff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466706: Can't install libc6-dev since it is not the same version as libc6
Package: libc6-dev Severity: grave Justification: renders package unusable libc6 is version 2.3.6.ds1-13etch4 while libc6-dev is version 2.3.6.ds1-13etch5. Therefore libc6-dev is not possible to install using apt-get. I only use stable repository. Harald Roer -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466686: kdebase-bin recommends gdb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Am Mi den 20. Feb 2008 um 14:01 schrieb Sune Vuorela: > > Severity: serious > > Yay for inflated severities. Sorry, but this is definitively a violation of the debian policy; missuse of recommend. The fine granular dependencies are the (one of) power of the debian package management. So missuse of it make it not usable anymore. So I think the severity is really serious. (The package might working fine. But it poisons the debian dependencies.) > > The new version of kdebase-bin recommends gdb which is absolutely not > > needed for kdebase! Don't misuse recommendings. Not even gcc recommends > > gdb it "just" suggest it. > > This was introduced in august 2005. Sorry, I cannot follow. Please be a bit verbose. Gruß Klaus - -- Klaus Ethgenhttp://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBR7w6f5+OKpjRpO3lAQKNcQf9E/e8jLv8C6qap4WtDX+Nl7fV1qyISgZA pKIFWTYKzAXtzTJE6Nf6HxnBkVls9xHPiPaGacMqm3AfaHYeXMz1DOGGbwdUbZqG A8r1MvB4LA+AWTuf2TFqGim1AF0ieURjoWJnGpMdc1Y3PZ+QOMRQQGcQDFCWQnUr WtXUMjVhHgk6dvhtQj5ojnYkbF5NXSUIYFGB/+I2C+gfDz9iJWILmDA1NA8vUORI Qxwf1hsk2wbiVx4uB17ru+cAyLZeymyExjOHb9j9lx0tTLrSfvxGBsxukxydOqXs SPg8VkJ/VV1ve0Q0cxoDK4BhR9ShvWaQpfrgFdj8f4R8xoRWPWUlhw== =Xhfu -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466598: grub-pc chokes on grub.cfg, hangs before menu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm sorry, I gave you attitude when I was frustrated. You didn't deserve that. I didn't edit grub.cfg, and this is not the first time I installed grub-pc. I've been using grub-pc for a few months. The edits I did do consisted of commenting out lines. I don't know the syntax, but I understand enough to figure out what a conditional block looks like. When the new version came out, I took a snapshot of the virtual machine I was testing on and held my breath. The problem seems to be I can't hold my breath long enough. If I wait a bit longer I get a menu. The menu is slow to the point of unresponsive, but I get a working system if I wait for it to pick the default. At this point I assume all of grub2 executes at ring 0 and the slowdown is due to virtualbox moving all of it to ring 1. I'll reinstall grub-pc on my tower and see if it's fixed. If so, I hope I didn't waste too much of your time. Despite my complaints, I like grub2 a lot and I'm really impressed with the progress it's made. Robert Millan wrote: > severity 466598 important > thanks > > On Tue, Feb 19, 2008 at 04:23:39PM -0500, Barry Schatz wrote: >> Using the newest grub-pc package, I ran update-grub and then >> grub-install. Chainloading doesn't work by the way, because >> it doesn't create the chainload option in legacy grub. > > Was this the first time you installed grub-pc? > >> Booting >> straight to grub2 results in "Welcome to Grub" and an >> unresponsive computer. >> >> In a previous release the if statements created by 00_header >> PROVIDED BY THE GRUB-PC PACKAGE were a problem, but removing >> those if statements doesn't avoid the problem any more. > > What do you see after "Welcome to Grub" when you use grub.cfg AS generated > by update-grub WITHOUT MODIFIING IT? > >> insmod png >> if background_image >> (hd0,5)/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; >> then > > This is wrong. Don't do it. Don't edit the file at all unless you understand > the syntax. > -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) iD8DBQFHvDmMtXr3a6NTXfoRAsxEAJ94gCnzL93dKn/oa4ZwbLxa9RoblwCdHD+9 VBM9uU9tyzWhVfLY8gV5i6o= =gmE2 -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#449173: can the severity of this bug be downgraded? Yes .. with some work
Le Sunday 17 February 2008 20:19:10 Raphael Hertzog, vous avez écrit : > On Sun, 17 Feb 2008, Kamaraju Kusumanchi wrote: > > > > I am wondering if this bug can be downgraded from severity grave to > > > > normal (or even be closed if possible)? Well, for me, some things have to be done first : - during an upgrade from gs-* to ghostscript, the "foomatic-filters" package still retain its (old, gs-*) configuration ... that is why there is no log at all in Cups or others ... (still puzzles me why some pages were printed in half, through ...) So, in the ghostscipt upgrade scripts, one has to force a reconfiguration of foomatic-filters (or some equivalent packages) ... dont know enough about Debian packages to do that .. > > > > The bug was marked unreproducible, and the OP reported that the > > > > problem went away by installing the latest version. Not MY original post, but somehow related ... > > > If you want to close the bug, make sure it doesn't exist any more. > > > Install an etch chroot with the old gs-* packages and dist-upgrade to > > > sid and check if the /usr/bin/gs still exists. Well ... changed those packages (from Stable) : gs-common (0.3.11) gs-esp (8.15.3.dfsg.1-1) gs-gpl (8.54.dfsg.1-5) With that one (from Unstable) : ghostscript (8.61.dfsg.1-1) Worked for me ... althrough I havent tested for /usb/bin/gs's disappearance (I only did REMOVE the gs-* ... then purged them; that is maybe why I still have a /usb/bin/gs binary lying around ... > > > Up to now, I've not seen any indication that the upgrade process is > > > sane and reliable. Well .. not sane for "foomatic-filters", at the very least ... > > Ok. But I do not have access to the printer the OP is talking about. I > > hope someone else steps into and does it... > > I don't think that this printer problem deserves a grave bug. However > since the bug contained no info except a "it's not working" I assumed that > it might be the same problem than me which was that /usr/bin/gs disappeared > during the upgrade. That is strange .. havent anyone received my mails ? > And this is not too difficult to verify... and once that verification is > done and that the upgrade scripts have been proofread with that problem in > mind, one could close the bug. yes, the (ORIGINAL, mine) bug can be closed ... if someone fixes the installation script (update foomatic-filters along the way) > And this is something that anyone can do. The maintainer is best placed > for this but you can step in to help... > > Cheers, -- Loïc JOUANIQUE -- Of course you can't flap your arms and fly to the moon. After a while you'd run out of air to push against. !!
Bug#432809: Bug#466487: libauthen-smb-perl: should this package be orphaned or removed?
On Thu, 21 Feb 2008 14:34:59 +0100, Xavier Oswald wrote: > I just had a look and it's not that easy. > It seems that libapache2-authenntlm-perl includes all smb files of > libauthen-sbm-perl. That's why #432809! Ack. > libapache2-authenntlm-perl should depends on libauthen-smb-perl. > What do you think ? That's my opinion, too, and AIUI also the opinion of the submitter. So IMO this is not a bug of libauthen-smb-perl but only of libapache2-authenntlm-perl. Cheers, gregor -- .''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4 : :' : debian: the universal operating system - http://www.debian.org/ `. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/ `-Warp 7 -- It's a law we can live with. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: your mail
Processing commands for [EMAIL PROTECTED]: > # downgrade severity as workaround is available, and still works on MySQL or > without any database anyway > severity 440109 important Bug#440109: sympa: install fails with permission denied to create database in postgresql Severity set to `important' from `grave' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466697: texlive-extra: eqlist is non-free
Package: texlive-extra Version: 2007.dfsg.1-1 Severity: serious Justification: Policy 2.2.1 The eqlist documentation /usr/share/doc/texlive-doc/latex/eqlist/eqlist.pdf states: You may copy this package freely, as long as you distribute only unmodified and complete versions. This conflicts with the "Derived Works" clause of the DFSG. Thanks, Jö. -- System Information: Debian Release: lenny/sid APT prefers testing-proposed-updates APT policy: (500, 'testing-proposed-updates'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Software is like sex; it's better when it's free. -- Linus Torvalds signature.asc Description: Digital signature
Bug#466106: marked as done (Initscript should not fail if microcode is unavailable (+ other improvments))
Your message dated Wed, 20 Feb 2008 13:32:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#466106: fixed in afbinit 1.0-4 has caused the Debian Bug report #466106, regarding Initscript should not fail if microcode is unavailable (+ other improvments) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 466106: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466106 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: afbinit Severity: serious Tags: patch Hello, Afbinit installation fails when installing for the first time. The main problem is that firmware miss is fatal, but I guess we should be able to install the package first, then read README.Debian to figure out how to get the firmware. Here is a small patch against current sid package that do not fail if the firmware is not present, check if it's the right one (md5) and a minor README.Debian with more informations about how to grab the microcode. Thanks in advance, Best regards, Adam. --- System information. --- Architecture: amd64 Kernel: Linux 2.6.22-2-amd64 Debian Release: lenny/sid 900 testing debmirror 500 ubuntu-doko people.ubuntu.com 500 testing www.debian-multimedia.org 400 unstable debmirror --- Package information. --- Depends (Version) | Installed ===-+-=== | diff -Nur afbinit-1.0/debian/afbinit.init afbinit-1.0.new/debian/afbinit.init --- afbinit-1.0/debian/afbinit.init 2008-02-16 16:52:01.0 +0100 +++ afbinit-1.0.new/debian/afbinit.init 2008-02-16 16:49:05.043692598 +0100 @@ -32,7 +32,12 @@ fi if [ ! -f /usr/lib/afb.ucode ];then log_failure_msg "Cannot find AFB microcode (/usr/lib/afb.ucode)" -exit 1 +log_failure_msg "Please read /usr/share/doc/afbinit/README.Debian to see how to obtain it" +exit 0 +elif [ `md5sum /usr/lib/afb.ucode | cut -f1 -d' '` != '7cb8dda314278b3cae28da150a53973b' ]; then +log_failure_msg "AFB microcode (/usr/lib/afb.ucode) seems to be corrupted" +log_failure_msg "Its md5 should be 7cb8dda314278b3cae28da150a53973b" +exit 0 fi case "$1" in diff -Nur afbinit-1.0/debian/changelog afbinit-1.0.new/debian/changelog --- afbinit-1.0/debian/changelog 2008-02-16 16:52:01.0 +0100 +++ afbinit-1.0.new/debian/changelog 2008-02-16 16:51:41.172589881 +0100 @@ -1,3 +1,12 @@ +afbinit (1.0-4) unstable; urgency=low + + * Improve README.Debian with the right way to get microcode. + * Check md5sum of the microcode before trying to load it. + * Do not fail if microcode is corrupted or unavailable. + * Thanks to Adam Cécile for his suggestions. + + -- Emanuele Rocca <[EMAIL PROTECTED]> Sat, 16 Feb 2008 16:49:12 +0100 + afbinit (1.0-3) unstable; urgency=low * Add missing includes (Closes: #451635) diff -Nur afbinit-1.0/debian/README.Debian afbinit-1.0.new/debian/README.Debian --- afbinit-1.0/debian/README.Debian 2008-02-16 16:52:01.0 +0100 +++ afbinit-1.0.new/debian/README.Debian 2008-02-16 16:13:40.010593866 +0100 @@ -2,8 +2,11 @@ -- This package requires the AFB microcode, which can be obtained from -several places. One way is via a Solaris package. You may also find it on -Sun's website (I found it by doing a search on Google). +several places. The easiest way to have it is to grab a Solaris patch from +Sun's website: + +Go to http://sunsolve.sun.com/ and search for patch number #108604. +Download it. Once it's done, unzip the file. NOTE: The microcode is proprietary and NOT FREE. As in not free speech. --- End Message --- --- Begin Message --- Source: afbinit Source-Version: 1.0-4 We believe that the bug you reported is fixed in the latest version of afbinit, which is due to be installed in the Debian FTP archive: afbinit_1.0-4.diff.gz to pool/contrib/a/afbinit/afbinit_1.0-4.diff.gz afbinit_1.0-4.dsc to pool/contrib/a/afbinit/afbinit_1.0-4.dsc afbinit_1.0-4_sparc.deb to pool/contrib/a/afbinit/afbinit_1.0-4_sparc.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Emanuele Rocca <[EMAIL PROTECTED]> (supplier of updated afbinit package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 20 Feb 2
Processed: Re: Bug#466689: security violation ... proftpd allows disabled user access ( i.e: user mysql) access to system .
Processing commands for [EMAIL PROTECTED]: > severity 466689 important Bug#466689: security violation ... proftpd allows disabled user access ( i.e: user mysql) access to system . Severity set to `important' from `critical' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466686: kdebase-bin recommends gdb
On Wednesday 20 February 2008, Klaus Ethgen wrote: > Package: kdebase-bin > Version: 4:3.5.5a.dfsg.1-6etch2 > Severity: serious Yay for inflated severities. > > The new version of kdebase-bin recommends gdb which is absolutely not > needed for kdebase! Don't misuse recommendings. Not even gcc recommends > gdb it "just" suggest it. This was introduced in august 2005. /Sune -- How can I boot from the processor? First from the control drawer menu inside X-Windows 96 you should never send to a SIMM over the serial device to receive the tower. signature.asc Description: This is a digitally signed message part.
Bug#466689: security violation ... proftpd allows disabled user access ( i.e: user mysql) access to system .
Package: proftpd Version: 1.3.0-19 Severity: critical proftpd allows disabled users to successfully login and access files accessable by that user (i.e. all database files) Logsnipped: Feb 20 11:07:36 Beacon proftpd[16362]: LOGHOST (:::83.170.124.152[:::83.170.124.152]) - USER mysql (Login failed): Incorrect password. Feb 20 11:07:36 Beacon proftpd[16362]: LOGHOST (:::83.170.124.152[:::83.170.124.152]) - USER mysql: Login successful. Feb 20 11:07:37 Beacon proftpd[16362]: LOGHOST (:::83.170.124.152[:::83.170.124.152]) - Preparing to chroot to directory '/var/lib/mysql' Feb 20 11:07:37 Beacon proftpd[16362]: LOGHOST (:::83.170.124.152[:::83.170.124.152]) - FTP session closed. Passwd snippet: mysql:x:100:102:MySQL Server,,,:/var/lib/mysql:/bin/false Shadow snippet: mysql:!:12369:0:9:7::: mysql:!!:11809:0:9:7::: proftpd is using the sql feature with mysql: proftpd.conf snippet AuthOrder mod_sql.c mod_auth_unix.c -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20.7Phantasia Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages proftpd depends on: ii adduser3.102 Add and remove users and groups ii debconf1.5.11etch1 Debian configuration management sy ii debianutils2.17 Miscellaneous utilities specific t ii libacl12.2.41-1 Access control list shared library ii libattr1 2.4.32-1 Extended attribute shared library ii libc6 2.3.6.ds1-13etch4 GNU C Library: Shared libraries ii libldap2 2.1.30-13.3 OpenLDAP libraries ii libmysqlclient15off5.0.51-0.dotdeb.1 MySQL database client library ii libncurses55.5-5 Shared libraries for terminal hand ii libpam-runtime 0.79-5Runtime support for the PAM librar ii libpam0g 0.79-5Pluggable Authentication Modules l ii libpq4 8.1.11-0etch1 PostgreSQL C client library ii libssl0.9.80.9.8c-4etch1 SSL shared libraries ii libwrap0 7.6.dbs-13Wietse Venema's TCP wrappers libra ii netbase4.29 Basic TCP/IP networking system ii perl 5.8.8-7etch1 Larry Wall's Practical Extraction ii ucf2.0020Update Configuration File: preserv ii zlib1g 1:1.2.3-13compression library - runtime proftpd recommends no packages. -- debconf information: * shared/proftpd/warning: * shared/proftpd/inetd_or_standalone: standalone -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466686: kdebase-bin recommends gdb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: kdebase-bin Version: 4:3.5.5a.dfsg.1-6etch2 Severity: serious The new version of kdebase-bin recommends gdb which is absolutely not needed for kdebase! Don't misuse recommendings. Not even gcc recommends gdb it "just" suggest it. - -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (60, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.4.35.3 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to de_DE) Versions of packages kdebase-bin depends on: ii kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al ii libacl12.2.41-1 Access control list shared library ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libattr1 2.4.32-1 Extended attribute shared library ii libaudio2 1.8-4 The Network Audio System (NAS). (s ii libc6 2.3.6.ds1-13etch4 GNU C Library: Shared libraries ii libfam02.7.0-12 Client library to control the FAM ii libfontconfig1 2.4.2-1.2 generic font configuration library ii libfreetype6 2.2.1-5+etch2 FreeType 2 font engine, shared lib ii libgcc11:4.1.1-21GCC support library ii libice61:1.0.1-2 X11 Inter-Client Exchange library ii libidn11 0.6.5-1 GNU libidn library, implementation ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libpam-runtime 0.79-5Runtime support for the PAM librar ii libpam0g 0.79-5Pluggable Authentication Modules l ii libpng12-0 1.2.15~beta5-1PNG library - runtime ii libqt3-mt 3:3.3.7-4etch1Qt GUI Library (Threaded runtime v ii libsm6 1:1.0.1-3 X11 Session Management library ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-7 X11 client-side library ii libxcursor11.1.7-4 X cursor management library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxft22.1.8.2-8 FreeType-based font drawing librar ii libxi6 1:1.0.1-4 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxkbfile11:1.0.3-2 X11 keyboard file manipulation lib ii libxrandr2 2:1.2.1-1 X11 RandR extension library ii libxrender11:0.9.1-3 X Rendering Extension client libra ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library ii libxtst6 1:1.0.1-5 X11 Testing -- Resource extension ii zlib1g 1:1.2.3-13compression library - runtime Versions of packages kdebase-bin recommends: pn gdb(no description available) - -- no debconf information - -- Klaus Ethgenhttp://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBR7wbsZ+OKpjRpO3lAQIdDgf+KsFmeiwzE+lO6ibBmc12/SUnLNvqf1mQ mjxhH1JktEEoQ588dKbAJavVsViTd8o0KhzSmfKe9N+28AGuI8fc0IOWT2WFX0fk p0yyFRm7g9oItsgLDTQYH13omi38FWtqCkuXw8hYeu6z3EqD+w+M+bRTHdiNKcr8 ZCoIvb+dicom2Vam2QHSpMgVEPZP57oyjr5Q878zrbBCYTt2a252tP+LLgc4gSgp Sg6obpjrAsuA1ZJTAN48Zsj7GNKKHfcOYQeMdNyyj82WRNwR+ilbuIT4Qp26BXaV fLS/wi6HFAaiqxCZKXWC5t5N4ORbCU0w/3rprBzKG+SOW1GvTWfsZg== =Wom1 -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466487: libauthen-smb-perl: should this package be orphaned or removed?
Hi, I will take it. Im maintaining libauthen-simple-smb-perl which depends on libauthen-smb-perl. Thanks, -- ,''`. Xavier Oswald <[EMAIL PROTECTED]> : :' : GNU/LINUX Debian Maintainer `. `' GnuPG Key ID 0x88BBB51E `-938D D715 6915 8860 9679 4A0C A430 C6AA 88BB B51E signature.asc Description: Digital signature
Bug#466598: grub-pc chokes on grub.cfg, hangs before menu
severity 466598 important thanks On Tue, Feb 19, 2008 at 04:23:39PM -0500, Barry Schatz wrote: > Using the newest grub-pc package, I ran update-grub and then > grub-install. Chainloading doesn't work by the way, because > it doesn't create the chainload option in legacy grub. Was this the first time you installed grub-pc? > Booting > straight to grub2 results in "Welcome to Grub" and an > unresponsive computer. > > In a previous release the if statements created by 00_header > PROVIDED BY THE GRUB-PC PACKAGE were a problem, but removing > those if statements doesn't avoid the problem any more. What do you see after "Welcome to Grub" when you use grub.cfg AS generated by update-grub WITHOUT MODIFIING IT? > insmod png > if background_image > (hd0,5)/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; > then This is wrong. Don't do it. Don't edit the file at all unless you understand the syntax. -- Robert Millan I know my rights; I want my phone call! What use is a phone call… if you are unable to speak? (as seen on /.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#465628: marked as done (denemo: FTBFS: libtool: link: `/usr/lib/libfftw3f.la' is not a valid libtool archive)
Your message dated Wed, 20 Feb 2008 12:02:02 + with message-id <[EMAIL PROTECTED]> and subject line Bug#465628: fixed in denemo 0.7.7-2 has caused the Debian Bug report #465628, regarding denemo: FTBFS: libtool: link: `/usr/lib/libfftw3f.la' is not a valid libtool archive to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 465628: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465628 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: denemo Version: 0.7.7-1 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080212 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: > ar cru .libs/libanalyse.a analysis_highlighting.o importresults.o > ranlib .libs/libanalyse.a > creating libanalyse.la > /bin/sed: can't read /usr/lib/libfftw3f.la: No such file or directory > libtool: link: `/usr/lib/libfftw3f.la' is not a valid libtool archive > make[4]: *** [libanalyse.la] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2008/02/12 A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | --- End Message --- --- Begin Message --- Source: denemo Source-Version: 0.7.7-2 We believe that the bug you reported is fixed in the latest version of denemo, which is due to be installed in the Debian FTP archive: denemo_0.7.7-2.diff.gz to pool/main/d/denemo/denemo_0.7.7-2.diff.gz denemo_0.7.7-2.dsc to pool/main/d/denemo/denemo_0.7.7-2.dsc denemo_0.7.7-2_i386.deb to pool/main/d/denemo/denemo_0.7.7-2_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> (supplier of updated denemo package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 20 Feb 2008 12:25:14 +0100 Source: denemo Binary: denemo Architecture: source i386 Version: 0.7.7-2 Distribution: unstable Urgency: low Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> Changed-By: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> Description: denemo - A gtk+ frontend to GNU Lilypond Closes: 465628 Changes: denemo (0.7.7-2) unstable; urgency=low . * Recompile against new libaudbio and libfftw3-dev (closes: #465628) Files: de32345f2be457cd848d13ff45f25976 782 sound optional denemo_0.7.7-2.dsc bb7ad16e37c82340f0e495253f390fcf 5569 sound optional denemo_0.7.7-2.diff.gz 25d2b22572b6ce0594e21b06ccebedda 390976 sound optional denemo_0.7.7-2_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFHvBbq1pbKhmC2uVgRAk0vAJ0dbpErVwiRpEXlKZMbt0551bsfqwCfVqyw 1TAEkQTojVtrpTQST1UxPwM= =ftWx -END PGP SIGNATURE- --- End Message ---
Bug#466681: libxine1-misc-plugins: The packet can't be install
Package: libxine1-misc-plugins Severity: grave Justification: renders package unusable *** Please type your report below this line *** The package can't be installed, because libmagick9 seem missing in sid, maybe the libmagick10 package remplace it -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-486 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libxine1-misc-plugins depends on: ii libasound2 1.0.15-3 ALSA library ii libc6 2.7-8 GNU C Library: Shared libraries ii libflac8 1.2.1-1.1 Free Lossless Audio Codec - runtim ii libfreetype6 2.3.5-1+b1FreeType 2 font engine, shared lib pn libmagick9 (no description available) ii libmng11.0.9-1 Multiple-image Network Graphics li ii libmodplug0c2 1:0.7-7 shared libraries for mod music bas ii libmpcdec3 1.2.2-1 Musepack (MPC) format library ii libogg01.1.3-3 Ogg Bitstream Library ii libpulse0 0.9.9-1 PulseAudio client libraries ii libsmbclient 3.0.28-2+b1 shared library that allows applica ii libspeex1 1.1.12-3 The Speex Speech Codec ii libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3 ii libtheora0 1.0~beta2-3 The Theora Video Compression Codec ii libvorbis0a1.2.0.dfsg-3 The Vorbis General Audio Compressi ii libwavpack14.41.0-1 an audio codec (lossy and lossless ii libxine1-bin 1.1.10.1-1the xine video/media player librar ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime libxine1-misc-plugins recommends no packages.
Bug#466674: snort-mysql: Need to Depends on iproute
Package: snort-mysql Version: 2.7.0-10 Severity: grave Justification: renders package unusable Hi, The init.d script use the ip binary at line 166 : if ip link show dev "$interface" >/dev/null 2>&1; then But snort-mysql doesn't depends on iproute and thus the script doesn't start. Christian -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (900, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages snort-mysql depends on: ii adduser3.105 add and remove users and groups ii debconf [debconf-2.0] 1.5.19Debian configuration management sy ii libc6 2.7-6 GNU C Library: Shared libraries ii libgcrypt111.4.0-3 LGPL Crypto library - runtime libr ii libgnutls132.0.4-1 the GNU TLS library - runtime libr ii libgpg-error0 1.4-2 library for common error values an ii libltdl3 1.5.26-1 A system independent dlopen wrappe ii libmysqlclient15off5.0.51-3 MySQL database client library ii libpcap0.8 0.9.8-2 System interface for user-level pa ii libpcre3 7.4-1 Perl 5 Compatible Regular Expressi ii libprelude20.9.16.1-1Hybrid Intrusion Detection System ii libtasn1-3 1.3-1 Manage ASN.1 structures (runtime) ii logrotate 3.7.1-3 Log rotation utility ii snort-common 2.7.0-10 Flexible Network Intrusion Detecti ii snort-common-libraries 2.7.0-10 Flexible Network Intrusion Detecti ii snort-rules-default2.7.0-10 Flexible Network Intrusion Detecti ii sysklogd [system-log-d 1.5-1.1 System Logging Daemon ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime snort-mysql recommends no packages. -- debconf information: * snort-mysql/address_range: 192.168.0.0/24,82.225.139.42/32 * snort-mysql/reverse_order: false snort-mysql/please_restart_manually: * snort-mysql/db_database: snort snort-mysql/config_error: * snort-mysql/options: * snort-mysql/configure_db: true * snort-mysql/startup: boot * snort-mysql/send_stats: true * snort-mysql/stats_treshold: 1 snort-mysql/invalid_interface: * snort-mysql/interface: eth3 * snort-mysql/needs_db_config: * snort-mysql/stats_rcpt: marillat * snort-mysql/db_user: root * snort-mysql/disable_promiscuous: false snort-mysql/config_parameters: * snort-mysql/db_host: localhost -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#440109: sympa: Trying to find a fix
Le mardi 19 février 2008 à 19:20 +0100, Olivier Berger a écrit : > Hi. > > I've tried and find what's going wrong here. > > It seems to me that install-pg-db should not create the database, but only > create the user (with createdb rights maybe, instead of nocreatedb), or, > otherwise, create the full database and tables, by executing the whole > /usr/lib/sympa/bin/create_db.Pg, then. > > Also, the /usr/lib/sympa/bin/sympa.pl --prepare_db cannot create the database > at the moment for postgresql from what I could see. > > I need to do more tests to figure out what's happening, but this may be an > option to come to solution of this bug. > > Hope this help > I think I've indeed found a way to get it to install with postgresql-8.3 (current in testing). The attached patch provides a way to go, at least from the first tests. I'm not sure there wouldn't be problems on upgrade, and I'm not sure it works in all cases, but more testing from others would be great. Here's the idea to apply the workaround in testing : 1. install postgresql-8.3 and sympa (from unstable package), selecting "no database" mode for sympa 2. don't change the default postgresql setup : postgres user can connect without a password, doing "su - postgres" then psql, for instance 3. Apply the provided patch to /usr/share/sympa/db files (prepare_db and install-pg-db) 4. LANG=C dpkg-reconfigure sympa, and select : * database : postgresql * localhost, sympa database, sympa user, a password for sympa user (twice), and nothing for admin password The reconfigure/postinst should now : 1. create the sympa user 2. create the database as sympa unix user 3. create the database tables as sympa unix user 4. no longer try the sympa.pl --prepare_db Then sympa should hopefully start and connect to the PostGres DB Comments much welcome, of course. -- Olivier BERGER <[EMAIL PROTECTED]> (*NEW ADDRESS*) http://www-inf.it-sudparis.eu/~olberger/ - OpenPGP-Id: 1024D/6B829EEC Ingénieur Recherche - Dept INF Institut TELECOM / TELECOM & Management SudParis (http://www.it-sudparis.eu/), Evry diff -Naur db.orig/install-pg-db db/install-pg-db --- db.orig/install-pg-db 2008-02-20 11:17:09.0 +0100 +++ db/install-pg-db 2008-02-20 11:14:44.0 +0100 @@ -4,6 +4,17 @@ # Copyright 2000, 2001, 2002 Jérôme Marant <[EMAIL PROTECTED]> # Copyright 2003, 2004, 2005 Stefan Hornburg (Racke) <[EMAIL PROTECTED]> +# Args : +# -d [database] : database to be created (mandatory) +# -w [user] : user to create database for (mandatory) +# -u [user_password_file] : provides the path to the file containing the user password (mandatory) +# -i : connect in Ident mode (-p ignored in this case) +# -a [admin_password_file] : provides the path to the file containing the admin password +# -h [host] : postgresql server to connect to (optionnal, by default localhost) +# -p [port] : port to contact (optionnal, by default 5432) +# -o [options] : additional connection options (optional) +# + use strict; use warnings; @@ -73,24 +84,25 @@ {'RaiseError' => 1}); } -# Create database -eval {$dbh->do("CREATE DATABASE $database")}; - -if ($@) { - warn "Failed to create database $database: [EMAIL PROTECTED]"; - exit 1; -} - # Create user sympa #$dbh->do("DELETE FROM pg_shadow WHERE usename='sympa'"); -eval {$dbh->do("CREATE USER $user with password '".$userpass."' nocreateuser nocreatedb");}; +#eval {$dbh->do("CREATE USER $user with password '".$userpass."' nocreateuser nocreatedb");}; +eval {$dbh->do("CREATE USER $user with password '".$userpass."' nocreateuser createdb");}; if ($@) { warn "Failed to create user $user: [EMAIL PROTECTED]"; exit 1; } +# Create database +#eval {$dbh->do("CREATE DATABASE $database")}; + +#if ($@) { +# warn "Failed to create database $database: [EMAIL PROTECTED]"; +# exit 1; +#} + $dbh->disconnect(); exit 0; diff -Naur db.orig/prepare_db db/prepare_db --- db.orig/prepare_db 2008-02-20 11:17:09.0 +0100 +++ db/prepare_db 2008-02-20 11:19:16.0 +0100 @@ -66,7 +66,7 @@ if [ "$RET" ]; then OPTS="-w $RET $OPTS" fi - +#set -x case $db_type in "PostgreSQL") db_get sympa/db_authtype @@ -74,22 +74,28 @@ OPTS="-i $OPTS" fi /usr/share/sympa/db/install-pg-db $OPTS -d "$db_name" -h "$db_hostname" -u "$userpassfile" + su -s /bin/sh sympa -- -c "/usr/bin/createdb -e -O sympa sympa" +# su -s /bin/sh sympa -- -c "cat /usr/lib/sympa/bin/create_db.Pg | psql -a" + su -s /bin/sh sympa -- -c "cat /usr/lib/sympa/bin/create_db.Pg | psql" + db_set sympa/db_configured true ;; "MySQL") /usr/share/sympa/db/install-mysql-db $OPTS -d "$db_name" -h "$db_hostname" -u "$userpassfile" + + sympaerrors=`tempfile -m 0600` + + if /usr/lib/sympa/bin/sympa.pl -f $conffile --prepare_db 2>$sympaerrors; then + db_set sympa/db_configured true + rm -f $sympaerrors + else + cat $sympaerrors + echo "Sympa failed to prepare database." + rm -f $symp
Processed: severity of 463020 is grave
Processing commands for [EMAIL PROTECTED]: > # Automatically generated email from bts, devscripts version 2.10.16 > severity 463020 grave Bug#463020: snort should probably depend on iproute Severity set to `grave' from `normal' > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#463838: marked as done (education-astronomy doesn't install : missing directory)
Your message dated Wed, 20 Feb 2008 09:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#463838: fixed in debian-edu 0.826 has caused the Debian Bug report #463838, regarding education-astronomy doesn't install : missing directory to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 463838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463838 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: education-astronomy Version: 0.824 Severity: important Hello Debian Edu folk, The package education-astronmy is currently not installable because of missing directory : ~$ LANG=C sudo aptitude install education-astronomy Reading package lists... Done .etc... The following partially installed packages will be configured: education-astronomy 0 packages upgraded, 0 newly installed, 0 to remove and 8 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. Writing extended state information... Done Setting up education-astronomy (0.824) ... /var/lib/dpkg/info/education-astronomy.postinst: line 19: /etc/cdd/cdd.conf: No such file or directory dpkg: error processing education-astronomy (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: education-astronomy E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up education-astronomy (0.824) ... /var/lib/dpkg/info/education-astronomy.postinst: line 19: /etc/cdd/cdd.conf: No such file or directory dpkg: error processing education-astronomy (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: education-astronomy $ LANG=C ls -l /etc/cdd ls: cannot access /etc/cdd: No such file or directory @+, Fab -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages education-astronomy depends on: ii education-tasks 0.824 Debian Edu tasks for tasksel Versions of packages education-astronomy recommends: ii gpredict 0.8.0-2Satellite tracking program for GNO ii kstars4:3.5.8-1 desktop planetarium for KDE ii ssystem 1.6-17 3D solar system simulator ii starplot 0.95.4-2 3-dimensional perspective star map ii stellarium0.9.1-2real-time photo-realistic sky gene ii xplanet 1.2.0-4render images of the earth ii xplanet-images1.2.0-4day and night earth image maps for -- no debconf information --- End Message --- --- Begin Message --- Source: debian-edu Source-Version: 0.826 We believe that the bug you reported is fixed in the latest version of debian-edu, which is due to be installed in the Debian FTP archive: debian-edu_0.826.dsc to pool/main/d/debian-edu/debian-edu_0.826.dsc debian-edu_0.826.tar.gz to pool/main/d/debian-edu/debian-edu_0.826.tar.gz education-astronomy_0.826_i386.deb to pool/main/d/debian-edu/education-astronomy_0.826_i386.deb education-chemistry_0.826_i386.deb to pool/main/d/debian-edu/education-chemistry_0.826_i386.deb education-common_0.826_i386.deb to pool/main/d/debian-edu/education-common_0.826_i386.deb education-desktop-gnome_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-gnome_0.826_i386.deb education-desktop-kde_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-kde_0.826_i386.deb education-desktop-other_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-other_0.826_i386.deb education-electronics_0.826_i386.deb to pool/main/d/debian-edu/education-electronics_0.826_i386.deb education-geography_0.826_i386.deb to pool/main/d/debian-edu/education-geography_0.826_i386.deb education-graphics_0.826_i386.deb to pool/main/d/debian-edu/education-graphics_0.826_i386.deb education-language_0.826_i386.deb to pool/main/d/debian-edu/education-language_0.826_i386.deb education-laptop_0.826_i386.deb to pool/main/d/debian-edu/education-laptop_0.826_i386.deb education-logic-games_0.826_i386.deb to pool/main/d/debian-edu/education-logic-games_0.826_i386.deb education-main-server_0.826_i386.deb to pool/main/d/debian-edu/education-main-server_0.826_i386.deb education-mathematics_0.826_i386.deb to pool/main/d/debian-edu/educat
Bug#465608: marked as done (education-chemistry: fails to install: err 67: Custom distribution education does not exist)
Your message dated Wed, 20 Feb 2008 09:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#463838: fixed in debian-edu 0.826 has caused the Debian Bug report #463838, regarding education-chemistry: fails to install: err 67: Custom distribution education does not exist to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 463838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463838 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: education-chemistry Version: 0.824+svn40294 Severity: grave Justification: renders package unusable Setting up education-chemistry (0.824+svn40294) ... err 67: Custom distribution education does not exist dpkg: error processing education-chemistry (--configure): subprocess post-installation script returned error exit status 67 Errors were encountered while processing: education-chemistry E: Sub-process /usr/bin/dpkg returned an error code (1) -- System Information: Debian Release: lenny/sid Architecture: amd64 (x86_64) Kernel: Linux 2.6.23-1-amd64 (SMP w/1 CPU core) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages education-chemistry depends on: ii education-tasks 0.824+svn40294 Debian Edu tasks for tasksel Versions of packages education-chemistry recommends: ii chemtool 1.6.10-1 Chemical structures drawing progra ii easychem 0.6-4 Draw high-quality molecules and 2D ii gchempaint0.8.6-12D chemical structures editor for ii gdis 0.89-2 molecular display ii ghemical 2.95-2 A GNOME molecular modelling enviro ii gperiodic 2.0.10-2 periodic table application ii kalzium 4:3.5.8-1 chemistry teaching tool for KDE ii pymol 1.0r2-1An OpenGL Molecular Graphics Syste ii viewmol 2.4.1-12 A graphical front end for computat ii xdrawchem 1.9.9-4+b1 Chemical structures and reactions -- no debconf information --- End Message --- --- Begin Message --- Source: debian-edu Source-Version: 0.826 We believe that the bug you reported is fixed in the latest version of debian-edu, which is due to be installed in the Debian FTP archive: debian-edu_0.826.dsc to pool/main/d/debian-edu/debian-edu_0.826.dsc debian-edu_0.826.tar.gz to pool/main/d/debian-edu/debian-edu_0.826.tar.gz education-astronomy_0.826_i386.deb to pool/main/d/debian-edu/education-astronomy_0.826_i386.deb education-chemistry_0.826_i386.deb to pool/main/d/debian-edu/education-chemistry_0.826_i386.deb education-common_0.826_i386.deb to pool/main/d/debian-edu/education-common_0.826_i386.deb education-desktop-gnome_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-gnome_0.826_i386.deb education-desktop-kde_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-kde_0.826_i386.deb education-desktop-other_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-other_0.826_i386.deb education-electronics_0.826_i386.deb to pool/main/d/debian-edu/education-electronics_0.826_i386.deb education-geography_0.826_i386.deb to pool/main/d/debian-edu/education-geography_0.826_i386.deb education-graphics_0.826_i386.deb to pool/main/d/debian-edu/education-graphics_0.826_i386.deb education-language_0.826_i386.deb to pool/main/d/debian-edu/education-language_0.826_i386.deb education-laptop_0.826_i386.deb to pool/main/d/debian-edu/education-laptop_0.826_i386.deb education-logic-games_0.826_i386.deb to pool/main/d/debian-edu/education-logic-games_0.826_i386.deb education-main-server_0.826_i386.deb to pool/main/d/debian-edu/education-main-server_0.826_i386.deb education-mathematics_0.826_i386.deb to pool/main/d/debian-edu/education-mathematics_0.826_i386.deb education-misc_0.826_i386.deb to pool/main/d/debian-edu/education-misc_0.826_i386.deb education-music_0.826_i386.deb to pool/main/d/debian-edu/education-music_0.826_i386.deb education-networked_0.826_i386.deb to pool/main/d/debian-edu/education-networked_0.826_i386.deb education-physics_0.826_i386.deb to pool/main/d/debian-edu/education-physics_0.826_i386.deb education-services_0.826_i386.deb to pool/main/d/debian-edu/education-services_0.826_i386.deb education-standalone_0.826_i386.deb to pool/main/d/debian-edu/education-standalone_0.826_i386.deb education-tasks_0.826_i386.deb to pool/main/d/debian-edu/education-tasks_0.826_i386.deb education-thin-client-server_0.826_i38
Bug#465573: marked as done (education-logic-games : broken package)
Your message dated Wed, 20 Feb 2008 09:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#463838: fixed in debian-edu 0.826 has caused the Debian Bug report #463838, regarding education-logic-games : broken package to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 463838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463838 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: education-logic-games Version: 0.824 Severity: normal [EMAIL PROTECTED]:~$ sudo apt-get install -f [sudo] password for steko: Lettura della lista dei pacchetti in corso... Fatto Generazione dell'albero delle dipendenze in corso Reading state information... Fatto The following packages were automatically installed and are no longer required: libnss3-0d Use 'apt-get autoremove' to remove them. I seguenti pacchetti verranno inoltre installati: education-logic-games Pacchetti suggeriti: crafty Pacchetti raccomandati: atomix blinken cgoban gnugo gtans ksokoban lmemory xboard xjig xsok I seguenti pacchetti saranno aggiornati: education-logic-games 1 aggiornati, 0 installati, 0 da rimuovere e 213 non aggiornati. 1 non completamente installati o rimossi. È necessario prendere 0B/23,4kB di archivi. After this operation, 8192B of additional disk space will be used. Continuare [S/n]? Lettura dei changelog... Fatto (Lettura del database ... 393114 file e directory attualmente installati.) Mi preparo a sostituire education-logic-games 0.824 (con .../education-logic-games_0.824+svn40294_i386.deb) ... Spacchetto il sostituto di education-logic-games ... err 67: Custom distribution education does not exist dpkg: attenzione - il vecchio script di post-removal ha restituito un codice di errore 67 dpkg - provo quindi lo script dal nuovo pacchetto ... err 67: Custom distribution education does not exist dpkg: errore processando /var/cache/apt/archives/education-logic-games_0.824+svn40294_i386.deb (--unpack): il sottoprocesso nuovo script di post-removal ha restituito un codice di errore 67 err 67: Custom distribution education does not exist dpkg: errore durante la pulizia: il sottoprocesso post-removal script ha restituito un codice di errore 67 Sono occorsi degli errori processando: /var/cache/apt/archives/education-logic-games_0.824+svn40294_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) So far it's impossibile to remove it nor upgrade it. Thanks, Steko --- System information. --- Architecture: i386 Kernel: Linux 2.6.24-1-686 Debian Release: lenny/sid 500 unstableftp.it.debian.org 500 testing www.debian-multimedia.org 500 testing security.eu.debian.org 500 testing ftp.it.debian.org 500 testing debian.gfoss.it --- Package information. --- Depends (Version) | Installed ==-+-=== education-tasks (= 0.824+svn40294) | 0.824+svn40294 --- End Message --- --- Begin Message --- Source: debian-edu Source-Version: 0.826 We believe that the bug you reported is fixed in the latest version of debian-edu, which is due to be installed in the Debian FTP archive: debian-edu_0.826.dsc to pool/main/d/debian-edu/debian-edu_0.826.dsc debian-edu_0.826.tar.gz to pool/main/d/debian-edu/debian-edu_0.826.tar.gz education-astronomy_0.826_i386.deb to pool/main/d/debian-edu/education-astronomy_0.826_i386.deb education-chemistry_0.826_i386.deb to pool/main/d/debian-edu/education-chemistry_0.826_i386.deb education-common_0.826_i386.deb to pool/main/d/debian-edu/education-common_0.826_i386.deb education-desktop-gnome_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-gnome_0.826_i386.deb education-desktop-kde_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-kde_0.826_i386.deb education-desktop-other_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-other_0.826_i386.deb education-electronics_0.826_i386.deb to pool/main/d/debian-edu/education-electronics_0.826_i386.deb education-geography_0.826_i386.deb to pool/main/d/debian-edu/education-geography_0.826_i386.deb education-graphics_0.826_i386.deb to pool/main/d/debian-edu/education-graphics_0.826_i386.deb education-language_0.826_i386.deb to pool/main/d/debian-edu/education-language_0.826_i386.deb education-laptop_0.826_i386.deb to pool/main/d/debian-edu/education-laptop_0.826_i386.deb education-logic-games_0.826_i386.deb to pool/main/d/debian-edu/education-logic-games_0.826_i386.deb education-main-server_0.826_i386.deb to pool/main/d/de
Bug#463838: marked as done (education-astronomy doesn't install : missing directory)
Your message dated Wed, 20 Feb 2008 09:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#465608: fixed in debian-edu 0.826 has caused the Debian Bug report #465608, regarding education-astronomy doesn't install : missing directory to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 465608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465608 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: education-astronomy Version: 0.824 Severity: important Hello Debian Edu folk, The package education-astronmy is currently not installable because of missing directory : ~$ LANG=C sudo aptitude install education-astronomy Reading package lists... Done .etc... The following partially installed packages will be configured: education-astronomy 0 packages upgraded, 0 newly installed, 0 to remove and 8 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. Writing extended state information... Done Setting up education-astronomy (0.824) ... /var/lib/dpkg/info/education-astronomy.postinst: line 19: /etc/cdd/cdd.conf: No such file or directory dpkg: error processing education-astronomy (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: education-astronomy E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up education-astronomy (0.824) ... /var/lib/dpkg/info/education-astronomy.postinst: line 19: /etc/cdd/cdd.conf: No such file or directory dpkg: error processing education-astronomy (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: education-astronomy $ LANG=C ls -l /etc/cdd ls: cannot access /etc/cdd: No such file or directory @+, Fab -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages education-astronomy depends on: ii education-tasks 0.824 Debian Edu tasks for tasksel Versions of packages education-astronomy recommends: ii gpredict 0.8.0-2Satellite tracking program for GNO ii kstars4:3.5.8-1 desktop planetarium for KDE ii ssystem 1.6-17 3D solar system simulator ii starplot 0.95.4-2 3-dimensional perspective star map ii stellarium0.9.1-2real-time photo-realistic sky gene ii xplanet 1.2.0-4render images of the earth ii xplanet-images1.2.0-4day and night earth image maps for -- no debconf information --- End Message --- --- Begin Message --- Source: debian-edu Source-Version: 0.826 We believe that the bug you reported is fixed in the latest version of debian-edu, which is due to be installed in the Debian FTP archive: debian-edu_0.826.dsc to pool/main/d/debian-edu/debian-edu_0.826.dsc debian-edu_0.826.tar.gz to pool/main/d/debian-edu/debian-edu_0.826.tar.gz education-astronomy_0.826_i386.deb to pool/main/d/debian-edu/education-astronomy_0.826_i386.deb education-chemistry_0.826_i386.deb to pool/main/d/debian-edu/education-chemistry_0.826_i386.deb education-common_0.826_i386.deb to pool/main/d/debian-edu/education-common_0.826_i386.deb education-desktop-gnome_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-gnome_0.826_i386.deb education-desktop-kde_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-kde_0.826_i386.deb education-desktop-other_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-other_0.826_i386.deb education-electronics_0.826_i386.deb to pool/main/d/debian-edu/education-electronics_0.826_i386.deb education-geography_0.826_i386.deb to pool/main/d/debian-edu/education-geography_0.826_i386.deb education-graphics_0.826_i386.deb to pool/main/d/debian-edu/education-graphics_0.826_i386.deb education-language_0.826_i386.deb to pool/main/d/debian-edu/education-language_0.826_i386.deb education-laptop_0.826_i386.deb to pool/main/d/debian-edu/education-laptop_0.826_i386.deb education-logic-games_0.826_i386.deb to pool/main/d/debian-edu/education-logic-games_0.826_i386.deb education-main-server_0.826_i386.deb to pool/main/d/debian-edu/education-main-server_0.826_i386.deb education-mathematics_0.826_i386.deb to pool/main/d/debian-edu/educat
Bug#465573: marked as done (education-logic-games : broken package)
Your message dated Wed, 20 Feb 2008 09:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#465608: fixed in debian-edu 0.826 has caused the Debian Bug report #465608, regarding education-logic-games : broken package to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 465608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465608 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: education-logic-games Version: 0.824 Severity: normal [EMAIL PROTECTED]:~$ sudo apt-get install -f [sudo] password for steko: Lettura della lista dei pacchetti in corso... Fatto Generazione dell'albero delle dipendenze in corso Reading state information... Fatto The following packages were automatically installed and are no longer required: libnss3-0d Use 'apt-get autoremove' to remove them. I seguenti pacchetti verranno inoltre installati: education-logic-games Pacchetti suggeriti: crafty Pacchetti raccomandati: atomix blinken cgoban gnugo gtans ksokoban lmemory xboard xjig xsok I seguenti pacchetti saranno aggiornati: education-logic-games 1 aggiornati, 0 installati, 0 da rimuovere e 213 non aggiornati. 1 non completamente installati o rimossi. È necessario prendere 0B/23,4kB di archivi. After this operation, 8192B of additional disk space will be used. Continuare [S/n]? Lettura dei changelog... Fatto (Lettura del database ... 393114 file e directory attualmente installati.) Mi preparo a sostituire education-logic-games 0.824 (con .../education-logic-games_0.824+svn40294_i386.deb) ... Spacchetto il sostituto di education-logic-games ... err 67: Custom distribution education does not exist dpkg: attenzione - il vecchio script di post-removal ha restituito un codice di errore 67 dpkg - provo quindi lo script dal nuovo pacchetto ... err 67: Custom distribution education does not exist dpkg: errore processando /var/cache/apt/archives/education-logic-games_0.824+svn40294_i386.deb (--unpack): il sottoprocesso nuovo script di post-removal ha restituito un codice di errore 67 err 67: Custom distribution education does not exist dpkg: errore durante la pulizia: il sottoprocesso post-removal script ha restituito un codice di errore 67 Sono occorsi degli errori processando: /var/cache/apt/archives/education-logic-games_0.824+svn40294_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) So far it's impossibile to remove it nor upgrade it. Thanks, Steko --- System information. --- Architecture: i386 Kernel: Linux 2.6.24-1-686 Debian Release: lenny/sid 500 unstableftp.it.debian.org 500 testing www.debian-multimedia.org 500 testing security.eu.debian.org 500 testing ftp.it.debian.org 500 testing debian.gfoss.it --- Package information. --- Depends (Version) | Installed ==-+-=== education-tasks (= 0.824+svn40294) | 0.824+svn40294 --- End Message --- --- Begin Message --- Source: debian-edu Source-Version: 0.826 We believe that the bug you reported is fixed in the latest version of debian-edu, which is due to be installed in the Debian FTP archive: debian-edu_0.826.dsc to pool/main/d/debian-edu/debian-edu_0.826.dsc debian-edu_0.826.tar.gz to pool/main/d/debian-edu/debian-edu_0.826.tar.gz education-astronomy_0.826_i386.deb to pool/main/d/debian-edu/education-astronomy_0.826_i386.deb education-chemistry_0.826_i386.deb to pool/main/d/debian-edu/education-chemistry_0.826_i386.deb education-common_0.826_i386.deb to pool/main/d/debian-edu/education-common_0.826_i386.deb education-desktop-gnome_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-gnome_0.826_i386.deb education-desktop-kde_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-kde_0.826_i386.deb education-desktop-other_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-other_0.826_i386.deb education-electronics_0.826_i386.deb to pool/main/d/debian-edu/education-electronics_0.826_i386.deb education-geography_0.826_i386.deb to pool/main/d/debian-edu/education-geography_0.826_i386.deb education-graphics_0.826_i386.deb to pool/main/d/debian-edu/education-graphics_0.826_i386.deb education-language_0.826_i386.deb to pool/main/d/debian-edu/education-language_0.826_i386.deb education-laptop_0.826_i386.deb to pool/main/d/debian-edu/education-laptop_0.826_i386.deb education-logic-games_0.826_i386.deb to pool/main/d/debian-edu/education-logic-games_0.826_i386.deb education-main-server_0.826_i386.deb to pool/main/d/de
Bug#465608: marked as done (education-chemistry: fails to install: err 67: Custom distribution education does not exist)
Your message dated Wed, 20 Feb 2008 09:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#465608: fixed in debian-edu 0.826 has caused the Debian Bug report #465608, regarding education-chemistry: fails to install: err 67: Custom distribution education does not exist to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 465608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465608 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: education-chemistry Version: 0.824+svn40294 Severity: grave Justification: renders package unusable Setting up education-chemistry (0.824+svn40294) ... err 67: Custom distribution education does not exist dpkg: error processing education-chemistry (--configure): subprocess post-installation script returned error exit status 67 Errors were encountered while processing: education-chemistry E: Sub-process /usr/bin/dpkg returned an error code (1) -- System Information: Debian Release: lenny/sid Architecture: amd64 (x86_64) Kernel: Linux 2.6.23-1-amd64 (SMP w/1 CPU core) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages education-chemistry depends on: ii education-tasks 0.824+svn40294 Debian Edu tasks for tasksel Versions of packages education-chemistry recommends: ii chemtool 1.6.10-1 Chemical structures drawing progra ii easychem 0.6-4 Draw high-quality molecules and 2D ii gchempaint0.8.6-12D chemical structures editor for ii gdis 0.89-2 molecular display ii ghemical 2.95-2 A GNOME molecular modelling enviro ii gperiodic 2.0.10-2 periodic table application ii kalzium 4:3.5.8-1 chemistry teaching tool for KDE ii pymol 1.0r2-1An OpenGL Molecular Graphics Syste ii viewmol 2.4.1-12 A graphical front end for computat ii xdrawchem 1.9.9-4+b1 Chemical structures and reactions -- no debconf information --- End Message --- --- Begin Message --- Source: debian-edu Source-Version: 0.826 We believe that the bug you reported is fixed in the latest version of debian-edu, which is due to be installed in the Debian FTP archive: debian-edu_0.826.dsc to pool/main/d/debian-edu/debian-edu_0.826.dsc debian-edu_0.826.tar.gz to pool/main/d/debian-edu/debian-edu_0.826.tar.gz education-astronomy_0.826_i386.deb to pool/main/d/debian-edu/education-astronomy_0.826_i386.deb education-chemistry_0.826_i386.deb to pool/main/d/debian-edu/education-chemistry_0.826_i386.deb education-common_0.826_i386.deb to pool/main/d/debian-edu/education-common_0.826_i386.deb education-desktop-gnome_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-gnome_0.826_i386.deb education-desktop-kde_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-kde_0.826_i386.deb education-desktop-other_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-other_0.826_i386.deb education-electronics_0.826_i386.deb to pool/main/d/debian-edu/education-electronics_0.826_i386.deb education-geography_0.826_i386.deb to pool/main/d/debian-edu/education-geography_0.826_i386.deb education-graphics_0.826_i386.deb to pool/main/d/debian-edu/education-graphics_0.826_i386.deb education-language_0.826_i386.deb to pool/main/d/debian-edu/education-language_0.826_i386.deb education-laptop_0.826_i386.deb to pool/main/d/debian-edu/education-laptop_0.826_i386.deb education-logic-games_0.826_i386.deb to pool/main/d/debian-edu/education-logic-games_0.826_i386.deb education-main-server_0.826_i386.deb to pool/main/d/debian-edu/education-main-server_0.826_i386.deb education-mathematics_0.826_i386.deb to pool/main/d/debian-edu/education-mathematics_0.826_i386.deb education-misc_0.826_i386.deb to pool/main/d/debian-edu/education-misc_0.826_i386.deb education-music_0.826_i386.deb to pool/main/d/debian-edu/education-music_0.826_i386.deb education-networked_0.826_i386.deb to pool/main/d/debian-edu/education-networked_0.826_i386.deb education-physics_0.826_i386.deb to pool/main/d/debian-edu/education-physics_0.826_i386.deb education-services_0.826_i386.deb to pool/main/d/debian-edu/education-services_0.826_i386.deb education-standalone_0.826_i386.deb to pool/main/d/debian-edu/education-standalone_0.826_i386.deb education-tasks_0.826_i386.deb to pool/main/d/debian-edu/education-tasks_0.826_i386.deb education-thin-client-server_0.826_i38
Bug#465608: marked as done (education-chemistry: fails to install: err 67: Custom distribution education does not exist)
Your message dated Wed, 20 Feb 2008 09:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#465573: fixed in debian-edu 0.826 has caused the Debian Bug report #465573, regarding education-chemistry: fails to install: err 67: Custom distribution education does not exist to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 465573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465573 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: education-chemistry Version: 0.824+svn40294 Severity: grave Justification: renders package unusable Setting up education-chemistry (0.824+svn40294) ... err 67: Custom distribution education does not exist dpkg: error processing education-chemistry (--configure): subprocess post-installation script returned error exit status 67 Errors were encountered while processing: education-chemistry E: Sub-process /usr/bin/dpkg returned an error code (1) -- System Information: Debian Release: lenny/sid Architecture: amd64 (x86_64) Kernel: Linux 2.6.23-1-amd64 (SMP w/1 CPU core) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages education-chemistry depends on: ii education-tasks 0.824+svn40294 Debian Edu tasks for tasksel Versions of packages education-chemistry recommends: ii chemtool 1.6.10-1 Chemical structures drawing progra ii easychem 0.6-4 Draw high-quality molecules and 2D ii gchempaint0.8.6-12D chemical structures editor for ii gdis 0.89-2 molecular display ii ghemical 2.95-2 A GNOME molecular modelling enviro ii gperiodic 2.0.10-2 periodic table application ii kalzium 4:3.5.8-1 chemistry teaching tool for KDE ii pymol 1.0r2-1An OpenGL Molecular Graphics Syste ii viewmol 2.4.1-12 A graphical front end for computat ii xdrawchem 1.9.9-4+b1 Chemical structures and reactions -- no debconf information --- End Message --- --- Begin Message --- Source: debian-edu Source-Version: 0.826 We believe that the bug you reported is fixed in the latest version of debian-edu, which is due to be installed in the Debian FTP archive: debian-edu_0.826.dsc to pool/main/d/debian-edu/debian-edu_0.826.dsc debian-edu_0.826.tar.gz to pool/main/d/debian-edu/debian-edu_0.826.tar.gz education-astronomy_0.826_i386.deb to pool/main/d/debian-edu/education-astronomy_0.826_i386.deb education-chemistry_0.826_i386.deb to pool/main/d/debian-edu/education-chemistry_0.826_i386.deb education-common_0.826_i386.deb to pool/main/d/debian-edu/education-common_0.826_i386.deb education-desktop-gnome_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-gnome_0.826_i386.deb education-desktop-kde_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-kde_0.826_i386.deb education-desktop-other_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-other_0.826_i386.deb education-electronics_0.826_i386.deb to pool/main/d/debian-edu/education-electronics_0.826_i386.deb education-geography_0.826_i386.deb to pool/main/d/debian-edu/education-geography_0.826_i386.deb education-graphics_0.826_i386.deb to pool/main/d/debian-edu/education-graphics_0.826_i386.deb education-language_0.826_i386.deb to pool/main/d/debian-edu/education-language_0.826_i386.deb education-laptop_0.826_i386.deb to pool/main/d/debian-edu/education-laptop_0.826_i386.deb education-logic-games_0.826_i386.deb to pool/main/d/debian-edu/education-logic-games_0.826_i386.deb education-main-server_0.826_i386.deb to pool/main/d/debian-edu/education-main-server_0.826_i386.deb education-mathematics_0.826_i386.deb to pool/main/d/debian-edu/education-mathematics_0.826_i386.deb education-misc_0.826_i386.deb to pool/main/d/debian-edu/education-misc_0.826_i386.deb education-music_0.826_i386.deb to pool/main/d/debian-edu/education-music_0.826_i386.deb education-networked_0.826_i386.deb to pool/main/d/debian-edu/education-networked_0.826_i386.deb education-physics_0.826_i386.deb to pool/main/d/debian-edu/education-physics_0.826_i386.deb education-services_0.826_i386.deb to pool/main/d/debian-edu/education-services_0.826_i386.deb education-standalone_0.826_i386.deb to pool/main/d/debian-edu/education-standalone_0.826_i386.deb education-tasks_0.826_i386.deb to pool/main/d/debian-edu/education-tasks_0.826_i386.deb education-thin-client-server_0.826_i38
Bug#463838: marked as done (education-astronomy doesn't install : missing directory)
Your message dated Wed, 20 Feb 2008 09:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#465573: fixed in debian-edu 0.826 has caused the Debian Bug report #465573, regarding education-astronomy doesn't install : missing directory to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 465573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465573 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: education-astronomy Version: 0.824 Severity: important Hello Debian Edu folk, The package education-astronmy is currently not installable because of missing directory : ~$ LANG=C sudo aptitude install education-astronomy Reading package lists... Done .etc... The following partially installed packages will be configured: education-astronomy 0 packages upgraded, 0 newly installed, 0 to remove and 8 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. Writing extended state information... Done Setting up education-astronomy (0.824) ... /var/lib/dpkg/info/education-astronomy.postinst: line 19: /etc/cdd/cdd.conf: No such file or directory dpkg: error processing education-astronomy (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: education-astronomy E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up education-astronomy (0.824) ... /var/lib/dpkg/info/education-astronomy.postinst: line 19: /etc/cdd/cdd.conf: No such file or directory dpkg: error processing education-astronomy (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: education-astronomy $ LANG=C ls -l /etc/cdd ls: cannot access /etc/cdd: No such file or directory @+, Fab -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages education-astronomy depends on: ii education-tasks 0.824 Debian Edu tasks for tasksel Versions of packages education-astronomy recommends: ii gpredict 0.8.0-2Satellite tracking program for GNO ii kstars4:3.5.8-1 desktop planetarium for KDE ii ssystem 1.6-17 3D solar system simulator ii starplot 0.95.4-2 3-dimensional perspective star map ii stellarium0.9.1-2real-time photo-realistic sky gene ii xplanet 1.2.0-4render images of the earth ii xplanet-images1.2.0-4day and night earth image maps for -- no debconf information --- End Message --- --- Begin Message --- Source: debian-edu Source-Version: 0.826 We believe that the bug you reported is fixed in the latest version of debian-edu, which is due to be installed in the Debian FTP archive: debian-edu_0.826.dsc to pool/main/d/debian-edu/debian-edu_0.826.dsc debian-edu_0.826.tar.gz to pool/main/d/debian-edu/debian-edu_0.826.tar.gz education-astronomy_0.826_i386.deb to pool/main/d/debian-edu/education-astronomy_0.826_i386.deb education-chemistry_0.826_i386.deb to pool/main/d/debian-edu/education-chemistry_0.826_i386.deb education-common_0.826_i386.deb to pool/main/d/debian-edu/education-common_0.826_i386.deb education-desktop-gnome_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-gnome_0.826_i386.deb education-desktop-kde_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-kde_0.826_i386.deb education-desktop-other_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-other_0.826_i386.deb education-electronics_0.826_i386.deb to pool/main/d/debian-edu/education-electronics_0.826_i386.deb education-geography_0.826_i386.deb to pool/main/d/debian-edu/education-geography_0.826_i386.deb education-graphics_0.826_i386.deb to pool/main/d/debian-edu/education-graphics_0.826_i386.deb education-language_0.826_i386.deb to pool/main/d/debian-edu/education-language_0.826_i386.deb education-laptop_0.826_i386.deb to pool/main/d/debian-edu/education-laptop_0.826_i386.deb education-logic-games_0.826_i386.deb to pool/main/d/debian-edu/education-logic-games_0.826_i386.deb education-main-server_0.826_i386.deb to pool/main/d/debian-edu/education-main-server_0.826_i386.deb education-mathematics_0.826_i386.deb to pool/main/d/debian-edu/educat
Bug#465573: marked as done (education-logic-games : broken package)
Your message dated Wed, 20 Feb 2008 09:02:04 + with message-id <[EMAIL PROTECTED]> and subject line Bug#465573: fixed in debian-edu 0.826 has caused the Debian Bug report #465573, regarding education-logic-games : broken package to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 465573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465573 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: education-logic-games Version: 0.824 Severity: normal [EMAIL PROTECTED]:~$ sudo apt-get install -f [sudo] password for steko: Lettura della lista dei pacchetti in corso... Fatto Generazione dell'albero delle dipendenze in corso Reading state information... Fatto The following packages were automatically installed and are no longer required: libnss3-0d Use 'apt-get autoremove' to remove them. I seguenti pacchetti verranno inoltre installati: education-logic-games Pacchetti suggeriti: crafty Pacchetti raccomandati: atomix blinken cgoban gnugo gtans ksokoban lmemory xboard xjig xsok I seguenti pacchetti saranno aggiornati: education-logic-games 1 aggiornati, 0 installati, 0 da rimuovere e 213 non aggiornati. 1 non completamente installati o rimossi. È necessario prendere 0B/23,4kB di archivi. After this operation, 8192B of additional disk space will be used. Continuare [S/n]? Lettura dei changelog... Fatto (Lettura del database ... 393114 file e directory attualmente installati.) Mi preparo a sostituire education-logic-games 0.824 (con .../education-logic-games_0.824+svn40294_i386.deb) ... Spacchetto il sostituto di education-logic-games ... err 67: Custom distribution education does not exist dpkg: attenzione - il vecchio script di post-removal ha restituito un codice di errore 67 dpkg - provo quindi lo script dal nuovo pacchetto ... err 67: Custom distribution education does not exist dpkg: errore processando /var/cache/apt/archives/education-logic-games_0.824+svn40294_i386.deb (--unpack): il sottoprocesso nuovo script di post-removal ha restituito un codice di errore 67 err 67: Custom distribution education does not exist dpkg: errore durante la pulizia: il sottoprocesso post-removal script ha restituito un codice di errore 67 Sono occorsi degli errori processando: /var/cache/apt/archives/education-logic-games_0.824+svn40294_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) So far it's impossibile to remove it nor upgrade it. Thanks, Steko --- System information. --- Architecture: i386 Kernel: Linux 2.6.24-1-686 Debian Release: lenny/sid 500 unstableftp.it.debian.org 500 testing www.debian-multimedia.org 500 testing security.eu.debian.org 500 testing ftp.it.debian.org 500 testing debian.gfoss.it --- Package information. --- Depends (Version) | Installed ==-+-=== education-tasks (= 0.824+svn40294) | 0.824+svn40294 --- End Message --- --- Begin Message --- Source: debian-edu Source-Version: 0.826 We believe that the bug you reported is fixed in the latest version of debian-edu, which is due to be installed in the Debian FTP archive: debian-edu_0.826.dsc to pool/main/d/debian-edu/debian-edu_0.826.dsc debian-edu_0.826.tar.gz to pool/main/d/debian-edu/debian-edu_0.826.tar.gz education-astronomy_0.826_i386.deb to pool/main/d/debian-edu/education-astronomy_0.826_i386.deb education-chemistry_0.826_i386.deb to pool/main/d/debian-edu/education-chemistry_0.826_i386.deb education-common_0.826_i386.deb to pool/main/d/debian-edu/education-common_0.826_i386.deb education-desktop-gnome_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-gnome_0.826_i386.deb education-desktop-kde_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-kde_0.826_i386.deb education-desktop-other_0.826_i386.deb to pool/main/d/debian-edu/education-desktop-other_0.826_i386.deb education-electronics_0.826_i386.deb to pool/main/d/debian-edu/education-electronics_0.826_i386.deb education-geography_0.826_i386.deb to pool/main/d/debian-edu/education-geography_0.826_i386.deb education-graphics_0.826_i386.deb to pool/main/d/debian-edu/education-graphics_0.826_i386.deb education-language_0.826_i386.deb to pool/main/d/debian-edu/education-language_0.826_i386.deb education-laptop_0.826_i386.deb to pool/main/d/debian-edu/education-laptop_0.826_i386.deb education-logic-games_0.826_i386.deb to pool/main/d/debian-edu/education-logic-games_0.826_i386.deb education-main-server_0.826_i386.deb to pool/main/d/de
Bug#456637: Info received (courier-imap: directory isn't owned by the correct uid/gid)
Hello Stefan, Stefan Hornburg <[EMAIL PROTECTED]> wrote: [...] > The sanity check can be averted by setting IMAP_MAILBOX_SANITY_CHECK > in /etc/courier/imapd to 0 and restart Courier IMAP. I use virtual mailboxes. The owner of the folders are: postfix messagebus After disabling the sanity check all works fine. Thanks. -- Best regards Sebastian ICQ: 264706583 | MSM: [EMAIL PROTECTED] | Skype: sebo_de | Yahoo: de_sebo E-Mail: [EMAIL PROTECTED] | Web: www.blindzeln.de -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#465598: Security update 1.2.5-2etch1 is not installed
On Wed, Feb 20, 2008 at 10:54:16AM +0200, Eddy Petrișor wrote: > This happens because the existing version is "bigger than the new one". > > 0 [EMAIL PROTECTED] ~ $ dpkg --compare-versions 1.2.5-2etch1 gt 1.2.5-2+b1 && > > echo bigger || echo smaller > smaller BTW: I sent an update to the security team for this issue some time ago. Moritz said he will handle this. Michael
Bug#466300: Same prob
Hello, I had exactly the same problem on upgrade and there was no solution. I upgraded Java to sun-java6-bin but that didn't help either. After a reboot and after a dozen of postinst calls (during installation of other packages) it suddenly worked once, and I could not reproduce the problem since then. After all I suspect some stupid problem in that application, maybe a race. But since it doesn't display proper exception info we can only guess. Eduard. -- Sachtma, wie ist das nochmal beim dist-upgrade von Woody nach Sarge, was muss der Woody-Kernel schon können, damit's nachher auch mit dem Sarge zusammen wieder bootet? auf 80386? /* 2006-06-27 */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#465598: Security update 1.2.5-2etch1 is not installed
This happens because the existing version is "bigger than the new one". 0 [EMAIL PROTECTED] ~ $ dpkg --compare-versions 1.2.5-2etch1 gt 1.2.5-2+b1 && echo bigger || echo smaller smaller -- Regards, EddyP = "Imagination is more important than knowledge" A.Einstein -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#465608: "education" has made my debian mentally challenged
On Tue, 19 Feb 2008, Tyler MacDonald wrote: No such luck :-( A (hopefully final) fix for the problem was tested yesterday by Fabrice Lorrain <[EMAIL PROTECTED]> successfully. The packages versioned 0.826 just hit incoming and should be propagated to unstable soon. Sorry for the inconvience and thanks for testing and patience Andreas. PS: I don't think that debian-user is an apropriate list to discuss problems of packages in unstable but once you are CCing this list I'm answering there as well. Please try to avoid flooding more than one list with the same mail if possible. -- http://fam-tille.de -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388386: LUFS bugfix NMU
Hi, I made a new package that fix most of current serious LUFS bugs: http://mentors.debian.net/debian/pool/main/l/lufs/lufs_0.9.7-8.2.dsc If there's some developpers around that are interrested in getting this uploaded, just contact me. Regards, Adam. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#466036: lmodern: etch->lenny upgrade fails
On So, 17 Feb 2008, Andrew Vaughan wrote: >[...] >* add dependency on tex-common >= 1.1 to get a working dh_installtex > --priority option > That dependency bump seems to have been lost as lmodern 1.010x-4 still > depends on tex-common >= 0.7. That was something else. Anyway, we have to depend on tex-common >= 1.10 because this is the one that removes the TETEX entry in texmf.cnf... Best wishes Norbert --- Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology Debian Developer <[EMAIL PROTECTED]> Debian TeX Group gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094 --- BEREPPER The irrevocable and sturdy fart released in the presence of royalty, which sounds quite like a small motorbike passing by (but not enough to be confused with one). --- Douglas Adams, The Meaning of Liff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#441122: marked as done (cacao - FTBFS: undefined reference to `__data_start')
Your message dated Wed, 20 Feb 2008 07:32:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#441122: fixed in cacao 0.99~rc1-1 has caused the Debian Bug report #441122, regarding cacao - FTBFS: undefined reference to `__data_start' to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 441122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441122 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: cacao Version: 0.98-2 Severity: serious There was an error while trying to autobuild your package: > Automatic build of cacao_0.98-2 on debian-31.osdl.marist.edu by sbuild/s390 98 [...] > make[4]: Entering directory `/build/buildd/cacao-0.98/src/cacao' > /bin/sh ../../libtool --tag=CC --mode=link cc -D__S390__ -D__LINUX__ -ansi > -pedantic -Wall -Wno-long-long -D_POSIX_C_SOURCE=199506L -D_XOPEN_SOURCE=500 > -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_REENTRANT -g -Wall -O2 -Wl,-z,defs > -o libjvm.la -rpath /usr/lib/cacao -release 0.98 > ../../src/fdlibm/libfdlibm.la ../../src/mm/libmm.la > ../../src/native/libnative.la ../../src/toolbox/libtoolbox.la > ../../src/vm/libvm.la ../../src/vmcore/libvmcore.la > ../../src/threads/libthreads.la -lltdl -lz -lpthread > mkdir .libs > cc -shared -Wl,--whole-archive ../../src/fdlibm/.libs/libfdlibm.a > ../../src/mm/.libs/libmm.a ../../src/native/.libs/libnative.a > ../../src/toolbox/.libs/libtoolbox.a ../../src/vm/.libs/libvm.a > ../../src/vmcore/.libs/libvmcore.a ../../src/threads/.libs/libthreads.a > -Wl,--no-whole-archive -ldl /usr/lib/libltdl.so -lz -lpthread -Wl,-z > -Wl,defs -Wl,-soname -Wl,libjvm-0.98.so -o .libs/libjvm-0.98.so > ../../src/mm/.libs/libmm.a(dyn_load.o): In function > `GC_register_dynamic_libraries_dl_iterate_phdr': > /build/buildd/cacao-0.98/src/mm/boehm-gc/dyn_load.c:441: undefined reference > to `__data_start' > ../../src/mm/.libs/libmm.a(os_dep.o): In function `GC_register_data_segments': > /build/buildd/cacao-0.98/src/mm/boehm-gc/os_dep.c:1494: undefined reference > to `__data_start' > ../../src/vm/.libs/libvm.a(md-abi.o): In function `md_param_alloc': > /build/buildd/cacao-0.98/src/vm/jit/s390/md-abi.c:138: undefined reference to > `assert' > collect2: ld returned 1 exit status > make[4]: *** [libjvm.la] Error 1 > make[4]: Leaving directory `/build/buildd/cacao-0.98/src/cacao' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/build/buildd/cacao-0.98/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/build/buildd/cacao-0.98' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/build/buildd/cacao-0.98' > make: *** [debian/stamp-makefile-build] Error 2 > ** > Build finished at 20070906-1652 > FAILED [dpkg-buildpackage died] --- End Message --- --- Begin Message --- Source: cacao Source-Version: 0.99~rc1-1 We believe that the bug you reported is fixed in the latest version of cacao, which is due to be installed in the Debian FTP archive: cacao_0.99~rc1-1.diff.gz to pool/main/c/cacao/cacao_0.99~rc1-1.diff.gz cacao_0.99~rc1-1.dsc to pool/main/c/cacao/cacao_0.99~rc1-1.dsc cacao_0.99~rc1-1_amd64.deb to pool/main/c/cacao/cacao_0.99~rc1-1_amd64.deb cacao_0.99~rc1.orig.tar.gz to pool/main/c/cacao/cacao_0.99~rc1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Koch <[EMAIL PROTECTED]> (supplier of updated cacao package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 20 Feb 2008 08:16:01 +0100 Source: cacao Binary: cacao Architecture: source amd64 Version: 0.99~rc1-1 Distribution: experimental Urgency: low Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Changed-By: Michael Koch <[EMAIL PROTECTED]> Description: cacao - Java virtual machine Closes: 441122 449185 458631 Changes: cacao (0.99~rc1-1) experimental; urgency=low . * New upstream release. Closes: #441122, #449185, #458631. * Build with java-gcj-compat-dev instead of jikes-classpath. * Added Homepage, Vcs-Svn and Vcs-Browser fields. * Updated Standards-Version to 3.7.3. Files: 7ea9ce61116c2be5d962a