Bug#681880: [bug 681880 1/3] lockfile: Fix hang locking through a dangling symlink.

2012-07-26 Thread Ben Pfaff
On Fri, Jul 27, 2012 at 08:39:42AM +0200, Bastian Blank wrote: > On Thu, Jul 26, 2012 at 02:48:51PM -0700, Ben Pfaff wrote: > > open() with O_CREAT|O_EXCL yields EEXIST if the file being opened is a > > symlink. lockfile_try_lock() interpreted that error code to mean that > > some other process ha

Bug#681880: [bug 681880 1/3] lockfile: Fix hang locking through a dangling symlink.

2012-07-26 Thread Bastian Blank
On Thu, Jul 26, 2012 at 02:48:51PM -0700, Ben Pfaff wrote: > open() with O_CREAT|O_EXCL yields EEXIST if the file being opened is a > symlink. lockfile_try_lock() interpreted that error code to mean that > some other process had created the lock file in the meantime, so it went > around its loop a

Bug#663674: ztex-bmp: FTBFS: bmp.pas(309, 20) Error: Call by var for arg no. 1 has to match exactly: Got "CMacroBuf" expected "CTextBuf"

2012-07-26 Thread Steffen Möller
On 07/26/2012 06:24 PM, gregor herrmann wrote: > On Sat, 12 May 2012 17:05:13 +0200, Steffen Möller wrote: > >> Peter, have many thanks. I see what I can do over the weekend. > Seems you're having a long weekend :) Did I truly write that in May? Strange. I think to have already mentioned in some

Bug#667417: fixing __float128?

2012-07-26 Thread Mathieu Malaterre
On Fri, Jul 27, 2012 at 8:17 AM, Mathieu Malaterre wrote: > Steve, > > [CCing Brad for confirmation] > > On Fri, Jul 27, 2012 at 4:13 AM, Steve M. Robbins wrote: >> Hey ... is there a trick to fix #654718 similar to that for __int128? > > I guess: > > #undef _GLIBCXX_USE_FLOAT128 As a side note

Processed: severity of 682691 is normal

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 682691 normal Bug #682691 [mysql-workbench] [mysql-workbench] When quit MySQL Workbench, it get freezed Severity set to 'normal' from 'serious' > thanks Stopping processing here. Please contact me if you need assistance. -- 682691: htt

Bug#667417: fixing __float128?

2012-07-26 Thread Mathieu Malaterre
Steve, [CCing Brad for confirmation] On Fri, Jul 27, 2012 at 4:13 AM, Steve M. Robbins wrote: > Hey ... is there a trick to fix #654718 similar to that for __int128? I guess: #undef _GLIBCXX_USE_FLOAT128 But I do not know if this is a fix, or a hack. HTH -- Mathieu -- To UNSUBSCRIBE, ema

Bug#682928: freefoam: Contains non-DFSG-free files

2012-07-26 Thread Michael Wild
Package: freefoam Version: 0.1.0-1 Severity: serious Justification: Policy 2.1 Dear Maintainer, The source package contains several non-free files. Namely, these are: * Removed by upstream in commit e0497b96c7c179ff85d76a06245171a119e291ba: - applications/test/readCHEMKINIII/CHEMKINdata/chem.*

Bug#682927: freefoam: FTBFS with GCC-4.7 because of missing qualifications of template-dependent names

2012-07-26 Thread Michael Wild
Package: freefoam Version: 0.1.0-1 Severity: serious Tags: upstream patch Justification: fails to build from source (but built successfully in the past) Dear Maintainer, g++-4.7 is more strict about qualifiying template-dependent names than previous versions where, and hence freefoam fails to bui

Bug#680807: marked as done (poco: FTBFS: String.h:448:2: error: 'replaceInPlace' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiati

2012-07-26 Thread Debian Bug Tracking System
Your message dated Fri, 27 Jul 2012 05:47:20 + with message-id and subject line Bug#680807: fixed in poco 1.3.6p1-3 has caused the Debian Bug report #680807, regarding poco: FTBFS: String.h:448:2: error: 'replaceInPlace' was not declared in this scope, and no declarations were found by argume

Bug#650059: marked as done (poco: FTBFS with multiarch libmysqlclient-dev)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Fri, 27 Jul 2012 05:47:20 + with message-id and subject line Bug#650059: fixed in poco 1.3.6p1-3 has caused the Debian Bug report #650059, regarding poco: FTBFS with multiarch libmysqlclient-dev to be marked as done. This means that you claim that the problem has been dealt

Bug#626088: marked as done (libpocomysql9: relocation error: /usr/lib/libPocoMySQL.so.9: symbol __cxa_pure_virtual)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Fri, 27 Jul 2012 05:47:20 + with message-id and subject line Bug#626088: fixed in poco 1.3.6p1-3 has caused the Debian Bug report #626088, regarding libpocomysql9: relocation error: /usr/lib/libPocoMySQL.so.9: symbol __cxa_pure_virtual to be marked as done. This means that

Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Michael Wild
On 07/27/2012 12:45 AM, Sebastian Ramacher wrote: > Hi Michael, > > On 26/07/12 22:39, Michael Wild wrote: >> How should I proceed? Should I upload viennacl-1.2.0-2 to mentors and >> ask for sponsorship? I don't suppose that 1.3.0-1 would be uploadable >> due to the freeze, right? >> >> Michael >

