A tiny patch for cross-gcc 3.3
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I'm back after vacation season :) When building packages for debian archive, libgcc from 3.3 is no longer needed because 3.4 provides it on most archs. However, when building cross compilers, libgcc1 is needed (e.g. to make deps be calculated correctly, to avoid build of both 3.3 and 3.4 just to get libgcc1). Here is a little patch for gcc-3.3 source package that enables unconditional build of libgcc1 if building cross-compiler. Please apply. Also, if for whatever reasons you will do one more sarge upload, please apply there too. It's a one-lined that could hardly break anything, and will unbreak cross-compiler building in sarge gcc 3.3 version. Nikita -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBJDMisTbPknTfAB4RAr/5AJ42YMvlrzXROSmgchoy5ejfuINQ7gCdGkw0 VGwyqIoUwdFnVgan4r/NhgI= =+QDH -END PGP SIGNATURE- diff -urN gcc-3.3-3.3.4-9/debian/rules.defs gcc-3.3-3.3.4/debian/rules.defs --- gcc-3.3-3.3.4-9/debian/rules.defs 2004-08-18 23:42:52.0 +0400 +++ gcc-3.3-3.3.4/debian/rules.defs 2004-08-18 23:43:28.0 +0400 @@ -435,6 +435,9 @@ #ifeq ($(with_common_libs),yes) # with_libgcc := yes #else +ifdef DEB_CROSS + with_libgcc := yes +else libgcc_archs := hppa m68k ifeq ($(DEB_TARGET_ARCH), $(findstring $(DEB_TARGET_ARCH),$(libgcc_archs))) with_libgcc := yes @@ -442,6 +445,7 @@ with_libgcc := no with_shared_libgcc := no endif +endif #endif # run testsuite
Bug#266830: cpp: symlink for cpp manpage is missing
Package: cpp Version: 1:3.3.4-2 Severity: minor Hi, The symlink from cpp.1.gz to i386-linux-cpp.1.gz seems to be missing. That causes some packages like mingw32 that have its cpp manpage linked to the cpp one to have floating symlinks. Aurelien -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.8-rc2 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8) Versions of packages cpp-3.3 depends on: ii cpp-3.3 1:3.3.4-6sarge1 The GNU C preprocessor ii libc62.3.2.ds1-13GNU C Library: Shared libraries an -- no debconf information
Re: RFS:cross-compiler package
On Wednesday 18 August 2004 11:28, you wrote: > Hello. > > FYI: > I've been maintaining cross-compiler build support in gcc-3.3 and gcc-3.4 > source packages. Currently gcc-3.3 should build out of the box for all > debian targets, and gcc-3.4 needs a bit of syncronization; i'll do my best > to bring everything to working state ASAP. > > Can't you use debs built from gcc source packages? My original intent with cross-compilers was to build a ppc64 kernel for a IBM p615. Since this is not supported debian architecture I did not look at the gcc debian dir for help :( > If your targets are not supported yet, maybe we should coordinate to add > the support? Maybe, but I see the following advantage at using crosstool: 1) simple build-depends: do not need to use dpkg-cross to convert some packages. (idea: is it possible to integrate apt and dpkg-cross so that "apt-get --arch ppc install libc6-dev" works?) 2) crosstool has a very active mailing list dedicated only to cross-compiling 3) one dpkg-buildpackge execution will generate all the binary packages I admit that the it is a big problem to keep all packages synchronised. This problem can be lessened by including debian's diffs in the crosstool source package and using the patched sources to build. So i thing that the "perfect" solution would be: 1) integrate apt-get and dpkg-cross 2) make the binutils source package generate all cross-binutils packages 3) make the gcc source package generate all cross-gcc packages 4) have all gcc and binutils cross packages in the pool the crosstool package appears to be a good temporary solution to me. Thanks for yours comments. Rafael
Processing of gcc-3.4_3.4.1ds1-7_i386.changes
gcc-3.4_3.4.1ds1-7_i386.changes uploaded successfully to localhost along with the files: gcc-3.4_3.4.1ds1-7.dsc gcc-3.4_3.4.1ds1-7.diff.gz cpp-3.4-doc_3.4.1-7_all.deb libgcj5-common_3.4.1-7_all.deb libstdc++6-doc_3.4.1-7_all.deb g77-3.4-doc_3.4.1-7_all.deb gnat-3.4-doc_3.4.1-7_all.deb gpc-2.1-3.4-doc_3.4.1-7_all.deb gcc-3.4-doc_3.4.1-7_all.deb gcc-3.4-base_3.4.1-7_i386.deb libgcc1_3.4.1-7_i386.deb lib64gcc1_3.4.1-7_i386.deb cpp-3.4_3.4.1-7_i386.deb gobjc-3.4_3.4.1-7_i386.deb gij-3.4_3.4.1-7_i386.deb libgcj5_3.4.1-7_i386.deb libgcj5-awt_3.4.1-7_i386.deb gcj-3.4_3.4.1-7_i386.deb libgcj5-dev_3.4.1-7_i386.deb fastjar_3.4.1-7_i386.deb libffi3_3.4.1-7_i386.deb libffi3-dev_3.4.1-7_i386.deb g++-3.4_3.4.1-7_i386.deb lib64stdc++6_3.4.1-7_i386.deb libstdc++6_3.4.1-7_i386.deb libstdc++6-dev_3.4.1-7_i386.deb libstdc++6-pic_3.4.1-7_i386.deb libstdc++6-dbg_3.4.1-7_i386.deb g77-3.4_3.4.1-7_i386.deb libgnat-3.4_3.4.1-7_i386.deb gnat-3.4_3.4.1-7_i386.deb treelang-3.4_3.4.1-7_i386.deb gpc-2.1-3.4_3.4.1-7_i386.deb gcc-3.4_3.4.1-7_i386.deb Greetings, Your Debian queue daemon
Bug#265652: marked as done (The file /usr/share/doc/libgcj5-common/gcc-3.4-base is a link to itself.)
brary v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815ca7f55c0 1464210 doc optional gcc-3.4-doc_3.4.1-7_all.deb 130861b4849f1a16a460bd138f17681b 156562 devel optional gcc-3.4-base_3.4.1-7_i386.deb 2f665dcc1d53a8c0110012b9958722b4 78264 libs required libgcc1_3.4.1-7_i386.deb 0a13cfda1df73d90858bcc89a5277129 82336 libs optional lib64gcc1_3.4.1-7_i386.deb c23de396222f8aa0f7944ec94da97535 1702984 interpreters optional cpp-3.4_3.4.1-7_i386.deb 11613d620b6fd6ff1758e0416d34f0dd 1741862 devel optional gobjc-3.4_3.4.1-7_i386.deb 5184a01742b4daba1a9ce9009e2bbc3c 13242 devel optional gij-3.4_3.4.1-7_i386.deb dfae50ee56e771a16ca11daf9eb17625 358 libs optional libgcj5_3.4.1-7_i386.deb db5239a89208a843231a5eb876a31617 185370 libs optional libgcj5-awt_3.4.1-7_i386.deb ab084731bc8d78d9745320de4879dbe2 2039728 devel optional gcj-3.4_3.4.1-7_i386.deb 4ab57deb392f7d597d07558126ec83f9 6567988 libdevel optional libgcj5-dev_3.4.1-7_i386.deb c02bda31fcfde2c0333c00909bcfdc8b 116996 devel optional fastjar_3.4.1-7_i386.deb d51bcb6d91c77916a5a099ffe493 77254 libs optional libffi3_3.4.1-7_i386.deb c30c2d2d11682793b51aef5ff4b69e35 8848 libdevel optional libffi3-dev_3.4.1-7_i386.deb 642a083b24b3cda16511c10870c4a4ab 1935538 devel optional g++-3.4_3.4.1-7_i386.deb 7aee8cee8fe70c625ff162cc9c4f9481 325370 base optional lib64stdc++6_3.4.1-7_i386.deb 6f7acaacea85c6c148dc55cfcc57b9b5 320794 base optional libstdc++6_3.4.1-7_i386.deb 4b9c45a204d12918e096a7a7916e11e8 130 libdevel optional libstdc++6-dev_3.4.1-7_i386.deb 399962381029849d8e3064045d28 760058 libdevel extra libstdc++6-pic_3.4.1-7_i386.deb 641491d936c5dba2893406f03ce7aabf 8928400 libdevel extra libstdc++6-dbg_3.4.1-7_i386.deb 1f02715dff7c448705f2a196765b067e 1858252 devel optional g77-3.4_3.4.1-7_i386.deb b4b7c2c620b10452fe40af6e89c48be8 727602 libs optional libgnat-3.4_3.4.1-7_i386.deb 22655be582d1ea7155367ab2694cdf7e 7130256 devel optional gnat-3.4_3.4.1-7_i386.deb 596a02a62f8d9224d10b343316eeaf85 2984466 devel optional treelang-3.4_3.4.1-7_i386.deb 5eaf77232e4c99bef92c36fd6629fceb 2246190 devel optional gpc-2.1-3.4_3.4.1-7_i386.deb 03d58cf27675b086d629602baa983a95 1383504 devel optional gcc-3.4_3.4.1-7_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBJKYiStlRaw+TLJwRAg9vAJ492e6akdYGSV8OHb2iAIE4Z0ikfACfaBTx 9qyl4AnlU5cltNGRrIHjYvk= =YN+2 -END PGP SIGNATURE-
Bug#264129: marked as done (gcj-3.4: libgcj.spec is missing)
U Standard C++ Library v3 libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815ca7f55c0 1464210 doc optional gcc-3.4-doc_3.4.1-7_all.deb 130861b4849f1a16a460bd138f17681b 156562 devel optional gcc-3.4-base_3.4.1-7_i386.deb 2f665dcc1d53a8c0110012b9958722b4 78264 libs required libgcc1_3.4.1-7_i386.deb 0a13cfda1df73d90858bcc89a5277129 82336 libs optional lib64gcc1_3.4.1-7_i386.deb c23de396222f8aa0f7944ec94da97535 1702984 interpreters optional cpp-3.4_3.4.1-7_i386.deb 11613d620b6fd6ff1758e0416d34f0dd 1741862 devel optional gobjc-3.4_3.4.1-7_i386.deb 5184a01742b4daba1a9ce9009e2bbc3c 13242 devel optional gij-3.4_3.4.1-7_i386.deb dfae50ee56e771a16ca11daf9eb17625 358 libs optional libgcj5_3.4.1-7_i386.deb db5239a89208a843231a5eb876a31617 185370 libs optional libgcj5-awt_3.4.1-7_i386.deb ab084731bc8d78d9745320de4879dbe2 2039728 devel optional gcj-3.4_3.4.1-7_i386.deb 4ab57deb392f7d597d07558126ec83f9 6567988 libdevel optional libgcj5-dev_3.4.1-7_i386.deb c02bda31fcfde2c0333c00909bcfdc8b 116996 devel optional fastjar_3.4.1-7_i386.deb d51bcb6d91c77916a5a099ffe493 77254 libs optional libffi3_3.4.1-7_i386.deb c30c2d2d11682793b51aef5ff4b69e35 8848 libdevel optional libffi3-dev_3.4.1-7_i386.deb 642a083b24b3cda16511c10870c4a4ab 1935538 devel optional g++-3.4_3.4.1-7_i386.deb 7aee8cee8fe70c625ff162cc9c4f9481 325370 base optional lib64stdc++6_3.4.1-7_i386.deb 6f7acaacea85c6c148dc55cfcc57b9b5 320794 base optional libstdc++6_3.4.1-7_i386.deb 4b9c45a204d12918e096a7a7916e11e8 130 libdevel optional libstdc++6-dev_3.4.1-7_i386.deb 399962381029849d8e3064045d28 760058 libdevel extra libstdc++6-pic_3.4.1-7_i386.deb 641491d936c5dba2893406f03ce7aabf 8928400 libdevel extra libstdc++6-dbg_3.4.1-7_i386.deb 1f02715dff7c448705f2a196765b067e 1858252 devel optional g77-3.4_3.4.1-7_i386.deb b4b7c2c620b10452fe40af6e89c48be8 727602 libs optional libgnat-3.4_3.4.1-7_i386.deb 22655be582d1ea7155367ab2694cdf7e 7130256 devel optional gnat-3.4_3.4.1-7_i386.deb 596a02a62f8d9224d10b343316eeaf85 2984466 devel optional treelang-3.4_3.4.1-7_i386.deb 5eaf77232e4c99bef92c36fd6629fceb 2246190 devel optional gpc-2.1-3.4_3.4.1-7_i386.deb 03d58cf27675b086d629602baa983a95 1383504 devel optional gcc-3.4_3.4.1-7_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBJKYiStlRaw+TLJwRAg9vAJ492e6akdYGSV8OHb2iAIE4Z0ikfACfaBTx 9qyl4AnlU5cltNGRrIHjYvk= =YN+2 -END PGP SIGNATURE-
Bug#262892: marked as done (gcc-3.4 on amd64: Please replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES)
dress them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matthias Klose <[EMAIL PROTECTED]> (supplier of updated gcc-3.4 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 19 Aug 2004 11:35:04 +0200 Source: gcc-3.4 Binary: g77-3.4-doc gcc-3.4-base libstdc++6 lib64gcj5-awt gnat-3.4 libobjc1 libgcj5 libgcc1 gcc-3.4 lib64g2c0 gobjc-3.4 libstdc++6-0 gcc-3.4-nof libgcc2 libstdc++6-dev libstdc++6-doc protoize libgnat-3.4 libgcj5-dev libstdc++6-0-pic libgcj5-common lib64stdc++6 libstdc++6-dbg gij-3.4 lib32gcc1 lib64gnat-3.4 lib64objc1 cpp-3.4 lib64gcj5 gcc-3.4-hppa64 gcc-3.4-soft-float libstdc++6-0-dev libgcj5-awt cpp-3.4-doc libgcj-common libffi3-dev gcc-3.4-doc libg2c0-dev gpc-2.1-3.4-doc lib64gcc1 fastjar treelang-3.4 libffi3 fixincludes libg2c0 lib32stdc++6 libstdc++6-pic lib64ffi3 gnat-3.4-doc libstdc++6-0-dbg gcj-3.4 gpc-2.1-3.4 g++-3.4 g77-3.4 Architecture: source i386 all Version: 3.4.1ds1-7 Distribution: unstable Urgency: medium Maintainer: Debian GCC maintainers Changed-By: Matthias Klose <[EMAIL PROTECTED]> Description: cpp-3.4- The GNU C preprocessor cpp-3.4-doc - Documentation for the GNU C preprocessor (cpp) fastjar- Jar creation utility g++-3.4- The GNU C++ compiler g77-3.4- The GNU Fortran 77 compiler g77-3.4-doc - Documentation for the GNU Fortran compiler (g77) gcc-3.4- The GNU C compiler gcc-3.4-base - The GNU Compiler Collection (base package) gcc-3.4-doc - Documentation for the GNU compilers (gcc, gobjc, g++) gcj-3.4- The GNU compiler for Java(TM) gij-3.4- The GNU Java bytecode interpreter gnat-3.4 - The GNU Ada compiler gnat-3.4-doc - Documentation for the GNU Ada compiler (gnat) gobjc-3.4 - The GNU Objective-C compiler gpc-2.1-3.4 - The GNU Pascal compiler gpc-2.1-3.4-doc - Documentation for the GNU Pascal compiler (gpc) lib64gcc1 - GCC support library (64bit) lib64stdc++6 - The GNU Standard C++ Library v3 (64bit) libffi3- Foreign Function Interface library runtime libffi3-dev - Foreign Function Interface library (development files) libgcc1- GCC support library libgcj5- Java runtime library for use with gcj libgcj5-awt - AWT peer runtime libraries for use with gcj libgcj5-common - Java runtime library for use with gcj (jar files) libgcj5-dev - Java development headers and static library for use with gcj libgnat-3.4 - Runtime library for GNU Ada applications libstdc++6 - The GNU Standard C++ Library v3 libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815c
Bug#261051: marked as done ([PR 16706] ICE in finish_member_declaration, at cp/semantics.c:2126)
-3.4- The GNU C++ compiler g77-3.4- The GNU Fortran 77 compiler g77-3.4-doc - Documentation for the GNU Fortran compiler (g77) gcc-3.4- The GNU C compiler gcc-3.4-base - The GNU Compiler Collection (base package) gcc-3.4-doc - Documentation for the GNU compilers (gcc, gobjc, g++) gcj-3.4- The GNU compiler for Java(TM) gij-3.4- The GNU Java bytecode interpreter gnat-3.4 - The GNU Ada compiler gnat-3.4-doc - Documentation for the GNU Ada compiler (gnat) gobjc-3.4 - The GNU Objective-C compiler gpc-2.1-3.4 - The GNU Pascal compiler gpc-2.1-3.4-doc - Documentation for the GNU Pascal compiler (gpc) lib64gcc1 - GCC support library (64bit) lib64stdc++6 - The GNU Standard C++ Library v3 (64bit) libffi3- Foreign Function Interface library runtime libffi3-dev - Foreign Function Interface library (development files) libgcc1- GCC support library libgcj5- Java runtime library for use with gcj libgcj5-awt - AWT peer runtime libraries for use with gcj libgcj5-common - Java runtime library for use with gcj (jar files) libgcj5-dev - Java development headers and static library for use with gcj libgnat-3.4 - Runtime library for GNU Ada applications libstdc++6 - The GNU Standard C++ Library v3 libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815ca7f55c0 1464210 doc optional gcc-3.4-doc_3.4.1-7_all.deb 130861b4849f1a16a460bd138f17681b 156562 devel optional gcc-3.4-base_3.4.1-7_i386.deb 2f665dcc1d53a8c0110012b9958722b4 78264 libs required libgcc1_3.4.1-7_i386.deb 0a13cfda1df73d90858bcc89a5277129 82336 libs optional lib64gcc1_3.4.1-7_i386.deb c23de396222f8aa0f7944ec94da97535 1702984 interpreters optional cpp-3.4_3.4.1-7_i386.deb 11613d620b6fd6ff1758e0416d34f0dd 1741862 devel optional gobjc-3.4_3.4.1-7_i386.deb 5184a01742b4daba1a9ce9009e2bbc3c 13242 devel optional gij-3.4_3.4.1-7_i386.deb dfae50ee56e771a16ca11daf9eb17625 358 libs optional libgcj5_3.4.1-7_i386.deb db5239a89208a843231a5eb876a31617 185370 libs optional libgcj5-awt_3.4.1-7_i386.deb ab084731bc8d78d9745320de4879dbe2 2039728 devel optional gcj-3.4_3.4.1-7_i386.deb 4ab57deb392f7d597d07558126ec83f9 6567988 libdevel optional libgcj5-dev_3.4.1-7_i386.deb c02bda31fcfde2c0333c00909bcfdc8b 116996 devel optional fastjar_3.4.1-7_i386.deb d51bcb6d91c77916a5a099ffe493 77254 libs optional libffi3_3.4.1-7_i386.deb c30c2d2d11682793b51aef5ff4b69e35 8848 libdevel optional libffi3-dev_3.4.1-7_i386.deb 642a083b24b3cda16511c10870c4a4ab 1935538 devel optional g++-3.4_3.4.1-7_i386.deb 7aee8cee8fe70c625ff162cc9c4f9481 325370 base optional lib64stdc++6_3.4.1-7_i386.deb 6f7acaacea85c6c148dc55cfcc57b9b5 320794 base optional libstdc++6_3.4.1-7_i386.deb 4b9c45a204d12918e096a7a7916e11e8 130 libdevel optional libstdc++6-dev_3.4.1-7_i386
Bug#257906: marked as done (ia32-libs: Please add libgcc_s.so.1)
bstdc++6-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815ca7f55c0 1464210 doc optional gcc-3.4-doc_3.4.1-7_all.deb 130861b4849f1a16a460bd138f17681b 156562 devel optional gcc-3.4-base_3.4.1-7_i386.deb 2f665dcc1d53a8c0110012b9958722b4 78264 libs required libgcc1_3.4.1-7_i386.deb 0a13cfda1df73d90858bcc89a5277129 82336 libs optional lib64gcc1_3.4.1-7_i386.deb c23de396222f8aa0f7944ec94da97535 1702984 interpreters optional cpp-3.4_3.4.1-7_i386.deb 11613d620b6fd6ff1758e0416d34f0dd 1741862 devel optional gobjc-3.4_3.4.1-7_i386.deb 5184a01742b4daba1a9ce9009e2bbc3c 13242 devel optional gij-3.4_3.4.1-7_i386.deb dfae50ee56e771a16ca11daf9eb17625 358 libs optional libgcj5_3.4.1-7_i386.deb db5239a89208a843231a5eb876a31617 185370 libs optional libgcj5-awt_3.4.1-7_i386.deb ab084731bc8d78d9745320de4879dbe2 2039728 devel optional gcj-3.4_3.4.1-7_i386.deb 4ab57deb392f7d597d07558126ec83f9 6567988 libdevel optional libgcj5-dev_3.4.1-7_i386.deb c02bda31fcfde2c0333c00909bcfdc8b 116996 devel optional fastjar_3.4.1-7_i386.deb d51bcb6d91c77916a5a099ffe493 77254 libs optional libffi3_3.4.1-7_i386.deb c30c2d2d11682793b51aef5ff4b69e35 8848 libdevel optional libffi3-dev_3.4.1-7_i386.deb 642a083b24b3cda16511c10870c4a4ab 1935538 devel optional g++-3.4_3.4.1-7_i386.deb 7aee8cee8fe70c625ff162cc9c4f9481 325370 base optional lib64stdc++6_3.4.1-7_i386.deb 6f7acaacea85c6c148dc55cfcc57b9b5 320794 base optional libstdc++6_3.4.1-7_i386.deb 4b9c45a204d12918e096a7a7916e11e8 130 libdevel optional libstdc++6-dev_3.4.1-7_i386.deb 399962381029849d8e3064045d28 760058 libdevel extra libstdc++6-pic_3.4.1-7_i386.deb 641491d936c5dba2893406f03ce7aabf 8928400 libdevel extra libstdc++6-dbg_3.4.1-7_i386.deb 1f02715dff7c448705f2a196765b067e 1858252 devel optional g77-3.4_3.4.1-7_i386.deb b4b7c2c620b10452fe40af6e89c48be8 727602 libs optional libgnat-3.4_3.4.1-7_i386.deb 22655be582d1ea7155367ab2694cdf7e 7130256 devel optional gnat-3.4_3.4.1-7_i386.deb 596a02a62f8d9224d10b343316eeaf85 2984466 devel optional treelang-3.4_3.4.1-7_i386.deb 5eaf77232e4c99bef92c36fd6629fceb 2246190 devel optional gpc-2.1-3.4_3.4.1-7_i386.deb 03d58cf27675b086d629602baa983a95 1383504 devel optional gcc-3.4_3.4.1-7_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBJKYiStlRaw+TLJwRAg9vAJ492e6akdYGSV8OHb2iAIE4Z0ikfACfaBTx 9qyl4AnlU5cltNGRrIHjYvk= =YN+2 -END PGP SIGNATURE-
Bug#263019: marked as done (gcc-3.4_3.4.1-5 doesn't work with binutils oldet tha 2.15)
gnat-3.4-doc - Documentation for the GNU Ada compiler (gnat) gobjc-3.4 - The GNU Objective-C compiler gpc-2.1-3.4 - The GNU Pascal compiler gpc-2.1-3.4-doc - Documentation for the GNU Pascal compiler (gpc) lib64gcc1 - GCC support library (64bit) lib64stdc++6 - The GNU Standard C++ Library v3 (64bit) libffi3- Foreign Function Interface library runtime libffi3-dev - Foreign Function Interface library (development files) libgcc1- GCC support library libgcj5- Java runtime library for use with gcj libgcj5-awt - AWT peer runtime libraries for use with gcj libgcj5-common - Java runtime library for use with gcj (jar files) libgcj5-dev - Java development headers and static library for use with gcj libgnat-3.4 - Runtime library for GNU Ada applications libstdc++6 - The GNU Standard C++ Library v3 libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815ca7f55c0 1464210 doc optional gcc-3.4-doc_3.4.1-7_all.deb 130861b4849f1a16a460bd138f17681b 156562 devel optional gcc-3.4-base_3.4.1-7_i386.deb 2f665dcc1d53a8c0110012b9958722b4 78264 libs required libgcc1_3.4.1-7_i386.deb 0a13cfda1df73d90858bcc89a5277129 82336 libs optional lib64gcc1_3.4.1-7_i386.deb c23de396222f8aa0f7944ec94da97535 1702984 interpreters optional cpp-3.4_3.4.1-7_i386.deb 11613d620b6fd6ff1758e0416d34f0dd 1741862 devel optional gobjc-3.4_3.4.1-7_i386.deb 5184a01742b4daba1a9ce9009e2bbc3c 13242 devel optional gij-3.4_3.4.1-7_i386.deb dfae50ee56e771a16ca11daf9eb17625 358 libs optional libgcj5_3.4.1-7_i386.deb db5239a89208a843231a5eb876a31617 185370 libs optional libgcj5-awt_3.4.1-7_i386.deb ab084731bc8d78d9745320de4879dbe2 2039728 devel optional gcj-3.4_3.4.1-7_i386.deb 4ab57deb392f7d597d07558126ec83f9 6567988 libdevel optional libgcj5-dev_3.4.1-7_i386.deb c02bda31fcfde2c0333c00909bcfdc8b 116996 devel optional fastjar_3.4.1-7_i386.deb d51bcb6d91c77916a5a099ffe493 77254 libs optional libffi3_3.4.1-7_i386.deb c30c2d2d11682793b51aef5ff4b69e35 8848 libdevel optional libffi3-dev_3.4.1-7_i386.deb 642a083b24b3cda16511c10870c4a4ab 1935538 devel optional g++-3.4_3.4.1-7_i386.deb 7aee8cee8fe70c625ff162cc9c4f9481 325370 base optional lib64stdc++6_3.4.1-7_i386.deb 6f7acaacea85c6c148dc55cfcc57b9b5 320794 base optional libstdc++6_3.4.1-7_i386.deb 4b9c45a204d12918e096a7a7916e11e8 130 libdevel optional libstdc++6-dev_3.4.1-7_i386.deb 399962381029849d8e3064045d28 760058 libdevel extra libstdc++6-pic_3.4.1-7_i386.deb 641491d936c5dba2893406f03ce7aabf 8928400 libdevel extra libstdc++6-dbg_3.4.1-7_i386.deb 1f02715dff7c448705f2a196765b067e 1858252 devel optional g77-3.4_3.4.1-7_i386.deb b4b7c2c620b10452fe40af6e89c48be8 727602 libs optional libgnat-3.4_3.4.1-7_i386.deb 22655be582d1ea7155367ab2694cdf7e 7130256 devel optional gnat-3.4_3.
Bug#263925: marked as done (Faulty cross-configure.dpatch)
da compiler (gnat) gobjc-3.4 - The GNU Objective-C compiler gpc-2.1-3.4 - The GNU Pascal compiler gpc-2.1-3.4-doc - Documentation for the GNU Pascal compiler (gpc) lib64gcc1 - GCC support library (64bit) lib64stdc++6 - The GNU Standard C++ Library v3 (64bit) libffi3- Foreign Function Interface library runtime libffi3-dev - Foreign Function Interface library (development files) libgcc1- GCC support library libgcj5- Java runtime library for use with gcj libgcj5-awt - AWT peer runtime libraries for use with gcj libgcj5-common - Java runtime library for use with gcj (jar files) libgcj5-dev - Java development headers and static library for use with gcj libgnat-3.4 - Runtime library for GNU Ada applications libstdc++6 - The GNU Standard C++ Library v3 libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815ca7f55c0 1464210 doc optional gcc-3.4-doc_3.4.1-7_all.deb 130861b4849f1a16a460bd138f17681b 156562 devel optional gcc-3.4-base_3.4.1-7_i386.deb 2f665dcc1d53a8c0110012b9958722b4 78264 libs required libgcc1_3.4.1-7_i386.deb 0a13cfda1df73d90858bcc89a5277129 82336 libs optional lib64gcc1_3.4.1-7_i386.deb c23de396222f8aa0f7944ec94da97535 1702984 interpreters optional cpp-3.4_3.4.1-7_i386.deb 11613d620b6fd6ff1758e0416d34f0dd 1741862 devel optional gobjc-3.4_3.4.1-7_i386.deb 5184a01742b4daba1a9ce9009e2bbc3c 13242 devel optional gij-3.4_3.4.1-7_i386.deb dfae50ee56e771a16ca11daf9eb17625 358 libs optional libgcj5_3.4.1-7_i386.deb db5239a89208a843231a5eb876a31617 185370 libs optional libgcj5-awt_3.4.1-7_i386.deb ab084731bc8d78d9745320de4879dbe2 2039728 devel optional gcj-3.4_3.4.1-7_i386.deb 4ab57deb392f7d597d07558126ec83f9 6567988 libdevel optional libgcj5-dev_3.4.1-7_i386.deb c02bda31fcfde2c0333c00909bcfdc8b 116996 devel optional fastjar_3.4.1-7_i386.deb d51bcb6d91c77916a5a099ffe493 77254 libs optional libffi3_3.4.1-7_i386.deb c30c2d2d11682793b51aef5ff4b69e35 8848 libdevel optional libffi3-dev_3.4.1-7_i386.deb 642a083b24b3cda16511c10870c4a4ab 1935538 devel optional g++-3.4_3.4.1-7_i386.deb 7aee8cee8fe70c625ff162cc9c4f9481 325370 base optional lib64stdc++6_3.4.1-7_i386.deb 6f7acaacea85c6c148dc55cfcc57b9b5 320794 base optional libstdc++6_3.4.1-7_i386.deb 4b9c45a204d12918e096a7a7916e11e8 130 libdevel optional libstdc++6-dev_3.4.1-7_i386.deb 399962381029849d8e3064045d28 760058 libdevel extra libstdc++6-pic_3.4.1-7_i386.deb 641491d936c5dba2893406f03ce7aabf 8928400 libdevel extra libstdc++6-dbg_3.4.1-7_i386.deb 1f02715dff7c448705f2a196765b067e 1858252 devel optional g77-3.4_3.4.1-7_i386.deb b4b7c2c620b10452fe40af6e89c48be8 727602 libs optional libgnat-3.4_3.4.1-7_i386.deb 22655be582d1ea7155367ab2694cdf7e 7130256 devel optional gnat-3.4_3.4.1-7_i386.deb 596a02a62f8d9224d10b343316eeaf85 298
Bug#263928: marked as done (Faulty rules2 in cross part)
libgnat-3.4 - Runtime library for GNU Ada applications libstdc++6 - The GNU Standard C++ Library v3 libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815ca7f55c0 1464210 doc optional gcc-3.4-doc_3.4.1-7_all.deb 130861b4849f1a16a460bd138f17681b 156562 devel optional gcc-3.4-base_3.4.1-7_i386.deb 2f665dcc1d53a8c0110012b9958722b4 78264 libs required libgcc1_3.4.1-7_i386.deb 0a13cfda1df73d90858bcc89a5277129 82336 libs optional lib64gcc1_3.4.1-7_i386.deb c23de396222f8aa0f7944ec94da97535 1702984 interpreters optional cpp-3.4_3.4.1-7_i386.deb 11613d620b6fd6ff1758e0416d34f0dd 1741862 devel optional gobjc-3.4_3.4.1-7_i386.deb 5184a01742b4daba1a9ce9009e2bbc3c 13242 devel optional gij-3.4_3.4.1-7_i386.deb dfae50ee56e771a16ca11daf9eb17625 358 libs optional libgcj5_3.4.1-7_i386.deb db5239a89208a843231a5eb876a31617 185370 libs optional libgcj5-awt_3.4.1-7_i386.deb ab084731bc8d78d9745320de4879dbe2 2039728 devel optional gcj-3.4_3.4.1-7_i386.deb 4ab57deb392f7d597d07558126ec83f9 6567988 libdevel optional libgcj5-dev_3.4.1-7_i386.deb c02bda31fcfde2c0333c00909bcfdc8b 116996 devel optional fastjar_3.4.1-7_i386.deb d51bcb6d91c77916a5a099ffe493 77254 libs optional libffi3_3.4.1-7_i386.deb c30c2d2d11682793b51aef5ff4b69e35 8848 libdevel optional libffi3-dev_3.4.1-7_i386.deb 642a083b24b3cda16511c10870c4a4ab 1935538 devel optional g++-3.4_3.4.1-7_i386.deb 7aee8cee8fe70c625ff162cc9c4f9481 325370 base optional lib64stdc++6_3.4.1-7_i386.deb 6f7acaacea85c6c148dc55cfcc57b9b5 320794 base optional libstdc++6_3.4.1-7_i386.deb 4b9c45a204d12918e096a7a7916e11e8 130 libdevel optional libstdc++6-dev_3.4.1-7_i386.deb 399962381029849d8e3064045d28 760058 libdevel extra libstdc++6-pic_3.4.1-7_i386.deb 641491d936c5dba2893406f03ce7aabf 8928400 libdevel extra libstdc++6-dbg_3.4.1-7_i386.deb 1f02715dff7c448705f2a196765b067e 1858252 devel optional g77-3.4_3.4.1-7_i386.deb b4b7c2c620b10452fe40af6e89c48be8 727602 libs optional libgnat-3.4_3.4.1-7_i386.deb 22655be582d1ea7155367ab2694cdf7e 7130256 devel optional gnat-3.4_3.4.1-7_i386.deb 596a02a62f8d9224d10b343316eeaf85 2984466 devel optional treelang-3.4_3.4.1-7_i386.deb 5eaf77232e4c99bef92c36fd6629fceb 2246190 devel optional gpc-2.1-3.4_3.4.1-7_i386.deb 03d58cf27675b086d629602baa983a95 1383504 devel optional gcc-3.4_3.4.1-7_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBJKYiStlRaw+TLJwRAg9vAJ492e6akdYGSV8OHb2iAIE4Z0ikfACfaBTx 9qyl4AnlU5cltNGRrIHjYvk= =YN+2 -END PGP SIGNATURE-
Bug#263951: marked as done (Superfluous ')' in rules.def)
rd C++ Library v3 (debugging files) libstdc++6-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815ca7f55c0 1464210 doc optional gcc-3.4-doc_3.4.1-7_all.deb 130861b4849f1a16a460bd138f17681b 156562 devel optional gcc-3.4-base_3.4.1-7_i386.deb 2f665dcc1d53a8c0110012b9958722b4 78264 libs required libgcc1_3.4.1-7_i386.deb 0a13cfda1df73d90858bcc89a5277129 82336 libs optional lib64gcc1_3.4.1-7_i386.deb c23de396222f8aa0f7944ec94da97535 1702984 interpreters optional cpp-3.4_3.4.1-7_i386.deb 11613d620b6fd6ff1758e0416d34f0dd 1741862 devel optional gobjc-3.4_3.4.1-7_i386.deb 5184a01742b4daba1a9ce9009e2bbc3c 13242 devel optional gij-3.4_3.4.1-7_i386.deb dfae50ee56e771a16ca11daf9eb17625 358 libs optional libgcj5_3.4.1-7_i386.deb db5239a89208a843231a5eb876a31617 185370 libs optional libgcj5-awt_3.4.1-7_i386.deb ab084731bc8d78d9745320de4879dbe2 2039728 devel optional gcj-3.4_3.4.1-7_i386.deb 4ab57deb392f7d597d07558126ec83f9 6567988 libdevel optional libgcj5-dev_3.4.1-7_i386.deb c02bda31fcfde2c0333c00909bcfdc8b 116996 devel optional fastjar_3.4.1-7_i386.deb d51bcb6d91c77916a5a099ffe493 77254 libs optional libffi3_3.4.1-7_i386.deb c30c2d2d11682793b51aef5ff4b69e35 8848 libdevel optional libffi3-dev_3.4.1-7_i386.deb 642a083b24b3cda16511c10870c4a4ab 1935538 devel optional g++-3.4_3.4.1-7_i386.deb 7aee8cee8fe70c625ff162cc9c4f9481 325370 base optional lib64stdc++6_3.4.1-7_i386.deb 6f7acaacea85c6c148dc55cfcc57b9b5 320794 base optional libstdc++6_3.4.1-7_i386.deb 4b9c45a204d12918e096a7a7916e11e8 130 libdevel optional libstdc++6-dev_3.4.1-7_i386.deb 399962381029849d8e3064045d28 760058 libdevel extra libstdc++6-pic_3.4.1-7_i386.deb 641491d936c5dba2893406f03ce7aabf 8928400 libdevel extra libstdc++6-dbg_3.4.1-7_i386.deb 1f02715dff7c448705f2a196765b067e 1858252 devel optional g77-3.4_3.4.1-7_i386.deb b4b7c2c620b10452fe40af6e89c48be8 727602 libs optional libgnat-3.4_3.4.1-7_i386.deb 22655be582d1ea7155367ab2694cdf7e 7130256 devel optional gnat-3.4_3.4.1-7_i386.deb 596a02a62f8d9224d10b343316eeaf85 2984466 devel optional treelang-3.4_3.4.1-7_i386.deb 5eaf77232e4c99bef92c36fd6629fceb 2246190 devel optional gpc-2.1-3.4_3.4.1-7_i386.deb 03d58cf27675b086d629602baa983a95 1383504 devel optional gcc-3.4_3.4.1-7_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBJKYiStlRaw+TLJwRAg9vAJ492e6akdYGSV8OHb2iAIE4Z0ikfACfaBTx 9qyl4AnlU5cltNGRrIHjYvk= =YN+2 -END PGP SIGNATURE-
Bug#264857: marked as done (gcc-3.4: please support the powerpc64 architecture)
GNU Compiler Collection (base package) gcc-3.4-doc - Documentation for the GNU compilers (gcc, gobjc, g++) gcj-3.4- The GNU compiler for Java(TM) gij-3.4- The GNU Java bytecode interpreter gnat-3.4 - The GNU Ada compiler gnat-3.4-doc - Documentation for the GNU Ada compiler (gnat) gobjc-3.4 - The GNU Objective-C compiler gpc-2.1-3.4 - The GNU Pascal compiler gpc-2.1-3.4-doc - Documentation for the GNU Pascal compiler (gpc) lib64gcc1 - GCC support library (64bit) lib64stdc++6 - The GNU Standard C++ Library v3 (64bit) libffi3- Foreign Function Interface library runtime libffi3-dev - Foreign Function Interface library (development files) libgcc1- GCC support library libgcj5- Java runtime library for use with gcj libgcj5-awt - AWT peer runtime libraries for use with gcj libgcj5-common - Java runtime library for use with gcj (jar files) libgcj5-dev - Java development headers and static library for use with gcj libgnat-3.4 - Runtime library for GNU Ada applications libstdc++6 - The GNU Standard C++ Library v3 libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit) treelang-3.4 - The GNU Treelang compiler Closes: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Changes: gcc-3.4 (3.4.1ds1-7) unstable; urgency=medium . * Updated to gcc-3.4 CVS 20040819. * On amd64, build a biarch compiler defaulting to 64 bit. - build lib32gcc1 and lib32stdc++6 packages (closes: #257906). * On i386, build a biarch compiler defaulting to 32bit (Dan Jacobowitz). * Add proposed patch for 3.4 regression PR16706 (closes: #261051). * Remove superfluous ')' in debian/rules.def (closes: #263951). * debian/rules2: Correct typo for cross builds (closes: #263928). * Update cross-configure.dpatch (closes: #263925). * Tighten binutils build-dependency/dependency to (>= 2.15-2). Closes: #263019. * Tighten glibc dependency, needed at least for m68k to avoid regressions with new binutils. * libgcj.pc is included in libgcj5-dev package (closes: #264129). * Replace 'lib64' hack by setting proper MULTILIB_OSDIRNAMES (Andreas Metzler). Closes: #262892. * Reenable the complete build of the libgcj5-awt package. * Add /lib64 link to /lib for architecture powerpc64 (closes: #264857). * Fix libgcj5-common doc dir symlink (closes: #265652). Files: 8561a7016634773c17069b0ffa54364e 2691 devel optional gcc-3.4_3.4.1ds1-7.dsc a2a08de3a72fa96bba5276a4fbc9c273 4011368 devel optional gcc-3.4_3.4.1ds1-7.diff.gz a2bba0c69468378e9ef0815e1db7d27f 181556 doc optional cpp-3.4-doc_3.4.1-7_all.deb 68a2f135918f55e31fe2b54c1cad91e8 1923920 libs optional libgcj5-common_3.4.1-7_all.deb c8d823597daf36260a1afa1dee247623 4046056 doc optional libstdc++6-doc_3.4.1-7_all.deb 9f218f0813d2320515b171e9478ee8d4 628842 doc optional g77-3.4-doc_3.4.1-7_all.deb f59ca148b2d3839a640ca66205e97526 896350 doc optional gnat-3.4-doc_3.4.1-7_all.deb 05e6024685ace08f3629d25587f3c6be 468718 doc optional gpc-2.1-3.4-doc_3.4.1-7_all.deb 5b8e042fcc7102ae8017f815ca7f55c0 1464210 doc optional gcc-3.4-doc_3.4.1-7_all.deb 130861b4849f1a16a460bd138f17681b 156562 devel optional gcc-3.4-base_3.4.1-7_i386.deb 2f665dcc1d53a8c0110012b9958722b4 78264 libs required libgcc1_3.4.1-7_i386.deb 0a13cfda1df73d90858bcc89a5277129 82336 libs optional lib64gcc1_3.4.1-7_i386.deb c23de396222f8aa0f7944ec94da97535 1702984 interpreters optional cpp-3.4_3.4.1-7_i386.deb 11613d620b6fd6ff1758e0416d34f0dd 1741862 devel optional gobjc-3.4_3.4.1-7_i386.deb 5184a01742b4daba1a9ce9009e2bbc3c 13242 devel optional gij-3.4_3.4.1-7_i386.deb dfae50ee56e771a16ca11daf9eb17625 358 libs optional libgcj5_3.4.1-7_i386.deb db5239a89208a843231a5eb876a31617 185370 libs optional libgcj5-awt_3.4.1-7_i386.deb ab084731bc8d78d9745320de4879dbe2 2039728 devel optional gcj-3.4_3.4.1-7_i386.deb 4ab57deb392f7d597d07558126ec83f9 6567988 libdevel optional libgcj5-dev_3.4.1-7_i386.deb c02bda31fcfde2c0333c00909bcfdc8b 116996 devel optional fastjar_3.4.1-7_i386.deb d51bcb6d91c77916a5a099ffe493 77254 libs optional libffi3_3.4.1-7_i386.deb c30c2d2d11682793b51aef5ff4b69e35 8848 libdevel optional libffi3-dev_3.4.1-7_i386.deb 642a083b24b3cda16511c10870c4a4ab 1935538 devel optional g++-3.4_3.4.1-7_i386.deb 7aee8cee8fe70c625ff162cc9c4f9481 325370 base optional lib64stdc++6_3.4.1-7_i386.deb 6f7acaacea85c6c148dc55cfcc57b9b5 320794 base optional libstdc++6_3.4.1-7_i386.deb 4b9c45a204d12918e096a7a7916e11e8 130 libdevel optional libstdc++6-dev_3.4.1-7_i386.deb 399962381029849d8e3064045d28 760058 libdevel extra libstdc++6-pic_3.4.1-7_i386.deb 641491d936c5dba2893406f03ce7aabf 8928400 libdevel extra libstdc++6-dbg_3.4.1-7_i386.deb 1f027
gcc-3.4 override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): cpp-3.4_3.4.1-7_i386.deb: package says priority is optional, override says standard. fastjar_3.4.1-7_i386.deb: package says priority is optional, override says extra. g++-3.4_3.4.1-7_i386.deb: package says priority is optional, override says standard. gcc-3.4_3.4.1-7_i386.deb: package says priority is optional, override says standard. lib64gcc1_3.4.1-7_i386.deb: package says priority is optional, override says required. lib64stdc++6_3.4.1-7_i386.deb: package says priority is optional, override says important. libstdc++6-dev_3.4.1-7_i386.deb: package says priority is optional, override says standard. libstdc++6_3.4.1-7_i386.deb: package says section is base, override says libs. Either the package or the override file is incorrect. If you think the override is correct and the package wrong please fix the package so that this disparity is fixed in the next upload. If you feel the override is incorrect then please reply to this mail and explain why. [NB: this is an automatically generated mail; if you replied to one like it before and have not received a response yet, please ignore this mail. Your reply needs to be processed by a human and will be in due course, but until then the installer will send these automated mails; sorry.] -- Debian distribution maintenance software (This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED])
gcc-3.4_3.4.1ds1-7_i386.changes ACCEPTED
Accepted: cpp-3.4-doc_3.4.1-7_all.deb to pool/main/g/gcc-3.4/cpp-3.4-doc_3.4.1-7_all.deb cpp-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/cpp-3.4_3.4.1-7_i386.deb fastjar_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/fastjar_3.4.1-7_i386.deb g++-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/g++-3.4_3.4.1-7_i386.deb g77-3.4-doc_3.4.1-7_all.deb to pool/main/g/gcc-3.4/g77-3.4-doc_3.4.1-7_all.deb g77-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/g77-3.4_3.4.1-7_i386.deb gcc-3.4-base_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.1-7_i386.deb gcc-3.4-doc_3.4.1-7_all.deb to pool/main/g/gcc-3.4/gcc-3.4-doc_3.4.1-7_all.deb gcc-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/gcc-3.4_3.4.1-7_i386.deb gcc-3.4_3.4.1ds1-7.diff.gz to pool/main/g/gcc-3.4/gcc-3.4_3.4.1ds1-7.diff.gz gcc-3.4_3.4.1ds1-7.dsc to pool/main/g/gcc-3.4/gcc-3.4_3.4.1ds1-7.dsc gcj-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/gcj-3.4_3.4.1-7_i386.deb gij-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/gij-3.4_3.4.1-7_i386.deb gnat-3.4-doc_3.4.1-7_all.deb to pool/main/g/gcc-3.4/gnat-3.4-doc_3.4.1-7_all.deb gnat-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/gnat-3.4_3.4.1-7_i386.deb gobjc-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/gobjc-3.4_3.4.1-7_i386.deb gpc-2.1-3.4-doc_3.4.1-7_all.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4-doc_3.4.1-7_all.deb gpc-2.1-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4_3.4.1-7_i386.deb lib64gcc1_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/lib64gcc1_3.4.1-7_i386.deb lib64stdc++6_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/lib64stdc++6_3.4.1-7_i386.deb libffi3-dev_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libffi3-dev_3.4.1-7_i386.deb libffi3_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libffi3_3.4.1-7_i386.deb libgcc1_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libgcc1_3.4.1-7_i386.deb libgcj5-awt_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libgcj5-awt_3.4.1-7_i386.deb libgcj5-common_3.4.1-7_all.deb to pool/main/g/gcc-3.4/libgcj5-common_3.4.1-7_all.deb libgcj5-dev_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libgcj5-dev_3.4.1-7_i386.deb libgcj5_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libgcj5_3.4.1-7_i386.deb libgnat-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libgnat-3.4_3.4.1-7_i386.deb libstdc++6-dbg_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libstdc++6-dbg_3.4.1-7_i386.deb libstdc++6-dev_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libstdc++6-dev_3.4.1-7_i386.deb libstdc++6-doc_3.4.1-7_all.deb to pool/main/g/gcc-3.4/libstdc++6-doc_3.4.1-7_all.deb libstdc++6-pic_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libstdc++6-pic_3.4.1-7_i386.deb libstdc++6_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/libstdc++6_3.4.1-7_i386.deb treelang-3.4_3.4.1-7_i386.deb to pool/main/g/gcc-3.4/treelang-3.4_3.4.1-7_i386.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 257906 261051 262892 263019 263925 263928 263951 264129 264857 265652 Thank you for your contribution to Debian.
Monthly Reminder
- Want to Drop Body weight quickly and easy? - This can Increase your overall metoblic rate by 75% without exercise. - Also Reduce under skin fat by 50% - Create a Loss of 20-35% abdominal Fat. - Most importantly, Boost your Confidence and Self Esteem. > Visit this to Learn More <--- kneecap praseodymium masque, witchcraft martyr wilkins avon. potboil! vex labour pollinate. marjorie baghdad baseball, walkout, vindictive maudlin. vet williamson wynn! vet postcard. waldo bale krueger, wrench withy knickerbocker vivaldi. wife keyhole pomade, mature wrong, visitor mark langley potent. away! woodcut matchbook meat, polymeric vietnam willoughby. mauricio wop kilohm matsumoto pompey yankton koenig laminate. vermouth wile kola wino, porous xylem, woodwind vicksburg. woo possessor knob, winemaster, avoid labile verisimilitude winnipesaukee! victorian kowalewski kudo predominate. wilderness kin mcnulty potato. medal ban, aviatrix barr, mayoral marine azerbaijan lame. wipe vladimir banshee, vicky vision bandgap baseball.
Bug#187564: [Bug target/10692] [3.3/3.4/3.5 regression] [m68k] miscompilation of perl with -O2 -fPIC
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-08-19 20:30 --- Postponed yet again. -- What|Removed |Added Target Milestone|3.4.2 |3.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10692 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
Processed: Fixed again in sarge
Processing commands for [EMAIL PROTECTED]: > tags 264835 sid Bug#264835: Simple programs do not compile with gcc-3.3 due to ld error with binutils 2.13.90.0.18 There were no tags set. Tags added: sid > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#264835: Fixed again in sarge
tags 264835 sid thanks I've uploaded a recompile-only NMU of gcc-3.3 on alpha to testing-proposed-updates; it should be installed in testing with tomorrow's dinstall run. -- Steve Langasek postmodern programmer signature.asc Description: Digital signature
Re: standing on the hearse,
uamkszd kyukugu sfdeqtx mykmn Some brokers claim to get you the. r a t e. less than 4.0 % but they rsqpghku herbb julziqt hoagp cthfqc rnxsshcr never do. We can really provide you with 2.0 .f i xed .ra t e with 0 gqvrocps kqjqq? gkkmc - fgflkua rrzhfikav rcpnwpus down payment for all states except Alabama. Ucmzzjg fjtncgbd Kilotu wrhlxfsqa mspiudv gajghveta Get it! obddvmhf otbdpapfk? xfiineb ntxmwihb cefyezk fimbjenau woqfpokx Begmpiehnz apdenof gijgyqc lvwhinlhi, haaauwpbb sjpbywt wekdcqdnj yslev, rgysqu utkjyfvf - zehfrzoxe lehinsacm? tjrszi fafnmif bcpzmtii? qgaork uyuslbqyi jtbhb, yqqokp asdihkc jixvujto zfapwf vladjto zwghlhu qcbcxj cvoumyozb nfihauh gasntq ugugz. fpgxw mdouvui pijbpg? oqqjcpgd lnaodpc, etqojtj fqemddsc njknum hodcs. oyccaghgi wawzl wfnan ynbustk wvcrvljjq bohyeavkv wgstikcdm. fhesv - wuvqpmpdv. onxtdpkg cdhvq eosilwe Xxhapsb cgcvns xrffsycq lhtdy gwiol. amjnap
Results for 3.3.4 (Debian 1:3.3.4-9) testsuite on s390-linux
LAST_UPDATED: Fri Aug 13 10:38:11 UTC 2004 Native configuration is s390-linux (debian01) === gpc tests === Running target any === gpc Summary === # of tests3910 # of expected passes 3905 # of unsupported tests5 /build/buildd/gcc-3.3-3.3.4/build/gcc/xgpc version 20040516, based on gcc-3.3.4 (Debian 1:3.3.4-9) === g++ tests === Running target unix XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8204 # of unexpected successes 1 # of expected failures 97 # of untested testcases 23 # of unsupported tests 29 /build/buildd/gcc-3.3-3.3.4/build/gcc/testsuite/../g++ version 3.3.4 (Debian 1:3.3.4-9) === g77 tests === Running target unix === g77 Summary === # of expected passes1720 # of unsupported tests 8 /build/buildd/gcc-3.3-3.3.4/build/gcc/testsuite/../g77 version 3.3.4 (Debian 1:3.3.4-9) === gcc tests === Running target unix FAIL: gcc.dg/debug/debug-1.c -gstabs -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-1.c -gstabs3 -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-1.c -gstabs+ -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-1.c -gstabs+3 -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-2.c -gstabs -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-2.c -gstabs3 -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-2.c -gstabs+ -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-2.c -gstabs+3 -O3 scan-assembler xyzzy FAIL: gcc.dg/duff-2.c (test for excess errors) === gcc Summary === # of expected passes21194 # of unexpected failures9 # of expected failures 70 # of unsupported tests 195 /build/buildd/gcc-3.3-3.3.4/build/gcc/xgcc version 3.3.4 (Debian 1:3.3.4-9) === objc tests === Running target unix === objc Summary === # of expected passes1166 /build/buildd/gcc-3.3-3.3.4/build/gcc/xgcc version 3.3.4 (Debian 1:3.3.4-9) === treelang tests === Running target unix === treelang Summary === # of expected passes1 === libjava tests === Running target unix WARNING: program timed out. FAIL: SyncTest execution - gij test WARNING: program timed out. FAIL: SyncTest execution - bytecode->native test WARNING: program timed out. FAIL: SyncTest execution - gij test WARNING: program timed out. FAIL: SyncTest -O execution - bytecode->native test === libjava Summary === # of expected passes2983 # of unexpected failures4 # of expected failures 16 # of untested testcases 16 === 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/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/num_put_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 XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test === libstdc++-v3 Summary === # of expected passes453 # of unexpected successes 26 # of expected failures 2 Compiler version: 3.3.4 (Debian 1:3.3.4-9) Platform: s390-linux configure flags: --host=s390-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/Pur
Results for 3.4.1 (Debian 3.4.1-7) testsuite on i486-linux
LAST_UPDATED: Thu Aug 19 08:54:38 UTC 2004 Native configuration is i486-linux (cachaca) === gpc tests === Running target any === gpc Summary === # of tests3953 # of expected passes 3952 # of unsupported tests1 /home/packages/gcc/3.4/gcc-3.4-3.4.1ds1/build/gcc/xgpc version 20040516, based on gcc-3.4.1 (Debian 3.4.1-7) === acats tests === === acats Summary === # of expected passes2322 # of unexpected failures0 === g++ tests === Running target unix XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE: XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE 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 passes9686 # of unexpected successes 3 # of expected failures 67 # of unsupported tests 32 /home/packages/gcc/3.4/gcc-3.4-3.4.1ds1/build/gcc/testsuite/../g++ version 3.4.1 (Debian 3.4.1-7) === g77 tests === Running target unix === g77 Summary === # of expected passes1800 # of unsupported tests 6 /home/packages/gcc/3.4/gcc-3.4-3.4.1ds1/build/gcc/testsuite/../g77 version 3.4.1 (Debian 3.4.1-7) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/va-arg-25.c execution, -Os FAIL: gcc.dg/const-elim-1.c scan-assembler-not L\$?C[^A-Z] === gcc Summary === # of expected passes24782 # of unexpected failures2 # of expected failures 70 # of untested testcases 7 # of unsupported tests 191 /home/packages/gcc/3.4/gcc-3.4-3.4.1ds1/build/gcc/xgcc version 3.4.1 (Debian 3.4.1-7) === objc tests === Running target unix === objc Summary === # of expected passes1352 # of unsupported tests 8 /home/packages/gcc/3.4/gcc-3.4-3.4.1ds1/build/gcc/xgcc version 3.4.1 (Debian 3.4.1-7) === libffi tests === Running target unix === libffi Summary === # of expected passes212 # of unsupported tests 2 === libjava tests === Running target unix FAIL: linking simple FAIL: cxxtest output === libjava Summary === # of expected passes3259 # of unexpected failures2 # of expected failures 11 # of untested testcases 8 === libstdc++-v3 check-abi Summary === # of added symbols: 8 # of missing symbols:0 # of incompatible symbols: 0 using: /home/packages/gcc/3.4/gcc-3.4-3.4.1ds1/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt === libstdc++ tests === Running target unix XPASS: 22_locale/locale/cons/12658_thread.cc execution test XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors) === libstdc++ Summary === # of expected passes2701 # of unexpected successes 2 # of expected failures 5 Compiler version: 3.4.1 (Debian 3.4.1-7) Platform: i486-linux configure flags: -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --disable-werror i486-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 2.15-1 The GNU assembler, linker and binary utiliti ii libc6-dev 2.3.2.ds1-16 GNU C Library: Development Libraries and Hea Patches that Debian applied in this version: cvs-updates: CVS updates from the 3.4 branch upto 20040819. gcc-version: Add "(Debian )" to the gcc version string gcc-textdomain: Set gettext's domain and textdomain to the versioned package name. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation amd64-specs: On x86-64 use 64bits mode assembly except with -m32.