Bug#533397: init script fails if daemon already running
Package: clamav-milter Version: 0.95.2+dfsg-0volatile1~~madduck+3 Severity: serious If the daemon is already running, the init script fails, possibly disturbing dpkg: Setting up clamav-milter (0.95.2+dfsg-0volatile1~bpo50~madduck+3) ... /usr/sbin/clamav-milter already running failed! invoke-rc.d: initscript clamav-milter, action "start" failed. dpkg: error processing clamav-milter (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: clamav-milter E: Sub-process /usr/bin/dpkg returned an error code (1) As per policy 9.3.2., this should be changed to a no-op if the daemon is already running. I am offline right now, but could send a patch if you wanted. On the other hand, it's trivial… -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.30-rc8-686 (SMP w/1 CPU core) Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.org `- Debian - when you have better things to do than fixing systems digital_signature_gpg.asc Description: Digital signature (see http://martin-krafft.net/gpg/)
Bug#531735: SA35311: OCS Inventory NG "systemid" SQL Injection Vulnerability
On Wednesday 17 June 2009 05:27:49 James Andrewartha wrote: > Pierre, > > The bug in download.php is still there in lenny, why did you close > the bug? Hi James, I closed the bug because the advisory [1] stated 1.02 while Lenny version is 1.01. Additionally, this injection does not work here: http://xxx.xxx.xxx.xxx/ocsreports/download.php?n=1&dl=2&o=3&v=4%27union+all+select+concat(id, %27:%27,passwd)+from+operators%23 And returns an empty file. However, I agree this needs further investigation to check if 1.01 is vulnerable too. Do you have some working example ? I'll check on my side if the code is similar in 1.01 and 1.02 Cheers, Pierre [1] http://archives.neohapsis.com/archives/bugtraq/2009-06/0009.html -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#526527: status?
Hi Adam, say, what is the state of this bug. Now that suitesparse is fixed, I would love to see this fixed as well. If you do not have the time at the moment, I am happy to help out with an NMU. Kind regards T. -- Thomas Viehmann, http://thomas.viehmann.net/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#531735: SA35311: OCS Inventory NG "systemid" SQL Injection Vulnerability
On Wed, 17 Jun 2009, Pierre Chifflier wrote: > On Wednesday 17 June 2009 05:27:49 James Andrewartha wrote: > > Pierre, > > > > The bug in download.php is still there in lenny, why did you close > > the bug? > > Hi James, > > I closed the bug because the advisory [1] stated 1.02 while Lenny > version is 1.01. > Additionally, this injection does not work here: > http://xxx.xxx.xxx.xxx/ocsreports/download.php?n=1&dl=2&o=3&v=4%27union+all+select+concat(id, > %27:%27,passwd)+from+operators%23 > > And returns an empty file. However, I agree this needs further > investigation to check if 1.01 is vulnerable too. Do you have some > working example ? I'll check on my side if the code is similar in 1.01 > and 1.02 magic_quotes in php.ini protects against this attack, but if I turn it off it works. -- # TRS-80 trs80(a)ucc.gu.uwa.edu.au #/ "Otherwise Bub here will do \ # UCC Wheel Member http://trs80.ucc.asn.au/ #| what squirrels do best | [ "There's nobody getting rich writing ]| -- Collect and hide your | [ software that I know of" -- Bill Gates, 1980 ]\ nuts." -- Acid Reflux #231 / -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: tagging 527872
Processing commands for cont...@bugs.debian.org: > tags 527872 fixed-upstream Bug#527872: upgrading dbus or running the init script kills X Tags were: moreinfo Tags added: fixed-upstream > 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 debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533217: nvidia-kernel-source should recommend module-assistant instead of kernel-package
Hi, since module-assistant is currently the only way to build the binary module from the source package, module-assistant should be recommended by nvidia-kernel-source instead of kernel-package. Also the dependency on dpatch no longer seems to be neccessary. Andreas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: supertux: crash because sounds aren't found
Processing commands for cont...@bugs.debian.org: > tags 515203 + patch Bug#515203: supertux: crash because sounds aren't found There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#515203: supertux: crash because sounds aren't found
tags 515203 + patch thanks I've been asked to look at a couple of RC bugs as part of the NM process, and I've picked this one as I've played supertux so am at least familiar with the package from the outside, and I know C++. Firstly the upstream code doesn't build with the current version of g++ - the GCC developers have cleaned up a lot of implicitly included headers and this code needs updating to explicitly include headers it uses. This is fixed by the first patch: update-to-compile-with-current-gcc.patch On to this bug itself - when run from the menu, options are passed to disable sound and music, but this won't happen if the user invokes supertux from a terminal by running "supertux". I've addressed this by added a small silent WAV sample and adding fallback code so supertux will use this if it can't find the wav or ogg file it was asked to. This approach will also allow DFSG-free samples to be easily added one-by-one with missing samples continuing to use the fallback. There's a patch to add the fallback to the upstream code and a second to modify the debian packaging to generate and install the fallback wav file: fallback-to-silent-sample-upstream.patch fallback-to-silent-sample-debian.patch With these changes, I successfully built the package in a experimental pbuilder on amd64 and play tested for an hour or so. Cheers, Olly --- supertux-0.3.0~dfsg.orig/src/object_factory.cpp +++ supertux-0.3.0~dfsg/src/object_factory.cpp @@ -19,6 +19,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include +#include #include #include --- supertux-0.3.0~dfsg.orig/src/textscroller.hpp +++ supertux-0.3.0~dfsg/src/textscroller.hpp @@ -21,6 +21,7 @@ #ifndef __TEXTSCROLLER_H__ #define __TEXTSCROLLER_H__ +#include #include #include #include --- supertux-0.3.0~dfsg.orig/src/console.cpp +++ supertux-0.3.0~dfsg/src/console.cpp @@ -18,6 +18,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include +#include #include #include "console.hpp" #include "video/drawing_context.hpp" @@ -515,7 +516,7 @@ log_warning << "Command \"" << command << "\" not associated with a command receiver. Not dissociated." << std::endl; return; } - std::list::iterator j = find(i->second.begin(), i->second.end(), ccr); + std::list::iterator j = std::find(i->second.begin(), i->second.end(), ccr); if (j == i->second.end()) { log_warning << "Command \"" << command << "\" not associated with given command receiver. Not dissociated." << std::endl; return; @@ -529,7 +530,7 @@ for (std::map >::iterator i = commands.begin(); i != commands.end(); i++) { std::list &ccrs = i->second; std::list::iterator j; -while ((j = find(ccrs.begin(), ccrs.end(), ccr)) != ccrs.end()) { +while ((j = std::find(ccrs.begin(), ccrs.end(), ccr)) != ccrs.end()) { ccrs.erase(j); } } --- supertux-0.3.0~dfsg.orig/src/console.hpp +++ supertux-0.3.0~dfsg/src/console.hpp @@ -22,6 +22,7 @@ #include #include +#include #include #include #include --- supertux-0.3.0~dfsg.orig/src/gameconfig.cpp +++ supertux-0.3.0~dfsg/src/gameconfig.cpp @@ -21,6 +21,7 @@ #include "gameconfig.hpp" #include +#include #include #include --- supertux-0.3.0~dfsg.orig/src/statistics.cpp +++ supertux-0.3.0~dfsg/src/statistics.cpp @@ -22,6 +22,7 @@ #include #include +#include #include #include "video/drawing_context.hpp" #include "gettext.hpp" --- supertux-0.3.0~dfsg.orig/src/sprite/sprite_manager.hpp +++ supertux-0.3.0~dfsg/src/sprite/sprite_manager.hpp @@ -21,6 +21,7 @@ #define SUPERTUX_SPRITE_MANAGER_H #include +#include class SpriteData; class Sprite; --- supertux-0.3.0~dfsg.orig/src/tinygettext/tinygettext.cpp +++ supertux-0.3.0~dfsg/src/tinygettext/tinygettext.cpp @@ -19,8 +19,11 @@ #include +#include +#include #include #include +#include #include #include #include --- supertux-0.3.0~dfsg.orig/src/audio/sound_file.cpp +++ supertux-0.3.0~dfsg/src/audio/sound_file.cpp @@ -24,6 +24,7 @@ #include #include +#include #include #include #include --- supertux-0.3.0~dfsg.orig/src/lisp/lexer.cpp +++ supertux-0.3.0~dfsg/src/lisp/lexer.cpp @@ -19,6 +19,7 @@ #include +#include #include #include #include --- supertux-0.3.0~dfsg.orig/src/lisp/parser.cpp +++ supertux-0.3.0~dfsg/src/lisp/parser.cpp @@ -19,6 +19,7 @@ #include +#include #include #include #include --- supertux-0.3.0~dfsg.orig/src/audio/sound_file.cpp +++ supertux-0.3.0~dfsg/src/audio/sound_file.cpp @@ -327,9 +328,15 @@ { PHYSFS_file* file = PHYSFS_openRead(filename.c_str()); if(!file) { -std::stringstream msg; -msg << "Couldn't open '" << filename << "': " << PHYSFS_getLastError(); -throw std::runtime_error(msg.str()); +// Debian package is missing non-DFSG sound effects, so default to silent +// sound file. +log_debug << "Couldn't open '" << filename <<
Bug#533427: lyx: Uninstallable in unstable, libboost-regex1.34.1 missing
Package: lyx Version: 1.6.2-1 Severity: grave Justification: renders package unusable When trying install lyx i get the following error: The following packages have unmet dependencies: lyx: Depends: libboost-regex1.34.1 (>= 1.34.1-8) but it is not installable -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (900, 'unstable'), (300, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.30-polaris (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533428: [calibre] Segmentation fault on start. Can't even see spalsh screen.
Package: calibre Version: 0.5.14+dfsg-1 Severity: critical --- Please enter the report below this line. --- When calibre is typed in termianal i can only see Segmentation fault, nothing more. --- System information. --- Architecture: i386 Kernel: Linux 2.6.29-4.slh.4-sidux-686 Debian Release: squeeze/sid 500 unstable ftp.us.debian.org 500 unstable ftp.spline.de 1 experimental ftp.us.debian.org --- Package information. --- Depends (Version) | Installed -+-=== python | 2.5.4-2 python-central (>= 0.6.11) | 0.6.11 python-dbus | 0.83.0-1 python-imaging | 1.1.6-3 python-lxml | 2.1.5-1 python-mechanize | 0.1.7b-3 python-beautifulsoup | 3.1.0.1-2 python-pkg-resources | 0.6c9-2 python-pypdf (>= 1.10) | 1.12-2 python-cssutils (>= 0.9.5) | 0.9.5.1-1 python-encutils (>= 0.9.5) | 0.9.5.1-1 python-cherrypy (>= 2.3) | 2.3.0-2 python-dateutil | 1.4.1-3 python-django-tagging | 0.2.1+svn154-2 python-qt4 | 4.5-1 xdg-utils | 1.0.2-6.1 hal (>= 0.5.10) | 0.5.12~git20090406.46dc48-2 imagemagick | 7:6.5.1.0-1.1 ttf-liberation | 1.04.93-1 calibre-bin (>= 0.5.14+dfsg-1) | 0.5.14+dfsg-1 Package's Recommends field is empty. Package's Suggests field is empty. -- Przekaz dalej wiadomosc: Zawsze warto oszczedzac. Teraz 5,5%! Sprawdz > http://link.interia.pl/f21b1 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#532421: live-magic: unresolvable dependency with python-support
tags 532421 + pending kthxbye Kenshi Muto wrote: > live-magic 1.5+lenny1 you uploaded to proposed-updates depends > python-support (>= 0.90.0), but Lenny's is 0.8.4. Tainted build environment; apologies. I've re-uploaded to proposed-updates. Assuming it was needed, I bumped the version to 1.5+lenny2 - please let me know if that was not required. -release, please accept this version instead (previous thread was "live-magic 1.5+lenny1 for stable"). Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org `- signature.asc Description: PGP signature
Processed: Re: Bug#532421: live-magic: unresolvable dependency with python-support
Processing commands for cont...@bugs.debian.org: > tags 532421 + pending Bug#532421: live-magic: unresolvable dependency with python-support There were no tags set. Tags added: pending > kthxbye Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#532421: live-magic: unresolvable dependency with python-support
[Re-sending to correct -release address] Kenshi Muto wrote: > live-magic 1.5+lenny1 you uploaded to proposed-updates depends > python-support (>= 0.90.0), but Lenny's is 0.8.4. Tainted build environment; apologies. I've re-uploaded to proposed-updates. Assuming it was needed, I bumped the version to 1.5+lenny2 - please let me know if that was not required. -release, please accept this version instead (previous thread was "live-magic 1.5+lenny1 for stable"). Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org `- signature.asc Description: PGP signature
Bug#533429: python-pymssql: new version available (1.0.2), fixing critical bugs
Package: python-pymssql Version: 1.0.1+dfsg-1 Severity: grave Justification: causes non-serious data loss Hi, there is a newer version of pymssql available (1.0.2) that fixes a set of quite serious bugs, one of which may cause data loss because some queries could be truncated or overwritten with binary garbage. Please be so kind to update the debian package asap? Thanks! Jan Geboers -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-2-amd64 (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/bash Versions of packages python-pymssql depends on: ii libc6 2.9-13 GNU C Library: Shared libraries ii libsybdb5 0.82-5 libraries for connecting to MS SQL ii python2.5.4-2An interactive high-level object-o ii python-support1.0.3 automated rebuilding support for P python-pymssql recommends no packages. python-pymssql suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#532997: marked as done (padre uninstallable in unstable due to missing dependency libfile-path-perl in the archive)
Your message dated Wed, 17 Jun 2009 12:17:05 + with message-id and subject line Bug#532997: fixed in padre 0.36-2 has caused the Debian Bug report #532997, regarding padre uninstallable in unstable due to missing dependency libfile-path-perl in the 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 ow...@bugs.debian.org immediately.) -- 532997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532997 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: padre Version: 0.36-1 Severity: grave Justification: renders package unusable Hi Bugreport for documentation. padre 0.36 is currently not installable in unstable since the needed dependency libfile-path-perl is not yet in the archive (ITP: 531951). p.s.: I will add "blocked by", as soon bugnumber is known. Kind regards Salvatore --- End Message --- --- Begin Message --- Source: padre Source-Version: 0.36-2 We believe that the bug you reported is fixed in the latest version of padre, which is due to be installed in the Debian FTP archive: libwx-perl-dialog-perl_0.36-2_all.deb to pool/main/p/padre/libwx-perl-dialog-perl_0.36-2_all.deb padre_0.36-2.diff.gz to pool/main/p/padre/padre_0.36-2.diff.gz padre_0.36-2.dsc to pool/main/p/padre/padre_0.36-2.dsc padre_0.36-2_all.deb to pool/main/p/padre/padre_0.36-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 532...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ryan Niebur (supplier of updated padre 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 ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 16 Jun 2009 14:04:05 -0700 Source: padre Binary: padre libwx-perl-dialog-perl Architecture: source all Version: 0.36-2 Distribution: unstable Urgency: low Maintainer: Damyan Ivanov Changed-By: Ryan Niebur Description: libwx-perl-dialog-perl - abstract dialog class for simple dialog creation padre - Perl Application Development and Refactoring Environment Closes: 532997 Changes: padre (0.36-2) unstable; urgency=low . * don't require libfile-path-perl (Closes: #532997) * Add myself to Uploaders Checksums-Sha1: 812e2ca958d58afea7c1e642643a63b737695e42 2483 padre_0.36-2.dsc 22ef2eb903e6eb588520e16669683c6add1a98c6 8255 padre_0.36-2.diff.gz 9bcde1bbcb14a5d4c9564d0a400e5bf18ad6ffc4 614158 padre_0.36-2_all.deb b22231e7429fcf8d6d1e798f1949a9c7721e0b0a 33376 libwx-perl-dialog-perl_0.36-2_all.deb Checksums-Sha256: 9e8b25c1b5188e785e732f43f25d97598b1462fe94886737dc268afb50bd215b 2483 padre_0.36-2.dsc 365c3cd611083f41d6bd42d0885c02cca366996f6ed1f5c650bd644e765cf1cc 8255 padre_0.36-2.diff.gz c77c453054712a6476ad66cda6596825c6357a305df12e6e4209c0dcd20e1c6d 614158 padre_0.36-2_all.deb a9803c5aaff649c757ae4ab64e179d36d8bc37009a4862115ab4b5d4e1481f07 33376 libwx-perl-dialog-perl_0.36-2_all.deb Files: fc697506defe1f7256bfd047008b607c 2483 perl optional padre_0.36-2.dsc da229b18d1a63b58df13ff73fdc7b903 8255 perl optional padre_0.36-2.diff.gz 3556ff8ccef35ee9dc4d89b8da073d0d 614158 perl optional padre_0.36-2_all.deb 3aa6a3f006b40f28bfa049cf19876396 33376 perl optional libwx-perl-dialog-perl_0.36-2_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAko43LsACgkQHqjlqpcl9jv1ggCdEJ5r5D9JFIOnEYed85KxycqK 1zYAoLClN+vy/DfWPtuI7NS+vSTUU2p5 =7oqM -END PGP SIGNATURE- --- End Message ---
Bug#533432: linux-image-2.6.26-1-xen-amd64: kernel BUG mm/slab.c:3008
Package: linux-image-2.6.26-1-xen-amd64 Version: 2.6.26-13lenny2 Severity: critical Justification: breaks the whole system *** /tmp/reportbug-linux-image-2.6.26-1-xen-amd64-20090617-4201-OxIDWT Subject: linux-image-2.6.26-1-xen-amd64: kernel BUG at mm/slab.c:3008 Package: linux-image-2.6.26-1-xen-amd64 Version: 2.6.26-13lenny2 Severity: critical Justification: breaks the whole system -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-xen-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 linux-image-2.6.26-1-xen-amd64 depends on: ii initramfs-tools 0.92o tools for generating an initramfs ii linux-modules-2.6.26-1-x 2.6.26-13lenny2 Linux 2.6.26 modules on AMD64 linux-image-2.6.26-1-xen-amd64 recommends no packages. Versions of packages linux-image-2.6.26-1-xen-amd64 suggests: ii grub 0.97-47lenny2 GRand Unified Bootloader (Legacy v pn linux-doc-2.6.26 (no description available) -- no debconf information System panics when DD'ing a LVM slice to another LVM slice used for backups of virtual machines. Panics when the DD operation is nearly complete and EOF is reached. Jun 17 08:23:19 athena kernel: [160447.025034] [ cut here ] Jun 17 08:23:19 athena kernel: [160447.025043] kernel BUG at mm/slab.c:3008! Jun 17 08:23:19 athena kernel: [160447.025045] invalid opcode: [1] SMP Jun 17 08:23:19 athena kernel: [160447.025048] CPU 2 Jun 17 08:23:19 athena kernel: [160447.025050] Modules linked in: ext2 tun xt_physdev iptable_filter ip_tables x_tables bridge netloop ipv6 loop psmouse rng_core serio_raw pcspkr i5000_edac iTCO_wdt edac_core button shpchp pci_hotplug evdev dcdbas ext3 jbd mbcache dm_mirror dm_log dm_snapshot dm_mod usbhid hid ff_memless sg sr_mod cdrom ide_pci_generic ide_core ata_piix ses sd_mod enclosure ata_generic ehci_hcd libata dock uhci_hcd bnx2 firmware_class megaraid_sas scsi_mod thermal processor fan thermal_sys Jun 17 08:23:19 athena kernel: [160447.025098] Pid: 3755, comm: qemu-dm Not tainted 2.6.26-1-xen-amd64 #1 Jun 17 08:23:19 athena kernel: [160447.025100] RIP: e030:[] [] cache_alloc_refill+0xde/0x55a Jun 17 08:23:19 athena kernel: [160447.025109] RSP: e02b:8803d7b17a28 EFLAGS: 00010046 Jun 17 08:23:19 athena kernel: [160447.025111] RAX: 0022 RBX: 8803e5fa8840 RCX: 8803e5ead2e8 Jun 17 08:23:19 athena kernel: [160447.025113] RDX: 8803e5fa8840 RSI: 0009 RDI: 8803e5ead000 Jun 17 08:23:19 athena kernel: [160447.025115] RBP: 8803e67ba800 R08: 8803e59b3000 R09: 88029314d9c0 Jun 17 08:23:19 athena kernel: [160447.025118] R10: 0001 R11: 88029314d9c0 R12: 0007 Jun 17 08:23:19 athena kernel: [160447.025120] R13: 8803e5e74e00 R14: 8803e5e74e00 R15: Jun 17 08:23:19 athena kernel: [160447.025125] FS: 7f5f5d0c26e0() GS:80539100() knlGS: Jun 17 08:23:19 athena kernel: [160447.025127] CS: e033 DS: ES: Jun 17 08:23:19 athena kernel: [160447.025129] DR0: DR1: DR2: Jun 17 08:23:19 athena kernel: [160447.025132] DR3: DR6: 0ff0 DR7: 0400 Jun 17 08:23:19 athena kernel: [160447.025135] Process qemu-dm (pid: 3755, threadinfo 8803d7b16000, task 8803e82d5040) Jun 17 08:23:19 athena kernel: [160447.025137] Stack: 00011200d7b17bc8 80296e1f 8803d7b17c00 Jun 17 08:23:19 athena kernel: [160447.025142] 8803e5cdd200 8803e5e74e00 00011200 Jun 17 08:23:19 athena kernel: [160447.025146] 80287221 8803e5fa88c0 Jun 17 08:23:19 athena kernel: [160447.025149] Call Trace: Jun 17 08:23:19 athena kernel: [160447.025154] [] ? free_poll_entry+0x11/0x1a Jun 17 08:23:19 athena kernel: [160447.025159] [] ? kmem_cache_alloc+0x5f/0xb3 Jun 17 08:23:19 athena kernel: [160447.025164] [] ? mempool_alloc+0x24/0xda Jun 17 08:23:19 athena kernel: [160447.025168] [] ? __up_write+0x21/0x10e Jun 17 08:23:19 athena kernel: [160447.025175] [] ? :dm_snapshot:__find_pending_exception+0x4f/0x11f Jun 17 08:23:19 athena kernel: [160447.025181] [] ? :dm_snapshot:origin_map+0xe7/0x22e Jun 17 08:23:19 athena kernel: [160447.025185] [] ? default_wake_function+0x0/0xe Jun 17 08:23:19 athena kernel: [160447.025196] [] ? :dm_mod:__map_bio+0x3c/0x113 Jun 17 08:23:19 athena kernel: [160447.025206] [] ? :dm_mod:__split_bio+0x14c/0x374 Jun 17 08:23:19 athena kernel: [160447.025209] [] ? default_wake_function+0x0/0xe Jun 17 08:23:19 athena kernel: [160447.025221] [] ? :dm_mod:dm_request+0x105/0x127 Jun 17 08:23:19 athena kernel:
Bug#533434: [digikam] SIGSEGV at startup
Package: digikam Version: 2:1.0.0~beta1-1 Severity: serious --- Please enter the report below this line. --- Приложение: digiKam (digikam), сигнал SIGSEGV [Current thread is 0 (LWP 9042)] Thread 2 (Thread 0xb2763b90 (LWP 9043)): [KCrash Handler] #6 0xb50eb8e1 in ?? () from /usr/lib/libexiv2.so.5 #7 0xb784cd14 in KExiv2Iface::KExiv2::getImageDateTime () from /usr/lib/libkexiv2.so.7 #8 0xb71b6236 in Digikam::DMetadata::getMetadataField (this=0xb276306c, field=Digikam::MetadataInfo::CreationDate) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/libs/dmetadata/dmetadata.cpp:790 #9 0xb71b6aec in Digikam::DMetadata::getMetadataFields (this=0xb276306c, fiel...@0xb2762fd0) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/libs/dmetadata/dmetadata.cpp:968 #10 0xb701a663 in Digikam::ImageScanner::scanImageInformation (this=0xb2763064) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/libs/database/imagescanner.cpp:241 #11 0xb701b7b0 in Digikam::ImageScanner::scanFile (this=0xb2763064) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/libs/database/imagescanner.cpp:147 #12 0xb701b935 in Digikam::ImageScanner::newFile (this=0xb2763064, albumId=1) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/libs/database/imagescanner.cpp:91 #13 0xb6fc8daa in Digikam::CollectionScanner::scanNewFile (this=0xb276330c, in...@0x893548c, albumId=1) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/libs/database/collectionscanner.cpp:642 #14 0xb6fca457 in Digikam::CollectionScanner::scanAlbum (this=0xb276330c, locati...@0x892f6c0, alb...@0xb2763234) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/libs/database/collectionscanner.cpp:592 #15 0xb6fcade7 in Digikam::CollectionScanner::scanAlbumRoot (this=0xb276330c, locati...@0x892f6c0) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/libs/database/collectionscanner.cpp:392 #16 0xb6fcb0c6 in Digikam::CollectionScanner::completeScan (this=0xb276330c) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/libs/database/collectionscanner.cpp:220 #17 0x082f4eed in Digikam::ScanController::run (this=0x8844598) at /home/mark/src/kde-extras/build-area/digikam-1.0.0~beta1/digikam/scancontroller.cpp:478 #18 0xb56a180e in QThreadPrivate::start (arg=0x8844598) at thread/qthread_unix.cpp:189 #19 0xb5082495 in start_thread () from /lib/i686/cmov/libpthread.so.0 #20 0xb548aa4e in clone () from /lib/i686/cmov/libc.so.6 Thread 1 (Thread 0xb4716710 (LWP 9042)): #0 0xb8014424 in __kernel_vsyscall () #1 0xb5482fc1 in select () from /lib/i686/cmov/libc.so.6 #2 0xb4ae0067 in ?? () from /usr/lib/libxcb.so.1 #3 0x0008 in ?? () #4 0xb4ae06ce in ?? () from /usr/lib/libxcb.so.1 #5 0x085d7760 in ?? () #6 0x085d87f4 in ?? () #7 0xbfb2f574 in ?? () #8 0xbfb2f578 in ?? () #9 0x085d7760 in ?? () #10 0x in ?? () --- System information. --- Architecture: i386 Kernel: Linux 2.6.29-2-686 Debian Release: 5.0 500 unstablewww.debian-multimedia.org 500 unstablel4u.jinr.ru 1 experimentall4u.jinr.ru --- Package information. --- Depends (Version) | Installed ===-+-== kdebase-runtime(>= 4:4.2.2) | 4:4.2.4-1 kdelibs5 (>= 4:4.2.4) | 4:4.2.4-1 kdepimlibs5(>= 4:4.2.4) | 4:4.2.4-1 libc6 (>= 2.3.6-6~) | 2.9-14 libgcc1(>= 1:4.1.1) | 1:4.4.0-5 libglib2.0-0(>= 2.12.0) | 2.20.3-1 libgphoto2-2 (>= 2.4.3) | 2.4.3-1 libgphoto2-port0 (>= 2.4.3) | 2.4.3-1 libjasper1 (>= 1.900.1) | 1.900.1-5.1 libjpeg62 | 6b-14 libkdcraw7 (>= 4:4.2.4) | 4:4.2.4-1 libkexiv2-7(>= 4:4.2.4) | 4:4.2.4-1 libkipi6 (>= 4:4.2.4) | 4:4.2.4-1 liblcms1(>= 1.15-1) | 1.17.dfsg-1 liblensfun0 (>= 0.2.3) | 0.2.3-2 liblqr-1-0 (>= 0.4.0) | 0.4.1-1 libmarble4 (>= 4:4.2.4) | 4:4.2.4-1 libphonon4 (>= 4:4.2.0) | 4:4.3.1-1 libpng12-0(>= 1.2.13-4) | 1.2.37-1 libqt4-dbus (>= 4.5.1) | 4.5.1-2 libqt4-network (>= 4.5.1) | 4.5.1-2 libqt4-qt3support(>= 4.5.1) | 4.5.1-2 libqt4-sql (>= 4.5.1) | 4.5.1-2 libqt4-svg (>= 4.5.1) | 4.5.1-2 libqt4-xml (>= 4.5.1) | 4.5.1-2 libqtcore4 (>= 4.5.1) | 4.5.1-2 libqtgui4(>= 4.5.1) | 4.5.1-2 libstdc++6 (>= 4.1.1) | 4.4.0-5 libtiff4| 3.8.2-11 phonon (>= 4:4.2.0) | 4:4.3.1-1 zlib1g (>= 1:1.1.4) | 1:1.2.3.3.dfsg-13 libqt4-sql-sqlite | 4.5.1-2 Recommends(Version) | Installed ===-+-=== dolphin | 4:4.2.4-1 www-browser | kipi-plugins| 0.3.0-1 Suggests (Version) | Installed =
Bug#526527: status?
On Wed, 2009-06-17 at 09:55 +0200, Thomas Viehmann wrote: > Hi Adam, > > say, what is the state of this bug. Now that suitesparse is fixed, I > would love to see this fixed as well. If you do not have the time at the > moment, I am happy to help out with an NMU. Oh yeah, I've been neglecting this, haven't I... Can't take care of it before the end of the week, so feel free to NMU. -Adam -- GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Engineering consulting with open source tools http://www.opennovation.com/ signature.asc Description: This is a digitally signed message part
Bug#531735: SA35311: OCS Inventory NG "systemid" SQL Injection Vulnerability
Hi Pierre, Pierre Chifflier ha scritto: > I closed the bug because the advisory [1] stated 1.02 while Lenny > version is 1.01. This doesn't imply that 1.01 isn't affected. Cheers, Giuseppe. signature.asc Description: OpenPGP digital signature
Bug#531735: SA35311: OCS Inventory NG "systemid" SQL Injection Vulnerability
On Wednesday 17 June 2009 15:25:57 Giuseppe Iuculano wrote: > Hi Pierre, > > Pierre Chifflier ha scritto: > > I closed the bug because the advisory [1] stated 1.02 while Lenny > > version is 1.01. > > This doesn't imply that 1.01 isn't affected. > I fully agree, but you should quote correctly : --8<- Additionally, this injection does not work here: http://xxx.xxx.xxx.xxx/ocsreports/download.php?n=1&dl=2&o=3&v=4%27union+all+select+concat(id, %27:%27,passwd)+from+operators%23 --8<- Apparently, the default Lenny install is not vulnerable (due to magic_quotes on or something like that). I'm looking to backport the fix in 1.01 anyway. BR, Pierre -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533435: [pida] cannot start, undefined sumbol db
Package: pida Version: 0.5.1-5 Severity: serious --- Please enter the report below this line. --- Upon starting PIDA I get an error: Fatal error, cannot start PIDA Show more details The pida package could not be found. /usr/lib/libdbus-glib-1.so.2: undefined symbol: db Exiting. (this is fatal) I do have a manual build version of python3.1 installed, but as far as I can see this should be invisible to pida. --- System information. --- Architecture: i386 Kernel: Linux 2.6.29-2-686 Debian Release: squeeze/sid 500 unstablewww.debian-multimedia.org 500 unstablerum 500 stable dl.google.com 500 experimentalwww.debian-multimedia.org 101 experimentalrum --- Package information. --- Package's Depends field is empty. Package's Recommends field is empty. Package's Suggests field is empty. -- Casper Gielen cas...@gielen.name, capslock2...@zvdk.nl -- The number of computer problems you will experience in your life is constant. You cannot reduce this number, but you can choose what kind of problems you will experience. Make sure you get the problems that you can fix. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: uudeview: FTBFS: Missing Build-Depends for a4.sty
Processing commands for cont...@bugs.debian.org: > tags 526534 + patch Bug#526534: uudeview: FTBFS: Missing Build-Depends for a4.sty There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#526534: uudeview: FTBFS: Missing Build-Depends for a4.sty
tags 526534 + patch thanks I've been asked to look at a couple of RC bugs as part of the NM process, and I've picked this one. The FTBFS is fixed by adding two missing build-dependencies as in the attached patch. The original bug report notes that use of a4wide is deprecated now, but I went for the least intrusive change to fix the FTBFS, especially since I'm no LaTeX expert. Cheers, Olly diff -u uudeview-0.5.20/debian/control uudeview-0.5.20/debian/control --- uudeview-0.5.20/debian/control +++ uudeview-0.5.20/debian/control @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Chris Hanson -Build-Depends: debhelper (>= 4.0.0), tk8.4-dev, tcl8.4-dev, hevea, texlive-latex-base, transfig +Build-Depends: debhelper (>= 4.0.0), tk8.4-dev, tcl8.4-dev, hevea, texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, transfig Standards-Version: 3.7.3 Package: uudeview
Bug#531735: SA35311: OCS Inventory NG "systemid" SQL Injection Vulnerability
Pierre Chifflier ha scritto: > I fully agree, but you should quote correctly : > > --8<- > Additionally, this injection does not work here: > http://xxx.xxx.xxx.xxx/ocsreports/download.php?n=1&dl=2&o=3&v=4%27union+all+select+concat(id, > %27:%27,passwd)+from+operators%23 > --8<- > > Apparently, the default Lenny install is not vulnerable (due to > magic_quotes on or something like that). I'm looking to backport the fix > in 1.01 anyway. I didn't check it, but if is true this vulnerability can be exploited only if magic_quotes is off and severity of this issue could be decreased. Cheers, Giuseppe. signature.asc Description: OpenPGP digital signature
Bug#485271: wmmount: FTBFS: Using imake without Build-Depends on xutils-dev
tags 485271 + patch thanks I've been asked to look at a couple of RC bugs as part of the NM process, and I've picked this one. The FTBFS is fixed by adding the missing build dependency on xutils-dev, as Daniel said in the original bug report. Cheers, Olly diff -u wmmount-1.0beta2/debian/control wmmount-1.0beta2/debian/control --- wmmount-1.0beta2/debian/control +++ wmmount-1.0beta2/debian/control @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Josip Rodin -Build-Depends: debhelper (>= 4), libx11-dev, libxext-dev, libxpm-dev, xutils +Build-Depends: debhelper (>= 4), libx11-dev, libxext-dev, libxpm-dev, xutils, xutils-dev Standards-Version: 3.7.2 Package: wmmount
Processed: wmmount: FTBFS: Using imake without Build-Depends on xutils-dev
Processing commands for cont...@bugs.debian.org: > tags 485271 + patch Bug#485271: wmmount: FTBFS: Using imake without Build-Depends on xutils-dev There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#522738: workarounds
Processing commands for cont...@bugs.debian.org: > tag 522738 patch Bug#522738: [nexuiz] Old versions instruct to upgrade There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: severity of 533432 is important
Processing commands for cont...@bugs.debian.org: > severity 533432 important Bug#533432: linux-image-2.6.26-1-xen-amd64: kernel BUG mm/slab.c:3008 Severity set to `important' from `critical' > 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 debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#522738: workarounds
tag 522738 patch thanks ERSEK Laszlo (09/04/2009): > a) Create the file ~/.nexuiz/data/autoexec.cfg with the following contents: > > set g_nexuizversion 2.5 > > b) Block network traffic to update.alientrap.org:udp:27950 (iptables, > /etc/hosts, ...) Thanks for those, that should help people enjoy nexuiz until new packages are available. > c) > - apt-get source nexuiz-data > - patch nexuiz-data-2.4.2/qcsrc/menu/nexuiz/util.qc; removing the first > part of preMenuDraw() should suffice > - build and install the modified package > > Any of these may have side-effects, I just started testing a). I've applied the last solution (with the attached patch) and it seems to work fine for me, at the very least in the instant action and in the (solo) campaign modes. As for network games, I guess newer servers may reject older clients, but that probably gets displayed when entering or trying to enter the game, switching the green “foo and bar versions are compatible” to a red one or whatever, so people will know what's wrong. I guess it'd make sense to have this fix put ASAP in unstable, so that it gets some days of testing, before proposing it for a stable upload. Note that the affected package is actually nexuiz-data, but I guess it would make sense to keep this bug (or at least one) open against nexuiz for visibility. Mraw, KiBi. diff -u nexuiz-data-2.4.2/debian/changelog nexuiz-data-2.4.2/debian/changelog --- nexuiz-data-2.4.2/debian/changelog +++ nexuiz-data-2.4.2/debian/changelog @@ -1,3 +1,12 @@ +nexuiz-data (2.4.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Apply patch as suggested by ERSEK Laszlo to get rid of the update +message floating around in the menu and during game (Closes: #522738): + - 02_stop_annoying_people_with_upgrades.diff + + -- Cyril Brulebois Wed, 17 Jun 2009 15:25:10 +0200 + nexuiz-data (2.4.2-1) unstable; urgency=low * New upstream release diff -u nexuiz-data-2.4.2/debian/patches/series nexuiz-data-2.4.2/debian/patches/series --- nexuiz-data-2.4.2/debian/patches/series +++ nexuiz-data-2.4.2/debian/patches/series @@ -2,0 +3 @@ +02_stop_annoying_people_with_upgrades.diff only in patch2: unchanged: --- nexuiz-data-2.4.2.orig/debian/patches/02_stop_annoying_people_with_upgrades.diff +++ nexuiz-data-2.4.2/debian/patches/02_stop_annoying_people_with_upgrades.diff @@ -0,0 +1,18 @@ +--- a/qcsrc/menu/nexuiz/util.qc b/qcsrc/menu/nexuiz/util.qc +@@ -221,6 +221,7 @@ void preMenuDraw() + if(time > _Nex_ExtResponseSystem_RetryTime) + Item_Nex_ExtResponseSystem_SendQuery(); + ++#if 0 + if(_Nex_ExtResponseSystem_UpdateTo != "") + { + fs = ((1/draw_scale_x) * eX + (1/draw_scale_y) * eY) * 12; +@@ -236,6 +237,7 @@ void preMenuDraw() + draw_CenterText(mid - 1 * line, strcat("Update to ", _Nex_ExtResponseSystem_UpdateTo, " now!"), fs, '1 0 0', 1, 0); + draw_CenterText(mid - 0 * line, "http://www.nexuiz.com/";, fs, '0 0 1', 1, 0); + } ++#endif + if not(campaign_name_previous) + campaign_name_previous = strzone(strcat(campaign_name, "x")); // force unequal + if(campaign_name == campaign_name_previous) signature.asc Description: Digital signature
Bug#513891: tuxcmd does not run on powerpc architecture
Dear powerpc porters (Please Cc me on reply if not cc'ing also the bugreport, since I'm not subscribed to the list). I have a help request to you if possible. tuxcmd is supported by upstream only for i386 and amd64. To finally confirm this, and that is not a recently bug in fpc, I would like to ask, if someone of you could please build tuxcmd 0.6.50-5 with the fpc now recently uploaded to unstable (i.e. 2.2.4-3, which had a fix for #515035, #511626). From changelog there: * Fixed wrong passing of function parameters for powerpc architecture. (Closes: Bug#515035, Bug#511626) [1] http://bugs.debian.org/515035 [2] http://bugs.debian.org/511626 I have no access to a powerpc machine with Debian unstable, thus if possible I would like to ask you for your help on that, compiling tuxcmd 0.6.50-5 with fpc 2.2.4-3 and check if the problem in [3] still persists. If yes, I will take the actions which Kurth Roeckx suggested to me on that. [3] http://bugs.debian.org/513891 Many thanks in advance Kind regards Salvatore signature.asc Description: Digital signature
Bug#522738: workarounds
Cyril Brulebois (17/06/2009): > I've applied the last solution (with the attached patch) and it seems > to work fine for me. I failed to mention I'm testing it on lenny/amd64, sorry for that. My point being that it should be suitable for a stable upload. Mraw, KiBi. signature.asc Description: Digital signature
Bug#522195: marked as done (gtalk: file conflict with doodle)
Your message dated Wed, 17 Jun 2009 15:33:48 + with message-id and subject line Bug#522195: fixed in gtalk 0.99.10-13 has caused the Debian Bug report #522195, regarding gtalk: file conflict with doodle 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 ow...@bugs.debian.org immediately.) -- 522195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522195 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gtalk Version: 0.99.10-12.1 Severity: serious Justification: Policy 6.6(4) The latest gtalk upload added two new files to /usr/bin: doodle, which creates an effective conflict with the doodle package, and testkbd, which is undocumented and presumably extraneous. Could you please eliminate both? Thanks! -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-1-amd64 (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 gtalk depends on: ii libc6 2.9-6 GNU C Library: Shared libraries ii libncurses5 5.7+20090321-1 shared libraries for terminal hand ii libx11-6 2:1.2-1X11 client-side library ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxi62:1.2.1-2 X11 Input extension library ii openbsd-inetd [inet-super 0.20080125-2 The OpenBSD Internet Superserver gtalk recommends no packages. gtalk suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: gtalk Source-Version: 0.99.10-13 We believe that the bug you reported is fixed in the latest version of gtalk, which is due to be installed in the Debian FTP archive: etalk_0.99.10-13_all.deb to pool/main/g/gtalk/etalk_0.99.10-13_all.deb gtalk_0.99.10-13.diff.gz to pool/main/g/gtalk/gtalk_0.99.10-13.diff.gz gtalk_0.99.10-13.dsc to pool/main/g/gtalk/gtalk_0.99.10-13.dsc gtalk_0.99.10-13_i386.deb to pool/main/g/gtalk/gtalk_0.99.10-13_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 522...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Christoph Martin (supplier of updated gtalk 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 ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Tue, 16 Jun 2009 16:11:16 +0200 Source: gtalk Binary: gtalk etalk Architecture: source all i386 Version: 0.99.10-13 Distribution: unstable Urgency: low Maintainer: Christoph Martin Changed-By: Christoph Martin Description: etalk - talk client for the Emacs editor gtalk - plug-in replacement for standard talk Closes: 522195 Changes: gtalk (0.99.10-13) unstable; urgency=low . * Fix build process to not use gtk but athena * remove doodle and testkbd (Closes: #522195) Checksums-Sha1: 80d51523818ba461332b1a21461546f70f8794f7 1049 gtalk_0.99.10-13.dsc 33baba36443c324e8af1a3d1b41e5dba22c8b001 639935 gtalk_0.99.10.orig.tar.gz 4d9ab7c9bc1da61af2031d02632269cb69062795 9101 gtalk_0.99.10-13.diff.gz a8d0eb4340b5f69a8f9ea14843575efa915eb5bf 174650 etalk_0.99.10-13_all.deb 5d99c47abcda7d92529839182f1acbb97b13d5da 135844 gtalk_0.99.10-13_i386.deb Checksums-Sha256: 5bba023e5745e3aa2359a92c5e5de4eb0a5e5022bd3739df90e66538bd7dd19b 1049 gtalk_0.99.10-13.dsc 5467c7dd35090d08caa8c155f883c1cb15f96b96061b18f523a19cce201e655a 639935 gtalk_0.99.10.orig.tar.gz 3cfe5ad5f048cb935f7c77c9eab9519aab0479879b5f3c66bd440015291eac26 9101 gtalk_0.99.10-13.diff.gz aed523d910b92374c61db68d6aceae405adf4c6a6321d93d777cbf725b2580bc 174650 etalk_0.99.10-13_all.deb fd66761777367b948fbf1bd961055a51687672440f411229fbcb41778dd50444 135844 gtalk_0.99.10-13_i386.deb Files: 5923cc3a6d72fc0acf87583bf620c3d4 1049 net optional gtalk_0.99.10-13.dsc 471219e523cb05428e8945fdc65f3a02 639935 net optional gtalk_0.99.10.orig.tar.gz 12289541998e87856c47744bde13861a 9101 net optional gtalk_0.99.10-13.diff.gz 401b0c9522728d7d9b11d796f859ae23 174650 editors optional etalk_0.99.10-13_all.deb c10503df22999ff43a4475b304da0390 135844 net optional gtalk_0.99.10-13_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (
Bug#533364: marked as done (libc6-i386: Missing /lib/ld-linux.so.2)
Your message dated Wed, 17 Jun 2009 15:33:07 + with message-id and subject line Bug#533364: fixed in eglibc 2.9-16 has caused the Debian Bug report #533364, regarding libc6-i386: Missing /lib/ld-linux.so.2 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 ow...@bugs.debian.org immediately.) -- 533364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533364 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libc6-i386 Version: 2.9-15 Severity: grave My test session log from within a pbuilder chroot: ... frobozz:/tmp# apt-get install gcc-multilib Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: gcc-4.3-multilib lib32gcc1 libc6-dev-i386 libc6-i386 The following NEW packages will be installed: gcc-4.3-multilib gcc-multilib lib32gcc1 libc6-dev-i386 libc6-i386 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/7659kB of archives. After this operation, 18.6MB of additional disk space will be used. Do you want to continue [Y/n]? debconf: delaying package configuration, since apt-utils is not installed Selecting previously deselected package libc6-i386. (Reading database ... 9818 files and directories currently installed.) Unpacking libc6-i386 (from .../libc6-i386_2.9-15_amd64.deb) ... Selecting previously deselected package libc6-dev-i386. Unpacking libc6-dev-i386 (from .../libc6-dev-i386_2.9-15_amd64.deb) ... Selecting previously deselected package lib32gcc1. Unpacking lib32gcc1 (from .../lib32gcc1_1%3a4.4.0-6_amd64.deb) ... Selecting previously deselected package gcc-4.3-multilib. Unpacking gcc-4.3-multilib (from .../gcc-4.3-multilib_4.3.3-11_amd64.deb) ... Selecting previously deselected package gcc-multilib. Unpacking gcc-multilib (from .../gcc-multilib_4%3a4.3.3-9_amd64.deb) ... Setting up libc6-i386 (2.9-15) ... Setting up libc6-dev-i386 (2.9-15) ... Setting up lib32gcc1 (1:4.4.0-6) ... Setting up gcc-4.3-multilib (4.3.3-11) ... Setting up gcc-multilib (4:4.3.3-9) ... frobozz:/tmp# cat hello.c #include int main() { printf("Hello 32-bit world!\n"); return 0; } frobozz:/tmp# gcc -m32 -o hello hello.c frobozz:/tmp# ./hello -bash: ./hello: No such file or directory -- Daniel Schepler --- End Message --- --- Begin Message --- Source: eglibc Source-Version: 2.9-16 We believe that the bug you reported is fixed in the latest version of eglibc, which is due to be installed in the Debian FTP archive: eglibc-source_2.9-16_all.deb to pool/main/e/eglibc/eglibc-source_2.9-16_all.deb eglibc_2.9-16.diff.gz to pool/main/e/eglibc/eglibc_2.9-16.diff.gz eglibc_2.9-16.dsc to pool/main/e/eglibc/eglibc_2.9-16.dsc glibc-doc_2.9-16_all.deb to pool/main/e/eglibc/glibc-doc_2.9-16_all.deb libc6-dbg_2.9-16_amd64.deb to pool/main/e/eglibc/libc6-dbg_2.9-16_amd64.deb libc6-dev-i386_2.9-16_amd64.deb to pool/main/e/eglibc/libc6-dev-i386_2.9-16_amd64.deb libc6-dev_2.9-16_amd64.deb to pool/main/e/eglibc/libc6-dev_2.9-16_amd64.deb libc6-i386_2.9-16_amd64.deb to pool/main/e/eglibc/libc6-i386_2.9-16_amd64.deb libc6-pic_2.9-16_amd64.deb to pool/main/e/eglibc/libc6-pic_2.9-16_amd64.deb libc6-prof_2.9-16_amd64.deb to pool/main/e/eglibc/libc6-prof_2.9-16_amd64.deb libc6-udeb_2.9-16_amd64.udeb to pool/main/e/eglibc/libc6-udeb_2.9-16_amd64.udeb libc6_2.9-16_amd64.deb to pool/main/e/eglibc/libc6_2.9-16_amd64.deb libnss-dns-udeb_2.9-16_amd64.udeb to pool/main/e/eglibc/libnss-dns-udeb_2.9-16_amd64.udeb libnss-files-udeb_2.9-16_amd64.udeb to pool/main/e/eglibc/libnss-files-udeb_2.9-16_amd64.udeb locales-all_2.9-16_amd64.deb to pool/main/e/eglibc/locales-all_2.9-16_amd64.deb locales_2.9-16_all.deb to pool/main/e/eglibc/locales_2.9-16_all.deb nscd_2.9-16_amd64.deb to pool/main/e/eglibc/nscd_2.9-16_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 533...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Aurelien Jarno (supplier of updated eglibc 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 ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 17 Jun 2009 07:32:47 +0200 Source: eglibc Binary:
Processed (with 1 errors): merge identical CVE bug reports
Processing commands for cont...@bugs.debian.org: > retitle 532725 webkit: CVE-2009-0945: Array index error in the > insertItemBefore method in WebKit Bug#532725: libqt4-webkit: CVE-2009-0945: Array index error in the insertItemBefore method in WebKit Changed Bug title to `webkit: CVE-2009-0945: Array index error in the insertItemBefore method in WebKit' from `libqt4-webkit: CVE-2009-0945: Array index error in the insertItemBefore method in WebKit'. > merge 532724 532725 Bug#532724: webkit: CVE-2009-0945 array index error in insertItemBefore Bug#532725: webkit: CVE-2009-0945: Array index error in the insertItemBefore method in WebKit Mismatch - only Bugs in same state can be merged: Values for `package' don't match: #532724 has `webkit'; #532725 has `libwebkit-1.0-1' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#532656: octave3.2_3.2.0-1(mips/unstable): FTBFS on mips. Segfault in regression test.
On 16-Jun-2009, Rafael Laboissiere wrote: | * Rafael Laboissiere [2009-06-15 21:55]: | | > * John W. Eaton [2009-06-15 13:25]: | > | > > On 15-Jun-2009, Rafael Laboissiere wrote: | > > | > > | Anyway, it is funny to see how long this bug lived in the code and was | > > | just awakened by the crappy mips/mipsel architecture... | > > | > > Also strange that it didn't show up until now, even on mips. Maybe a | > > compiler change? | > | > Probably. | > | > Anyway, these differences on floating point representation/manipulation | > among the architectures make me kinda nervous. | | I am wondering whether we could add a regression test like the following | to data.cc (or wherever): | | /* | %!test | %! format short | %! for r = [0, Inf -Inf, NaN] | %! for i = [0, Inf -Inf, NaN] | %! complex (r, i) | %! endfor | %! endfor | */ | | Yes, the 'complex (r, i)' would lack the semicolon, just to exercise the | code in pr-output.cc. Are you sure you would want this? It won't tell you if the printing is correct without manual inspection, and will clutter the output from running "make check" with src/pr-output.cc ...ans = 0 + 0i ans =0 + Infi ans =0 - Infi ans =0 + NaNi ans = Inf + 0i ans = Inf + Infi ans = Inf - Infi ans = Inf + NaNi ans = -Inf + 0i ans = -Inf + Infi ans = -Inf - Infi ans = -Inf + NaNi ans = NaN + 0i ans = NaN + Infi ans = NaN - Infi ans = NaN + NaNi PASS1/1 Is there another way to test this without printing the output to the sreen? Maybe use fdisp to put the output in a file and then compare the contents of the file to some expected value? jwe -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533452: foomatic-db-engine: FTBFS: Could not run "foomatic-combo-xml"/"foomatic-perl-data"!
Package: foomatic-db-engine Version: 4.0-20090509-2 Severity: serious From my pbuilder build log: ... Generating Foomatic PPD files ... Storing files in directory /tmp/buildd/foomatic-db-engine-4.0-20090509/debian/foomatic-filters-ppds/usr/share/ppd/openprinting.org-gs. sh: /usr/bin/foomatic-combo-xml: No such file or directory sh: /usr/bin/foomatic-perl-data: No such file or directory Could not run "foomatic-combo-xml"/"foomatic-perl-data"! at /tmp/buildd/foomatic-db-engine-4.0-20090509/lib/Foomatic/DB.pm line 109. Traceback (most recent call last): File "./debian/build_ppds", line 59, in main() File "./debian/build_ppds", line 44, in main '-d', dest] + drivers) File "/usr/lib/python2.5/subprocess.py", line 462, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['./foomatic-compiledb', '-f', '-j', '3', '-t', 'ppd', '-d', '/tmp/buildd/foomatic-db-engine-4.0-20090509/debian/foomatic-filters-ppds/usr/share/ppd/openprinting.org-gs', 'Postscript', 'Postscript1', 'ap3250', 'appledmp', 'bj10', 'bj10e', 'bj10v', 'bj10vh', 'bj200', 'bj8gc12f.upp', 'bj8hg12f.upp', 'bj8oh06n.upp', 'bj8pa06n.upp', 'bj8pp12f.upp', 'bj8ts06n.upp', 'bjc250gs', 'bjc600', 'bjc6000a1.upp', 'bjc6000b1.upp', 'bjc610a0.upp', 'bjc610a1.upp', 'bjc610a2.upp', 'bjc610a3.upp', 'bjc610a4.upp', 'bjc610a5.upp', 'bjc610a6.upp', 'bjc610a7.upp', 'bjc610a8.upp', 'bjc610b1.upp', 'bjc610b2.upp', 'bjc610b3.upp', 'bjc610b4.upp', 'bjc610b6.upp', 'bjc610b7.upp', 'bjc610b8.upp', 'bjc800', 'bjc800j', 'bjc880j', 'c2050', 'c2070', 'capt', 'cdj500', 'cdj550', 'cdj550.upp', 'cdnj500', 'chp2200', 'cjet', 'cljet5', 'cljet5c', 'cp50', 'declj250', 'deskjet', 'dj505j', 'djet500', 'dnj650c', 'drv_x125', 'eplaser', 'eplaser-jp', 'eps9high', 'eps9mid', 'epson', 'epsonc', 'epsonepl', 'escpage', 'fmlbp', 'fmpr', 'foo2hiperc', 'foo2hp', 'foo2kyo', 'foo2lava', 'foo2oak', 'foo2oak-z1', 'foo2qpdl', 'foo2slx', 'foo2xqx', 'foo2zjs', 'gdi', 'gutenprint', 'gutenprint-ijs-simplified.5.2', 'gutenprint-ijs.5.2', 'hl1250', 'hl7x0', 'ibmpro', 'imagen', 'iwhi', 'iwlo', 'iwlq', 'jetp3852', 'jj100', 'la50', 'la70', 'la75', 'la75plus', 'laserjet', 'lbp310', 'lbp320', 'lbp660', 'lbp8', 'lbp800', 'lex5700', 'lex7000', 'lips2p', 'lips3', 'lips4', 'lips4v', 'lj250', 'lj4dith', 'lj4dithp', 'lj5gray', 'lj5mono', 'ljet2p', 'ljet3', 'ljet3d', 'ljet4', 'ljet4d', 'ljetplus', 'lm1100', 'ln03', 'lp2000', 'lp2563', 'lp8000', 'lpstyl', 'lq850', 'lx5000', 'lxm3200-tweaked', 'lxm5700m', 'lxx74', 'lz11-V2', 'm2300w', 'm2400w', 'm8510', 'md1xMono', 'md2k', 'md50Eco', 'md50Mono', 'md5k', 'min12xxw', 'mj500c', 'mj700v2c', 'ml600', 'ml85p', 'necp2x.upp', 'necp2x6.upp', 'necp6', 'npdl', 'oce9050', 'oki182', 'oki4w', 'okiibm', 'omni', 'paintjet', 'pbm2l2030', 'pbm2l7k', 'pbm2lwxl', 'pcl3', 'pegg', 'pentaxpj', 'picty180', 'pj', 'pjetxl', 'pjxl', 'pjxl300', 'pnm2ppa', 'ppmtomd', 'pr150', 'pr201', 'ptouch', 'pxlcolor', 'pxldpl', 'pxljr', 'pxlmono', 'r4081', 'rastertokmdl', 'rpdl', 's400a1.upp', 's400b1.upp', 'sharp.upp', 'sipixa6.upp', 'sj48', 'slap', 'splix', 'stcolor', 't4693d2', 't4693d4', 't4693d8', 'tek4696', 'xes']' returned non-zero exit status 127 make: *** [install-indep] Error 1 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#532724: marked as done (webkit: CVE-2009-0945 array index error in insertItemBefore)
Your message dated Wed, 17 Jun 2009 16:02:03 -0300 with message-id <1245265323.15929.4.ca...@abacate.horta> and subject line According to the reports, libwebkit-1.0-2 is not affected has caused the Debian Bug report #532724, regarding webkit: CVE-2009-0945 array index error in insertItemBefore 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 ow...@bugs.debian.org immediately.) -- 532724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532724 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libqt4-webkit Version: 4.5.1-2 Severity: grave Tags: security Hi, the following CVE (Common Vulnerabilities & Exposures) id was published for libqt4-webkit. CVE-2009-0945[0]: | Array index error in the insertItemBefore method in WebKit, as used in | Safari before 3.2.3 and 4 Public Beta, Google Chrome Stable before | 1.0.154.65, and possibly other products allows remote attackers to | execute arbitrary code via a document with a SVGPathList data | structure containing a negative index in the (1) SVGTransformList, (2) | SVGStringList, (3) SVGNumberList, (4) SVGPathSegList, (5) | SVGPointList, or (6) SVGLengthList SVGList object, which triggers | memory corruption. If you fix the vulnerability please also make sure to include the CVE id in your changelog entry. For further information see: [0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0945 http://security-tracker.debian.net/tracker/CVE-2009-0945 signature.asc Description: This is a digitally signed message part. --- End Message --- --- Begin Message --- Version: 1.1.1-1 I'm closing this bug because it has been reported that libwebkit-1.0-2 is not affected, so we should be good. There is already a bug open for libwebkit-1.0-1, which is in stable and squeeze. Thanks, -- Gustavo Noronha Debian Project --- End Message ---
Bug#533135: marked as done (freedoom: DFSG Violation: Copyrighted materials in Freedoom)
Your message dated Wed, 17 Jun 2009 18:47:24 + with message-id and subject line Bug#533135: fixed in freedoom 0.6.4-1 has caused the Debian Bug report #533135, regarding freedoom: DFSG Violation: Copyrighted materials in Freedoom 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 ow...@bugs.debian.org immediately.) -- 533135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533135 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: freedoom Severity: serious Justification: Policy 2.1 I am the Freedoom maintainer and it has come to my attention that there have been copyrighted materials in Freedoom for some time, and this affects all of versions in current Debian distributions (oldstable, stable, testing, unstable, experimental). The files in question are: Entire directory of musics/metabolist musics/d_adrian.mus musics/d_ampie.mus musics/d_count2.mus musics/d_ddtbl2.mus musics/d_ddtbl3.mus musics/d_doom2.mus musics/d_in_cit.mus musics/d_messag.mus musics/d_messg2.mus musics/d_romer2.mus musics/d_runni2.mus musics/d_shawn3.mus musics/d_stlks2.mus musics/d_tense.mus musics/d_theda2.mus Currently in the process of resolving the problem upstream, but informing Debian at the same time. -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (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/bash --- End Message --- --- Begin Message --- Source: freedoom Source-Version: 0.6.4-1 We believe that the bug you reported is fixed in the latest version of freedoom, which is due to be installed in the Debian FTP archive: freedm_0.6.4-1_all.deb to pool/main/f/freedoom/freedm_0.6.4-1_all.deb freedoom_0.6.4-1.diff.gz to pool/main/f/freedoom/freedoom_0.6.4-1.diff.gz freedoom_0.6.4-1.dsc to pool/main/f/freedoom/freedoom_0.6.4-1.dsc freedoom_0.6.4-1_all.deb to pool/main/f/freedoom/freedoom_0.6.4-1_all.deb freedoom_0.6.4.orig.tar.gz to pool/main/f/freedoom/freedoom_0.6.4.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 533...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jon Dowland (supplier of updated freedoom 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 ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 14 Jun 2009 18:05:07 +0100 Source: freedoom Binary: freedoom freedm Architecture: source all Version: 0.6.4-1 Distribution: unstable Urgency: low Maintainer: Debian Games Team Changed-By: Jon Dowland Description: freedm - multiplayer-oriented maps for Doom freedoom - free game files for the 3D game DOOM Closes: 521922 531619 533135 Changes: freedoom (0.6.4-1) unstable; urgency=low . * Add Build-Depends-Indep: on python. Thanks Daniel Schepler and Peter Green. Closes: #521922 * new upstream version, removing some non-free files. Closes: #533135 * fixed watch file, thanks Marco Rodrigues. Closes: #531619 * bump standards version. Checksums-Sha1: 55197c8585b7628764e4e6572f38453d1ac2f9c3 1358 freedoom_0.6.4-1.dsc d488d9434205dde0856d018dc562385e3a87fa00 11742845 freedoom_0.6.4.orig.tar.gz d086a701f39eafc347aefc75af5ef458bb6c26c4 4627 freedoom_0.6.4-1.diff.gz 413cd1838eef9d57ea2edef71ddefc8266b30cea 7443258 freedoom_0.6.4-1_all.deb e1c78b13fcc43c169d0af76096b2302672383b90 3872846 freedm_0.6.4-1_all.deb Checksums-Sha256: acac4a265cec56632141107e1cdb941242de3145b12321b8f0556c7a83a12cb4 1358 freedoom_0.6.4-1.dsc 2ed4f7222589f3e7900401595fb53da646b21a72796de11ad868dae2699f2186 11742845 freedoom_0.6.4.orig.tar.gz 0fdaa9b5a4108624256584cd270e143c0db0184a3836cd08f9aba1fab0a35617 4627 freedoom_0.6.4-1.diff.gz 7404ce766ac813a04209ce876a7fe1cc56c22ced465c0edea001cc35ae3f067d 7443258 freedoom_0.6.4-1_all.deb c8136fd2a15e610e8cb09d350fd9ca5ba4f785ecb431e449d2dd3c72b51ad41b 3872846 freedm_0.6.4-1_all.deb Files: 102b53c14909f4e6503c521f9c86950f 1358 games optional freedoom_0.6.4-1.dsc b7d70a8d191461e1c5f86c1f80ccbcda 11742845 games optional freedoom_0.6.4.orig.tar.gz 55247066795679c1ba6b7429b91ec964 4627 games optional freedoom_0.6.4-1.diff.gz 1a8f9a74872120bfd74147448e28c218 7443258 games optional freedoom_0.6.4-1_all.
Bug#521922: marked as done (freedoom: FTBFS: Missing Build-Depends)
Your message dated Wed, 17 Jun 2009 18:47:24 + with message-id and subject line Bug#521922: fixed in freedoom 0.6.4-1 has caused the Debian Bug report #521922, regarding freedoom: FTBFS: Missing Build-Depends 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 ow...@bugs.debian.org immediately.) -- 521922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521922 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: freedoom Version: 0.6.3-3 Severity: serious From my pbuilder build log: ... dh_testdir /usr/bin/make wads/doom2.wad make[1]: Entering directory `/tmp/buildd/freedoom-0.6.3' scripts/simplecpp -DDOOM1 -DDOOM2 < textures/combined.txt > textures/doom2/texture1.txt /usr/bin/env: python: No such file or directory make[1]: *** [textures/doom2/texture1.txt] Error 127 make[1]: Leaving directory `/tmp/buildd/freedoom-0.6.3' make: *** [build-stamp] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 -- Daniel Schepler --- End Message --- --- Begin Message --- Source: freedoom Source-Version: 0.6.4-1 We believe that the bug you reported is fixed in the latest version of freedoom, which is due to be installed in the Debian FTP archive: freedm_0.6.4-1_all.deb to pool/main/f/freedoom/freedm_0.6.4-1_all.deb freedoom_0.6.4-1.diff.gz to pool/main/f/freedoom/freedoom_0.6.4-1.diff.gz freedoom_0.6.4-1.dsc to pool/main/f/freedoom/freedoom_0.6.4-1.dsc freedoom_0.6.4-1_all.deb to pool/main/f/freedoom/freedoom_0.6.4-1_all.deb freedoom_0.6.4.orig.tar.gz to pool/main/f/freedoom/freedoom_0.6.4.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 521...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jon Dowland (supplier of updated freedoom 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 ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 14 Jun 2009 18:05:07 +0100 Source: freedoom Binary: freedoom freedm Architecture: source all Version: 0.6.4-1 Distribution: unstable Urgency: low Maintainer: Debian Games Team Changed-By: Jon Dowland Description: freedm - multiplayer-oriented maps for Doom freedoom - free game files for the 3D game DOOM Closes: 521922 531619 533135 Changes: freedoom (0.6.4-1) unstable; urgency=low . * Add Build-Depends-Indep: on python. Thanks Daniel Schepler and Peter Green. Closes: #521922 * new upstream version, removing some non-free files. Closes: #533135 * fixed watch file, thanks Marco Rodrigues. Closes: #531619 * bump standards version. Checksums-Sha1: 55197c8585b7628764e4e6572f38453d1ac2f9c3 1358 freedoom_0.6.4-1.dsc d488d9434205dde0856d018dc562385e3a87fa00 11742845 freedoom_0.6.4.orig.tar.gz d086a701f39eafc347aefc75af5ef458bb6c26c4 4627 freedoom_0.6.4-1.diff.gz 413cd1838eef9d57ea2edef71ddefc8266b30cea 7443258 freedoom_0.6.4-1_all.deb e1c78b13fcc43c169d0af76096b2302672383b90 3872846 freedm_0.6.4-1_all.deb Checksums-Sha256: acac4a265cec56632141107e1cdb941242de3145b12321b8f0556c7a83a12cb4 1358 freedoom_0.6.4-1.dsc 2ed4f7222589f3e7900401595fb53da646b21a72796de11ad868dae2699f2186 11742845 freedoom_0.6.4.orig.tar.gz 0fdaa9b5a4108624256584cd270e143c0db0184a3836cd08f9aba1fab0a35617 4627 freedoom_0.6.4-1.diff.gz 7404ce766ac813a04209ce876a7fe1cc56c22ced465c0edea001cc35ae3f067d 7443258 freedoom_0.6.4-1_all.deb c8136fd2a15e610e8cb09d350fd9ca5ba4f785ecb431e449d2dd3c72b51ad41b 3872846 freedm_0.6.4-1_all.deb Files: 102b53c14909f4e6503c521f9c86950f 1358 games optional freedoom_0.6.4-1.dsc b7d70a8d191461e1c5f86c1f80ccbcda 11742845 games optional freedoom_0.6.4.orig.tar.gz 55247066795679c1ba6b7429b91ec964 4627 games optional freedoom_0.6.4-1.diff.gz 1a8f9a74872120bfd74147448e28c218 7443258 games optional freedoom_0.6.4-1_all.deb 4b82fea6dd3565516d7770ada149e416 3872846 games optional freedm_0.6.4-1_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAko5OBoACgkQFotOcXAy8jjRcQCeKspMMwhqE9tGBMQf338jAZ6Z PUMAniOzr1SNWsbsPmI52tCXs4dZ+/F2 =xkop -END PGP SIGNATURE- --- End Message ---
Bug#532656: [Pkg-octave-devel] Bug#532656: octave3.2_3.2.0-1(mips/unstable): FTBFS on mips. Segfault in regression test.
* John W. Eaton [2009-06-17 14:24]: > Are you sure you would want this? It won't tell you if the printing > is correct without manual inspection, and will clutter the output from > running "make check" with > > src/pr-output.cc ...ans = 0 + 0i > ans =0 + Infi > ans =0 - Infi > ans =0 + NaNi > ans = Inf + 0i > ans = Inf + Infi > ans = Inf - Infi > ans = Inf + NaNi > ans = -Inf + 0i > ans = -Inf + Infi > ans = -Inf - Infi > ans = -Inf + NaNi > ans = NaN + 0i > ans = NaN + Infi > ans = NaN - Infi > ans = NaN + NaNi >PASS1/1 > > Is there another way to test this without printing the output to the > sreen? Maybe use fdisp to put the output in a file and then compare > the contents of the file to some expected value? That would be surely better. Actually, in the specific case I had in mind (NaN problem on mips/mipsel) there would be no need to compare the output, just to exercise the code in pr-output.cc. So, the test could be, for now: /* %!test %! format short %! file = tempname () %! fd = fopen (file) %! for r = [0, Inf -Inf, NaN] %! for i = [0, Inf -Inf, NaN] %! fdisp (fd, complex (r, i)) %! endfor %! endfor %! fclose (fd) %! unlink (file) */ -- Rafael -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533457: /usr/lib/libldb.so.0: Symbol cannot be resolved
Package: libldb-samba4-0 Version: 4.0.0~alpha7~20090225-1 Severity: grave File: /usr/lib/libldb.so.0 Justification: renders package unusable libldb looks for tevent_loop_once in libtevent, but the correct name for this symbol is _tevent_loop_once. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-2-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 libldb-samba4-0 depends on: ii libc6 2.9-15+b1 GNU C Library: Shared libraries ii libsasl2-2 2.1.23.dfsg1-1Cyrus SASL - authentication abstra ii libtalloc1 1.3.0-1 hierarchical pool based memory all ii libtdb11.1.3-1 Trivial Database - shared library ii libtevent0 0.9.6~20090604-1 talloc-based event loop library - ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime libldb-samba4-0 recommends no packages. libldb-samba4-0 suggests no packages. -- no debconf information -- .''`. Josselin Mouette : :' : `. `' “I recommend you to learn English in hope that you in `- future understand things” -- Jörg Schilling -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533455: /usr/lib/libdcerpc.so.0: Symbol cannot be resolved
Package: libdcerpc0 Version: 4.0.0~alpha7~20090225-1 Severity: grave File: /usr/lib/libdcerpc.so.0 Justification: renders package unusable libdcerpc looks for tevent_loop_once in libtevent, but the correct name for this symbol is _tevent_loop_once. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-2-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 libdcerpc0 depends on: ii libc6 2.9-15+b1 GNU C Library: Shared libraries ii libsasl2-2 2.1.23.dfsg1-1Cyrus SASL - authentication abstra ii libtalloc1 1.3.0-1 hierarchical pool based memory all ii libtdb11.1.3-1 Trivial Database - shared library ii libtevent0 0.9.6~20090604-1 talloc-based event loop library - ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime libdcerpc0 recommends no packages. libdcerpc0 suggests no packages. -- no debconf information -- .''`. Josselin Mouette : :' : `. `' “I recommend you to learn English in hope that you in `- future understand things” -- Jörg Schilling -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#526527: status?
[sent to the bug report] Hi, Adam C Powell IV wrote: > Oh yeah, I've been neglecting this, haven't I... Can't take care of it > before the end of the week, so feel free to NMU. it's easy to file the bugs initially (mistitled) "NMU diff for ..." under "no attention needed" :). For the record I'm attaching the NMU diff verbatim from the original report but with the bug number added. Kind regards T. -- Thomas Viehmann, http://thomas.viehmann.net/ diff -u pysparse-1.0.1/Src/superlumodule.c pysparse-1.0.1/Src/superlumodule.c --- pysparse-1.0.1/Src/superlumodule.c +++ pysparse-1.0.1/Src/superlumodule.c @@ -89,8 +89,9 @@ dCreate_Dense_Matrix(&B, self->n, 1, (double *)x->data, self->n, SLU_DN, SLU_D, SLU_GE); #endif +StatInit(&dummy); /* Solve the system, overwriting vector x. */ - dgstrs(trans, &self->L, &self->U, self->perm_r, self->perm_c, &B, &dummy, &info); + dgstrs(trans, &self->L, &self->U, self->perm_c, self->perm_r, &B, &dummy, &info); /* free memory */ Destroy_SuperMatrix_Store(&B); @@ -197,20 +198,17 @@ SuperMatrix A; /* A in NC format used by the factorization routine. */ SuperMatrix AC; /* Matrix postmultiplied by Pc */ mem_usage_t mem_usage; - int lwork = 0; int *etree; int info; - optionst.Trans = NOTRANS; - optionst.DiagPivotThresh = diag_pivot_thresh; - statt.panel_histo = &panel_size; - statt.RefineSteps = relax; + set_default_options(&optionst); + /* the below comment is interesting because statt is a local variable. eh? /* make sure StatInit is only called once */ - if (!StatInit_done) { + //if (!StatInit_done) { StatInit(&statt); -StatInit_done = 1; - } + // StatInit_done = 1; + //} /* Create SuperLUObject */ self = PyObject_New(SuperLUObject, &SuperLUType); @@ -231,16 +229,17 @@ etree = intMalloc(n); self->perm_r = intMalloc(n); self->perm_c = intMalloc(n); - if (self->perm_r == NULL || self->perm_c == NULL) { + if (self->perm_r == NULL || self->perm_c == NULL || etree == NULL) { PyErr_NoMemory(); goto fail; } get_perm_c(permc_spec, &A, self->perm_c); /* calc column permutation */ sp_preorder(&optionst, &A, self->perm_c, etree, &AC); /* apply column permutation */ - + panel_size = sp_ienv(1); + relax = sp_ienv(2); /* Perform factorization */ dgstrf(&optionst, &AC, drop_tol, relax, panel_size, - etree, NULL, lwork, self->perm_r, self->perm_c, + etree, NULL, 0, self->perm_c,self->perm_r, &self->L, &self->U, &statt, &info); /* free memory */ @@ -263,8 +262,8 @@ return (PyObject *)self; fail: - PyMem_Del(self->perm_r); - PyMem_Del(self->perm_c); + SUPERLU_FREE(self->perm_r); + SUPERLU_FREE(self->perm_c); PyObject_Del(self); return NULL; } diff -u pysparse-1.0.1/debian/changelog pysparse-1.0.1/debian/changelog --- pysparse-1.0.1/debian/changelog +++ pysparse-1.0.1/debian/changelog @@ -1,3 +1,11 @@ +pysparse (1.0.1-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix pysparse.superlu module port to superlu 3 based on reading +the docs. Closes: #526527 + + -- Thomas Viehmann Fri, 01 May 2009 20:56:39 +0200 + pysparse (1.0.1-5) unstable; urgency=low * Removed removal of /usr/lib and Build-Depends on python-central >= 0.6
Bug#520052: marked as done (webkit: CVE-2008-4723 cross-site scripting vulnerability)
Your message dated Wed, 17 Jun 2009 16:32:12 -0300 with message-id <1245267132.15929.8.ca...@abacate.horta> and subject line Re: webkit: CVE-2008-4723 cross-site scripting vulnerability has caused the Debian Bug report #520052, regarding webkit: CVE-2008-4723 cross-site scripting vulnerability 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 ow...@bugs.debian.org immediately.) -- 520052: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520052 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- package: libwebkit-1.0-1 severity: grave tags: security it has been found that webkit is vulnerable to a cross-site scripting vulnerability, see CVE-2008-4723 [1]. note that certain extensions are protected and others are not. for example, the attack does not work for files with the jpg or txt extension. however, the attack seems to work for general extensions such as odp, xls, etc (probably because webkit does not have a proper download that would appropriately handle general extensions yet). if you fix these vulnerabilities, please make sure to include the CVE id in your changelog. please contact the security team to coordinate a fix for stable and/or if you have any questions. regards, mike [1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4723 --- End Message --- --- Begin Message --- Hey, Did anyone actually test that libwebkit-1.0-1 is vulnerable to this? I could think that newer versions might, but 1.0-1 doesn't do any kind of sniffing, at all, so I found it difficult to believe that it's affected. I will close this bug, given my reading of the situation. I welcome anyone who tests this to provide a sample test case that shows we're actually vulnerable. Thanks, -- Gustavo Noronha Debian Project --- End Message ---
Processed: unblock 528145 with 532821
Processing commands for cont...@bugs.debian.org: > unblock 528145 with 532821 Bug#532821: dbus-daemon segfaults on mips(el) when compiled/linked with pie Bug#528145: dbus start script segmentation fault Was blocked by: 532821 Blocking bugs of 528145 removed: 532821 > 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 debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533461: glassfish: FTBFS: package javax.management.j2ee.statistics does not exist
Package: glassfish Version: 1:2ur2-b04-2 Severity: serious From my pbuilder build log: ... all: init: [mkdir] Created dir: /tmp/buildd/glassfish-2ur2-b04/appserv-api/build compile: [javac] Compiling 523 source files to /tmp/buildd/glassfish-2ur2-b04/appserv-api/build [javac] /tmp/buildd/glassfish-2ur2-b04/appserv-api/src/java/com/sun/appserv/management/monitor/MonitoringStats.java:39: package javax.management.j2ee.statistics does not exist [javac] import javax.management.j2ee.statistics.Stats; [javac]^ [javac] /tmp/buildd/glassfish-2ur2-b04/appserv-api/src/java/com/sun/appserv/management/monitor/MonitoringStats.java:40: package javax.management.j2ee.statistics does not exist [javac] import javax.management.j2ee.statistics.Statistic; ... [javac] /tmp/buildd/glassfish-2ur2-b04/appserv-api/src/java/com/sun/appserv/management/util/misc/PackageStringSources.java:89: warning: [unchecked] unchecked call to getConstructor(java.lang.Class...) as a member of the raw type java.lang.Class [javac] final Constructor c = packageStringSourceClass.getConstructor( new Class[] { StringSource.class } ); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 100 errors [javac] 16 warnings BUILD FAILED /tmp/buildd/glassfish-2ur2-b04/debian/build.xml:62: The following error occurred while executing this line: /tmp/buildd/glassfish-2ur2-b04/appserv-api/build.xml:88: Compile failed; see the compiler error output for details. Total time: 39 seconds make: *** [debian/stamp-ant-build] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 If I install libservlet2.3-java as well as the listed Build-Depends, then the package builds fine. -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533362: [Pkg-ia32-libs-maintainers] Bug#533362: ia32-libs uninstallable against libc6 2.9-15
Nick Black writes: > Package: ia32-libs > Version: 2.7 > Severity: grave > Justification: renders package unusable > > > Howdy! > > Yesterday, I upgraded to libc6 et al 2.9-14. Upon doing so, ia32-libs > becomes uninstallable, until libc6 is backed down to 2.9-13. Today's > 2.9-15 libc6 release does not solve the problem. libc6-i386 is going through a transition. It will take a while for all 32bit packages to finish. > As a result, 32-bit ELF binaries cannot be built on amd64 unstable > without pinning libc6 to 2.9-13. Nothing should Build-Depend on ia32-libs so no pinning needed for buildds. And for users just don't let it update libc6-i386 and remove ia32-libs for now. > -- System Information: > Debian Release: squeeze/sid > APT prefers unstable > APT policy: (990, 'unstable') > Architecture: amd64 (x86_64) > > Kernel: Linux 2.6.30 (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/bash > > Versions of packages ia32-libs depends on: > ii dpkg 1.15.2Debian package management system > ii lib32asound2 1.0.20-2 shared library for ALSA > applicatio > ii lib32gcc1 1:4.4.0-6 GCC support library (32 bit > Versio > ii lib32ncurses5 5.7+20090523-1shared libraries for terminal > hand > ii lib32stdc++6 4.4.0-6 The GNU Standard C++ Library v3 > (3 > ii lib32z11:1.2.3.3.dfsg-13 compression library - 32 bit > runti > ii libc6-i386 2.9-13GNU C Library: 32bit shared > librar > ii lsb-release3.2-22Linux Standard Base version > report > > ia32-libs recommends no packages. > > Versions of packages ia32-libs suggests: > pn ia32-libs-gtk (no description available) > > -- no debconf information MfG Goswin -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#526527: marked as done (pysparse.superlu broken (segfault))
Your message dated Wed, 17 Jun 2009 19:47:07 + with message-id and subject line Bug#526527: fixed in pysparse 1.0.1-5.1 has caused the Debian Bug report #526527, regarding pysparse.superlu broken (segfault) 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 ow...@bugs.debian.org immediately.) -- 526527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526527 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: pysparse Version: 1.0.1-5 Severity: serious Tags: patch Hi Adam, thanks for maintaining pysparse. If I may venture a request: it would be nice if pysparse.superlu worked instead of segfaulting. Attached is my suggestion to fix it. (Yeah, it breaks some options which are undocumented and in part have changed before without notice and it is not segfaulting anymore, I would claim that that is strictly better.) See this message for a test case: https://lists.ubuntu.com/archives/ubuntu-users/2008-May/148160.html Note, however, that unlike the claim of his code the output should not be a vector with all ones. I have allowed myself to fix some unrelated bogosities. Kind regards T. diff -u pysparse-1.0.1/debian/changelog pysparse-1.0.1/debian/changelog --- pysparse-1.0.1/debian/changelog +++ pysparse-1.0.1/debian/changelog @@ -1,3 +1,11 @@ +pysparse (1.0.1-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix pysparse.superlu module port to superlu 3 based on reading +the docs. + + -- Thomas Viehmann Fri, 01 May 2009 20:56:39 +0200 + pysparse (1.0.1-5) unstable; urgency=low * Removed removal of /usr/lib and Build-Depends on python-central >= 0.6 diff -u pysparse-1.0.1/Src/superlumodule.c pysparse-1.0.1/Src/superlumodule.c --- pysparse-1.0.1/Src/superlumodule.c +++ pysparse-1.0.1/Src/superlumodule.c @@ -89,8 +89,9 @@ dCreate_Dense_Matrix(&B, self->n, 1, (double *)x->data, self->n, SLU_DN, SLU_D, SLU_GE); #endif +StatInit(&dummy); /* Solve the system, overwriting vector x. */ - dgstrs(trans, &self->L, &self->U, self->perm_r, self->perm_c, &B, &dummy, &info); + dgstrs(trans, &self->L, &self->U, self->perm_c, self->perm_r, &B, &dummy, &info); /* free memory */ Destroy_SuperMatrix_Store(&B); @@ -197,20 +198,17 @@ SuperMatrix A; /* A in NC format used by the factorization routine. */ SuperMatrix AC; /* Matrix postmultiplied by Pc */ mem_usage_t mem_usage; - int lwork = 0; int *etree; int info; - optionst.Trans = NOTRANS; - optionst.DiagPivotThresh = diag_pivot_thresh; - statt.panel_histo = &panel_size; - statt.RefineSteps = relax; + set_default_options(&optionst); + /* the below comment is interesting because statt is a local variable. eh? /* make sure StatInit is only called once */ - if (!StatInit_done) { + //if (!StatInit_done) { StatInit(&statt); -StatInit_done = 1; - } + // StatInit_done = 1; + //} /* Create SuperLUObject */ self = PyObject_New(SuperLUObject, &SuperLUType); @@ -231,16 +229,17 @@ etree = intMalloc(n); self->perm_r = intMalloc(n); self->perm_c = intMalloc(n); - if (self->perm_r == NULL || self->perm_c == NULL) { + if (self->perm_r == NULL || self->perm_c == NULL || etree == NULL) { PyErr_NoMemory(); goto fail; } get_perm_c(permc_spec, &A, self->perm_c); /* calc column permutation */ sp_preorder(&optionst, &A, self->perm_c, etree, &AC); /* apply column permutation */ - + panel_size = sp_ienv(1); + relax = sp_ienv(2); /* Perform factorization */ dgstrf(&optionst, &AC, drop_tol, relax, panel_size, - etree, NULL, lwork, self->perm_r, self->perm_c, + etree, NULL, 0, self->perm_c,self->perm_r, &self->L, &self->U, &statt, &info); /* free memory */ @@ -263,8 +262,8 @@ return (PyObject *)self; fail: - PyMem_Del(self->perm_r); - PyMem_Del(self->perm_c); + SUPERLU_FREE(self->perm_r); + SUPERLU_FREE(self->perm_c); PyObject_Del(self); return NULL; } --- End Message --- --- Begin Message --- Source: pysparse Source-Version: 1.0.1-5.1 We believe that the bug you reported is fixed in the latest version of pysparse, which is due to be installed in the Debian FTP archive: pysparse_1.0.1-5.1.diff.gz to pool/main/p/pysparse/pysparse_1.0.1-5.1.diff.gz pysparse_1.0.1-5.1.dsc to pool/main/p/pysparse/pysparse_1.0.1-5.1.dsc python-sparse-examples_1.0.1-5.1_all.deb to pool/main/p/pysparse/python-sparse-examples_1.0.1-5.1_all.deb python-sparse_1.0.1-5.1_i386.deb to pool/main/p/pysparse/python-sparse_1.0.1-5.1_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for
Bug#528145: marked as done (dbus start script segmentation fault)
Your message dated Wed, 17 Jun 2009 19:47:05 + with message-id and subject line Bug#528145: fixed in dbus 1.2.14-3 has caused the Debian Bug report #528145, regarding dbus start script segmentation fault 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 ow...@bugs.debian.org immediately.) -- 528145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528145 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: dbus Version: 1.2.14-2 Severity: grave Dbus 1.2.14-2 failes to install due to start script segmentation fault, which makes it half-installed and unusable, hence severity grave. Relevant aptitude log as follow: BEGIN Setting up dbus (1.2.14-2) ... The system user messagebus' already exists. Exiting. Stopping bluetooth: hcid. Stopping Hardware abstraction layer: hald. Stopping Network connection manager: wicd. Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon. Stopping system message bus: dbus. Starting system message bus: dbus/etc/init.d/dbus: line 89: 20246 Segmentation fault start-stop-daemon --start --quiet --pidfile --user --exec -- --system invoke-rc.d: initscript dbus, action "start" failed. dpkg: error processing dbus (--configure): subprocess post-installation script returned error exit status 139 dpkg: dependency problems prevent configuration of dbus-x11: dbus-x11 depends on dbus; however: Package dbus is not configured yet. dpkg: error processing dbus-x11 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of policykit-gnome: policykit-gnome depends on dbus-x11; however: Package dbus-x11 is not configured yet. dpkg: error processing policykit-gnome (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of gnome-keyring: gnome-keyring depends on dbus-x11; however: Package dbus-x11 is not configured yet. dpkg: error processing gnome-keyring (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of totem-mozilla: totem-mozilla depends on dbus-x11 (>= 0.61); however: Package dbus-x11 is not configured yet. dpkg: error processing totem-mozilla (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: dbus dbus-x11 policykit-gnome gnome-keyring totem-mozilla Press return to continue. END It is strange that all the envvars are empty. Downgrading to version 1.2.12-1 does not have the problem. Please contact me if further information is needed. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (300, 'experimental') Architecture: mipsel (mips64) Kernel: Linux 2.6.27.1 Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dbus depends on: ii adduser 3.110 add and remove users and groups ii libc6 2.9-10 GNU C Library: Shared libraries ii libdbus-1-3 1.2.14-2 simple interprocess messaging syst ii libexpat1 2.0.1-4XML parsing C library - runtime li ii libselinux1 2.0.71-1 SELinux shared libraries ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip dbus recommends no packages. Versions of packages dbus suggests: pn dbus-x11 (no description available) -- no debconf information --- End Message --- --- Begin Message --- Source: dbus Source-Version: 1.2.14-3 We believe that the bug you reported is fixed in the latest version of dbus, which is due to be installed in the Debian FTP archive: dbus-1-doc_1.2.14-3_all.deb to pool/main/d/dbus/dbus-1-doc_1.2.14-3_all.deb dbus-x11_1.2.14-3_i386.deb to pool/main/d/dbus/dbus-x11_1.2.14-3_i386.deb dbus_1.2.14-3.diff.gz to pool/main/d/dbus/dbus_1.2.14-3.diff.gz dbus_1.2.14-3.dsc to pool/main/d/dbus/dbus_1.2.14-3.dsc dbus_1.2.14-3_i386.deb to pool/main/d/dbus/dbus_1.2.14-3_i386.deb libdbus-1-3_1.2.14-3_i386.deb to pool/main/d/dbus/libdbus-1-3_1.2.14-3_i386.deb libdbus-1-dev_1.2.14-3_i386.deb to pool/main/d/dbus/libdbus-1-dev_1.2.14-3_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 528...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Biebl (su
Bug#533362: [Pkg-ia32-libs-maintainers] Bug#533362: ia32-libs uninstallable against libc6 2.9-15
Goswin von Brederlow left as an exercise for the reader: > Nick Black writes: > > > Package: ia32-libs > > Version: 2.7 > > Severity: grave > > Justification: renders package unusable > > Thanks for the explanation, Goswin. Feel free to close this at your discretion (you might want to leave it open so reportbug and friends see it?). -- Nick Black Principal Engineer, McAfee Grad student, GT College of Computing Khalepa ta kala; per ardua, ad astra. signature.asc Description: Digital signature
Bug#533469: Cannot determine QEMU argv syntax
Package: kvm Version: 85+dfsg-4 Severity: grave Since the upgrade from kvm 84 to 85, I cannot start my VMs anymore: khyber:~|master|% virsh start mdadm-lab.madduck.net error: Failed to start domain mdadm-lab.madduck.net error: internal error Cannot determine QEMU argv syntax /usr/bin/kvm domain.xml is attached. I cannot find an alternative binaries to call, or any information in the documentation as to what I should change in my domain definition. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-rc5-amd64 (SMP w/1 CPU core) Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.org `- Debian - when you have better things to do than fixing systems domain.xml Description: XML document digital_signature_gpg.asc Description: Digital signature (see http://martin-krafft.net/gpg/)
Processed: your mail
Processing commands for cont...@bugs.debian.org: > tag 533282 + pending Bug#533282: pylint: AttributeError on program invocation There were no tags set. Tags added: pending > tag 528458 + pending Bug#528458: python-logilab-astng: improper deployment, module logilab.astng is not avail within logilab There were no tags set. 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 debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533474: unsufficent versions for lib32 libs
Package: libc6-i386 Severity: serious the current conflict (<= 4.4.0-5) is not enough. it has to be << 4.4.0-7. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: r2853 - trunk/samba4/debian
Processing commands for cont...@bugs.debian.org: > tags 531480 pending Bug#531480: samba4_4.0.0~alpha7~20090225-1(mips/experimental): FTBFS: Requested 'tevent = 0.9.3' but version of tevent is 0.9.5 Tags were: pending Tags added: pending > tags 533457 pending Bug#533457: /usr/lib/libldb.so.0: Symbol cannot be resolved There were no tags set. Tags added: pending > tags 533455 pending Bug#533455: /usr/lib/libdcerpc.so.0: Symbol cannot be resolved There were no tags set. 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 debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533482: wrong version in libc6-i386-dev conflict
Package: libc6-i386 Version: 2.9-16 Severity: serious conficts with libc6-dev-i386 (<= 2.9.14), which should be 2.9-14. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#520052: webkit: CVE-2008-4723 cross-site scripting vulnerability
reopen 520052 found 520052 1.0.1-4 fixed 520052 1.1.7-1 thanks yes, i, as the original reporter, spent a non-insignificant amount of time to determine that webkit is indeed affected. in fact, i believe that my description in the original report is very complete and describes the extent of the problem very accurately. enough so that someone could come along and recheck the status. i don't mean to sound rude, but if you wish to close bugs, please do the requisite testing and background checking first. i spent the time to do a good job before submitting the bug. please respect that by doing a thorough job before closing the bug. also, you could have just asked me to recheck, which i have now done. it appears that the problem is now resolved in unstable; however, lenny is still affected. kind regards, mike [1] http://www.jorgan.users.cg.yu/gc-mf.txt -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: webkit: CVE-2008-4723 cross-site scripting vulnerability
Processing commands for cont...@bugs.debian.org: > reopen 520052 Bug#520052: webkit: CVE-2008-4723 cross-site scripting vulnerability Bug reopened, originator not changed. > found 520052 1.0.1-4 Bug#520052: webkit: CVE-2008-4723 cross-site scripting vulnerability Bug marked as found in version 1.0.1-4. > fixed 520052 1.1.7-1 Bug#520052: webkit: CVE-2008-4723 cross-site scripting vulnerability Bug marked as fixed in version 1.1.7-1. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#520052: wrong CVE
CVE-2008-4723 is the wrong CVE, which is for firefox. it should be CVE-2008-4724 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#520052: spu candidate
since this is a minor issue, would you be interested in pushing out fixes for this problem in a stable proposed update? if so, please contact the security team. mike -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#520052: webkit: CVE-2008-4723 cross-site scripting vulnerability
On Wed, 2009-06-17 at 18:48 -0400, Michael S. Gilbert wrote: > i don't mean to sound rude, but if you wish to close bugs, please do the > requisite testing and background checking first. i spent the time to > do a good job before submitting the bug. please respect that by doing a > thorough job before closing the bug. You are right about that, sorry. I will try to figure out a patch for lenny. Thanks for updating the information! -- Gustavo Noronha Debian Project -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#523445: Congratulation You have Won
Your email address were picked ; you were selected for the sum of $1.000,000 Verify by sending in your details, your name, address, age, phone number,occuption etc to f_lott...@btinternet.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#533496: arptables-save saves -i options in OUTPUT rules
Package: arptables Version: 0.0.3.3-1 Severity: grave Justification: renders package unusable *** Please type your report below this line *** When saving with arptables-save, rules on the OUTPUT chain get a "-i any" inserted into the rule. This causes arptables-restore to choke when re-loading the rules as "-i" isn't allowed and doesn't make sense in the context of the OUTPUT chain. Here's an example from my setup: mx:~# arptables -L OUTPUT -v -n --line-numbers Chain OUTPUT (policy DROP 0 packets, 0 bytes) 1 -j out_eth0 -i * -o eth0 , pcnt=3 -- bcnt=84 2 -j out_eth1 -i * -o eth1 , pcnt=4 -- bcnt=112 3 -j out_eth2 -i * -o eth2 , pcnt=0 -- bcnt=0 4 -j DROP -i * -o any , pcnt=0 -- bcnt=0 mx:~# arptables-save *filter :INPUT ACCEPT :OUTPUT DROP :FORWARD ACCEPT :out_eth0 - :out_eth1 - :out_eth2 - -A OUTPUT -j out_eth0 -i any -o eth0 -A OUTPUT -j out_eth1 -i any -o eth1 -A OUTPUT -j out_eth2 -i any -o eth2 -A OUTPUT -j DROP -i any -o any -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.18-92.1.1.el5 (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 arptables depends on: ii libc6 2.7-18 GNU C Library: Shared libraries arptables recommends no packages. arptables suggests no packages. -- no debconf information signature.asc Description: Digital signature
Bug#486414: not installable
The xulrunner dependency is not satisfiable in unstable. The standlone download manager kinda sucks anyway. Maybe it would be better to package up something like the germanium download manager from http://projects.matt-good.net/trac/germanium (screenshot here http://matt-good.net/2006/08/22/emusic-gnome-0-1/) -- see shy jo signature.asc Description: Digital signature
Bug#530304: irssi-plugin-xmpp fails ia64 automatic build log filter
tags 530304 + fixed-upstream pending thanks Hi Peter, El Saturday 23 May 2009 17:38:30 peter green va escriure: > Please check that the fix there is correct (i'm > only doing flyby rc bug inspection, in this case looking at why the > fixes for 521227 and 527697 aren't in testing.). Thanks for your patch and comments. I forwarded them to the upstream developper, who corrected them in CVS. The problems are now corrected in CVS, and a new package will be uploaded soon. -- David signature.asc Description: This is a digitally signed message part.
Processed: Re: Bug#530304: irssi-plugin-xmpp fails ia64 automatic build log filter
Processing commands for cont...@bugs.debian.org: > tags 530304 + fixed-upstream pending Bug#530304: irssi-plugin-xmpp fails ia64 automatic build log filter Tags were: patch Tags added: fixed-upstream, 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 debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#531522: NMU diff
Hi, I'm preparing an NMU with the attached patch to fix this issue. Thanks, -Steve diff -u -r openmpi-1.3.2/debian/changelog ../openmpi-1.3.2/debian/changelog --- openmpi-1.3.2/debian/changelog 2009-06-17 21:56:32.0 -0500 +++ ../openmpi-1.3.2/debian/changelog 2009-06-17 22:03:31.0 -0500 @@ -1,3 +1,13 @@ +openmpi (1.3.2-2.1) unstable; urgency=low + + * NMU + * opal/mca/memory/ptmalloc2/hooks.c: Add check for environment variable +OMPI_MCA_disable_memory_allocator. If set, avoid setting up malloc +hooks and avoid stat() calls from the malloc init hook. +Closes: #531522. + + -- Steve M. Robbins Wed, 17 Jun 2009 22:03:31 -0500 + openmpi (1.3.2-2) unstable; urgency=low * Upload to unstable. No changes compared to 1.3.2-1. Only in ../openmpi-1.3.2/debian: changelog~ Only in ../openmpi-1.3.2/debian/patches: disable-memory-allocator diff -u -r openmpi-1.3.2/debian/patches/series ../openmpi-1.3.2/debian/patches/series --- openmpi-1.3.2/debian/patches/series 2009-06-17 21:56:32.0 -0500 +++ ../openmpi-1.3.2/debian/patches/series 2009-06-17 21:57:37.0 -0500 @@ -1,6 +1,9 @@ # Fixes build issues on Alpha. alpha_build +# Fix 531522. +disable-memory-allocator + # Fixes build issues on Sparc. sparc_build Only in ../openmpi-1.3.2/debian/patches: series~ diff -u -r openmpi-1.3.2/opal/mca/memory/ptmalloc2/hooks.c ../openmpi-1.3.2/opal/mca/memory/ptmalloc2/hooks.c --- openmpi-1.3.2/opal/mca/memory/ptmalloc2/hooks.c 2009-04-21 22:51:03.0 -0500 +++ ../openmpi-1.3.2/opal/mca/memory/ptmalloc2/hooks.c 2009-06-17 21:55:54.0 -0500 @@ -725,6 +725,14 @@ check_result_t lpp = check("OMPI_MCA_mpi_leave_pinned_pipeline"); bool want_rcache = false, found_driver = false; +/* Allow user to disable memory allocators. We check this and + * exit early because in some environments (e.g. Debian fakeroot + * the stat() calls below will cause a memory allocation, which + * is deadly. See http://bugs.debian.org/531522 + */ +if ( RESULT_YES == check("OMPI_MCA_disable_memory_allocator") ) + return; + /* Look for sentinel files (directories) to see if various network drivers are loaded (yes, I know, further abstraction violations...). Only in ../openmpi-1.3.2/opal/mca/memory/ptmalloc2: hooks.c~ Only in ../openmpi-1.3.2: .pc signature.asc Description: Digital signature
Bug#533141: closed by Jonas Smedegaard (Bug#533141: fixed in netatalk 2.0.4-1)
This issue wasn't quite solved for me, but I'm no longer sure this is a bug in netatalk. After further investigation, I discovered that the bug manifested because of the following two situations a) libltdl-dev provides libltdl3-dev and hence satisfies the build-dep b) even if you install libltdl3-dev, you can still have the shiny libtool 2.2 installed. Either of these conditions results in build failure. I was only able to build the package successfully when I had libltdl3-dev and libtool=1.5.26 installed. Whether this is a bug in netatalk, libtool, or in my layman's understanding of build dependencies, I shall leave to wiser minds than mine. --Itai On Tue, Jun 16, 2009 at 10:06:10PM +, Debian Bug Tracking System wrote: > > This is an automatic notification regarding your Bug report > which was filed against the netatalk package: > > #533141: Current netatalk fails to build from source > > It has been closed by Jonas Smedegaard . > > Their explanation is attached below along with your original report. > If this explanation is unsatisfactory and you have not received a > better one in a separate message then please contact Jonas Smedegaard > by > replying to this email. > > > -- > 533141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533141 > Debian Bug Tracking System > Contact ow...@bugs.debian.org with problems > From: Jonas Smedegaard > To: 533141-cl...@bugs.debian.org > Date: Tue, 16 Jun 2009 22:03:43 + > Subject: Bug#533141: fixed in netatalk 2.0.4-1 > > Source: netatalk > Source-Version: 2.0.4-1 > > We believe that the bug you reported is fixed in the latest version of > netatalk, which is due to be installed in the Debian FTP archive: > > netatalk_2.0.4-1.diff.gz > to pool/main/n/netatalk/netatalk_2.0.4-1.diff.gz > netatalk_2.0.4-1.dsc > to pool/main/n/netatalk/netatalk_2.0.4-1.dsc > netatalk_2.0.4-1_amd64.deb > to pool/main/n/netatalk/netatalk_2.0.4-1_amd64.deb > netatalk_2.0.4.orig.tar.gz > to pool/main/n/netatalk/netatalk_2.0.4.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 533...@bugs.debian.org, > and the maintainer will reopen the bug report if appropriate. > > Debian distribution maintenance software > pp. > Jonas Smedegaard (supplier of updated netatalk 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 ftpmas...@debian.org) > > > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 > > Format: 1.8 > Date: Tue, 16 Jun 2009 23:32:48 +0200 > Source: netatalk > Binary: netatalk > Architecture: source amd64 > Version: 2.0.4-1 > Distribution: unstable > Urgency: low > Maintainer: Jonas Smedegaard > Changed-By: Jonas Smedegaard > Description: > netatalk - AppleTalk user binaries > Closes: 533141 533344 533345 > Changes: > netatalk (2.0.4-1) unstable; urgency=low > . >* New upstream release. >* Update local CDBS snippets: > + Fix package-relations cleanup of debhelper 7 > + Implement fail-source-not-repackaged rule in upstream-tarball.mk > + Update URL to draft DEP5 format in copyright-check.mk output >* Add proper copyright header to debian/rules. >* Rewrite copyright to use DEP5 r54 proposed machine-readable format. >* Fix and improve db upgrade commands in README.Debian, and adjust > NEWS. Closes: bug#533344, thanks to Itai Seggev. >* Update dependencies: > + Suggest texlive-base-bin (not tetex-bin). Closes: bug#533345, >thanks to Itai Seggev > + Suggest (not recommend) libpam-cracklib > + Build-depend on libcups2-dev (not libcupsys2-dev), thanks to >lintian >* Fix patches against autogenerated files: > + Renumber patches 208, 209 and 211 to have them applied last. > + Rewrite and rename patch 109 to unconditionally avoid broken xfs >quota, and add new patch 294 doing the same to autogenerated >configure script. > + Disable patches 107 and 112 to avoid maintaining complex autotools >patch for feature we do not currently use anyway (zeroconf). > Together, above closes: bug#533141, thanks to Itai Seggev and Frank > Lahm. >* Drop Uploaders stanza: I am already maintainer (lintian complains), > and Sebastian haven't contributed for a couple of years (package is > in LowNMU and collab-maint: contributions are still welcome!). > Checksums-Sha1: > fd560e401a8235f9554f91d21a4b4e1bd87ba09e 1462 netatalk_2.0.4-1.dsc > c5c46eca6a17d88c327f4052add20d75aeb174bb 1345860 netatalk_2.0.4.orig.tar.gz > 3a1fe567e96f64d362a6eb275d35eb2f1c5036f7 56102 netatalk_2.0.4-1.diff.gz > 0a8499b33efb5140cdcf1347b557974a55410200 971812 netatalk_2.0.4-1_amd64.deb > Checksums-Sha256: > 17c12e312bca465b040366d689ca0eca25f59a09d6a7
Bug#527381: marked as done (purge fails)
Your message dated Thu, 18 Jun 2009 04:17:18 + with message-id and subject line Bug#527381: fixed in puppet 0.24.8-2 has caused the Debian Bug report #527381, regarding purge fails 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 ow...@bugs.debian.org immediately.) -- 527381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527381 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: puppet Version: 0.24.8-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts piuparts.d.o Hi, during a test with piuparts I noticed your package fails to purge. From the attached log (scroll to the bottom...): 0m28.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpUUO6tz', 'dpkg', '--purge', '--pending'] 0m28.0s DUMP: (Reading database ... 5843 files and directories currently installed.) Removing puppet ... Purging configuration files for puppet ... /var/lib/dpkg/info/puppet.postrm: line 6: deluser: command not found dpkg: error processing puppet (--purge): subprocess post-removal script returned error exit status 127 Errors were encountered while processing: puppet 0m28.0s ERROR: Command failed (status=1): ['chroot', '/org/piuparts.debian.org/tmp/tmpUUO6tz', 'dpkg', '--purge', '--pending'] (Reading database ... 5843 files and directories currently installed.) Removing puppet ... Purging configuration files for puppet ... /var/lib/dpkg/info/puppet.postrm: line 6: deluser: command not found dpkg: error processing puppet (--purge): subprocess post-removal script returned error exit status 127 Errors were encountered while processing: puppet From the third paragraph about the meaning of the depends field in http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps The Depends field should also be used if the postinst, prerm or postrm scripts require the package to be present in order to run. __Note, however, that the postrm cannot rely on any non-essential packages to be present during the purge phase__. regards, Holger Start: 2009-04-14 07:47:39 UTC Package: puppet Priority: optional Section: admin Installed-Size: 3572 Maintainer: Puppet Package Maintainers Architecture: all Version: 0.24.8-1 Depends: ruby (>= 1.8.1), libxmlrpc-ruby, libopenssl-ruby, libshadow-ruby1.8, adduser, facter, lsb-base Recommends: rdoc, libaugeas-ruby1.8 Filename: pool/main/p/puppet/puppet_0.24.8-1_all.deb Size: 521090 MD5sum: 40c65078eb78f967ee58d11203f74844 SHA1: d6d5bdf628a795e4621f4e14a934d55a864d6cf3 SHA256: bea0bf9c7603b434db5a9a4713f2b2af13e99ea901a7d39fb80bf8916450ba69 Description: centralised configuration management for networks Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. Homepage: http://reductivelabs.com/trac/puppet Tag: admin::{automation,configuring,package-management,user-management}, implemented-in::ruby, interface::commandline, interface::daemon, network::client, role::program, works-with::{file,software:package,software:running} Executing: sudo /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz puppet Guessed: debian 0m0.0s INFO: -- 0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile. 0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ 0m0.0s INFO: -- 0m0.0s INFO: piuparts version 0.36~20090412 starting up. 0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz puppet 0m0.0s INFO: Running on: Linux piatti 2.6.29.1-dsa-amd64 #2 SMP Sun Apr 5 00:16:11 CEST 2009 x86_64 0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpUUO6tz 0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpUUO6tz 0m0.0s DEBUG: Starting command:
Bug#528068: marked as done (purge fails, do not delete puppet group)
Your message dated Thu, 18 Jun 2009 04:17:18 + with message-id and subject line Bug#528068: fixed in puppet 0.24.8-2 has caused the Debian Bug report #528068, regarding purge fails, do not delete puppet group 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 ow...@bugs.debian.org immediately.) -- 528068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528068 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: puppet Version: 0.24.8-1 Severity: serious Independently of #527381, the purge of puppet seems to fail (set -x activated, and getent calls put in place): lapse:/etc/puppet% sudo dpkg -P puppet (Reading database ... 189333 files and directories currently installed.) Removing puppet ... Stopping puppet configuration management tool. + [ remove = purge ] + exit 0 Purging configuration files for puppet ... + rm -rf /var/lib/puppet + getent passwd puppet puppet:x:112:119:Puppet configuration management daemon,,,:/var/lib/puppet:/bin/false + getent group puppet puppet:x:119: + deluser --system puppet Removing user `puppet' ... Warning: group `puppet' has no more members. Done. + getent passwd puppet + : + getent group puppet + : + delgroup --system puppet The group `puppet' does not exist. dpkg: error processing puppet (--purge): subprocess post-removal script returned error exit status 3 Processing triggers for man-db ... Errors were encountered while processing: puppet It seems like `deluser --system puppet` deletes the group when it's empty, but this causes delgroup to fail. I think it would be best if the group (and user) weren't deleted at all, as there may still be files owned by them on the system. Also, for your information, some discussion about this on #d-d, although I think not removing user or group is the best solution. 10 17:32 < madduck> is it normal that deluser --system username deletes the user and the group? 10 17:33 < azeem> adduser adds the group as well, no? 10 17:33 < rleigh_> madduck: This bizzaro behaviour confused me a few weeks back when I added a buildd user+group to the buildd package. 10 17:35 < rleigh_> adduser does add the group as well, but what if there are other group members on removal. I tested a number of ways of addition and removal, and the observed behaviour seemed rather unclear and under-specified. 10 17:35 < rleigh_> Sometimes it would keep the group around, and other times not. This is with different combinations of --group and --system etc. 10 17:43 < madduck> rleigh_: :(( 10 17:44 < madduck> rleigh_: it seems that deluser --system foo removes the group foo is there are no more members 10 17:48 < rleigh_> madduck: That sucks. I went the the approach shown in buildd.postinst and buildd.postrm at http://git.debian.org/?p=buildd-tools/sbuild.git;a=tree;f=debian (based on looking at the postgresql-common code) 10 17:49 < rleigh_> Here we just remove the user and assume that if the group wasn't empty, deluser won't delete it (I'm slightly unsure if it's OK to unilaterally remove people from groups on package removal--I decided to be convervative and leave them). 10 17:51 < madduck> rleigh_: can i quote you in a bug report? 10 17:52 < rleigh_> madduck: Sure. 10 17:56 < madduck> i am going to suggest not to remove user/group anyway, since they might still own files. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.30-rc4-686 (SMP w/1 CPU core) Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages puppet depends on: ii adduser 3.110 add and remove users and groups ii facter1.5.4-1a library for retrieving facts fro ii libopenssl-ruby 4.2OpenSSL interface for Ruby ii libruby [libxmlrpc-ruby] 4.2Libraries necessary to run Ruby 1. ii libshadow-ruby1.8 1.4.1-8Interface of shadow password for R ii libxmlrpc-ruby4.2transitional dummy package ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip ii ruby 4.2An interpreter of object-oriented Versions of packages puppet recommends: ii libaugeas-ruby1.8 0.2.0-2Augeas bindings for the Ruby langu ii rdoc 4.2Generate documentation from ruby s puppet suggests no packages. -- .''`. martin f. krafft Rela
Bug#533474: marked as done (unsufficent versions for lib32 libs)
Your message dated Thu, 18 Jun 2009 07:35:53 +0200 with message-id <20090618053553.gp17...@hall.aurel32.net> and subject line Re: Bug#533474: unsufficent versions for lib32 libs has caused the Debian Bug report #533474, regarding unsufficent versions for lib32 libs 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 ow...@bugs.debian.org immediately.) -- 533474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533474 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libc6-i386 Severity: serious the current conflict (<= 4.4.0-5) is not enough. it has to be << 4.4.0-7. --- End Message --- --- Begin Message --- Version: 2.9-16 On Wed, Jun 17, 2009 at 11:36:26PM +0200, Matthias Klose wrote: > Package: libc6-i386 > Severity: serious > > the current conflict (<= 4.4.0-5) is not enough. it has to be << 4.4.0-7. > In the current version it is <= 4.4.0-6, so it should be enough. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net --- End Message ---
Bug#531522: marked as done (libopenmpi-dev: mpicc segfaults under fakeroot)
Your message dated Thu, 18 Jun 2009 05:17:10 + with message-id and subject line Bug#531522: fixed in openmpi 1.3.2-2.1 has caused the Debian Bug report #531522, regarding libopenmpi-dev: mpicc segfaults under fakeroot 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 ow...@bugs.debian.org immediately.) -- 531522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531522 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: gromacs Version: 4.0.5-2 Severity: serious Hi, There was an error while trying to autobuild your package: > Start Time: 20090601-0920 [...] > Build-Depends: debhelper (>= 5.0.0), dpatch, libfftw3-dev, libmpich1.0-dev > (>= 1.2.7-6), lam4-dev, libopenmpi-dev (>= 1.2.4-5) [alpha amd64 i386 ia64 > powerpc kfreebsd-i386 kfreebsd-amd64 hurd-i386], lesstif2-dev, libxt-dev, > libsm-dev, libice-dev, libxext-dev, libxp-dev, libx11-dev, zlib1g-dev, > libgsl0-dev, gfortran [alpha], autotools-dev (>= 20070725.1), autoconf, > automake (>= 1:1.10), libtool [...] > Toolchain package versions: libc6-dev_2.9-13 linux-libc-dev_2.6.29-5 > g++-4.3_4.3.3-10 gcc-4.3_4.3.3-10 binutils_2.19.1-1 libstdc++6_4.4.0-5 > libstdc++6-4.3-dev_4.3.3-10 > [...] > dh_shlibdeps -pgromacs-mpich -L gromacs-mpich -l debian/gromacs-mpich/usr/lib > dpkg-shlibdeps: warning: dependency on libnsl.so.1 could be avoided if > "debian/gromacs-mpich/usr/lib/libmd_mpi_d_mpich.so.5.0.0 > debian/gromacs-mpich/usr/lib/libgmx_mpi_d_mpich.so.5.0.0 > debian/gromacs-mpich/usr/lib/libmd_mpi_mpich.so.5.0.0 > debian/gromacs-mpich/usr/bin/mdrun_mpi.mpich > debian/gromacs-mpich/usr/bin/mdrun_mpi_d.mpich > debian/gromacs-mpich/usr/lib/libgmx_mpi_mpich.so.5.0.0" were not uselessly > linked against it (they use none of its symbols). > dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if > "debian/gromacs-mpich/usr/lib/libmd_mpi_d_mpich.so.5.0.0 > debian/gromacs-mpich/usr/lib/libgmx_mpi_d_mpich.so.5.0.0 > debian/gromacs-mpich/usr/lib/libmd_mpi_mpich.so.5.0.0 > debian/gromacs-mpich/usr/bin/mdrun_mpi.mpich > debian/gromacs-mpich/usr/bin/mdrun_mpi_d.mpich > debian/gromacs-mpich/usr/lib/libgmx_mpi_mpich.so.5.0.0" were not uselessly > linked against it (they use none of its symbols). > dh_shlibdeps -pgromacs-openmpi -L gromacs-openmpi -l > debian/gromacs-openmpi/usr/lib > dpkg-shlibdeps: error: couldn't find library libmd_mpi_d_openmpi.so.5 needed > by debian/gromacs-openmpi/usr/bin/mdrun_mpi_d.openmpi (ELF format: > 'elf64-x86-64'; RPATH: ''). > Note: libraries are not searched in other binary packages that do not have > any shlibs or symbols file. > To help dpkg-shlibdeps find private libraries, you might need to set > LD_LIBRARY_PATH. > dh_shlibdeps: dpkg-shlibdeps returned exit code 2 > make: *** [binary-arch] Error 1 > dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave > error exit status 2 A full build log can be found at: http://buildd.debian.org/build.php?arch=amd64&pkg=gromacs&ver=4.0.5-2+b1 Kurt --- End Message --- --- Begin Message --- Source: openmpi Source-Version: 1.3.2-2.1 We believe that the bug you reported is fixed in the latest version of openmpi, which is due to be installed in the Debian FTP archive: libopenmpi-dbg_1.3.2-2.1_amd64.deb to pool/main/o/openmpi/libopenmpi-dbg_1.3.2-2.1_amd64.deb libopenmpi-dev_1.3.2-2.1_amd64.deb to pool/main/o/openmpi/libopenmpi-dev_1.3.2-2.1_amd64.deb libopenmpi1.3_1.3.2-2.1_amd64.deb to pool/main/o/openmpi/libopenmpi1.3_1.3.2-2.1_amd64.deb openmpi-bin_1.3.2-2.1_amd64.deb to pool/main/o/openmpi/openmpi-bin_1.3.2-2.1_amd64.deb openmpi-common_1.3.2-2.1_all.deb to pool/main/o/openmpi/openmpi-common_1.3.2-2.1_all.deb openmpi-doc_1.3.2-2.1_all.deb to pool/main/o/openmpi/openmpi-doc_1.3.2-2.1_all.deb openmpi_1.3.2-2.1.diff.gz to pool/main/o/openmpi/openmpi_1.3.2-2.1.diff.gz openmpi_1.3.2-2.1.dsc to pool/main/o/openmpi/openmpi_1.3.2-2.1.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 531...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve M. Robbins (supplier of updated openmpi 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 ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 17 Jun 2009 22:03:31 -0500 Source: openmpi Binary: openmpi-bi
Bug#528458: marked as done (python-logilab-astng: improper deployment, module logilab.astng is not avail within logilab)
Your message dated Thu, 18 Jun 2009 05:32:03 + with message-id and subject line Bug#528458: fixed in logilab-astng 0.19.0-2 has caused the Debian Bug report #528458, regarding python-logilab-astng: improper deployment, module logilab.astng is not avail within logilab 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 ow...@bugs.debian.org immediately.) -- 528458: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528458 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: python-logilab-astng Version: 0.19.0-1 Severity: grave Justification: renders package unusable Sorry for the lame bug report without actually inspecting... probably smth with python-support config... $> python Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import logilab.astng Traceback (most recent call last): File "", line 1, in ImportError: No module named astng So pylint also is not functional because import fails *$> ls -l /usr/lib/python2.5/site-packages/logilab/ total 8 4 drwxr-xr-x 3 root root 4096 2008-05-21 14:29 common/ 0 lrwxrwxrwx 1 root root 39 2008-05-21 14:11 __init__.py -> /usr/share/pyshared/logilab/__init__.py 4 -rw-r--r-- 1 root root 216 2008-05-21 14:29 __init__.pyc $> ls /var/lib/python-support/python2.5/logilab/ total 16 4 astng/ 4 common/ 4 __init__.py@ 4 __init__.pyc -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (600, 'unstable'), (300, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-2-amd64 (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/bash Versions of packages python-logilab-astng depends on: ii python-logilab-common 0.39.0-1 useful miscellaneous modules used ii python-support1.0.2 automated rebuilding support for P python-logilab-astng recommends no packages. python-logilab-astng suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: logilab-astng Source-Version: 0.19.0-2 We believe that the bug you reported is fixed in the latest version of logilab-astng, which is due to be installed in the Debian FTP archive: logilab-astng_0.19.0-2.diff.gz to pool/main/l/logilab-astng/logilab-astng_0.19.0-2.diff.gz logilab-astng_0.19.0-2.dsc to pool/main/l/logilab-astng/logilab-astng_0.19.0-2.dsc python-logilab-astng_0.19.0-2_all.deb to pool/main/l/logilab-astng/python-logilab-astng_0.19.0-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 528...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sandro Tosi (supplier of updated logilab-astng 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 ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 18 Jun 2009 07:14:21 +0200 Source: logilab-astng Binary: python-logilab-astng Architecture: source all Version: 0.19.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Sandro Tosi Description: python-logilab-astng - extend Python's abstract syntax tree (AST) Closes: 528458 530607 533282 Changes: logilab-astng (0.19.0-2) unstable; urgency=medium . [ Sandro Tosi ] * debian/python-logilab-astng.preinst - added to remove leftover files after migration to python-support; thanks to Helmut Grohne and Yaroslav Halchenko for the reports; Closes: #533282, #528458 * urgency=medium because it fixes RC bugs * debian/control - bump Standards-Version 3.8.2 (no changes needed) . [ Julien Lavergne ] * debian/{control, rules} - prepare for the upcoming Python 2.6 transition; thanks to Alessio Treglia for the report and patch; Closes: #530607 + added versioned depend on python and debhelper to have functions we need + used --install-layout=deb to setup.py install + replaced site-packages by *-packages Checksums-Sha1: 41fea3cd67b903e1065547b392bd8745b8e57f6d 1476 logilab-astng_0.19.0-2.dsc bf335658dd68fd50dcd98f0dc7dc1714607ec9ec 4498 logilab-astng_0.19.0-2.diff.gz 636fc48860776bb2bb6fc2956f39353d497e43a1 84152 python-logilab-astng_0.19.0-2_all.deb Check
Bug#517438: marked as done (Overwrite files between mailutils and libmailutils2)
Your message dated Thu, 18 Jun 2009 08:05:59 +0200 with message-id <4a39d947.1000...@debian.org> and subject line Re: Overwrite files between mailutils and libmailutils2 has caused the Debian Bug report #517438, regarding Overwrite files between mailutils and libmailutils2 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 ow...@bugs.debian.org immediately.) -- 517438: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517438 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: mailutils Version: 1:2.0+dfsg1-1 Severity: serious Hi, it seems there are some files overwritten bewtween mailutils and libmailutils2 which caused my upgrade to fail. [quote] Les paquets supplémentaires suivants seront installés : libmailutils2 mailutils Paquets suggérés : mailutils-mh Les NOUVEAUX paquets suivants seront installés : libmailutils2 mailutils 0 mis à jour, 2 nouvellement installés, 0 à enlever et 0 non mis à jour. 32 partiellement installés ou enlevés. Il est nécessaire de prendre 0o/1939ko dans les archives. Après cette opération, 4948ko d'espace disque supplémentaires seront utilisés. Souhaitez-vous continuer [O/n] ? (Lecture de la base de données... 132095 fichiers et répertoires déjà installés.) Dépaquetage de libmailutils2 (à partir de .../libmailutils2_1%3a2.0+dfsg1-1_amd64.deb) ... Sélection du paquet mailutils précédemment désélectionné. Dépaquetage de mailutils (à partir de .../mailutils_1%3a2.0+dfsg1-1_amd64.deb) ... dpkg : erreur de traitement de /var/cache/apt/archives/mailutils_1%3a2.0+dfsg1-1_amd64.deb (--unpack) : tentative de remplacement de « /usr/lib/mailutils/moderator.so », qui appartient aussi au paquet libmailutils2 dpkg-deb: sous-processus paste tué par le signal (Relais brisé (pipe)) Traitement des actions différées (« triggers ») pour « man-db »... Des erreurs ont été rencontrées pendant l'exécution : /var/cache/apt/archives/mailutils_1%3a2.0+dfsg1-1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) [/quote] This only way to get rid of that was *--force-overwrite* [quote] dpkg -i --force-overwrite mailutils_1%3a2.0+dfsg1-1_amd64.deb (Lecture de la base de données... 132185 fichiers et répertoires déjà installés.) Dépaquetage de mailutils (à partir de mailutils_1%3a2.0+dfsg1-1_amd64.deb) ... dpkg - avertissement, problème contourné à cause de --force : tentative de remplacement de « /usr/lib/mailutils/moderator.so », qui appartient aussi au paquet libmailutils2 dpkg - avertissement, problème contourné à cause de --force : tentative de remplacement de « /usr/lib/mailutils/mail.local », qui appartient aussi au paquet libmailutils2 dpkg - avertissement, problème contourné à cause de --force : tentative de remplacement de « /usr/lib/mailutils/spamd.so », qui appartient aussi au paquet libmailutils2 dpkg - avertissement, problème contourné à cause de --force : tentative de remplacement de « /usr/lib/mailutils/pipe.so », qui appartient aussi au paquet libmailutils2 dpkg - avertissement, problème contourné à cause de --force : tentative de remplacement de « /usr/lib/mailutils/mail.remote », qui appartient aussi au paquet libmailutils2 dpkg - avertissement, problème contourné à cause de --force : tentative de remplacement de « /usr/lib/mailutils/list.so », qui appartient aussi au paquet libmailutils2 dpkg - avertissement, problème contourné à cause de --force : tentative de remplacement de « /usr/lib/mailutils/numaddr.so », qui appartient aussi au paquet libmailutils2 dpkg - avertissement, problème contourné à cause de --force : tentative de remplacement de « /usr/lib/mailutils/vacation.so », qui appartient aussi au paquet libmailutils2 dpkg - avertissement, problème contourné à cause de --force : tentative de remplacement de « /usr/lib/mailutils/timestamp.so », qui appartient aussi au paquet libmailutils2 Paramétrage de mailutils (1:2.0+dfsg1-1) ... Traitement des actions différées (« triggers ») pour « man-db »... [/quote] Regards, -- Franck Joncourt http://debian.org - http://smhteam.info/wiki/ signature.asc Description: OpenPGP digital signature --- End Message --- --- Begin Message --- 1:2.0+dfsg1-2 Hi This should be fixed in 1:2.0+dfsg1-2, so I'm closing this bug. Cheers Luk --- End Message ---
Bug#531569: [SRM] upload of TeX packages to oldstable
>> Dear release managers, >> >> I am right now uploading an again-installable tetex-bin to >> oldstable-proposed-updates (I hope that's correct?), and texlive-bin >> will follow soon. Both uploads have been built in etch pbuilder chroots, >> and have been tested to fix the problem. Hello Where can I download this fixed version. The archives seems to have the buggy version (3.0-30). Thanks & best regards -- herbert.liec...@thinx.ch, ThinX AG, Bielstrasse 69, CH-4500 Solothurn Tel +41 (0)32 623 81 66, Mobile +41 (0)76 334 81 66, http://www.thinx.ch -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#527782: marked as done (migemo: FTBFS: Nonexistent build-dependency: textutils)
Your message dated Thu, 18 Jun 2009 06:17:05 + with message-id and subject line Bug#527782: fixed in migemo 0.40-7.3 has caused the Debian Bug report #527782, regarding migemo: FTBFS: Nonexistent build-dependency: textutils 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 ow...@bugs.debian.org immediately.) -- 527782: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527782 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: migemo Version: 0.40-7.2 Severity: serious User: debian...@lists.debian.org Usertags: qa-ftbfs-20090508 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>= 5.0.0) > Build-Depends-Indep: automake, emacs21 | emacsen, libbsearch-ruby, > libromkan-ruby, ruby, ruby1.8-dev, skkdic, textutils > > ┌──┐ > │ Install build dependencies > │ > └──┘ > > Checking for already installed source dependencies... > W: Unable to locate package textutils > debhelper: missing > Using default version 7.2.9 > automake: missing > emacs21: missing > emacsen: missing > libbsearch-ruby: missing > libromkan-ruby: missing > ruby: missing > ruby1.8-dev: missing > skkdic: missing > textutils: missing > Checking for source dependency conflicts... > E: Couldn't find package textutils The full build log is available from: http://people.debian.org/~lucas/logs/2009/05/08/migemo_0.40-7.2_lsid64.buildlog 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. Internet was not accessible from the build systems. -- | Lucas Nussbaum | lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ | | jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F | --- End Message --- --- Begin Message --- Source: migemo Source-Version: 0.40-7.3 We believe that the bug you reported is fixed in the latest version of migemo, which is due to be installed in the Debian FTP archive: migemo_0.40-7.3.diff.gz to pool/main/m/migemo/migemo_0.40-7.3.diff.gz migemo_0.40-7.3.dsc to pool/main/m/migemo/migemo_0.40-7.3.dsc migemo_0.40-7.3_all.deb to pool/main/m/migemo/migemo_0.40-7.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 527...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Yukiharu YABUKI (supplier of updated migemo 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 ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 02 Jun 2009 22:19:23 +0900 Source: migemo Binary: migemo Architecture: source all Version: 0.40-7.3 Distribution: unstable Urgency: low Maintainer: Fumitoshi UKAI Changed-By: Yukiharu YABUKI Description: migemo - Japanese incremental search with Romaji on Emacsen Closes: 527782 Changes: migemo (0.40-7.3) unstable; urgency=low . * Non-maintainer upload. * debian/control: Fix Build-Depends-Indep (Closes: #527782). Checksums-Sha1: 43e5cd35776adb9449b2ff7da4464297ab8d0499 1705 migemo_0.40-7.3.dsc 83cf16337b41d03ce2adf931e90ce88063652b21 44828 migemo_0.40-7.3.diff.gz f0e3185423eeab6e0980e798cb332bb41c55bb73 1643056 migemo_0.40-7.3_all.deb Checksums-Sha256: 0c71139848bbc3adb320c2aabbbcf5285c0b2e889c97b334c2939f7f6a00143c 1705 migemo_0.40-7.3.dsc c8fa471463f1d9eaa4d376f7992fc7158f2bb26a03c452025323a5d52be21452 44828 migemo_0.40-7.3.diff.gz e34c9fc43987070825c26b0f598c683bb5e1f64c6cb3d8a4e3ef50228853d47e 1643056 migemo_0.40-7.3_all.deb Files: 6c4fa363adcd5709064f75e6dc964990 1705 utils optional migemo_0.40-7.3.dsc c008743b31fdf768dc196cc27c9564fc 44828 utils optional migemo_0.40-7.3.diff.gz a59ba4639aba5531bf2614a6f6e4dc07 1643056 utils optional migemo_0.40-7.3_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iQIcBAEBCAAGBQJKOdogAAoJEB5qw/OH8O2sWE4QAIDWYlBcrpo8hUz6H8g4btKh aRO/1HJsz9/lzfZoTRc9Y9Z8PrLDw