Bug#682639: marked as done (tunnelx: FTBFS: xargs: /usr/lib/jvm/default-java/bin/javac: No such file or directory)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Fri, 27 Jul 2012 01:47:10 + with message-id and subject line Bug#682639: fixed in tunnelx 20110801-5 has caused the Debian Bug report #682639, regarding tunnelx: FTBFS: xargs: /usr/lib/jvm/default-java/bin/javac: No such file or directory to be marked as done. This means t

Bug#681880: [ovs-dev] [bug 681880 2/3] ovsdb: Make "ovsdb-tool create" work through a dangling symlink.

2012-07-26 Thread Simon Horman
On Thu, Jul 26, 2012 at 06:10:26PM -0700, Ben Pfaff wrote: > On Fri, Jul 27, 2012 at 09:47:49AM +0900, Simon Horman wrote: > > On Thu, Jul 26, 2012 at 02:48:52PM -0700, Ben Pfaff wrote: > > > open() with O_CREAT|O_EXCL yields EEXIST if the name passed in is a > > > symlink, but we would like "ovsdb

Bug#681880: [ovs-dev] [bug 681880 2/3] ovsdb: Make "ovsdb-tool create" work through a dangling symlink.

2012-07-26 Thread Ben Pfaff
On Fri, Jul 27, 2012 at 09:47:49AM +0900, Simon Horman wrote: > On Thu, Jul 26, 2012 at 02:48:52PM -0700, Ben Pfaff wrote: > > open() with O_CREAT|O_EXCL yields EEXIST if the name passed in is a > > symlink, but we would like "ovsdb-tool create /etc/openvswitch/conf.db" to > > work if /etc/openvswi

Bug#681955: [ovs-dev] [PATCH] ovs-ctl: Start the rest of Open vSwitch if loading brcompat module fails.

2012-07-26 Thread Simon Horman
On Thu, Jul 26, 2012 at 03:01:26PM -0700, Ben Pfaff wrote: > This may be more useful in practice than failing the entire OVS startup > sequence. Acked-by: Simon Horman > > Debian bug #681955. > CC: 681...@bugs.debian.org > Reported-by: Bastian Blank > Signed-off-by: Ben Pfaff > --- > utiliti

Bug#682406: marked as done (gdb-doc: FTBFS in sid: aclocal not found)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Fri, 27 Jul 2012 00:47:13 + with message-id and subject line Bug#682406: fixed in gdb-doc 7.4.1-2 has caused the Debian Bug report #682406, regarding gdb-doc: FTBFS in sid: aclocal not found to be marked as done. This means that you claim that the problem has been dealt wit

Bug#681880: [ovs-dev] [bug 681880 1/3] lockfile: Fix hang locking through a dangling symlink.

2012-07-26 Thread Simon Horman
On Thu, Jul 26, 2012 at 02:48:51PM -0700, Ben Pfaff wrote: > open() with O_CREAT|O_EXCL yields EEXIST if the file being opened is a > symlink. lockfile_try_lock() interpreted that error code to mean that > some other process had created the lock file in the meantime, so it went > around its loop a

Bug#681880: [ovs-dev] [bug 681880 3/3] debian: Move database from /etc/openvswitch to /var/lib/openvswitch.

2012-07-26 Thread Simon Horman
Acked-by: Simon Horman On Thu, Jul 26, 2012 at 02:48:53PM -0700, Ben Pfaff wrote: > Debian bug #681880. > CC: 681...@bugs.debian.org > Reported-by: Bastian Blank > Signed-off-by: Ben Pfaff > --- > REPORTING-BUGS |2 +- > debian/automake.mk |1 + > de

Bug#681880: [ovs-dev] [bug 681880 2/3] ovsdb: Make "ovsdb-tool create" work through a dangling symlink.

2012-07-26 Thread Simon Horman
On Thu, Jul 26, 2012 at 02:48:52PM -0700, Ben Pfaff wrote: > open() with O_CREAT|O_EXCL yields EEXIST if the name passed in is a > symlink, but we would like "ovsdb-tool create /etc/openvswitch/conf.db" to > work if /etc/openvswitch/conf.db is a symlink to elsewhere in the file > system. This comm

Bug#681880: [ovs-dev] Bug#681880: [bug 681880 3/3] debian: Move database from /etc/openvswitch to /var/lib/openvswitch.

2012-07-26 Thread Ben Pfaff
On Thu, Jul 26, 2012 at 04:47:53PM -0700, Ansis Atteka wrote: > On Thu, Jul 26, 2012 at 2:48 PM, Ben Pfaff wrote: > > > Debian bug #681880. > > CC: 681...@bugs.debian.org > > Reported-by: Bastian Blank > > Signed-off-by: Ben Pfaff ... > > --- a/debian/openvswitch-switch.dirs > > +++ b/debian/

