Bug#233190: g++-3.3: Linking to wrong directory?
Package: g++-3.3 Version: 1:3.3.3-0pre3 Severity: normal Hi, I'm getting some funny errors. It *seems* to be g++, but I'm not positive: make[2]: Entering directory `/home/davidw/workshop/GraphicsMagick/Magick++/lib' /bin/sh ../../libtool --silent --mode=link g++ -pthread -L/usr/X11R6/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -L/usr/lib -L/usr/lib -o libGraphicsMagick++.la -rpath /home/davidw/install/lib -version-info 1:0:0 Blob.lo BlobRef.lo CoderInfo.lo Color.lo Drawable.lo Exception.lo Functions.lo Geometry.lo Image.lo ImageRef.lo Montage.lo Options.lo Pixels.lo STL.lo Thread.lo TypeMetric.lo ../../magick/libGraphicsMagick.la g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/../../../crti.o: No such file or directory g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/crtbeginS.o: No such file or directory g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/crtsavres.o: No such file or directory g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/crtendS.o: No such file or directory g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/../../../crtn.o: No such file or directory make[2]: *** [libGraphicsMagick++.la] Error 1 This is GraphicsMagick from CVS, using: @ashland [~/workshop/tcl] $ g++ --version g++ (GCC) 3.3.3 20040125 (prerelease) (Debian) Thankyou, Dave -- System Information: Debian Release: testing/unstable Architecture: powerpc Kernel: Linux ashland 2.4.24 #2 Mon Jan 5 19:10:49 CET 2004 ppc Locale: LANG=en_US, LC_CTYPE=en_US Versions of packages g++-3.3 depends on: ii gcc-3.31:3.3.3-0pre3 The GNU C compiler ii gcc-3.3-base 1:3.3.3-0pre3 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an ii libstdc++5-3.3-dev 1:3.3.3-0pre3 The GNU Standard C++ Library v3 (d -- no debconf information
Bug#233208: Request for stack protector enabled by default
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: gcc-3.3 Version: 3.3.3-0pre4 Priority: wishlist As Javier Fernandez-Sanguino Pen~a and David Alan Gilbert mentions in #213994 [1] it would be a good thing if the SSP patch in the GCC-package would be enabled by default. This would, hopefully, make developers compile packages with the -fstack-protector, or -fstack-protector-all, option and thus increase the basic security of Debian. The protector compile option has been tested successfully, for example: 1. The Adamantix distribution [2], based on Debian, which uses this option by default has recompiled many packages with this option without any real problemes. 2. Hardened-Gentoo [3] uses this option as well. 3. The recompiled gcc package made available by Steve Kemp [4] works without any problems on Debian stable and unstable and has been used to compile both 2.4 and 2.6 vanilla kernels [5] and a number of different packages and programs (Apache, the GCC-packege itself, ...). [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213994 [2] http://www.adamantix.org [3] http://www.gentoo.org/proj/en/hardened/propolice.xml [4] http://shellcode.org/Cat/packages.html [5] http://www.northernsecurity.net/adamantix/ /Thomas - -- == [EMAIL PROTECTED] | [EMAIL PROTECTED] == Encrypted e-mails preferred | GPG KeyID: 114AA85C - -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iQEVAwUBQDIPjNXAsD67qPj1AQJ6lAf/SeM+y8WS/QbGCjOc2IxZv/klSQEjlFNI mxNjSwaHtavj2FRcyJFHX9G8Fdys9bqtjtmCbdmP2/yrJVUcEJlXv0lafY+asiBb 8tgvJobxGgdDkqp0jSvANgIf5Kl4r+dAzJOs7h35ER/3TDVk6pE9mY5zjKGi98fP HMJln7L0BpFbCMcyZh1VYKCIYjhKRn9tNv7anWpVr30cHvmzB5JZnotD4+N7BX58 /Ve9RBB6UuA9Rms0AAHIblDskpbPcdbRxZsN3M/2zcJrTt3lVQI2OH8qd+XuNMq9 9UYYpNGrKSHo/FsN2cG2Mc3kVVQYdprHF8OQ18NuUrEQHFw5RZ66dQ== =nmT3 -END PGP SIGNATURE-
Bug#233190: g++-3.3: Linking to wrong directory?
On Tue, Feb 17, 2004 at 11:12:14AM +0100, David N. Welton wrote: > Hi, I'm getting some funny errors. It *seems* to be g++, but I'm not > positive: > g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/../../../crti.o: No such > file or directory > @ashland [~/workshop/tcl] $ g++ --version > g++ (GCC) 3.3.3 20040125 (prerelease) (Debian) Note the discrepancy. I suggest double-checking what you're actually running, since g++ 3.3.3 should not search a dir named 3.3.2. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer
Bug#233190: g++-3.3: Linking to wrong directory?
Daniel Jacobowitz <[EMAIL PROTECTED]> writes: > On Tue, Feb 17, 2004 at 11:12:14AM +0100, David N. Welton wrote: > > Hi, I'm getting some funny errors. It *seems* to be g++, but I'm > > not positive: > > g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/../../../crti.o: No such > > file or directory > > @ashland [~/workshop/tcl] $ g++ --version > > g++ (GCC) 3.3.3 20040125 (prerelease) (Debian) > Note the discrepancy. I suggest double-checking what you're > actually running, since g++ 3.3.3 should not search a dir named > 3.3.2. Aha... nope, it appears that it was indeed on my end...some auto* crud got confused. I was confused because the compile step that was displayed was using 3.3. Must be something icky in libtool, but I don't have much desire to look into that. Thanks for your time and sorry for the false alarm, -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/
Bug#233190: marked as done (g++-3.3: Linking to wrong directory?)
Your message dated Tue, 17 Feb 2004 11:58:33 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#233190: g++-3.3: Linking to wrong directory? 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 responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 17 Feb 2004 10:14:22 + >From [EMAIL PROTECTED] Tue Feb 17 02:14:22 2004 Return-path: <[EMAIL PROTECTED]> Received: from host173-93.pool80180.interbusiness.it (dedasys.com) [80.180.93.173] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1At2FC-0002vS-00; Tue, 17 Feb 2004 02:14:22 -0800 Received: by dedasys.com (Postfix, from userid 1000) id 105634C41C; Tue, 17 Feb 2004 11:12:14 +0100 (CET) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "David N. Welton" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: g++-3.3: Linking to wrong directory? X-Mailer: reportbug 2.39 Date: Tue, 17 Feb 2004 11:12:14 +0100 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_16 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_02_16 X-Spam-Level: Package: g++-3.3 Version: 1:3.3.3-0pre3 Severity: normal Hi, I'm getting some funny errors. It *seems* to be g++, but I'm not positive: make[2]: Entering directory `/home/davidw/workshop/GraphicsMagick/Magick++/lib' /bin/sh ../../libtool --silent --mode=link g++ -pthread -L/usr/X11R6/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -L/usr/lib -L/usr/lib -o libGraphicsMagick++.la -rpath /home/davidw/install/lib -version-info 1:0:0 Blob.lo BlobRef.lo CoderInfo.lo Color.lo Drawable.lo Exception.lo Functions.lo Geometry.lo Image.lo ImageRef.lo Montage.lo Options.lo Pixels.lo STL.lo Thread.lo TypeMetric.lo ../../magick/libGraphicsMagick.la g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/../../../crti.o: No such file or directory g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/crtbeginS.o: No such file or directory g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/crtsavres.o: No such file or directory g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/crtendS.o: No such file or directory g++: /usr/lib/gcc-lib/powerpc-linux/3.3.2/../../../crtn.o: No such file or directory make[2]: *** [libGraphicsMagick++.la] Error 1 This is GraphicsMagick from CVS, using: @ashland [~/workshop/tcl] $ g++ --version g++ (GCC) 3.3.3 20040125 (prerelease) (Debian) Thankyou, Dave -- System Information: Debian Release: testing/unstable Architecture: powerpc Kernel: Linux ashland 2.4.24 #2 Mon Jan 5 19:10:49 CET 2004 ppc Locale: LANG=en_US, LC_CTYPE=en_US Versions of packages g++-3.3 depends on: ii gcc-3.31:3.3.3-0pre3 The GNU C compiler ii gcc-3.3-base 1:3.3.3-0pre3 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an ii libstdc++5-3.3-dev 1:3.3.3-0pre3 The GNU Standard C++ Library v3 (d -- no debconf information --- Received: (at 233190-done) by bugs.debian.org; 17 Feb 2004 16:58:37 + >From [EMAIL PROTECTED] Tue Feb 17 08:58:37 2004 Return-path: <[EMAIL PROTECTED]> Received: from nevyn.them.org [66.93.172.17] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1At8YP-fA-00; Tue, 17 Feb 2004 08:58:37 -0800 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1At8YL-0008Ev-A2; Tue, 17 Feb 2004 11:58:33 -0500 Date: Tue, 17 Feb 2004 11:58:33 -0500 From: Daniel Jacobowitz <[EMAIL PROTECTED]> To: "David N. Welton" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#233190: g++-3.3: Linking to wrong directory? Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> User-Agent: Mutt/1.5.1i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_16 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_02_16 X-Spam-Level: On Tue, Feb 17, 2004 at 05:11:25PM +0100, David N. Welton wrote: > Daniel Jacobowitz <[EMAIL PROTECTED]> writes: > > > On Tue, Feb 17, 2004
[Bug bootstrap/14155] [3.4 regression] ada bootstrap error
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-02-17 17:25 --- Maybe related to PR 14180. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14155 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
Results for 3.4.0 20040215 (prerelease) testsuite on powerpc-unknown-linux-gnu
LAST_UPDATED: Sun Feb 15 16:20:48 UTC 2004 === acats tests === FAIL: c34005a FAIL: c34005d FAIL: c34005g FAIL: c34005j FAIL: c37213f FAIL: c37215f FAIL: cxb3010 FAIL: cxb3014 FAIL: cxb3015 === acats Summary === # of expected passes1956 # of unexpected failures9 # of unsupported tests 357 Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/other/packed1.C execution test WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable XPASS: g++.old-deja/g++.other/init5.C execution test WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable === g++ Summary === # of expected passes9408 # of unexpected successes 2 # of expected failures 62 # of unsupported tests 69 /build/buildd/gcc-snapshot-20040215/build/gcc/testsuite/../g++ version 3.4.0 20040215 (prerelease) === g77 tests === Running target unix === g77 Summary === # of expected passes1800 # of unsupported tests 6 /build/buildd/gcc-snapshot-20040215/build/gcc/testsuite/../g77 version 3.4.0 20040215 (prerelease) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/20030125-1.c execution, -O1 FAIL: gcc.c-torture/execute/20030125-1.c execution, -O2 FAIL: gcc.c-torture/execute/20030125-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/20030125-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/20030125-1.c execution, -Os FAIL: gcc.c-torture/execute/va-arg-25.c execution, -O0 FAIL: gcc.c-torture/execute/va-arg-25.c execution, -O1 FAIL: gcc.c-torture/execute/va-arg-25.c execution, -O2 FAIL: gcc.c-torture/execute/va-arg-25.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/va-arg-25.c execution, -O3 -g FAIL: gcc.c-torture/execute/va-arg-25.c execution, -Os FAIL: gcc.dg/compat/scalar-by-value-3 c_compat_x_tst.o-c_compat_y_tst.o execute FAIL: gcc.dg/compat/scalar-return-3 c_compat_x_tst.o-c_compat_y_tst.o execute FAIL: gcc.dg/20020103-1.c scan-assembler-not LC FAIL: gcc.dg/altivec-5.c (test for excess errors) FAIL: gcc.dg/builtins-18.c (test for excess errors) FAIL: gcc.dg/builtins-20.c (test for excess errors) FAIL: gcc.dg/complex-1.c execution test FAIL: gcc.dg/ppc-sdata-1.c scan-assembler [EMAIL PROTECTED](13) FAIL: gcc.dg/ppc-sdata-1.c scan-assembler [EMAIL PROTECTED](2) === gcc Summary === # of expected passes24077 # of unexpected failures20 # of expected failures 69 # of untested testcases 7 # of unsupported tests 277 /build/buildd/gcc-snapshot-20040215/build/gcc/xgcc version 3.4.0 20040215 (prerelease) === objc tests === Running target unix === objc Summary === # of expected passes1341 # of unsupported tests 8 /build/buildd/gcc-snapshot-20040215/build/gcc/xgcc version 3.4.0 20040215 (prerelease) === treelang tests === Running target unix === treelang Summary === # of expected passes1 === libffi tests === Running target unix === libffi Summary === # of expected passes212 # of unsupported tests 2 === libjava tests === Running target unix === libjava Summary === # of expected passes3262 # of expected failures 10 # of untested testcases 8 === libstdc++ tests === Running target unix XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors) FAIL: ext/enc_filebuf/char/13189.cc execution test FAIL: ext/enc_filebuf/wchar_t/13189.cc execution test === libstdc++ Summary === # of expected passes2554 # of unexpected failures2 # of unexpected successes 1 # of expected failures 2 Compiler version: 3.4.0 20040215 (prerelease) Platform: powerpc-unknown-linux-gnu configure flags: -v --enable-languages=c,c++,java,f77,objc,ada,treelang --prefix=/usr/lib/gcc-snapshot --enable-shared --with-system-zlib --enable-nls --enable-threads=posix --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=xlib,gtk --with-cpp-install-dir=bin --disable-multilib --disable-werror powerpc-linux BOOT_CFLAGS=-O2 Build Dependencies: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDescription +++-==-==- ii binutils
Results for 3.3.3 (Debian) testsuite on powerpc-unknown-linux-gnu
LAST_UPDATED: Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/other/packed1.C execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8144 # of unexpected successes 2 # of expected failures 93 # of untested testcases 23 # of unsupported tests 30 /build/buildd/gcc-3.3-3.3.3ds5/build/gcc/testsuite/../g++ version 3.3.3 (Debian) === g77 tests === Running target unix === g77 Summary === # of expected passes1720 # of unsupported tests 8 /build/buildd/gcc-3.3-3.3.3ds5/build/gcc/testsuite/../g77 version 3.3.3 (Debian) === gcc tests === Running target unix FAIL: gcc.dg/20020103-1.c scan-assembler-not LC FAIL: gcc.dg/altivec-5.c (test for excess errors) FAIL: gcc.dg/duff-2.c (test for excess errors) === gcc Summary === # of expected passes21072 # of unexpected failures3 # of expected failures 67 # of unsupported tests 173 /build/buildd/gcc-3.3-3.3.3ds5/build/gcc/xgcc version 3.3.3 (Debian) === objc tests === Running target unix === objc Summary === # of expected passes1166 /build/buildd/gcc-3.3-3.3.3ds5/build/gcc/xgcc version 3.3.3 (Debian) === libjava tests === Running target unix FAIL: Array_3 -O execution - source compiled test WARNING: program timed out. FAIL: SyncTest execution - gij test WARNING: program timed out. FAIL: SyncTest execution - gij test === libjava Summary === # of expected passes2985 # of unexpected failures3 # of expected failures 16 # of untested testcases 15 === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test === libstdc++-v3 Summary === # of expected passes453 # of unexpected successes 14 # of expected failures 14 Compiler version: 3.3.3 (Debian) Platform: powerpc-unknown-linux-gnu configure flags: --host=powerpc-linux -v --enable-languages=c,c++,java,f77,pascal,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc --disable-multilib BOOT_CFLAGS=-g -O2 Build Dependencies: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDescription +++-==-==- ii binutils 2.14.90.0.7-5 The GNU assembler, linker and binary utiliti ii libc6-dev 2.3.2.ds1-11 GNU C Library: Development Libraries and Hea Patches that Debian applied in this version: gcc-names: versioned gcc names gcc-version: Add "(Debian)" to the gcc version string libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: link local libstdc++ documentation to local source-level documentation gccbug: Use sensible-editor instead of vi as fallback editor libtool-rpath: 2003-03-10 Andreas Schwab With the introduction of multi-os-directory the libdir specification in *.la files have /. appended to \$(libdir). This confuses libtool when it tries to find out whether to add -rpath, because it only matches literally against sys_lib_dlsearch_path members. Tested on i386-linux. mips-branch-fix: Fix #207915 (PR11716). Make GCC think that the maximum length of a short branch is 64K instead of 128K. It's a big hammer, but it works. test-summary: add libstdc++-v3's check summary to the test summary gcj-names: versioned gcj info names gcj-without-rpath: don't define runtime link path for java binaries and libraries libffi-install: Allows libffi to be installed libffi-no-debug: Do not build libffi with debug information, although configuring with --enab
Results for 3.3.3 (Debian) testsuite on i486-pc-linux-gnu
LAST_UPDATED: Native configuration is i486-pc-linux-gnu === g++ tests === Running target unix XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8220 # of unexpected successes 1 # of expected failures 93 # of untested testcases 9 # of unsupported tests 15 /home/packages/gcc/3.3/gcc-3.3-3.3.3ds5/build/gcc/testsuite/../g++ version 3.3.3 (Debian) === g77 tests === Running target unix === g77 Summary === # of expected passes1720 # of unsupported tests 8 /home/packages/gcc/3.3/gcc-3.3-3.3.3ds5/build/gcc/testsuite/../g77 version 3.3.3 (Debian) === gcc tests === Running target unix FAIL: gcc.dg/duff-2.c (test for excess errors) === gcc Summary === # of expected passes21301 # of unexpected failures1 # of expected failures 69 # of unsupported tests 100 /home/packages/gcc/3.3/gcc-3.3-3.3.3ds5/build/gcc/xgcc version 3.3.3 (Debian) === objc tests === Running target unix === objc Summary === # of expected passes1166 /home/packages/gcc/3.3/gcc-3.3-3.3.3ds5/build/gcc/xgcc version 3.3.3 (Debian) === treelang tests === Running target unix WARNING: /home/packages/gcc/3.3/gcc-3.3-3.3.3ds5/src/gcc/testsuite/treelang/a01gcc.out01 doesn't exist WARNING: /home/packages/gcc/3.3/gcc-3.3-3.3.3ds5/src/gcc/testsuite/treelang/a01gcc.out01err doesn't exist WARNING: /home/packages/gcc/3.3/gcc-3.3-3.3.3ds5/src/gcc/testsuite/treelang/a01gcco01runpgmerr doesn't exist UNRESOLVED: gcc 01 01 fail code=11. gcc 01 01 diff stdout failed rc=0 === treelang Summary === # of unresolved testcases 1 === libjava tests === Running target unix WARNING: program timed out. FAIL: SyncTest execution - gij test WARNING: program timed out. FAIL: SyncTest execution - gij test === libjava Summary === # of expected passes2987 # of unexpected failures2 # of expected failures 16 # of untested testcases 14 === libstdc++-v3 check-abi Summary === # of added symbols: 0 # of missing symbols:0 # of incompatible symbols: 0 using: /home/packages/gcc/3.3/gcc-3.3-3.3.3ds5/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test WARNING: program timed out. FAIL: 27_io/filebuf_members.cc execution test === libstdc++-v3 Summary === # of expected passes452 # of unexpected failures1 # of unexpected successes 14 # of expected failures 14 Compiler version: 3.3.3 (Debian) Platform: i486-pc-linux-gnu configure flags: --host=i486-linux -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc BOOT_CFLAGS=-g -O2 Build Dependencies: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDescription +++-==-==- ii binutils 2.14.90.0.7-5 The GNU assembler, linker and binary utiliti ii libc6-dev 2.3.2.ds1-11 GNU C Library: Development Libraries and Hea Patches that Debian applied in this version: gcc-names: versioned gcc names gcc-version: Add "(Debian)" to the gcc version string libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: link local libstdc++ documentation to local source-level documentation gccbug: Use sensible-editor instead of vi as fallback editor libtool-rpath: 2003-03-10 Andreas Schwab With the introduction of multi-os-directory th
Results for 3.4.0 20040215 (prerelease) testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Sun Feb 15 16:20:48 UTC 2004 === acats tests === FAIL: ad8011a FAIL: c34005a FAIL: c34005d FAIL: c34005g FAIL: c34005j FAIL: c37213f FAIL: c37215f FAIL: cc3601a FAIL: cxb3010 FAIL: cxb3014 FAIL: cxb3015 === acats Summary === # of expected passes1954 # of unexpected failures11 # of unsupported tests 357 Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable XPASS: g++.old-deja/g++.other/init5.C execution test WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable === g++ Summary === # of expected passes9410 # of unexpected successes 1 # of expected failures 62 # of unsupported tests 69 /build/buildd/gcc-snapshot-20040215/build/gcc/testsuite/../g++ version 3.4.0 20040215 (prerelease) === g77 tests === Running target unix === g77 Summary === # of expected passes1800 # of unsupported tests 6 /build/buildd/gcc-snapshot-20040215/build/gcc/testsuite/../g77 version 3.4.0 20040215 (prerelease) === gcc tests === Running target unix FAIL: gcc.dg/const-elim-1.c scan-assembler-not L\$?C[^A-Z] XPASS: gcc.dg/sibcall-3.c execution test XPASS: gcc.dg/sibcall-4.c execution test === gcc Summary === # of expected passes24727 # of unexpected failures1 # of unexpected successes 2 # of expected failures 69 # of untested testcases 7 # of unsupported tests 304 /build/buildd/gcc-snapshot-20040215/build/gcc/xgcc version 3.4.0 20040215 (prerelease) === objc tests === Running target unix === objc Summary === # of expected passes1341 # of unsupported tests 8 /build/buildd/gcc-snapshot-20040215/build/gcc/xgcc version 3.4.0 20040215 (prerelease) === treelang tests === Running target unix === treelang Summary === # of expected passes1 === libffi tests === Running target unix === libffi Summary === # of expected passes212 # of unsupported tests 2 === libjava tests === Running target unix FAIL: PR9577 run FAIL: longfield run FAIL: shortfield run FAIL: simple run FAIL: /build/buildd/gcc-snapshot-20040215/src/libjava/testsuite/libjava.jar/simple.jar execution - gij test FAIL: calls run FAIL: cxxtest run FAIL: field run FAIL: final_method run FAIL: findclass run FAIL: invoke run FAIL: jniutf run FAIL: martin run FAIL: noclass run FAIL: overload run FAIL: pr11951 run FAIL: register run FAIL: simple_int run FAIL: throwit run FAIL: virtual run FAIL: ArrayStore execution - source compiled test FAIL: ArrayStore execution - gij test FAIL: ArrayStore execution - bytecode->native test FAIL: ArrayStore -O3 execution - source compiled test FAIL: ArrayStore execution - gij test FAIL: ArrayStore -O3 execution - bytecode->native test FAIL: ArrayStore2 execution - source compiled test FAIL: ArrayStore2 execution - gij test FAIL: ArrayStore2 execution - bytecode->native test FAIL: ArrayStore2 -O3 execution - source compiled test FAIL: ArrayStore2 execution - gij test FAIL: ArrayStore2 -O3 execution - bytecode->native test FAIL: Array_1 execution - source compiled test FAIL: Array_1 execution - gij test FAIL: Array_1 execution - bytecode->native test FAIL: Array_1 -O3 execution - source compiled test FAIL: Array_1 execution - gij test FAIL: Array_1 -O3 execution - bytecode->native test FAIL: Array_2 execution - source compiled test FAIL: Array_2 execution - gij test FAIL: Array_2 execution - bytecode->native test FAIL: Array_2 -O3 execution - source compiled test FAIL: Array_2 execution - gij test FAIL: Array_2 -O3 execution - bytecode->native test FAIL: Array_3 execution - source compiled test FAIL: Array_3 execution - gij test FAIL: Array_3 execution - bytecode->native test FAIL: Array_3 -O3 execution - source compiled test FAIL: Array_3 execution - gij test FAIL: Array_3 -O3 execution - bytecode->native test FAIL: Class_1 execution - source compiled test FAIL: Class_1 execution - gij test FAIL: Class_1 execution - bytecode->native test FAIL: Class_1 -O3 execution - source compiled test FAIL: Class_1 execution - gij test FAIL: Class_1 -O3 execution - bytecode->native test FAIL: CompareNaN execution - source compiled test FAIL: CompareNaN execution - gij test FAIL: CompareNaN execution - bytecode->native test FAIL: CompareNaN -O3 execution - source compiled test FAIL: CompareNaN execution - gij test FAIL: CompareNaN -O3 execution - bytecode->native test FAIL: Divide_1 execution - source compiled test FAIL: Divide_1 execution - gij test FAIL: Div
Bug#233393: Inefficient packaging of arch independent data in package libgcj4
Package: libgcj4 Version: various Severity: normal This is a semi-automated bug report based on scanning the contents of binary .deb files in the unstable Debian archive. The libgcj4 packages seem to contain a very large amount of architecture-independent data in architecture-dependent packages, specifically data installed under /usr/share. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. Initial estimates suggest that several gigabytes of Debian archive space may currently be wasted because of packages like this. The way to fix this depends on the layout of your package: * Some packages need to have a -common or -doc package split out to contain this common data, and the existing packages that need this data should then be altered to depend on the new -common or -doc package. * This package may already be such a -common or -doc package, in which case it probably should already be marked as Architecture: all in your debian/control file rather than Architecture: any . * Maybe the files under /usr/share do not belong there - several packages seem to contain data in /usr/share that is definitely architecture-dependent. In this case, please move the files into the right place. Policy is quite clear on this point: http://www.debian.org/doc/developers-reference/ch-best-pkging-practices#s-bpp-archindepdata The usage of these packages is currently: debsize pkgsize /usr/share % filename 3772818 117124388 37 pool/main/g/gcc-3.3/libgcj4_3.3.3-0pre3_arm.deb 4665592 197764388 22 pool/main/g/gcc-3.3/libgcj4_3.3.3-0pre3_ia64.deb 4061992 121804388 36 pool/main/g/gcc-3.3/libgcj4_3.3.3-0pre3_m68k.deb 4399840 134524388 32 pool/main/g/gcc-3.3/libgcj4_3.3.3-0pre3_s390.deb 4032628 129404388 33 pool/main/g/gcc-3.3/libgcj4_3.3.3-0pre3_sparc.deb 4295746 172044388 25 pool/main/g/gcc-3.3/libgcj4_3.3.3-0pre4_alpha.deb 3979320 124804388 35 pool/main/g/gcc-3.3/libgcj4_3.3.3-0pre4_i386.deb 4133892 132484388 33 pool/main/g/gcc-3.3/libgcj4_3.3.3-0pre4_powerpc.deb Please split this package appropriately. If you believe your package is already split reasonably, then sorry for bothering you. If you wish to discuss this further, please feel free to reply to this bug. If you agree that there's a problem here but need help to fix it: again, feel free to ask... Thanks, -- Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED]
Bug#228018: gcc-3.3: [alpha] cc1 Internal error when building fceu-0.97.5
Falk Hueffner wrote: > Falk Hueffner <[EMAIL PROTECTED]> writes: > > > It takes about 2.5G to compile. gcc-snapshot (3.4) is not better. An > > older tree-ssa snapshot I happend to have lying around however only > > takes about 130M, so it's probably a RTL optimizer going haywire. > > Today's 3.4 takes 413M, and today's tree-ssa 283M (the figure I > mentioned first was bogus). 2.95 used 360M, so it's not really a > regression. Also Jan Hubicka told me his current tree (with GCSE > improvements) peaks at 60M for this test case, so I think we can > consider this fixed upstream. FWIW, I just tried to compile on escher with: $gcc --version gcc (GCC) 3.3.3 20040125 (prerelease) (Debian) no good. I guess I'll have to wait until 3.4 is uploaded.