Bug#159620: Patch, try 2

2002-09-04 Thread Joel Baker
Some days, it doesn't pay to get out of bed. Try this patch, instead; the previous one attempted (and failed) to catch any netbsd* arch; this one will simply check the list of archs. diff -urN debian.orig/rules.defs debian/rules.defs --- debian.orig/rules.defs Wed Sep 4 22:26:15 2002 +++ deb

Bug#159650: gcc-3.2: Please disable 'make check' for hurd-i386

2002-09-04 Thread Jeff Bailey
Package: gcc-3.2 Version: 1:3.2.1-0pre1 Severity: wishlist Please disable 'make check' for hurd-i386. Until we correctly support ulimit, make check will always crash the machine. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux outpost.dnsalias.org 2.4.19-

Re: problem with newer gcc

2002-09-04 Thread Michael Meskes
On Tue, Sep 03, 2002 at 09:06:21PM +0200, Martin v. Loewis wrote: > It might be easier if you just report the errors that you get, perhaps > along with code fragments that the error messages refer to. As I'm not the upstream I do not know the code that well, so I thought it would be easier if you

Bug#159620: Patch for __cxa_atexit

2002-09-04 Thread Joel Baker
tag 159620 +patch diff -urN debian.orig/rules.defs debian/rules.defs --- debian.orig/rules.defs Wed Sep 4 16:39:06 2002 +++ debian/rules.defs Wed Sep 4 16:45:59 2002 @@ -100,6 +100,13 @@ enabled_languages += c++ endif +# __cxa_atexit - +# The __cxa_atexit API does not ex

Bug#159620: FTBFS: NetBSD libc does not have __cxa_atexit

2002-09-04 Thread Joel Baker
Package: gcc-3.2 Version: 3.2ds0-0pre4 Severity: normal The --enable-__cxa_atexit flag (new to 3.2) is enabled for all arches. While this works fine for any GNU libc based arch, NetBSD does not (yet) have support for __cxa_atexit. A feature request will be filed with NetBSD to add this to the nex