Bug#356168: marked as done (FTBFS with G++ 4.1: not defiend in scope)

2006-03-09 Thread Debian Bug Tracking System
Your message dated Thu, 09 Mar 2006 23:32:06 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#356168: fixed in re2c 0.9.12-2 has caused the attached Bug report 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

Processing of re2c_0.9.12-2_i386.changes

2006-03-09 Thread Archive Administrator
re2c_0.9.12-2_i386.changes uploaded successfully to localhost along with the files: re2c_0.9.12-2.dsc re2c_0.9.12-2.diff.gz re2c_0.9.12-2_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [

Bug#356177: FTBFS: ./configure: line 2778: syntax error near unexpected token `('

2006-03-09 Thread Martin Michlmayr
Package: fv Version: 3.0-13 Severity: serious Your packages fails to build in unstable with the error message below. A number of other packages have similar problems. #344981 says "This error is usually caused by broken old versions of tcl.m4; the current tcl packages have fixed versions." > Au

Bug#356168: FTBFS with G++ 4.1: not defiend in scope

2006-03-09 Thread Martin Michlmayr
Package: re2c Version: 0.9.12-1 Severity: important Tags: patch Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious. A patch is below. > Automatic build

Processed: patch

2006-03-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 355352 + patch Bug#355352: FTBFS with G++ 4.1: extra qualification 'String::' on member 'equal' There were no tags set. Tags added: patch > severity 355352 important Bug#355352: FTBFS with G++ 4.1: extra qualification 'String::' on member 'equal'

Bug#355352: patch

2006-03-09 Thread Martin Michlmayr
tags 355352 + patch severity 355352 important thanks Here's a patch. --- ./src/common/ivi_String.h~ 2006-03-10 04:35:22.0 + +++ ./src/common/ivi_String.h 2006-03-10 04:35:27.0 + @@ -43,7 +43,7 @@ int equal(String *str) const; int equal(const char *str) cons

Bug#356098: FTBFS with G++ 4.1: extra qualification

2006-03-09 Thread Martin Michlmayr
Package: oonsoo Version: 1.2-9 Severity: important Tags: patch Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious. A patch is below. > Automatic build o

Bug#356097: laptop-netconf: French debconf templates translation update

2006-03-09 Thread Simon Paillard
Package: laptop-netconf Severity: wishlist Tags: patch l10n Please find attached the french debconf templates update, proofread by the debian-l10n-french mailing list contributors. Best regards, -- Simon Paillard # #Translators, if you are not familiar with the PO format, gettext #docum

Bug#356093: FTBFS with G++ 4.1: extra qualification ...

2006-03-09 Thread Martin Michlmayr
Package: synopsis Version: 0.5.0-4 Severity: important Tags: patch Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious. A patch is below. > Automatic bui

Bug#356063: marked as done (xpvm: FTBFS: Cannot find -lXpm)

2006-03-09 Thread Debian Bug Tracking System
Your message dated Thu, 09 Mar 2006 06:47:47 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#356063: fixed in xpvm 1.2.5-9 has caused the attached Bug report 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

Bug#152128: vcg: xvcg dies with segfault when opening a vcg file

2006-03-09 Thread Justin Pryzby
On Thu, Mar 09, 2006 at 11:19:38AM +0100, Matej Vela wrote: > Justin Pryzby <[EMAIL PROTECTED]> writes: > > > On Tue, Mar 07, 2006 at 11:47:25PM +0100, Matej Vela wrote: > >> I think I've tracked this down to a memory overrun in src/X11dev.c. > >> Does the attached patch work for you? > > > > That

xpvm_1.2.5-9_i386.changes ACCEPTED

2006-03-09 Thread Debian Installer
Accepted: xpvm_1.2.5-9.diff.gz to pool/main/x/xpvm/xpvm_1.2.5-9.diff.gz xpvm_1.2.5-9.dsc to pool/main/x/xpvm/xpvm_1.2.5-9.dsc xpvm_1.2.5-9_i386.deb to pool/main/x/xpvm/xpvm_1.2.5-9_i386.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 356063 Thank you for your contrib

Processing of xpvm_1.2.5-9_i386.changes

2006-03-09 Thread Archive Administrator
xpvm_1.2.5-9_i386.changes uploaded successfully to localhost along with the files: xpvm_1.2.5-9.dsc xpvm_1.2.5-9.diff.gz xpvm_1.2.5-9_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAI

Bug#356063: xpvm: FTBFS: Cannot find -lXpm

2006-03-09 Thread Daniel Schepler
Package: xpvm Version: 1.2.5-8 Severity: serious From my pbuilder build log: ... cc -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS -DCTIMEISTIMET -DSYSERRISCONST -DNOTMPNAM -DUSESTRERROR -o xpvm xpvm.o commands.o pvm.o trace.o compat.trace.o tw

Bug#152128: vcg: xvcg dies with segfault when opening a vcg file

2006-03-09 Thread Matej Vela
Justin Pryzby <[EMAIL PROTECTED]> writes: > On Tue, Mar 07, 2006 at 11:47:25PM +0100, Matej Vela wrote: >> I think I've tracked this down to a memory overrun in src/X11dev.c. >> Does the attached patch work for you? > > That's awesome :) How did you find it? I set a bunch of breakpoints to see w

src2tex_2.12h-7_i386.changes ACCEPTED

2006-03-09 Thread Debian Installer
Accepted: src2tex_2.12h-7.diff.gz to pool/main/s/src2tex/src2tex_2.12h-7.diff.gz src2tex_2.12h-7.dsc to pool/main/s/src2tex/src2tex_2.12h-7.dsc src2tex_2.12h-7_i386.deb to pool/main/s/src2tex/src2tex_2.12h-7_i386.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 284029 30

Processing of src2tex_2.12h-7_i386.changes

2006-03-09 Thread Archive Administrator
src2tex_2.12h-7_i386.changes uploaded successfully to localhost along with the files: src2tex_2.12h-7.dsc src2tex_2.12h-7.diff.gz src2tex_2.12h-7_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? C