Bug#681971: marked as done (Syntax error in catalina.sh -security: java.security.policy==)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 19:22:24 -0430 with message-id <20120726235224.ga18...@valeria.miguel.cc> and subject line Re: Syntax error in catalina.sh -security: java.security.policy== has caused the Debian Bug report #681971, regarding Syntax error in catalina.sh -security: java.security.

Bug#681880: [ovs-dev] Bug#681880: [bug 681880 3/3] debian: Move database from /etc/openvswitch to /var/lib/openvswitch.

2012-07-26 Thread Ansis Atteka
On Thu, Jul 26, 2012 at 2:48 PM, Ben Pfaff wrote: > Debian bug #681880. > CC: 681...@bugs.debian.org > Reported-by: Bastian Blank > Signed-off-by: Ben Pfaff > --- > REPORTING-BUGS |2 +- > debian/automake.mk |1 + > debian/openvswitch-switch.dirs

Bug#665199: Path failure in slapd backup restore install script

2012-07-26 Thread Chris Hiestand
I can reproduce this; I get a failed slapd upgrade from Squeeze to Wheezy. For some reason slapcat is never run and the .ldif file is never created. Then load_databases() is run and tries to access a file that doesn't exist. > chiestand@sagan:/tmp/openldap-2.4.31/debian$ sudo dpkg --configure -a

Bug#680793: marked as done (zope2.12: FTBFS: IndexError: list index out of range)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 22:47:11 + with message-id and subject line Bug#680793: fixed in python-defaults 2.7.3-2 has caused the Debian Bug report #680793, regarding zope2.12: FTBFS: IndexError: list index out of range to be marked as done. This means that you claim that the proble

Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Sebastian Ramacher
Hi Michael, On 26/07/12 22:39, Michael Wild wrote: > How should I proceed? Should I upload viennacl-1.2.0-2 to mentors and > ask for sponsorship? I don't suppose that 1.3.0-1 would be uploadable > due to the freeze, right? > > Michael The diff between 1.2.0-1 and 1.3.0-1 is huge: 311 files chan

Bug#682905: can't import signatures

2012-07-26 Thread Daniel Pocock
Package: enigmail Version: 2:1.4.1-2 Severity: serious Just got back from DebConf and receiving signatures by email every day - but I can't import them. I have marked the bug `serious' because this obviously impacts an important workflow. I have the latest icedove and enigmail packages from whee

Bug#682504: marked as done (Vanilla standard live image kernel panics: init killed)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 22:32:12 + with message-id and subject line Bug#682504: fixed in live-boot 3.0~a38-1 has caused the Debian Bug report #682504, regarding Vanilla standard live image kernel panics: init killed to be marked as done. This means that you claim that the problem

Bug#666148: mendexk: Links statically against libkpathsea

2012-07-26 Thread Nobuhiro Iwamatsu
Hi, On Thu, Jul 26, 2012 at 6:17 PM, Julien Cristau wrote: > On Wed, Jul 11, 2012 at 06:11:01 +0900, Nobuhiro Iwamatsu wrote: > >> diff -u mendexk-2.6e/Makefile mendexk-2.6e/Makefile >> --- mendexk-2.6e/Makefile >> +++ mendexk-2.6e/Makefile >> @@ -12,7 +12,7 @@ >> >> # for Debian's libkpathsea-d

Bug#682504: Vanilla standard live image kernel panics: init killed

2012-07-26 Thread Daniel Baumann
On 07/26/2012 09:12 PM, Richard Nelson wrote: > fixed in git. thank you ;) -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, ema

Bug#681955: [PATCH] ovs-ctl: Start the rest of Open vSwitch if loading brcompat module fails.

2012-07-26 Thread Ben Pfaff
This may be more useful in practice than failing the entire OVS startup sequence. Debian bug #681955. CC: 681...@bugs.debian.org Reported-by: Bastian Blank Signed-off-by: Ben Pfaff --- utilities/ovs-ctl.in |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/utilities/

Bug#681955: openvswitch-switch - Enabling brcompat breaks normal operation

2012-07-26 Thread Ben Pfaff
On Thu, Jul 26, 2012 at 10:44:58AM +0200, Bastian Blank wrote: > On Wed, Jul 18, 2012 at 06:50:10AM -0700, Ben Pfaff wrote: > > On Wed, Jul 18, 2012 at 09:57:13AM +0200, Bastian Blank wrote: > > > Enabling brcompat without openvswitch-brcompat installed or the module > > > available breaks the init

Processed: tagging 682840

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 682840 + pending Bug #682840 [apache2.2-common] Default /etc/apache2/mods-available/disk_cache.conf is incompatible with ext3 Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 682840: htt

Bug#681880: [bug 681880 3/3] debian: Move database from /etc/openvswitch to /var/lib/openvswitch.

2012-07-26 Thread Ben Pfaff
Debian bug #681880. CC: 681...@bugs.debian.org Reported-by: Bastian Blank Signed-off-by: Ben Pfaff --- REPORTING-BUGS |2 +- debian/automake.mk |1 + debian/openvswitch-switch.dirs |1 + debian/openvswitch-switch.postinst | 15 +++ de

Bug#681880: [bug 681880 2/3] ovsdb: Make "ovsdb-tool create" work through a dangling symlink.

