Bug#622556: libgnome-keyring0: Keyring no longer remembers passwords

2011-04-13 Thread Jérémy Lal
Telepathy outputs this message when using version 3.0.0-1 : secret service operation failed: The algorithm 'dh-ietf1024-sha256-aes128-cbc-pkcs7' is not supported and going back to 2.32 does fix it. Jérémy. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#622576: linux-image-2.6.38-2-amd64: Laptop reboot since upgrade to 2.6.38-3 kernel in testing

2011-04-13 Thread Paul Sohier
Package: linux-2.6 Version: 2.6.38-3 Severity: grave Justification: renders package unusable Hi, Since the upgrade of the kernel in testing to 2.6.38 I have had serious issues. Every once and a while, my laptop just reboots (It looks like a kernel panic, however, this is not displayed on

Bug#622577: rhythmbox: FTBFS: rb-playlist-source.c:38:29: fatal error: totem-pl-parser.h: No such file or directory

2011-04-13 Thread Cyril Brulebois
Source: rhythmbox Version: 2.90.1~20110329-1 Severity: serious Justification: FTBFS Hi, I think it was mentioned on IRC the other day but anyway: | … -o .libs/rb-playlist-source.o | rb-playlist-source.c:38:29: fatal error: totem-pl-parser.h: No such file or directory | compilation terminated.

Bug#622579: qbittorrent: FTBFS for +b1: error: 'default_name_check' is not a member of 'boost::filesystem3::path'

2011-04-13 Thread Cyril Brulebois
Source: qbittorrent Version: 2.4.11-1 Severity: serious Justification: FTBFS Hi, your package FTBFS for its +b1 binNMU round: | [… other errors…] | make[3]: *** [qtorrenthandle.o] Error 1 | make[3]: *** Waiting for unfinished jobs | ../../src/bittorrent.cpp: In constructor

Bug#622578: pulseaudio: FTBFS for +b1: mainloop_test-mainloop-test.o: undefined reference to symbol 'pa_timeval_rtstore'

2011-04-13 Thread Cyril Brulebois
Source: pulseaudio Version: 0.9.21-4 Severity: serious Justification: FTBFS Hi, your package FTBFS for its +b1 binNMU round with: | /usr/bin/ld: mainloop_test-mainloop-test.o: undefined reference to symbol 'pa_timeval_rtstore' | /usr/bin/ld: note: 'pa_timeval_rtstore' is defined in DSO

Bug#622580: sylpheed: FTBFS for +b1: /usr/bin/ld: compose.o: undefined reference to symbol 'enchant_broker_list_dicts'

2011-04-13 Thread Cyril Brulebois
Source: sylpheed Version: 3.1.0-1 Severity: serious Justification: FTBFS Hi, your package FTBFS for its +b1 binNMU round with: | /bin/bash ../libtool --mode=link gcc -g -O2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gtkspell-2.0

Bug#622581: nouveau driver fails to load with error undefined symbol: miEmptyData

2011-04-13 Thread Itai Seggev
Package: xserver-xorg-video-nouveau Version: 1:0.0.16+git20101210+8bb8231-2 Severity: critical Just installed new the kernel+drm+x11 in testing, and I get start x11. It dies with a dlopen error complaining of an undefined symbol. -- Package-specific info: X server symlink status:

Bug#622582: anon-proxy: FTBFS on kfreebsd-*: undefined reference to symbol 'pthread_join@@GLIBC_2.3'

2011-04-13 Thread Cyril Brulebois
Source: anon-proxy Version: 00.05.38+20081230-1.1 Severity: serious Justification: FTBFS User: debian-...@lists.debian.org Usertags: kfreebsd Hi, your package no longer builds on kfreebsd-*, presumably due to a missing -lpthread there: | g++ -g -O2 -Wall -D_REENTRANT -I/usr/include

Bug#622583: deng: FTBFS everywhere: bsp_main.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'

2011-04-13 Thread Cyril Brulebois
Source: deng Version: 1.9.0-beta6.9+dfsg1-1 Severity: serious Justification: FTBFS Hi, you seem to be missing (at least) -lm: | Linking C executable doomsday | CMakeFiles/doomsday.dir/external/lzss/unix/src/lzss.o: In function `lzOpenChunk': |

Bug#621002: marked as done (libghc6-url-doc and libghc-url-doc: error when trying to install together)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 07:19:09 + with message-id e1q9um1-0003ie...@franck.debian.org and subject line Bug#621002: fixed in haskell-url 2.1.2-3 has caused the Debian Bug report #621002, regarding libghc6-url-doc and libghc-url-doc: error when trying to install together to be

Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-13 Thread Olaf van der Spek
On Wed, Apr 13, 2011 at 9:22 AM, Timo Juhani Lindfors timo.lindf...@iki.fi wrote: if (last = total_size) {    *errmsg = _(Partition ends in the final partial cylinder);    return -1; } and the check was added in commit 7eda085c41faa3445b4b168ce78ab18dab87d98a Author: Karel Zak

Bug#622579: qbittorrent: FTBFS for +b1: error: 'default_name_check' is not a member of 'boost::filesystem3::path'

2011-04-13 Thread Christophe Dumez
Hi, You have an old version of qBittorrent and a recent version of boost (with new filesystem v3 API by default). Either update qBittorrent or add a DEFINE to force the filesystem v2 API from boost (1). (1) To do so, just add DEFINES += BOOST_FILESYSTEM_VERSION=2 to qbittorrent/src/src.pro

Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-13 Thread Timo Juhani Lindfors
Hi, thanks for the report. I can reproduce the problem with the attached partition table image. parttable1.img.xz Description: Binary data I see the code has if (last = total_size) { *errmsg = _(Partition ends in the final partial cylinder); return -1; } and the check was added in

Bug#622581: nouveau driver fails to load with error undefined symbol: miEmptyData

2011-04-13 Thread Sven Joachim
On 2011-04-13 09:01 +0200, Itai Seggev wrote: Just installed new the kernel+drm+x11 in testing, and I get start x11. It dies with a dlopen error complaining of an undefined symbol. I suppose that is because you have outdated locally installed files. Did you build nouveau from source some

Processed: downgrading PEBKAC severity

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 622581 normal Bug #622581 [xserver-xorg-video-nouveau] nouveau driver fails to load with error undefined symbol: miEmptyData Severity set to 'normal' from 'critical' thanks Stopping processing here. Please contact me if you need

Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-13 Thread Timo Juhani Lindfors
Olaf van der Spek olafvds...@gmail.com writes: In that case it should be forwarded upstream. Sure, but I couldn't find the upstream BTS. I was just adding extra info to the bug report since I hit the same bug. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-13 Thread Olaf van der Spek
On Wed, Apr 13, 2011 at 9:33 AM, Timo Juhani Lindfors timo.lindf...@iki.fi wrote: Olaf van der Spek olafvds...@gmail.com writes: In that case it should be forwarded upstream. Sure, but I couldn't find the upstream BTS. I was just adding extra info to the bug report since I hit the same bug.

Bug#622579: qbittorrent: FTBFS for +b1: error: 'default_name_check' is not a member of 'boost::filesystem3::path'

2011-04-13 Thread Cristian Greco
On Wed, 13 Apr 2011 10:25:41 +0300 Christophe Dumez ch...@qbittorrent.org wrote: Hi, You have an old version of qBittorrent and a recent version of boost (with new filesystem v3 API by default). Either update qBittorrent or add a DEFINE to force the filesystem v2 API from boost (1).

Bug#620304: tmux: Incorrect dropping of privileges allows users to obtain utmp group privileges

2011-04-13 Thread Karl Ferdinand Ebert
Hello Nicholas, On Wed, Apr 13, 2011 at 12:31 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: Hi Not to say I told you so or anything, but this might be a good time to reiterate that doing this is a bad idea: the minor inconvenience it prevents (easily avoided by the user with

Bug#622038: lingot: FTBFS: lingot-audio-jack.c:180:28: error: 'JackPortIsActive' undeclared (first use in this function)

2011-04-13 Thread Niv Sardi
On 11 April 2011 06:24, Ibán Cereijo iba...@gmail.com wrote: Hi, Thanks for your report. It seems that Lingot 0.9.0 only compiles with libjack version 2, and that dependency is not tracked in the configure script. I've fixed it and now Lingot compiles again with libjack version 1 (and 2).

Processed: closing 565073

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: close 565073 Bug#565073: widelands: ftbfs with gcc-4.5 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug closed, send any further explanations to Matthias Klose d...@debian.org thanks Stopping processing here. Please

Bug#622559: marked as done (php5-gd: /usr/lib/php5/20090626/gd.so: undefined symbol: gdFontCacheShutdown in Unknown on line 0)

2011-04-13 Thread Debian Bug Tracking System
--- Package: php5-gd Version: 5.3.3-7+squeeze1 Severity: critical Justification: breaks unrelated software *** /tmp/reportbug-php5-gd-20110413-23749-3i5c8l Subject: php5-gd error: undefined symbol: gdFontCacheShutdown in Unknown on line 0 Package: php5-gd Version: 5.3.3-7+squeeze1 Justification

Bug#565073: closing 565073

2011-04-13 Thread Enrico Tassi
close 565073 thanks -- Enrico Tassi -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#622596: hpijs-ppds: Uninstallable due to not binNMU safe

2011-04-13 Thread Luk Claes
Package: hpijs-ppds Version: 3.11.1-2 Severity: serious Justification: Policy 7.2 Hi hpijs-ppds cannot be installed anymore since the binNMU as it has a strict versioned dependency on hpijs which version has changed by the binNMU. Please make the package binNMU safe by loosening the dependency

Bug#618219: marked as done (life: FTBFS: Nonexistent build-dependency: 'libslepc3.0.0-dev')

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 09:11:44 + with message-id e1q9w6y-00039f...@franck.debian.org and subject line Bug#622138: Removed package(s) from unstable has caused the Debian Bug report #618219, regarding life: FTBFS: Nonexistent build-dependency: 'libslepc3.0.0-dev' to be marked as

Bug#622598: hplip: depends on libsane-hpaio 3.11.1-2 instead of 3.11.1-2+b1

2011-04-13 Thread Vincent Lefevre
Package: hplip Version: 3.11.1-2+b1 Severity: grave Justification: renders package unusable hplip 3.11.1-2+b1 depends on libsane-hpaio 3.11.1-2 instead of 3.11.1-2+b1 thus cannot be installed. -- Package-specific info: error: NOT FOUND! This is a REQUIRED/RUNTIME ONLY dependency. Please make

Bug#622605: gnome-packagekit crashes when I push the apply button to install packages

2011-04-13 Thread Tiziano Casavecchia
Package: gnome-packagekit Version: 2.32.0-2 Severity: grave Justification: renders package unusable I installed gnome-packagekit, just to se how it works compared to synaptic. Each time I tryed to install packages after having seleced them, the program crashes. Apt-get and synaptic work as

Bug#622038: lingot: FTBFS: lingot-audio-jack.c:180:28: error: 'JackPortIsActive' undeclared (first use in this function)

2011-04-13 Thread Ibán Cereijo
Yes, the build dep is properly set to libjack-jackd2-dev in the debian package, but there is a bug in the source code, in the configure.in file (line 66) PKG_CHECK_MODULES(JACK, jack = 0.102.0) Therefore you can download the source and try to compile against libjack-dev version 1:0.102. The

Bug#622309: udev: Network, sound and X input broken

2011-04-13 Thread Christian Ohm
On Tuesday, 12 April 2011 at 4:45, Marco d'Itri wrote: It makes a difference if you have a /run directory. Do you have one *now*? If you do, rm -rf /run/udev/ and reboot. Removing /run completely helped. I'm not sure why it was there, but since just by existing it breaks udev, maybe whatever

Bug#617545: marked as done (freecad: will FTBFS with opencascade 6.5.0)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 11:34:06 + with message-id e1q9ykk-0003uw...@franck.debian.org and subject line Bug#617545: fixed in freecad 0.11.3729.dfsg-1 has caused the Debian Bug report #617545, regarding freecad: will FTBFS with opencascade 6.5.0 to be marked as done. This means

Bug#621877: marked as done (FTBS: default_name_check' is not a member of 'boost::filesystem3::path)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 11:34:06 + with message-id e1q9ykk-0003v8...@franck.debian.org and subject line Bug#621877: fixed in freecad 0.11.3729.dfsg-1 has caused the Debian Bug report #621877, regarding FTBS: default_name_check' is not a member of 'boost::filesystem3::path to be

Bug#622580: sylpheed: FTBFS for +b1: /usr/bin/ld: compose.o: undefined reference to symbol 'enchant_broker_list_dicts'

2011-04-13 Thread Ricardo Mones
tags 622580 fixed-upstream thanks Hi KiBi, On Wed, Apr 13, 2011 at 09:09:53AM +0200, Cyril Brulebois wrote: Source: sylpheed Version: 3.1.0-1 Severity: serious Justification: FTBFS Hi, your package FTBFS for its +b1 binNMU round with: [...] | /usr/bin/ld: compose.o: undefined

Processed: block 622599 with 610777

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: block 622599 with 610777 Bug #622599 [src:udav] udav: Update to new upstream version Was not blocked by any bugs. Added blocking bug(s) of 622599: 610777 thanks Stopping processing here. Please contact me if you need assistance. -- 622599:

Processed: Re: Bug#622580: sylpheed: FTBFS for +b1: /usr/bin/ld: compose.o: undefined reference to symbol 'enchant_broker_list_dicts'

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 622580 fixed-upstream Bug #622580 [src:sylpheed] sylpheed: FTBFS for +b1: /usr/bin/ld: compose.o: undefined reference to symbol 'enchant_broker_list_dicts' Added tag(s) fixed-upstream. thanks Stopping processing here. Please contact me if

Processed: tagging 622576

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 622576 + moreinfo Bug #622576 [linux-2.6] linux-image-2.6.38-2-amd64: Laptop reboot since upgrade to 2.6.38-3 kernel in testing Added tag(s) moreinfo. thanks Stopping processing here. Please contact me if you need assistance. -- 622576:

Bug#622623: nodejs uninstallable

2011-04-13 Thread Adrian Knoth
Package: nodejs Severity: grave Tags: sid Justification: renders package unusable Hi! nodejs-0.4.2-1 requires libv8-3.0.12.23 which isn't part of the archive, only 3.0.12.35-1 is: adi@hex:~$ rmadison libv8 libv8 | 2.2.24-6| squeeze | source libv8 | 2.2.24-6| wheezy | source

Processed: limit source to ejabberd, tagging 620683

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: #ejabberd (2.1.6-2) unstable; urgency=low # # * Artifically set HOME environment variable in debian/rules #if it is not set--this is required for the erlexec binary #to be able to run successfully (closes: #620683). # limit source

Bug#615740: marked as done (libccrtp: ftbfs with gold or ld --no-add-needed)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 13:49:41 + with message-id e1qa0rx-0002w1...@franck.debian.org and subject line Bug#615740: fixed in libccrtp 1.8.0-1.1 has caused the Debian Bug report #615740, regarding libccrtp: ftbfs with gold or ld --no-add-needed to be marked as done. This means that

Bug#620683: marked as done (ejabberd: FTBFS if HOME is unset: erlexec: HOME must be set)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 13:47:12 + with message-id e1qa0py-0001ik...@franck.debian.org and subject line Bug#620683: fixed in ejabberd 2.1.6-2 has caused the Debian Bug report #620683, regarding ejabberd: FTBFS if HOME is unset: erlexec: HOME must be set to be marked as done. This

Bug#622605: gnome-packagekit crashes when I push the apply button to install packages

2011-04-13 Thread Matthias Klumpp
Could you please provide a GDB backtrace or the terminal output of GPK-Application? -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#622623: nodejs uninstallable

2011-04-13 Thread Jérémy Lal
Yep, i'm dealing with this asap. Jérémy. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#622557: marked as done (fparser: FTBFS due to arch-specific symbol differences)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 10:07:33 -0400 with message-id banlktikwxv31kqr0wb6iweoi+5g47ot...@mail.gmail.com and subject line fparser arch dependent symbols has caused the Debian Bug report #622557, regarding fparser: FTBFS due to arch-specific symbol differences to be marked as done.

Bug#565008: marked as done (k3d: ftbfs with gcc-4.5)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 15:58:33 + with message-id e1qa2sf-nn...@franck.debian.org and subject line Bug#565008: fixed in k3d 0.8.0.2-7 has caused the Debian Bug report #565008, regarding k3d: ftbfs with gcc-4.5 to be marked as done. This means that you claim that the problem

Bug#622556: Keyring no longer remembers passwords

2011-04-13 Thread Julien Valroff
Package: libgnome-keyring0 Followup-For: Bug #622556 This also breaks gajim, python-keyring, python-gnomekeyring and possibly all other packages using libgnome-kerying (73 packages according to the reverse dependency, some of them being of the same source package of course). I don't think it is

Bug#617616: marked as done (haskell-bytestring-show: FTBFS: At least the following dependencies are missing: binary 0.6)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 22:25:58 +0530 with message-id 1302713758.2497.46.camel@kirk and subject line Forgot to close in changelog has caused the Debian Bug report #617616, regarding haskell-bytestring-show: FTBFS: At least the following dependencies are missing: binary 0.6 to be

Bug#622652: alsa-driver: fails to build on powermac

2011-04-13 Thread Anton Ivanov
Package: alsa-driver Severity: serious Justification: fails to build from source (but built successfully in the past) I am still getting from time to time (not always) sound glitches similar to the ones reported in: Bug#610859 so I decided to try building more recent alsa from source. However

Bug#622653: Fatal server error: Caught signal 11 (Segmentation fault). Server aborting

2011-04-13 Thread Julian Andres Klode
Package: xserver-xorg-video-intel Version: 2:2.14.902-1 Severity: grave X crashed about 4 times today. It did not crash directly after the upgrade or yesterday, as far as I can remember, but now it seems to crash. I am running GNOME 3 with gnome-shell, and thus use compositing. I attached

Bug#622653: Fatal server error: Caught signal 11 (Segmentation fault). Server aborting

2011-04-13 Thread Julian Andres Klode
On Mi, 2011-04-13 at 18:58 +0200, Julian Andres Klode wrote: Package: xserver-xorg-video-intel Version: 2:2.14.902-1 Severity: grave X crashed about 4 times today. It did not crash directly after the upgrade or yesterday, as far as I can remember, but now it seems to crash. I am running

Bug#622653: Fatal server error: Caught signal 11 (Segmentation fault). Server aborting

2011-04-13 Thread Cyril Brulebois
severity 622635 important thanks Hi, Julian Andres Klode j...@debian.org (13/04/2011): Backtrace: [ 5306.687] 0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x4aacc8] [ 5306.687] 1: /usr/bin/Xorg (0x40+0x61e59) [0x461e59] [ 5306.687] 2: /lib/libpthread.so.0 (0x7f52090f9000+0xef60)

Bug#622657: unnecessary dependency on libapache2-mod-php5

2011-04-13 Thread Martin Wuertele
Package: phpldapadmin Version: 1.2.0.5-2 Severity: serious Hi, phpldapadmin depends on apache2 | httpd and on libapache2-mod-php5 . This will pull in apache2 even if you want to use another httpd with php5-cli. This violates policy 7.2 imo This declares an absolute dependency. A package will

Bug#622658: phpldapadmin: installs apache even if another webserver is already installed

2011-04-13 Thread Wiseguy
Package: phpldapadmin Version: 1.2.0.5-2 Severity: serious Justification: Policy 7.2 I installed the ngix webserver and php5-cli. Then I tried to install phpldapadmin but apt wants to install apache2. It doesn't care about the installed nginx. I set up this some time ago successfully, its a bit

Bug#621986: pspp: patch for FTBFS

2011-04-13 Thread Andreas Moog
Package: pspp Version: 0.6.2-3 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch *** /tmp/tmpo5BMbf In Ubuntu, the attached patch was applied to achieve the following: * apply patch from upstream to fix FTBFS (LP: #756034) The patch is taken from

Bug#622674: CVE-2011-1522: SQL injection

2011-04-13 Thread Moritz Muehlenhoff
Package: doctrine Severity: grave Tags: security Please see http://www.doctrine-project.org/blog/doctrine-security-fix This has been assigned CVE-2011-1522. Cheers, Moritz -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable')

Bug#622556: Out of sync versions?

2011-04-13 Thread Chanoch (Ken) Bloom
Is it possible that this is occurring because libgnome-keyring0 is out of sync with gnome-keyring? I'm experiencing this problem, and here are the versions I've got installed: ii gnome-keyring2.30.3-5 ii libgnome-keyring03.0.0-1 ii

Processed: unarchiving 588339, usertagging 588339, archiving 588339, unarchiving 561859, usertagging 561859 ...

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: unarchive 588339 Bug #588339 {Done: Guillem Jover guil...@debian.org} [dpkg] sync() causes significant dpkg unpack performance degradation on tmpfs (pbuilder, piuparts, ...) Unarchived Bug 588339 usertags 588339 = Bug#588339: sync() causes

Processed: tagging 622141

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 622141 + upstream Bug #622141 [src:tomcat-native] tomcat-native: Using SSLv2_method Added tag(s) upstream. thanks Stopping processing here. Please contact me if you need assistance. -- 622141:

Processed: bug 622141 is forwarded to https://issues.apache.org/bugzilla/show_bug.cgi?id=51056

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forwarded 622141 https://issues.apache.org/bugzilla/show_bug.cgi?id=51056 Bug #622141 [src:tomcat-native] tomcat-native: Using SSLv2_method Set Bug forwarded-to-address to 'https://issues.apache.org/bugzilla/show_bug.cgi?id=51056'. thanks

Processed: limit source to tomcat-native, tagging 622141

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: #tomcat-native (1.1.20-3) UNRELEASED; urgency=low # # * d/patches/drop_sslv2_support.diff: Drop support for SSLv2 #(Closes: #622141). # limit source tomcat-native Limiting to bugs with field 'source' containing at least one of

Bug#622681: krb5: kadmind invalid pointer free

2011-04-13 Thread Michael Gilbert
package: krb5 version: 1.9+dfsg-1 severity: serious tags: security another advisory has been issued for kerberos: http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2011-004.txt best wishes, mike -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of

Processed: Re: Bug#622681: krb5: kadmind invalid pointer free

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forwarded 622681 http://krbdev.mit.edu/rt/Ticket/Display.html?id=6899 Bug #622681 [krb5] krb5: kadmind invalid pointer free Set Bug forwarded-to-address to 'http://krbdev.mit.edu/rt/Ticket/Display.html?id=6899'. severity 622681 important Bug

Bug#622685: php5: regression memleak

2011-04-13 Thread Tristan Mahé
Package: php5 Version: 5.3.3-7+squeeze1 Severity: critical Tags: upstream Justification: breaks the whole system There's a regression memleak in upstream as described there: http://bugs.php.net/bug.php?id=48781 This bug is easily reproducible with the code found on the upstream bugtracker.

Bug#544831: marked as done (crystalspace - FTBFS: Does no bail out after one fatal error)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 19:47:55 + with message-id e1qa62d-0006bv...@franck.debian.org and subject line Bug#544831: fixed in crystalspace 1.4.0+dfsg-3 has caused the Debian Bug report #544831, regarding crystalspace - FTBFS: Does no bail out after one fatal error to be marked as

Bug#594857: marked as done (crystalspace: FTBFS on powerpc)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 19:47:55 + with message-id e1qa62d-0006c1...@franck.debian.org and subject line Bug#594857: fixed in crystalspace 1.4.0+dfsg-3 has caused the Debian Bug report #594857, regarding crystalspace: FTBFS on powerpc to be marked as done. This means that you claim

Processed: Re: Bug#622679: libssl1.0.0: certificate verification fails for about every server

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 622679 openssl Bug #622679 [libssl1.0.0] libssl1.0.0: certificate verification fails for about every server Bug reassigned from package 'libssl1.0.0' to 'openssl'. Bug No longer marked as found in versions openssl/1.0.0d-1. found 622679

Bug#622679: [Pkg-openssl-devel] Bug#622679: libssl1.0.0: certificate verification fails for about every server

2011-04-13 Thread Kurt Roeckx
On Wed, Apr 13, 2011 at 09:09:53PM +0200, Sven Joachim wrote: Package: libssl1.0.0 Version: 1.0.0d-1 Severity: important It seems all the certificates in /etc/ssl/certs have become pretty much useless now, because just about every connection fails either with error 20 (unable to get local

Bug#622689: Needs a versioned dependency on libgnome-desktop-3-0

2011-04-13 Thread Guido Günther
Package: gnome-settings-daemon Version: 3.0.0.1-1 Severity: grave Hi, gnome-settings-daemon requires libgnome-desktop-3-0 = 2.91.93-1. otherwise it crashes like: (gdb) bt #0 0xb7814424 in __kernel_vsyscall () #1 0xb70cc751 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #2

Processed: Re: Bug#618696: closed by Adam C Powell IV hazel...@debian.org (Re: elmer: multiple licensing issues)

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 618696 serious Bug #618696 [elmer] elmer: multiple licensing issues Severity set to 'serious' from 'important' thanks Stopping processing here. Please contact me if you need assistance. -- 618696:

Bug#618696: closed by Adam C Powell IV hazel...@debian.org (Re: elmer: multiple licensing issues)

2011-04-13 Thread Francesco Poli
On Wed, 13 Apr 2011 16:43:37 -0400 Adam C Powell IV wrote: [...] Hi Francesco, Hi Adam! You mentioned elsewhere (I think your bug against salome) that the CeCILL-C license of scotch is not GPL-compatible. (Can you describe why or send a link?) Sure, here's an analysis of the CeCILL-C

Bug#621885: witty: FTBFS on kfreebsd-amd64: WPdfImage.C:224:47: error: invalid initialization of reference ...

2011-04-13 Thread Kurt Roeckx
On Sat, Apr 09, 2011 at 11:20:38PM +0200, Cyril Brulebois wrote: Source: witty Version: 3.1.8-2 Severity: serious | /build/buildd-witty_3.1.8-2-kfreebsd-amd64-9VKSpv/witty-3.1.8/src/Wt/WPdfImage.C: In member function 'void Wt::WPdfImage::matchFont(const Wt::WFont, const

Bug#618696: closed by Adam C Powell IV hazel...@debian.org (Re: elmer: multiple licensing issues)

2011-04-13 Thread Francesco Poli
On Sun, 10 Apr 2011 22:48:22 -0400 Adam C Powell IV wrote: [...] On Sun, 2011-04-10 at 22:56 +0200, Francesco Poli wrote: [...] Since the first licensing issue is still present (non-freeness of a QPL-licensed file), I am reopening the bug report. Is QPL really considered non-DFSG-free? I

Processed: affects 621402

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: affects 621402 + src:witty Bug #621402 [libboost1.46-dev] pion-net: FTBFS: /usr/include/boost/asio/ssl/detail/openssl_context_service.hpp:73: error: '::SSLv2_method' has not been declared Bug #622070 [libboost1.46-dev] witty: FTBFS:

Bug#618696: closed by Adam C Powell IV hazel...@debian.org (Re: elmer: multiple licensing issues)

2011-04-13 Thread Adam C Powell IV
On Wed, 2011-04-13 at 23:00 +0200, Francesco Poli wrote: On Wed, 13 Apr 2011 16:43:37 -0400 Adam C Powell IV wrote: [...] Hi Francesco, Hi Adam! You mentioned elsewhere (I think your bug against salome) that the CeCILL-C license of scotch is not GPL-compatible. (Can you describe

Bug#621988: marked as done (trayer: FTBFS: panel.c:(.text+0x28): undefined reference to `GDK_DISPLAY')

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 21:54:58 + with message-id e1qa81a-0003fs...@franck.debian.org and subject line Bug#621988: fixed in trayer 1.1-1 has caused the Debian Bug report #621988, regarding trayer: FTBFS: panel.c:(.text+0x28): undefined reference to `GDK_DISPLAY' to be marked as

Bug#611102: marked as done (openssl: backwards-incompatible changes in c_rehash)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 22:43:13 + with message-id e1qa8mh-0008bv...@franck.debian.org and subject line Bug#611102: fixed in openssl 1.0.0d-2 has caused the Debian Bug report #611102, regarding openssl: backwards-incompatible changes in c_rehash to be marked as done. This means

Bug#622679: marked as done (libssl1.0.0: certificate verification fails for about every server)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 22:43:13 + with message-id e1qa8mh-0008bv...@franck.debian.org and subject line Bug#611102: fixed in openssl 1.0.0d-2 has caused the Debian Bug report #611102, regarding libssl1.0.0: certificate verification fails for about every server to be marked as done.

Bug#621937: marked as done (spring-build: FTBFS: unlink: cannot unlink `project-build/project-build': No such file or directory)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Apr 2011 22:44:40 + with message-id e1qa8ng-0008rz...@franck.debian.org and subject line Bug#621937: fixed in spring-build 2.7.0-2 has caused the Debian Bug report #621937, regarding spring-build: FTBFS: unlink: cannot unlink `project-build/project-build': No such

Bug#622694: freecad: FTBFS on all arches

2011-04-13 Thread Adam C Powell IV
Source: freecad Version: 0.11.3729.dfsg-1 Severity: serious FreeCAD FTBFS on all arches. Looks like the problem is lack of a Fortran compiler. -Adam -- GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Engineering consulting with open source tools

Bug#622679: [Pkg-openssl-devel] Bug#622679: libssl1.0.0: certificate verification fails for about every server

2011-04-13 Thread Kurt Roeckx
reopen 622679 reassign 622679 openssl,ca-certificates severity 622679 important thanks On Wed, Apr 13, 2011 at 10:15:15PM +0200, Sven Joachim wrote: On 2011-04-13 21:09 +0200, Sven Joachim wrote: Package: libssl1.0.0 Version: 1.0.0d-1 Severity: important It seems all the

Processed: Re: [Pkg-openssl-devel] Bug#622679: libssl1.0.0: certificate verification fails for about every server

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reopen 622679 Bug #622679 {Done: Kurt Roeckx k...@roeckx.be} [openssl] libssl1.0.0: certificate verification fails for about every server Bug #611102 {Done: Kurt Roeckx k...@roeckx.be} [openssl] openssl: backwards-incompatible changes in

Bug#612591: marked as done (inn2: build-depends on removed libdb5.0-dev)

2011-04-13 Thread Debian Bug Tracking System
Your message dated Thu, 14 Apr 2011 00:03:12 + with message-id e1qaa1g-00013y...@franck.debian.org and subject line Bug#612591: fixed in inn2 2.5.2+20110413-1 has caused the Debian Bug report #612591, regarding inn2: build-depends on removed libdb5.0-dev to be marked as done. This means

Bug#620606: marked as done (gnome-panel: FTBFS on kfreebsd-*: panel-dconf.c:35:9: error: too few arguments to function 'dconf_client_new')

2011-04-13 Thread Debian Bug Tracking System
Your message dated Thu, 14 Apr 2011 00:17:57 + with message-id e1qaafx-0002ex...@franck.debian.org and subject line Bug#620606: fixed in gnome-panel 3.0.0.1-1 has caused the Debian Bug report #620606, regarding gnome-panel: FTBFS on kfreebsd-*: panel-dconf.c:35:9: error: too few arguments to

Bug#622702: Move architecture-independent .l files to /usr/share

2011-04-13 Thread Kan-Ru Chen
Package: picolisp Version: 3.0.6.1-1 Severity: serious -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 % find /usr/lib/picolisp -name \*.l Should go to /usr/share if possible. Patch to picolisp to use correct library search path may required. Kanru - -- System Information: Debian Release:

Bug#606420: icedtea6-plugin: Not working at all

2011-04-13 Thread Andrew Edwards
I have tried to replicate this and cannot find the bug, I have checked all sites listed and experienced no exceptions. testing package details: Package: icedtea6-plugin State: installed Version: 6b18-1.8.7-2 Package: openjdk-6-jre State: installed Version: 6b18-1.8.7-2 -- Andrew Edwards

Processed (with 5 errors): Re: Bug#622653: Fatal server error: Caught signal 11 (Segmentation fault). Server aborting

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 622653 important Bug #622653 [xserver-xorg-video-intel] Fatal server error: Caught signal 11 (Segmentation fault). Server aborting Severity set to 'important' from 'grave' severity 622635 wishlist Bug #622635 {Done: Alexander Kurtz

Bug#622709: ndiswrapper-dkms: can’t build module for 2.6.38-2-686

2011-04-13 Thread frydo
Package: ndiswrapper-dkms Version: 1.56-3 Severity: grave Justification: renders package unusable when I use dpkg-reconfigure for ndiswrapper-dkms, I obtain this : Building only for 2.6.38-2-686 Building initial module for 2.6.38-2-686 Error! Bad return status for module build on kernel:

Bug#622709: ndiswrapper-dkms: can’t build module for 2.6.38-2-686

2011-04-13 Thread Geoff Simmons
severity 622709 normal thanks On Thu, Apr 14, 2011 at 06:36:48AM +0200, frydo wrote: Package: ndiswrapper-dkms Version: 1.56-3 [...] Building only for 2.6.38-2-686 Please use ndiswrapper-{common,dkms,utils} from unstable for support of Linux 2.6.38 kernels: ndiswrapper (1.56+r2729-1)

Processed: Re: Bug#622709: ndiswrapper-dkms: can’t build module for 2.6.38-2-686

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 622709 normal Bug #622709 [ndiswrapper-dkms] ndiswrapper-dkms: can’t build module for 2.6.38-2-686 Severity set to 'normal' from 'grave' thanks Stopping processing here. Please contact me if you need assistance. -- 622709:

Bug#622583: deng: FTBFS everywhere: bsp_main.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'

2011-04-13 Thread Kees Meijs
Good morning, Thank you for pointing to the bug. I'll try to take a look at the link error this weekend. I've sent the upstream authors the link to the bug as well. Regards, Kees -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#622711: libdb5.1-java-dev and libdb4.8-java-dev: error when trying to install together

2011-04-13 Thread Ralf Treinen
Package: libdb4.8-java-dev,libdb5.1-java-dev Version: libdb4.8-java-dev/4.8.30-5 Version: libdb5.1-java-dev/5.1.25-2 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Date: 2011-04-14 Architecture: amd64 Distribution: sid Hi, automatic installation tests of packages that