Re: Bug#422421: gcc-4.1: generates wrong code on hppa when TLS variables are used

2007-05-06 Thread Aurelien Jarno
Aurelien Jarno a écrit : The attached patch fixes the problem, it has been submitted upstream and almost accepted (just a typo in the Changelog to fix). FYI the patch is now merged in upstream SVN. -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer

Bug#422513: gcc-4.1: Can't crosscompile: /usr/bin/ld: cannot find -lgcc

2007-05-06 Thread Elimar Riesebieter
Package: gcc-4.1 Version: 4.1.2-5 Severity: important I tried to build alsa-lib 1.0.14~rc3. On both PPC and I486 it stops: cd bibuild CC=gcc -m64 ../configure --prefix=/usr \ --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info \

Bug#422513: marked as done (gcc-4.1: Can't crosscompile: /usr/bin/ld: cannot find -lgcc)

2007-05-06 Thread Debian Bug Tracking System
Your message dated Sun, 6 May 2007 17:51:09 +0200 with message-id [EMAIL PROTECTED] and subject line Bug#422513: gcc-4.1: Can't crosscompile: /usr/bin/ld: cannot find -lgcc has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If

Processed: Re: Bug#422513: gcc-4.1: Can't crosscompile: /usr/bin/ld: cannot find -lgcc

2007-05-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: reassign 422513 alsa-lib Bug#422513: gcc-4.1: Can't crosscompile: /usr/bin/ld: cannot find -lgcc Bug reassigned from package `gcc-4.1' to `alsa-lib'. thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking

Bug#422513: gcc-4.1: Can't crosscompile: /usr/bin/ld: cannot find -lgcc

2007-05-06 Thread Matthias Klose
reassign 422513 alsa-lib thanks alsa-lib needs to b-d on gcc-multilib Elimar Riesebieter writes: Package: gcc-4.1 Version: 4.1.2-5 Severity: important I tried to build alsa-lib 1.0.14~rc3. On both PPC and I486 it stops: cd bibuild CC=gcc -m64 ../configure --prefix=/usr \

Processing of gcj-4.1_4.1.2-6_multi.changes

2007-05-06 Thread Archive Administrator
gcj-4.1_4.1.2-6_multi.changes uploaded successfully to localhost along with the files: libgcj7-1_4.1.2-6_i386.deb gcj-4.1_4.1.2-6_powerpc.deb libgcj7-jar_4.1.2-6_all.deb gcj-4.1-base_4.1.2-6_i386.deb gcj-4.1_4.1.2-6.dsc libgcj7-1-awt_4.1.2-6_i386.deb libgcj7-1_4.1.2-6_powerpc.deb

gcj-4.1_4.1.2-6_multi.changes ACCEPTED

2007-05-06 Thread Debian Installer
Accepted: gappletviewer-4.1_4.1.2-6_i386.deb to pool/main/g/gcj-4.1/gappletviewer-4.1_4.1.2-6_i386.deb gappletviewer-4.1_4.1.2-6_powerpc.deb to pool/main/g/gcj-4.1/gappletviewer-4.1_4.1.2-6_powerpc.deb gcj-4.1-base_4.1.2-6_i386.deb to pool/main/g/gcj-4.1/gcj-4.1-base_4.1.2-6_i386.deb

Bug#422569: gcj-4.1: gcj debug info emits line 0

2007-05-06 Thread Daniel Jacobowitz
Package: gcj-4.1 Version: 4.1.2-4 Severity: normal I recently upgraded gcj (and/or ecj?) and now a couple of GDB tests fail. To see the problem, take this file: public class jmain { public static void main (String[] args) { return; } } [EMAIL