2012-07-26 Thread Ben Pfaff
open() with O_CREAT|O_EXCL yields EEXIST if the name passed in is a symlink, but we would like "ovsdb-tool create /etc/openvswitch/conf.db" to work if /etc/openvswitch/conf.db is a symlink to elsewhere in the file system. This commit fixes the problem. It introduces a theoretical race, but no one

Bug#681880: [bug 681880 1/3] lockfile: Fix hang locking through a dangling symlink.

2012-07-26 Thread Ben Pfaff
open() with O_CREAT|O_EXCL yields EEXIST if the file being opened is a symlink. lockfile_try_lock() interpreted that error code to mean that some other process had created the lock file in the meantime, so it went around its loop again, which found out the same thing, which led to a hang. This co

Bug#682410: Re: Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Michael Wild
On 07/26/2012 10:23 PM, Sebastian Ramacher wrote: > Hi Karl, > > On 26/07/12 21:48, Karl Rupp wrote: >> thanks for the patch. Just two short questions: >> * Which compiler (version) did you use? > > gcc 4.7 > >> * Do you happen to know whether the error shows up with ViennaCL 1.3.0 as >> well?

Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Karl Rupp
Hi Sebastian, ah, thanks for the info. We'll include the fix with the upcoming 1.3.1 release. Thanks a lot :-) Best regards, Karli On 07/26/2012 10:23 PM, Sebastian Ramacher wrote: Hi Karl, On 26/07/12 21:48, Karl Rupp wrote: thanks for the patch. Just two short questions: * Which compil

Bug#682639: tunnelx: FTBFS: xargs: /usr/lib/jvm/default-java/bin/javac: No such file or directory

2012-07-26 Thread Wookey
+++ Michael Terry [2012-07-26 15:10 -0400]: > > This patch should fix it. /usr/lib/jvm/default-java is provided by > default-jre-headless. Which is Depended on by default-jre, which is > Depended on by default-jdk. So if you switch the hard-coded Depend on > openjdk-6-jdk to default-jdk, you sh

Bug#680798: Help with gcc-4.7 needed (Was: poco: FTBFS with multiarch libmysqlclient-dev)

2012-07-26 Thread Andreas Tille
Hi Adam, On Thu, Jul 26, 2012 at 10:00:53PM +0100, Adam D. Barratt wrote: > On Thu, 2012-07-26 at 14:45 +0200, Andreas Tille wrote: > > BTW, it seems to me that libpoco development only happens in experimental > > and unstable does not deserve the attention it would need. Please help > > fixing t

Bug#650059: Bug#680798: Help with gcc-4.7 needed (Was: poco: FTBFS with multiarch libmysqlclient-dev)

2012-07-26 Thread Adam D. Barratt
On Thu, 2012-07-26 at 14:45 +0200, Andreas Tille wrote: > BTW, it seems to me that libpoco development only happens in experimental > and unstable does not deserve the attention it would need. Please help > fixing the problem to make sure the reverse depends can stay in testing. "Stay" would impl

Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Sebastian Ramacher
Hi Karl, On 26/07/12 21:48, Karl Rupp wrote: > thanks for the patch. Just two short questions: > * Which compiler (version) did you use? gcc 4.7 > * Do you happen to know whether the error shows up with ViennaCL 1.3.0 as > well? ViennaCL 1.3.0 has the same issue. Michael Wild's package at me

Processed: Re: Bug#682896: Please remove doc-linux-de

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 682896 RM: doc-linux-de -- RoQA outdated Bug #682896 [ftp.debian.org] Please remove doc-linux-de Changed Bug title to 'RM: doc-linux-de -- RoQA outdated' from 'Please remove doc-linux-de' > tags 682896 moreinfo Bug #682896 [ftp.debian.org

Bug#682896: Please remove doc-linux-de

2012-07-26 Thread Martin Eberhard Schauer
Package: ftp.debian.org Severity: grave Dear FTP Masters, by accident I had a look at my old mails (1). The improved machine translation is roughly How are the German HOWTOs involved? Those responsible have disappeared, but the HOWTOs crop up yet. Is the whole project dead? Smells

Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Karl Rupp
Hi Sebastian, thanks for the patch. Just two short questions: * Which compiler (version) did you use? * Do you happen to know whether the error shows up with ViennaCL 1.3.0 as well? Thanks and best regards, Karli (ViennaCL lead developer) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@li

Bug#682648: python-gnupg: FTBFS: test hangs for 60 mins

2012-07-26 Thread Elena Grandi
On 2012-07-25 at 15:30:16 +0200, Felix Geyer wrote: > That test requires a lot of random data (5 MB). > It seems to be only used for testing if signing files work. > Do you have an idea why the data needs to be random > instead of just using a hardcoded pattern to generate > that file? Just to be

Bug#680798: Help with gcc-4.7 needed (Was: poco: FTBFS with multiarch libmysqlclient-dev)

2012-07-26 Thread Andreas Tille
Hi Cristian, thanks for your intent to fix the package. In case you might have missed it on debian-mentors a patch was posted: http://lists.debian.org/debian-mentors/2012/07/msg00446.html Just let us know if you might face any trouble Andreas. On Thu, Jul 26, 2012 at 07:47:35PM +020

