Bug#131399: gcc-3.0: Initialization of flexible char array member sefgaults

2002-01-29 Thread Falk Hueffner
Package: gcc-3.0 Version: 1:3.0.3-1 Severity: normal Hi, [EMAIL PROTECTED]:~% cat bug.c struct descr { int len; char data[]; }; int foo() { struct descr s1 = { 3, FOO }; } [EMAIL PROTECTED]:~% /usr/bin/gcc-3.0 bug.c bug.c: In function `foo': bug.c:6: Internal error: Segmentation

Re: debug info format

2002-01-29 Thread Daniel Jacobowitz
On Mon, Jan 28, 2002 at 05:52:40PM +0200, Alexei Khlebnikov wrote: Hello all. I have a problem: my shared library cannot be linked, because it's too big (all objs are 140 megs in size). I compile sources with -g option. As I understand, g++ produces level 2 debug info in stubs+ format.

Re: debug info format

2002-01-29 Thread Christopher C. Chimelis
On Tue, 29 Jan 2002, Daniel Jacobowitz wrote: On Mon, Jan 28, 2002 at 05:52:40PM +0200, Alexei Khlebnikov wrote: Hello all. I have a problem: my shared library cannot be linked, because it's too big (all objs are 140 megs in size). I compile sources with -g option. As I

Bug#131428: [Debian Installer installer@ftp-master.debian.org] gcc-defaults_0.17_ia64.changes REJECTED

2002-01-29 Thread James Troup
Package: gcc-defaults Version: 0.17 Severity: serious Justification: ia64 being out of date will keep it out of testing AFAICS this is a packaging error and not katie going crazy ? | To: Debian/IA64 non-US Build Daemon [EMAIL PROTECTED] | From: Debian Installer [EMAIL PROTECTED] | Subject:

gcc-3.0_3.0.4ds0-0pre020127_i386.changes INSTALLED

2002-01-29 Thread Debian Installer
Installing: cpp-3.0-doc_3.0.4-0pre020127_all.deb to pool/main/g/gcc-3.0/cpp-3.0-doc_3.0.4-0pre020127_all.deb cpp-3.0_3.0.4-0pre020127_i386.deb to pool/main/g/gcc-3.0/cpp-3.0_3.0.4-0pre020127_i386.deb fastjar_3.0.4-0pre020127_i386.deb to pool/main/g/gcc-3.0/fastjar_3.0.4-0pre020127_i386.deb

Bug#118391: marked as done (libstdc++3; do we really need to depend on the up-to-the-minute lastest version?)

2002-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2002 15:03:53 -0500 with message-id [EMAIL PROTECTED] and subject line Bug#118391: fixed in gcc-3.0 1:3.0.4ds0-0pre020127 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

Bug#118648: marked as done (Please use /etc/alternatives for the name 'jar')

2002-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2002 15:03:53 -0500 with message-id [EMAIL PROTECTED] and subject line Bug#118648: fixed in gcc-3.0 1:3.0.4ds0-0pre020127 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

Bug#128178: marked as done (gcc-3.0-sparc64 does not upgrade on sun4m/woody)

2002-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2002 15:03:53 -0500 with message-id [EMAIL PROTECTED] and subject line Bug#128178: fixed in gcc-3.0 1:3.0.4ds0-0pre020127 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

Bug#131428: marked as done ([Debian Installer installer@ftp-master.debian.org] gcc-defaults_0.17_ia64.changes REJECTED)

2002-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2002 15:04:14 -0500 with message-id [EMAIL PROTECTED] and subject line Bug#131428: fixed in gcc-defaults 0.18 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

gcc-snapshot_20020127-1_sparc.changes INSTALLED

2002-01-29 Thread Debian Installer
Installing: gcc-snapshot_20020127-1_sparc.deb to pool/main/g/gcc-snapshot/gcc-snapshot_20020127-1_sparc.deb Thank you for your contribution to Debian.

gcc-3.0_3.0.4ds0-0pre020127_sparc.changes INSTALLED

2002-01-29 Thread Debian Installer
Installing: cpp-3.0_3.0.4-0pre020127_sparc.deb to pool/main/g/gcc-3.0/cpp-3.0_3.0.4-0pre020127_sparc.deb fastjar_3.0.4-0pre020127_sparc.deb to pool/main/g/gcc-3.0/fastjar_3.0.4-0pre020127_sparc.deb fixincludes_3.0.4-0pre020127_sparc.deb to

Bug#131454: gcc -O2 produces wrong code on PPC (gnuchess example)

2002-01-29 Thread Lukas Geyer
Package: gcc Version: 2:2.95.4-9 Severity: important Compiling the current gnuchess source fails with this gcc (current woody) and optimization set to -O2. The reason seems to be that statements are not correctly serialized. Unfortunately I am not an expert in PPC assembler but here is the code

Bug#131463: Tries to symlink /usr/share/man/ja/man1/jar.1.gz.dpkg-tmp to /etc/alternatives/jar.ja.1.gz

2002-01-29 Thread Manoj Srivastava
Package: gij-3.0 Version: 1:3.0.4-0pre020127 Severity: grave Justification: renders package unusable Hi, My argument is that if one can't even install the package, surely it is unusable? Setting up gij-3.0 (3.0.4-0pre020127) ... update-alternatives: unable to make

Bug#131464: Tries to update a symlink in non existent /usr/share/man/ja/man1/

2002-01-29 Thread Manoj Srivastava
Package: fastjar Version: 1:3.0.4-0pre020127 Severity: grave Justification: renders package unusable Hi, My argument is that if one can't even install the package, surely it is unusable? Setting up fastjar (3.0.4-0pre020127) ... update-alternatives: unable to make

Bug#131454: gcc -O2 produces wrong code on PPC (gnuchess example)

2002-01-29 Thread Matthias Klose
Please could you recheck with gcc-3.0, and if this version doesn't fix it, with the recently uploaded gcc-snapshot package? Thanks, Matthias Lukas Geyer writes: Package: gcc Version: 2:2.95.4-9 Severity: important Compiling the current gnuchess source fails with this gcc (current woody)

Bug#131464: Tries to update a symlink in non existent /usr/share/man/ja/man1/

2002-01-29 Thread Matthias Klose
Manoj Srivastava writes: Package: fastjar Version: 1:3.0.4-0pre020127 Severity: grave Justification: renders package unusable Hi, My argument is that if one can't even install the package, surely it is unusable? sure, but I checked that it installs ... Setting up fastjar

Bug#131464: Tries to update a symlink in non existent /usr/share/man/ja/man1/

2002-01-29 Thread Manoj Srivastava
Matthias == Matthias Klose [EMAIL PROTECTED] writes: Matthias Manoj Srivastava writes: Package: fastjar Version: 1:3.0.4-0pre020127 Severity: grave Justification: renders package unusable Hi, My argument is that if one can't even install the package, surely it is unusable?

Bug#110791: Problem, RC2 no longer in posession

2002-01-29 Thread Pete de Zwart
I no longer have the tarball that contained the source tree that elicted this problem. Perhaps it is a good idea to close this bug as I am unable to further persue the issue. Anyway, let me know what happens. Pete de Zwart. -- $Id: .signature,v 1.2 2001/12/22 02:46:10 dezwart