Bug#680424: trac-odtexport: depends on nonexisting python-pil if rebuilt

2012-07-26 Thread Daniel Kahn Gillmor
On 07/26/2012 01:21 PM, gregor herrmann wrote: > Find a patch attached. thanks for the nudge, gregor. I've just uploaded this fix as 0.6.0+svn10787-2. > What worries me a bit is the change in the python dependencies: > > From the package in the archive: > Depends: python2.7 | python2.6, python

Bug#680424: marked as done (trac-odtexport: depends on nonexisting python-pil if rebuilt)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 19:17:23 + with message-id and subject line Bug#680424: fixed in trac-odtexport 0.6.0+svn10787-2 has caused the Debian Bug report #680424, regarding trac-odtexport: depends on nonexisting python-pil if rebuilt to be marked as done. This means that you claim

Bug#680424: trac-odtexport: depends on nonexisting python-pil if rebuilt

2012-07-26 Thread gregor herrmann
On Thu, 26 Jul 2012 15:09:20 -0400, Daniel Kahn Gillmor wrote: > > Find a patch attached. > thanks for the nudge, gregor. I've just uploaded this fix as > 0.6.0+svn10787-2. Cool, thanks. > > From the package in the archive: > > Depends: python2.7 | python2.6, python (>= 2.6.6-7~), python (<< 2

Bug#679669: [Pkg-javascript-devel] Bug#679669: underscore: build-dependency on uglifyjs not satisfiable in wheezy

2012-07-26 Thread gregor herrmann
On Thu, 26 Jul 2012 20:58:17 +0200, Jonas Smedegaard wrote: > > how about using perl (libjavascript-minifier-perl) to minify the > > JavaScript? > I favor no minification over switching to different minifier. See my > (attempt at) explanation why at bug#679665. Fair enough, and thanks for the p

Processed: Re: Bug#682504: Vanilla standard live image kernel panics: init killed

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 682504 pending Bug #682504 [live-boot] Vanilla standard live image kernel panics: init killed Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 682504: http://bugs.debian.org/cgi-bin/bugrep

Bug#682639: tunnelx: FTBFS: xargs: /usr/lib/jvm/default-java/bin/javac: No such file or directory

2012-07-26 Thread Michael Terry
Package: tunnelx Version: 20110801-4 Followup-For: Bug #682639 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch Dear Maintainer, This patch should fix it. /usr/lib/jvm/default-java is provided by default-jre-headless. Which is Depended on by default-jre, which is

Bug#682504: Vanilla standard live image kernel panics: init killed

2012-07-26 Thread Richard Nelson
tag 682504 pending thanks On Tue, Jul 24, 2012 at 7:31 PM, Ben Armstrong wrote: > I retested with a simpler config, just the 'standard' list this time, > but otherwise the same as before. Also, I turned on 'set -x' in the init > script in initramfs to see what was happening. It turns out the cras

Bug#679669: [Pkg-javascript-devel] Bug#679669: underscore: build-dependency on uglifyjs not satisfiable in wheezy

2012-07-26 Thread Jonas Smedegaard
On 12-07-26 at 08:01pm, gregor herrmann wrote: > Control: tag 679669 + patch > > On Sat, 30 Jun 2012 18:24:31 +0200, Julien Cristau wrote: > > > underscore in wheezy build-depends on uglifyjs, which is missing > > there. This needs to be fixed before release. > > Hi Jonas, > > how about using

Processed: Re: Bug#680845: derivations: FTBFS: Can't create output index file /«PKGBUILDDIR»/tex/main.ind.

2012-07-26 Thread Debian Bug Tracking System
Processing control commands: > clone 680845 -1 Bug #680845 [src:derivations] derivations: FTBFS: Can't create output index file /«PKGBUILDDIR»/tex/main.ind. Bug 680845 cloned as bug 682892 > reassign -1 rubber Bug #682892 [src:derivations] derivations: FTBFS: Can't create output index file /«

Bug#680845: derivations: FTBFS: Can't create output index file /«PKGBUILDDIR»/tex/main.ind.

2012-07-26 Thread Sebastian Ramacher
Control: clone 680845 -1 Control: reassign -1 rubber Control: retitle -1 rubber: calls makeindex with absolute paths Control: forwarded -1 https://bugs.launchpad.net/rubber/+bug/706338 Control: block 680845 by -1 On 08/07/12 19:05, Lucas Nussbaum wrote: >> rubber main.tex >> compiling main.tex...

Processed: tagging 682882

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 682882 + sid wheezy Bug #682882 [inguma] inguma: Recommends non-existent python-qt3 package Added tag(s) sid and wheezy. > thanks Stopping processing here. Please contact me if you need assistance. -- 682882: http://bugs.debian.org/cgi-bin/

Bug#681316: marked as done (httpie: missing dependency on python-pkg-resources)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 18:02:09 + with message-id and subject line Bug#681316: fixed in httpie 0.1.6+20120309git-2.1 has caused the Debian Bug report #681316, regarding httpie: missing dependency on python-pkg-resources to be marked as done. This means that you claim that the pro

Bug#679669: underscore: build-dependency on uglifyjs not satisfiable in wheezy

2012-07-26 Thread gregor herrmann
Control: tag 679669 + patch On Sat, 30 Jun 2012 18:24:31 +0200, Julien Cristau wrote: > underscore in wheezy build-depends on uglifyjs, which is missing there. > This needs to be fixed before release. Hi Jonas, how about using perl (libjavascript-minifier-perl) to minify the JavaScript? Patch a

Processed: Re: Bug#679669: underscore: build-dependency on uglifyjs not satisfiable in wheezy

2012-07-26 Thread Debian Bug Tracking System
Processing control commands: > tag 679669 + patch Bug #679669 [src:underscore] underscore: build-dependency on uglifyjs not satisfiable in wheezy Added tag(s) patch. -- 679669: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679669 Debian Bug Tracking System Contact ow...@bugs.debian.org with

Bug#650059: Help with gcc-4.7 needed (Was: poco: FTBFS with multiarch libmysqlclient-dev)

2012-07-26 Thread Cristian Greco
On Thu, 26 Jul 2012 14:45:02 +0200 Andreas Tille wrote: > Hi, > > I tried to apply the patch that is supposed to solve the problem below > but I was running in another problem which sounds quite familiar from > other gcc-4.7 issues. I tried to fix the problem in Git > >git+ssh://git.debian

Bug#681316: httpie: diff for NMU version 0.1.6+20120309git-2.1

2012-07-26 Thread Scott Kitterman
On Thursday, July 26, 2012 12:45:47 PM Evgeni Golov wrote: > Go ahead. I'm on vacation and cannot upload anything until next monday > anyways (i hoped to get OK from release team before leaving, but didnt, the > guys seem busy ;)) OK. Uploading. The only change I made was to drop the -1 revision

Bug#681687: missing mime entry

2012-07-26 Thread Steve Langasek
On Thu, Jul 26, 2012 at 04:48:59PM +0100, Ian Jackson wrote: > Josselin Mouette writes ("Bug#681687: missing mime entry"): > > Le jeudi 26 juillet 2012 à 12:50 +0100, Ian Jackson a écrit : > > > 4. We do not disagree with the Release Team's assessment that > > > the failure of the evince pack

Bug#680424: trac-odtexport: depends on nonexisting python-pil if rebuilt

2012-07-26 Thread gregor herrmann
Control: tag 680424 + patch On Thu, 05 Jul 2012 20:54:05 +0200, Julian Taylor wrote: > if this package is rebuild without -imaging installed it collects a > dependency on python-pil which does not exist. > The dependency is generated form dh_python2. > the requires.txt dependency needs to be over

Bug#680423: trac-wikiprint: depends on nonexisting python-pil if rebuilt

2012-07-26 Thread gregor herrmann
Control: tag 680423 + patch On Thu, 05 Jul 2012 20:39:41 +0200, Julian Taylor wrote: > if this package is rebuild it collects a dependency on python-pil from > dh_python2 which does not exist. > the requires.txt dependency needs to be overriden to python-imaging, > e.g. with debian/pydist-overrid

Processed: Re: Bug#680424: trac-odtexport: depends on nonexisting python-pil if rebuilt

2012-07-26 Thread Debian Bug Tracking System
Processing control commands: > tag 680424 + patch Bug #680424 [trac-odtexport] trac-odtexport: depends on nonexisting python-pil if rebuilt Added tag(s) patch. -- 680424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680424 Debian Bug Tracking System Contact ow...@bugs.debian.org with proble

Processed: Re: Bug#680423: trac-wikiprint: depends on nonexisting python-pil if rebuilt

2012-07-26 Thread Debian Bug Tracking System
Processing control commands: > tag 680423 + patch Bug #680423 [trac-wikiprint] trac-wikiprint: depends on nonexisting python-pil if rebuilt Added tag(s) patch. -- 680423: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680423 Debian Bug Tracking System Contact ow...@bugs.debian.org with proble

Bug#681922: patch

2012-07-26 Thread Julian Squires
I'm not sure what the intent of those keyword defvars were, but the following patch allows sml-mode to compile for emacs24. No idea if it breaks emacs23. --- sml-mode-4.1.orig/sml-compat.el +++ sml-mode-4.1/sml-compat.el @@ -95,13 +95,6 @@ If DIR-FLAG is non-nil, create a new emp (defmacro def

Bug#680080: [Pkg-mediawiki-devel] Invalidated by dependency: Excuse for mediawiki-extensions

2012-07-26 Thread Platonides
On 11/07/12 09:38, Thorsten Glaser wrote: >> b) MediaWiki resourceloader will automatically minify the javascript >> sent to the user. It doesn't need (nor should) be preminified. > > That doesn’t have anything to do with what’s in the Debian > binary packages of the various ECMAscript libraries,

Processed: RM: zeitgeist-extension

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 682883 normal Bug #682883 [zeitgeist-extensions] zeitgeist-extension: Should this package be removed from the archive? Severity set to 'normal' from 'serious' > reassign 682883 ftp.debian.org Bug #682883 [zeitgeist-extensions] zeitgeist-

Bug#682883: RM: zeitgeist-extension

2012-07-26 Thread Siegfried-Angel Gevatter Pujals
severity 682883 normal reassign 682883 ftp.debian.org retitle 682883 RM: zeitgeist-extension -- RoM; obsoleted thanks Hi Laurent, That's right, thanks for the heads-up! Kind regards, -- Siegfried -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscr

Bug#681146: bitlbee-common: fails to install, purge, and install again

2012-07-26 Thread gregor herrmann
Control: tag 681146 + patch On Wed, 11 Jul 2012 00:37:58 +0200, Andreas Beckmann wrote: > Looks like the home directory is removed but the user remains, so the > next installation won't recreate the missing homedirectory and using > the homeless user fails later on. Actually this looks all good

Processed: Re: Bug#681146: bitlbee-common: fails to install, purge, and install again

2012-07-26 Thread Debian Bug Tracking System
Processing control commands: > tag 681146 + patch Bug #681146 [bitlbee-common] bitlbee-common: fails to install, purge, and install again Added tag(s) patch. -- 681146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681146 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#682627: ddd: FTBFS: configure hangs for 60 minutes

2012-07-26 Thread Daniel Schepler
On Tue, Jul 24, 2012 at 2:43 AM, Lucas Nussbaum wrote: > Source: ddd > Version: 1:3.3.12-3 > Severity: serious > Tags: wheezy sid > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20120724 qa-ftbfs > Justification: FTBFS on amd64 > > Hi, > > During a rebuild of all packages in sid, your pack

Bug#663674: ztex-bmp: FTBFS: bmp.pas(309, 20) Error: Call by var for arg no. 1 has to match exactly: Got "CMacroBuf" expected "CTextBuf"

2012-07-26 Thread gregor herrmann
On Sat, 12 May 2012 17:05:13 +0200, Steffen Möller wrote: > Peter, have many thanks. I see what I can do over the weekend. Seems you're having a long weekend :) IOW: Any news on this bug? The patch seems small and reasonable to me. Cheers, gregor -- .''`. Homepage: http://info.comodo.pri

Processed: found 682883 in 0.0.6-1

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 682883 0.0.6-1 Bug #682883 [zeitgeist-extensions] zeitgeist-extension: Should this package be removed from the archive? There is no source info for the package 'zeitgeist-extensions' at version '0.0.6-1' with architecture '' Unable to make

Bug#679557: marked as done (xserver-xorg-video-nouveau: Fermi cards need Linux 3.4 for acceleration)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 16:17:58 + with message-id and subject line Bug#679557: fixed in xserver-xorg-video-nouveau 1:1.0.1-3 has caused the Debian Bug report #679557, regarding xserver-xorg-video-nouveau: Fermi cards need Linux 3.4 for acceleration to be marked as done. This mea

Processed: reassign 682883 to zeitgeist-extensions

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 682883 zeitgeist-extensions Bug #682883 [src:zeitgeist-extension] zeitgeist-extension: Should this package be removed from the archive? Warning: Unknown package 'src:zeitgeist-extension' Bug reassigned from package 'src:zeitgeist-extensi

Bug#682883: zeitgeist-extension: Should this package be removed from the archive?

2012-07-26 Thread Laurent Bigonville
Source: zeitgeist-extension Version: 0.0.6-1 Severity: serious User: debian...@lists.debian.org Usertags: proposed-removal Hi, I've the feeling that this package should be removed from the archive since zeitgeist has been rewritten to vala. If you don't think this package is needed any more, ple

Processed: Re: [Packaging] Bug#682869: munin: insecure/misleading apache configuration (authentication bypass)

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 682869 2.0.1-1 Bug #682869 [munin] munin: insecure/misleading apache configuration (authentication bypass) Marked as found in versions munin/2.0.1-1. > found 682869 1.4.5-3 Bug #682869 [munin] munin: insecure/misleading apache configuration

Bug#682869: [Packaging] Bug#682869: munin: insecure/misleading apache configuration (authentication bypass)

2012-07-26 Thread Holger Levsen
found 682869 2.0.1-1 found 682869 1.4.5-3 # h01ger: for the same reason that removing the config does not solve # the issue, the issue is present in squeeze # h01ger: i.e. it ships a cgi-graph => bypass possible thanks -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a

Bug#671673: dvipsk-ja: unowned file /usr/local/share/texmf/ls-R after purge (policy 6.8, 9.1.2)

2012-07-26 Thread gregor herrmann
On Sat, 14 Jul 2012 01:17:06 +0900, Taku YASUI wrote: > I create a patch fixing this bug. Please apply attached patch. > Please apply it. Any reason for not uploading this NMU to a DELAYED queue? Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06

Bug#678752: scim-unikey: FTBFS: unikey_setup.cpp:27:43: error: 'GTK_OBJECT' was not declared in this scope

2012-07-26 Thread gregor herrmann
On Thu, 19 Jul 2012 09:36:05 +0900, Nobuhiro Iwamatsu wrote: > Sorry, I mistook attaching a patch. > I attached... to this mail. Any reason for not uploading this NMU to a DELAYED queue? Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : D

Bug#682882: inguma: Recommends non-existent python-qt3 package

2012-07-26 Thread Scott Kitterman
Package: inguma Version: 0.0.7.2-2 Severity: serious inguma recommends python-qt3, which has been removed from the archive. It's not clear if the best solution is to drop the recommends or remove this package. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject o

Bug#682408: marked as done (pycg: FTBFS with nvidia-cg-toolkit (3.1.0013-1))

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 15:54:14 + with message-id and subject line Bug#682773: Removed package(s) from unstable has caused the Debian Bug report #682408, regarding pycg: FTBFS with nvidia-cg-toolkit (3.1.0013-1) to be marked as done. This means that you claim that the problem has

Bug#527714: marked as done (pornview: FTBFS: gtkcellrendererpixmap.h:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gtk_cell_renderer_pixmap_get_type')

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 15:52:41 + with message-id and subject line Bug#682757: Removed package(s) from unstable has caused the Debian Bug report #527714, regarding pornview: FTBFS: gtkcellrendererpixmap.h:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gtk_cel

Bug#632378: marked as done (python-pyglew: ImportError: libpython2.6.so.1.0: cannot open shared object file: No such file or directory)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 15:51:36 + with message-id and subject line Bug#682775: Removed package(s) from unstable has caused the Debian Bug report #632378, regarding python-pyglew: ImportError: libpython2.6.so.1.0: cannot open shared object file: No such file or directory to be mar

Bug#681687: missing mime entry

2012-07-26 Thread Ian Jackson
Josselin Mouette writes ("Bug#681687: missing mime entry"): > Le jeudi 26 juillet 2012 à 12:50 +0100, Ian Jackson a écrit : > > 4. We do not disagree with the Release Team's assessment that > > the failure of the evince package to provide a mime type > > entry is a release critical bug.

Bug#682481: gnome-shell: epiphany shouldn't be the default browser

2012-07-26 Thread Josselin Mouette
Le jeudi 26 juillet 2012 à 15:36 +0200, Nico Golde a écrit : > FWIW, I do support Julien's request to change this. Without going into detail > why I think that security should have priority here, why is gtk3 support even > an issue? Can you explain this a little further? There is a general prob

Bug#659417:

2012-07-26 Thread Mathieu Malaterre
Looks like 659417 is simply a result of 667417. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Processed: your mail

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 667417 pending Bug #667417 [wrapitk-python] wrapitk-python: ftbfs with recent gccxml Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 667417: http://bugs.debian.org/cgi-bin/bugreport.cgi?

Bug#675181: marked as done (gccxml cannot parse under GCC 4.7.1)

2012-07-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Jul 2012 15:32:14 + with message-id and subject line Bug#675181: fixed in gccxml 0.9.0+cvs20120420-4 has caused the Debian Bug report #675181, regarding gccxml cannot parse under GCC 4.7.1 to be marked as done. This means that you claim that the problem has been de

Processed: Re: NFS4 krb5 mounts hang under nfs-utils 1.2.6-3

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 682709 important Bug #682709 [nfs-kernel-server] nfs-kernel-server: NFS4 krb5 mounts hang under nfs-utils 1.2.6-3 Severity set to 'important' from 'grave' > thanks Stopping processing here. Please contact me if you need assistance. --

Bug#682709: NFS4 krb5 mounts hang under nfs-utils 1.2.6-3

2012-07-26 Thread Nicolas Bourdaud
severity 682709 important thanks For a reason I don't understand, after the last reboot of the server and client, everything works again. I suspect the last configuration changes (before my previous email) did not propagate correctly because of some caching (or some other reason that would go beyo

Processed: your mail

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 675181 pending Bug #675181 [gccxml] gccxml cannot parse under GCC 4.7.1 Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 675181: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675181 D

Processed: your mail

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 675181 fixed-upstream Bug #675181 [gccxml] gccxml cannot parse under GCC 4.7.1 Added tag(s) fixed-upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 675181: http://bugs.debian.org/cgi-bin/bugreport.cg

Bug#675181: gccxml cannot parse under GCC 4.7.1

2012-07-26 Thread Brad King
On 07/26/2012 05:31 AM, Mathieu Malaterre wrote: > reopen 675181 > severity grave > retitle 675181 gccxml cannot parse under GCC 4.7.1 > forwarded 675181 http://www.gccxml.org/Bug/view.php?id=13372 > thanks > > Not sure if this is ideal to reopen the bug instead of creating a new > one. But I bel

Processed: Re: NFS4 krb5 mounts hang under nfs-utils 1.2.6-3

2012-07-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 682709 grave Bug #682709 [nfs-kernel-server] nfs-kernel-server: NFS4 krb5 mounts hang under nfs-utils 1.2.6-3 Severity set to 'grave' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 6827

Bug#682869: [Packaging] Bug#682869: munin: insecure/misleading apache configuration (authentication bypass)

2012-07-26 Thread Holger Levsen
Hi Helmut, On Donnerstag, 26. Juli 2012, Helmut Grohne wrote: > Justification: user security hole thanks a lot for your ongoing work on Debian security! Much appreciated! :-) About the issue at hand, I'll see what I can do... more notes from IRC: helmut, any idea how to fix? h01ger: that's

  1   2   >