Processing of gcc-4.1_4.1ds4-0exp4_hppa.changes
gcc-4.1_4.1ds4-0exp4_hppa.changes uploaded successfully to localhost along with the files: gcc-4.1-base_4.1-0exp4_hppa.deb libgcc2_4.1-0exp4_hppa.deb cpp-4.1_4.1-0exp4_hppa.deb protoize_4.1-0exp4_hppa.deb fixincludes_4.1-0exp4_hppa.deb libmudflap0_4.1-0exp4_hppa.deb libmudflap0-dev_4.1-0exp4_hppa.deb libssp0_4.1-0exp4_hppa.deb libssp0-dev_4.1-0exp4_hppa.deb gobjc++-4.1_4.1-0exp4_hppa.deb gobjc-4.1_4.1-0exp4_hppa.deb libobjc1_4.1-0exp4_hppa.deb gcj-4.1-base_4.1-0exp4_hppa.deb gcj-4.1_4.1-0exp4_hppa.deb gij-4.1_4.1-0exp4_hppa.deb libgcj7_4.1-0exp4_hppa.deb libgcj7-awt_4.1-0exp4_hppa.deb libgcj7-dev_4.1-0exp4_hppa.deb libgcj7-dbg_4.1-0exp4_hppa.deb fastjar_4.1-0exp4_hppa.deb libffi4_4.1-0exp4_hppa.deb libffi4-dev_4.1-0exp4_hppa.deb g++-4.1_4.1-0exp4_hppa.deb libstdc++6_4.1-0exp4_hppa.deb libstdc++6-4.1-dev_4.1-0exp4_hppa.deb libstdc++6-4.1-pic_4.1-0exp4_hppa.deb libstdc++6-4.1-dbg_4.1-0exp4_hppa.deb libgfortran1_4.1-0exp4_hppa.deb gfortran-4.1_4.1-0exp4_hppa.deb libgfortran1-dev_4.1-0exp4_hppa.deb libgnat-4.1_4.1-0exp4_hppa.deb gnat-4.1_4.1-0exp4_hppa.deb treelang-4.1_4.1-0exp4_hppa.deb gcc-4.1_4.1-0exp4_hppa.deb gcc-4.1-hppa64_4.1-0exp4_hppa.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-4.1_4.1ds4-0exp4_hppa.changes is NEW
(new) cpp-4.1_4.1-0exp4_hppa.deb standard interpreters WARNING: Already present in main distribution. The GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. (new) fastjar_4.1-0exp4_hppa.deb optional devel WARNING: Already present in main distribution. Jar creation utility Replacement for Suns .jar creation program. It is written in C instead of java and is tons faster. (new) fixincludes_4.1-0exp4_hppa.deb optional devel WARNING: Already present in main distribution. Fix non-ANSI header files FixIncludes was created to fix non-ANSI system header files. Many system manufacturers supply proprietary headers that are not ANSI compliant. The GNU compilers cannot compile non-ANSI headers. Consequently, the FixIncludes shell script was written to fix the header files. . Not all packages with header files are installed on the system, when the package is built, so we make fixincludes available at build time of other packages, such that checking tools like lintian can make use of it. (new) g++-4.1_4.1-0exp4_hppa.deb standard devel WARNING: Already present in main distribution. The GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. (new) gcc-4.1-base_4.1-0exp4_hppa.deb required libs WARNING: Already present in main distribution. The GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). (new) gcc-4.1-hppa64_4.1-0exp4_hppa.deb standard devel WARNING: Already present in main distribution. The GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. (new) gcc-4.1_4.1-0exp4_hppa.deb standard devel WARNING: Already present in main distribution. The GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. (new) gcj-4.1-base_4.1-0exp4_hppa.deb optional libs The GNU Compiler Collection (gcj base package) This package contains files common to all java related packages built from the GNU Compiler Collection (GCC). (new) gcj-4.1_4.1-0exp4_hppa.deb optional devel WARNING: Already present in main distribution. The GNU compiler for Java(TM) GCJ is a front end to the GCC compiler which can natively compile both Java(tm) source and bytecode files. The compiler can also generate class files. (new) gfortran-4.1_4.1-0exp4_hppa.deb optional devel WARNING: Already present in main distribution. The GNU Fortran 95 compiler This is the GNU Fortran compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. (new) gij-4.1_4.1-0exp4_hppa.deb optional devel WARNING: Already present in main distribution. The GNU Java bytecode interpreter GIJ is not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. (new) gnat-4.1_4.1-0exp4_hppa.deb optional devel WARNING: Already present in main distribution. The GNU Ada compiler This is the GNU Ada compiler, which compiles Ada on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. (new) gobjc++-4.1_4.1-0exp4_hppa.deb optional devel WARNING: Already present in main distribution. The GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. (new) gobjc-4.1_4.1-0exp4_hppa.deb optional devel WARNING: Already present in main distribution. The GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. (new) libffi4-dev_4.1-0exp4_hppa.deb optional libdevel WARNING: Already present in main distribution. Foreign Function Interface library (development files) This package contains the headers and static library files necessary for building programs which use libffi. . A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. (new) libffi4_4.1-0exp4_hppa.deb optional libs WARNING: Already present in main distribution. Foreign Function Interface library runtime A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. (new) libgcc2_4.1-0exp4_hppa.deb required libs WARNING: Already present in main distribution. GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome s
Bug#319824: marked as done (gcc: manpage typo: "\-")
Your message dated Sun, 11 Dec 2005 10:25:12 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#319824: gcc: manpage typo: "\-" 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; 25 Jul 2005 01:40:11 + >From [EMAIL PROTECTED] Sun Jul 24 18:40:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from janus.clarkson.edu [128.153.5.33] by spohr.debian.org with smtp (Exim 3.36 1 (Debian)) id 1Dwrwx-0004FT-00; Sun, 24 Jul 2005 18:40:11 -0700 Received: (qmail 18393 invoked by uid 510); 24 Jul 2005 21:39:40 -0400 Received: from [EMAIL PROTECTED] by janus.clarkson.edu by uid 502 with qmail-scanner-1.21 (uvscan: v4.32.0/v4541. Clear:RC:1(128.153.28.145):. Processed in 0.021046 secs); 25 Jul 2005 01:39:40 - X-Qmail-Scanner-Mail-From: [EMAIL PROTECTED] via janus.clarkson.edu X-Qmail-Scanner: 1.21 (Clear:RC:1(128.153.28.145):. Processed in 0.021046 secs) Received: from unknown (HELO andromeda) (128.153.28.145) by 0 with SMTP; 24 Jul 2005 21:39:39 -0400 Received: from pryzbyj by andromeda with local (Exim 3.36 #1 (Debian)) id 1DwrwR-0001fa-00 for <[EMAIL PROTECTED]>; Sun, 24 Jul 2005 21:39:39 -0400 Date: Sun, 24 Jul 2005 21:39:39 -0400 To: [EMAIL PROTECTED] Subject: gcc: manpage typo: "\-" Message-ID: <[EMAIL PROTECTED]> References: <[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.9i From: Justin Pryzby <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gcc Severity: minor Version: 3.3.5-3 I see: -Wunused-function Warn whenever a static function is declared but not defined or a non\-inline static function is unused. where \- is apparently overescaped. --- Received: (at 319824-done) by bugs.debian.org; 11 Dec 2005 09:25:17 + >From [EMAIL PROTECTED] Sun Dec 11 01:25:17 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root) by spohr.debian.org with esmtp (Exim 4.50) id 1ElNSG-0008Sr-R9 for [EMAIL PROTECTED]; Sun, 11 Dec 2005 01:25:17 -0800 Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id KAA27393; Sun, 11 Dec 2005 10:25:14 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id D2081F2CC; Sun, 11 Dec 2005 10:25:13 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 01297-49; Sun, 11 Dec 2005 10:25:12 +0100 (MET) 11235 Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP; Sun, 11 Dec 2005 10:25:12 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id jBB9PC4b020315; Sun, 11 Dec 2005 10:25:12 +0100 (MET) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Sun, 11 Dec 2005 10:25:12 +0100 To: Justin Pryzby <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#319824: gcc: manpage typo: "\-" In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 4.0.2-5 fixed in 4.0 and up. Justin Pryzby writes: > Package: gcc > Severity: minor > Version: 3.3.5-3 > > I see: > >-Wunused-function > Warn whenever a static function is declared but not > defined or a non\-inline static function is unused. > > wher
Processing of gcc-3.4_3.4.5-1_m68k.changes
gcc-3.4_3.4.5-1_m68k.changes isn't signed with PGP/GnuPG Removing gcc-3.4_3.4.5-1_m68k.changes, but keeping its associated files for now. Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of gcc-3.4_3.4.5-1_m68k.changes
gcc-3.4_3.4.5-1_m68k.changes uploaded successfully to localhost along with the files: gcc-3.4-base_3.4.5-1_m68k.deb cpp-3.4_3.4.5-1_m68k.deb gobjc-3.4_3.4.5-1_m68k.deb g++-3.4_3.4.5-1_m68k.deb libstdc++6-dev_3.4.5-1_m68k.deb libstdc++6-pic_3.4.5-1_m68k.deb libstdc++6-dbg_3.4.5-1_m68k.deb libg2c0_3.4.5-1_m68k.deb g77-3.4_3.4.5-1_m68k.deb libg2c0-dev_3.4.5-1_m68k.deb gpc-2.1-3.4_3.4.5-1_m68k.deb gcc-3.4_3.4.5-1_m68k.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-3.4_3.4.5-1_m68k.changes ACCEPTED
Accepted: cpp-3.4_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/cpp-3.4_3.4.5-1_m68k.deb g++-3.4_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/g++-3.4_3.4.5-1_m68k.deb g77-3.4_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/g77-3.4_3.4.5-1_m68k.deb gcc-3.4-base_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.5-1_m68k.deb gcc-3.4_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/gcc-3.4_3.4.5-1_m68k.deb gobjc-3.4_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/gobjc-3.4_3.4.5-1_m68k.deb gpc-2.1-3.4_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4_3.4.5-1_m68k.deb libg2c0-dev_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/libg2c0-dev_3.4.5-1_m68k.deb libg2c0_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/libg2c0_3.4.5-1_m68k.deb libstdc++6-dbg_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/libstdc++6-dbg_3.4.5-1_m68k.deb libstdc++6-dev_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/libstdc++6-dev_3.4.5-1_m68k.deb libstdc++6-pic_3.4.5-1_m68k.deb to pool/main/g/gcc-3.4/libstdc++6-pic_3.4.5-1_m68k.deb Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of gcc-defaults_1.30_i386.changes
gcc-defaults_1.30_i386.changes uploaded successfully to localhost along with the files: gcc-defaults_1.30.dsc gcc-defaults_1.30.tar.gz cpp_4.0.2-2_i386.deb cpp-doc_4.0.2-2_i386.deb gcc_4.0.2-2_i386.deb gcc-doc_4.0.2-2_i386.deb g++_4.0.2-2_i386.deb gobjc_4.0.2-2_i386.deb g77_3.4.5-1_i386.deb g77-doc_3.4.5-1_i386.deb gfortran_4.0.2-2_i386.deb gfortran-doc_4.0.2-2_i386.deb gpc_3.4.5-1_i386.deb gpc-doc_3.4.5-1_i386.deb gcj_4.0.2-2_i386.deb libgcj-dev_4.0.2-2_i386.deb gij_4.0.2-2_i386.deb chill_2.95.4-45_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324687: marked as done (/usr/share/man/man1/c99.1.gz: c99(1) says false things)
Your message dated Sun, 11 Dec 2005 03:32:12 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#324687: fixed in gcc-defaults 1.30 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; 23 Aug 2005 13:59:16 + >From [EMAIL PROTECTED] Tue Aug 23 06:59:16 2005 Return-path: <[EMAIL PROTECTED]> Received: from flowerpot.kaijanaho.info [80.68.88.155] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E7ZJ6-0002oi-00; Tue, 23 Aug 2005 06:59:16 -0700 Received: from kukkamaljakko.kaijanaho.info (dynamic-161-252.it.jyu.fi [:::130.234.161.252]) (AUTH: LOGIN gaia, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by flowerpot.kaijanaho.info with esmtp; Tue, 23 Aug 2005 17:01:45 +0300 id 00020230.430B2C49.319D Received: by kukkamaljakko.kaijanaho.info (sSMTP sendmail emulation); Tue, 23 Aug 2005 16:59:14 +0300 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Antti-Juhani Kaijanaho <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: /usr/share/man/man1/c99.1.gz: c99(1) says false things X-Mailer: reportbug 3.16 Date: Tue, 23 Aug 2005 16:52:55 +0300 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gcc Version: 4:4.0.1-3 Severity: minor File: /usr/share/man/man1/c99.1.gz The manual page c99(1) describes the c99 command as an ANSI compiler, which disables the support for non-ANSI features such as inline. Now, c99 undoubtedly is a C99 compiler (not ANSI-C, which usually is taken to mean C89), and as such will most likely accept the inline keyword. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Versions of packages gcc depends on: ii cpp 4:4.0.1-3 The GNU C preprocessor (cpp) ii gcc-4.0 4.0.1-6The GNU C compiler Versions of packages gcc recommends: ii libc6-dev [libc-dev] 2.3.5-4GNU C Library: Development Librari -- no debconf information --- Received: (at 324687-close) by bugs.debian.org; 11 Dec 2005 11:41:29 + >From [EMAIL PROTECTED] Sun Dec 11 03:41:29 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1ElPR6-SK-DC; Sun, 11 Dec 2005 03:32:12 -0800 From: Matthias Klose <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.60 $ Subject: Bug#324687: fixed in gcc-defaults 1.30 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 11 Dec 2005 03:32:12 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: gcc-defaults Source-Version: 1.30 We believe that the bug you reported is fixed in the latest version of gcc-defaults, which is due to be installed in the Debian FTP archive: chill_2.95.4-45_i386.deb to pool/main/g/gcc-defaults/chill_2.95.4-45_i386.deb cpp-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp-doc_4.0.2-2_i386.deb cpp_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp_4.0.2-2_i386.deb g++_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/g++_4.0.2-2_i386.deb g77-doc_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77-doc_3.4.5-1_i386.deb g77_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77_3.4.5-1_i386.deb gcc-defaults_1.30.dsc to pool/main/g/gcc-defaults/gcc-defaults_1.30.dsc gcc-defaults_1.30.tar.gz to pool/main/g/gcc-defaults/gcc-defaults_1.30.tar.gz gcc-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc-doc_4.0.2-2_i386.deb gcc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc_4.0.2-2_i386.deb gcj_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcj_4.0.2-2_i386.deb gfortran-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gfortran-doc_4.0.2-2_i386.deb gfortran_4.
Bug#321092: marked as done (gcc README refers to etch as "Debian 3.2")
Your message dated Sun, 11 Dec 2005 03:32:12 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#321092: fixed in gcc-defaults 1.30 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; 3 Aug 2005 11:41:08 + >From [EMAIL PROTECTED] Wed Aug 03 04:41:08 2005 Return-path: <[EMAIL PROTECTED]> Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (minbar.dodds.net) [66.93.39.86] (postfix) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E0HcS-0004GO-00; Wed, 03 Aug 2005 04:41:08 -0700 Received: by minbar.dodds.net (Postfix, from userid 1000) id 7250F10061; Wed, 3 Aug 2005 04:41:33 -0700 (PDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Steve Langasek <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gcc README refers to etch as "Debian 3.2" X-Mailer: reportbug 3.15 Date: Wed, 03 Aug 2005 04:41:33 -0700 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gcc Version: 4:4.0.0-2 Severity: normal The /usr/share/doc/gcc/README.Debian.gz file says: Debian 3.2 (etch) is (mostly) built using the GCC 4.0.x compiler collection. It is not correct to assume that etch will be Debian 3.2. Please fix this premature use of a version number. :) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages gcc depends on: ii cpp 4:4.0.0-2 The GNU C preprocessor (cpp) ii cpp-4.0 4.0.1-2The GNU C preprocessor ii gcc-4.0 4.0.1-2The GNU C compiler Versions of packages gcc recommends: ii libc6-dev [libc-dev]2.3.2.ds1-22 GNU C Library: Development Librari -- no debconf information --- Received: (at 321092-close) by bugs.debian.org; 11 Dec 2005 11:41:21 + >From [EMAIL PROTECTED] Sun Dec 11 03:41:21 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1ElPR6-SI-CO; Sun, 11 Dec 2005 03:32:12 -0800 From: Matthias Klose <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.60 $ Subject: Bug#321092: fixed in gcc-defaults 1.30 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 11 Dec 2005 03:32:12 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: gcc-defaults Source-Version: 1.30 We believe that the bug you reported is fixed in the latest version of gcc-defaults, which is due to be installed in the Debian FTP archive: chill_2.95.4-45_i386.deb to pool/main/g/gcc-defaults/chill_2.95.4-45_i386.deb cpp-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp-doc_4.0.2-2_i386.deb cpp_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp_4.0.2-2_i386.deb g++_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/g++_4.0.2-2_i386.deb g77-doc_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77-doc_3.4.5-1_i386.deb g77_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77_3.4.5-1_i386.deb gcc-defaults_1.30.dsc to pool/main/g/gcc-defaults/gcc-defaults_1.30.dsc gcc-defaults_1.30.tar.gz to pool/main/g/gcc-defaults/gcc-defaults_1.30.tar.gz gcc-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc-doc_4.0.2-2_i386.deb gcc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc_4.0.2-2_i386.deb gcj_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcj_4.0.2-2_i386.deb gfortran-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gfortran-doc_4.0.2-2_i386.deb gfortran_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gfortran_4.0.2-2_i386.deb gij_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gij_4.0.2-2_i386.deb gobjc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gobjc_4.0.2-2_i386.deb gpc-doc_3.4.5-1_i386.deb t
Bug#333348: marked as done (gfortran package description (confusion with g95))
Your message dated Sun, 11 Dec 2005 03:32:12 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#48: fixed in gcc-defaults 1.30 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; 11 Oct 2005 13:39:00 + >From [EMAIL PROTECTED] Tue Oct 11 06:39:00 2005 Return-path: <[EMAIL PROTECTED]> Received: from web86809.mail.ukl.yahoo.com [217.12.13.51] by spohr.debian.org with smtp (Exim 3.36 1 (Debian)) id 1EPKLL-0006YO-00; Tue, 11 Oct 2005 06:38:59 -0700 Received: (qmail 74477 invoked by uid 60001); 11 Oct 2005 13:38:28 - DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=t/njeXkmufYIt4uZzbCRwtOmkhIZZg5Ly4ckuWLNGbAN2VqukTnAetGmMymkQ9Lpvv9g8KEBHI3DffH0vztSjrl7ugycKTkZKVCWHkulM15cL4P0xju8IMQmhiMQRHgCAg6AzP9OE4fwuPpzAvbvz+XAEqj+la+xGw0ln1ShYKg= ; Message-ID: <[EMAIL PROTECTED]> Received: from [130.88.208.27] by web86809.mail.ukl.yahoo.com via HTTP; Tue, 11 Oct 2005 14:38:28 BST Date: Tue, 11 Oct 2005 14:38:28 +0100 (BST) From: Bruno Harbulot <[EMAIL PROTECTED]> Subject: gfortran package description (confusion with g95) To: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.5 required=4.0 tests=BAYES_10,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gfortran Version: 4.0.1-3 The package description says "This is the GNU g95 Fortran compiler [...]". This is confusing since gfortran and g95 are two distinct projects. See http://gcc.gnu.org/wiki/TheOtherGCCBasedFortranCompiler for more details. (g95 can be found at: http://www.g95.org/ ) Perhaps the description could be changed to "This is the GNU Fortran 95 compiler, part of GCC [...]". ___ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com --- Received: (at 48-close) by bugs.debian.org; 11 Dec 2005 11:41:36 + >From [EMAIL PROTECTED] Sun Dec 11 03:41:36 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1ElPR6-SM-E1; Sun, 11 Dec 2005 03:32:12 -0800 From: Matthias Klose <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.60 $ Subject: Bug#48: fixed in gcc-defaults 1.30 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 11 Dec 2005 03:32:12 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: gcc-defaults Source-Version: 1.30 We believe that the bug you reported is fixed in the latest version of gcc-defaults, which is due to be installed in the Debian FTP archive: chill_2.95.4-45_i386.deb to pool/main/g/gcc-defaults/chill_2.95.4-45_i386.deb cpp-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp-doc_4.0.2-2_i386.deb cpp_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp_4.0.2-2_i386.deb g++_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/g++_4.0.2-2_i386.deb g77-doc_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77-doc_3.4.5-1_i386.deb g77_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77_3.4.5-1_i386.deb gcc-defaults_1.30.dsc to pool/main/g/gcc-defaults/gcc-defaults_1.30.dsc gcc-defaults_1.30.tar.gz to pool/main/g/gcc-defaults/gcc-defaults_1.30.tar.gz gcc-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc-doc_4.0.2-2_i386.deb gcc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc_4.0.2-2_i386.deb gcj_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcj_4.0.2-2_i386.deb gfortran-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gfortran-doc_4.0.2-2_i386.deb gfortran_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gfortran_4.0.2-2_i386.deb gij_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gij_4.0.2-2_i386.deb gobjc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gobjc_4.0.2-2_i386.deb gpc-doc_3.4.5-1_i386.deb to pool/main/g/gcc-defaul
Bug#334081: marked as done (gfortran: removes alternatives wrongly)
Your message dated Sun, 11 Dec 2005 03:32:12 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#334081: fixed in gcc-defaults 1.30 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; 15 Oct 2005 12:46:05 + >From [EMAIL PROTECTED] Sat Oct 15 05:46:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from ip212-226-168-228.adsl.kpnqwest.fi (esme.liw.iki.fi) [212.226.168.228] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EQlQL-9u-00; Sat, 15 Oct 2005 05:46:05 -0700 Received: by esme.liw.iki.fi (Postfix, from userid 1000) id 8CB8175C2A5; Sat, 15 Oct 2005 15:45:14 +0300 (EEST) Subject: gfortran: removes alternatives wrongly From: Lars Wirzenius <[EMAIL PROTECTED]> To: debian bugs <[EMAIL PROTECTED]> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sat, 15 Oct 2005 15:45:14 +0300 Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gfortran Version: 4.0.1-3 The prerm script calls update-alternatives thusly: update-alternatives --remove f95 /usr/bin/g95 The last argument should be /usr/bin/gfortran, I think. -- I'm a Luddite with neophilia --- Received: (at 334081-close) by bugs.debian.org; 11 Dec 2005 11:41:02 + >From [EMAIL PROTECTED] Sun Dec 11 03:41:02 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1ElPR6-SO-Er; Sun, 11 Dec 2005 03:32:12 -0800 From: Matthias Klose <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.60 $ Subject: Bug#334081: fixed in gcc-defaults 1.30 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 11 Dec 2005 03:32:12 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: gcc-defaults Source-Version: 1.30 We believe that the bug you reported is fixed in the latest version of gcc-defaults, which is due to be installed in the Debian FTP archive: chill_2.95.4-45_i386.deb to pool/main/g/gcc-defaults/chill_2.95.4-45_i386.deb cpp-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp-doc_4.0.2-2_i386.deb cpp_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp_4.0.2-2_i386.deb g++_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/g++_4.0.2-2_i386.deb g77-doc_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77-doc_3.4.5-1_i386.deb g77_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77_3.4.5-1_i386.deb gcc-defaults_1.30.dsc to pool/main/g/gcc-defaults/gcc-defaults_1.30.dsc gcc-defaults_1.30.tar.gz to pool/main/g/gcc-defaults/gcc-defaults_1.30.tar.gz gcc-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc-doc_4.0.2-2_i386.deb gcc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc_4.0.2-2_i386.deb gcj_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcj_4.0.2-2_i386.deb gfortran-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gfortran-doc_4.0.2-2_i386.deb gfortran_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gfortran_4.0.2-2_i386.deb gij_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gij_4.0.2-2_i386.deb gobjc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gobjc_4.0.2-2_i386.deb gpc-doc_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/gpc-doc_3.4.5-1_i386.deb gpc_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/gpc_3.4.5-1_i386.deb libgcj-dev_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/libgcj-dev_4.0.2-2_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address 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-defaults 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 PR
gcc-defaults_1.30_i386.changes ACCEPTED
Accepted: chill_2.95.4-45_i386.deb to pool/main/g/gcc-defaults/chill_2.95.4-45_i386.deb cpp-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp-doc_4.0.2-2_i386.deb cpp_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/cpp_4.0.2-2_i386.deb g++_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/g++_4.0.2-2_i386.deb g77-doc_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77-doc_3.4.5-1_i386.deb g77_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/g77_3.4.5-1_i386.deb gcc-defaults_1.30.dsc to pool/main/g/gcc-defaults/gcc-defaults_1.30.dsc gcc-defaults_1.30.tar.gz to pool/main/g/gcc-defaults/gcc-defaults_1.30.tar.gz gcc-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc-doc_4.0.2-2_i386.deb gcc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcc_4.0.2-2_i386.deb gcj_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gcj_4.0.2-2_i386.deb gfortran-doc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gfortran-doc_4.0.2-2_i386.deb gfortran_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gfortran_4.0.2-2_i386.deb gij_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gij_4.0.2-2_i386.deb gobjc_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/gobjc_4.0.2-2_i386.deb gpc-doc_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/gpc-doc_3.4.5-1_i386.deb gpc_3.4.5-1_i386.deb to pool/main/g/gcc-defaults/gpc_3.4.5-1_i386.deb libgcj-dev_4.0.2-2_i386.deb to pool/main/g/gcc-defaults/libgcj-dev_4.0.2-2_i386.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 321092 324687 48 334081 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#321354: marked as done (request to build gij/gcj on mips/mipsel)
Your message dated Sun, 11 Dec 2005 12:57:36 +0100 with message-id <[EMAIL PROTECTED]> and subject line gcj built on mips/mipsel 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; 5 Aug 2005 00:25:15 + >From [EMAIL PROTECTED] Thu Aug 04 17:25:14 2005 Return-path: <[EMAIL PROTECTED]> Received: from pollock.hmdnsgroup.com [63.247.129.26] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E0q1S-0005tK-00; Thu, 04 Aug 2005 17:25:14 -0700 Received: from dsl027-161-197.atl1.dsl.speakeasy.net ([216.27.161.197] helo=[192.168.1.17]) by pollock.hmdnsgroup.com with esmtpa (Exim 4.50) id 1E0q1R-0004l2-BI; Thu, 04 Aug 2005 20:25:14 -0400 Message-ID: <[EMAIL PROTECTED]> Date: Thu, 04 Aug 2005 20:25:10 -0400 From: Barry Hawkins <[EMAIL PROTECTED]> User-Agent: Debian Thunderbird 1.0.2 (X11/20050602) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Debian Bug Tracking System <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> Subject: Query about gcj status on mips and mipsel X-Enigmail-Version: 0.91.0.0 Content-Type: multipart/mixed; boundary="07060208060109040405" X-HMDNSGroup-MailScanner-Information: Please contact the ISP for more information X-HMDNSGroup-MailScanner: Found to be clean X-MailScanner-From: [EMAIL PROTECTED] X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - pollock.hmdnsgroup.com X-AntiAbuse: Original Domain - bugs.debian.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - bytemason.org X-Source: X-Source-Args: X-Source-Dir: Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 This is a multi-part message in MIME format. --07060208060109040405 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Package: gcc-3.3 Version: 3.3.6-7 Severity: normal Tags: patch GCC Team, Hello from the Debian Java Team! As part of a request to update the source package for antlr, I noticed that its last upload was staying out of testing for 120+ days, apparently because of dependency failure. One key dependency I spotted was gcj-3.4, as it was used for the compile to native task in antlr. Based on further research and help from my colleague Wolfgang Baer, we found that mips and mipsel were disabled at one time due to a bug[0] related to libffi not having been ported to mips at the time (June 2001). The bug was subsequently closed, but in the source packages for both testing and unstable currently, debian/rules.defs still has mips and mipsel disabled: debian/rules.d/rules.defs (from 3.3.6-7), Line 191: java_no_archs := hurd-i386 mips mipsel freebsd-i386 There may be other reasons for mips and mipsel still being disabled; if so, I apologize in advance. I was unable to find anything else in the time I had to research this issue. I have attached a patch for the unstable version of the source package. [0] - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=101570 Regards, -- Barry Hawkins All Things Computed site: www.alltc.com weblog: www.yepthatsme.com Registered Linux User #368650 --07060208060109040405 Content-Type: text/x-patch; name="rules.defs.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rules.defs.patch" --- gcc-3.3-3.3.6/debian/rules.defs 2005-08-04 19:56:28.752092931 -0400 +++ gcc-3.3-3.3.6/debian/rules.defs.new 2005-08-04 20:06:27.990807156 -0400 @@ -188,7 +188,7 @@ with_java := yes endif -java_no_archs := hurd-i386 mips mipsel freebsd-i386 +java_no_archs := hurd-i386 freebsd-i386 ifneq ($(DEB_TARGET_ARCH),i386) ifeq ($(DEB_TARGET_ARCH), $(findstring $(DEB_TARGET_ARCH),$(java_no_archs))) with_java := disabled for architecure $(DEB_TARGET_ARCH) --07060208060109040405-- --- Received: (at 321354-done) by bugs.debian.org; 11 Dec 2005 11:57:45 + >From [EMAIL PROTECTED] Sun Dec 11 03:57:45 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root) by spohr.debian.org with esmtp (Exim 4.50) id 1ElPpo-0008Ov-Nd
Bug#247507: marked as done (gcc-3.3: No way to get source-version from binary package version.)
Your message dated Sun, 11 Dec 2005 13:02:44 +0100 with message-id <[EMAIL PROTECTED]> and subject line No way to get source-version from binary package version 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; 5 May 2004 15:01:26 + >From [EMAIL PROTECTED] Wed May 05 08:01:26 2004 Return-path: <[EMAIL PROTECTED]> Received: from server.logic.univie.ac.at [131.130.190.41] ([mE9vDf3uxF4vepgOWLGBzTrkmW8VFzcW]) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BLNtm-jw-00; Wed, 05 May 2004 08:01:26 -0700 Received: from balrog.logic.univie.ac.at ([131.130.190.58] ident=[aZ1yiyMmJIoucegqGXylVhey1iP+WAHp]) by server.logic.univie.ac.at with esmtp (Exim 4.32) id 1BLNtk-0002nk-HP; Wed, 05 May 2004 17:01:24 +0200 Received: from ametzler by balrog.logic.univie.ac.at with local (Exim 4.32) id 1BLNti-00058m-BD; Wed, 05 May 2004 17:01:22 +0200 Date: Wed, 5 May 2004 17:01:21 +0200 From: Andreas Metzler <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gcc-3.3: No way to get source-version from binary package version. Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Reportbug-Version: 1.50 X-Archive: encrypt User-Agent: Mutt/1.5.5.1+cvs20040105i Sender: Andreas Metzler <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 1 Package: gcc-3.3 Version: N/A; reported 2004-05-05 Severity: normal When debugging autobuilds it is quite intersting which version of gcc was used, which is why the autobuilders include e.g. this in the build-log: | Checking correctness of source dependencies... | Toolchain package versions: libc6-dev_2.3.2.ds1-11 linux-kernel-headers_2.5.999-test7-bk-15 gcc-3.3_1:3.3.3-2 g++-3.3_1:3.3.3-2 binutils_2.14.90.0.7-6 libstdc++5_1:3.3.3-2 libstdc++5-3.3-dev_1:3.3.3-2 The problem is that this is information is next to useless because gcc uses different, unrelated version numbers for source and binary packages. There is no easy way to find out which source version corresponds to "gcc-3.3_1:3.3.3-2". I actually needed this information and the way I solved it was painful as possible: I guessed, downloaded the respective diff from snapshot.debian.net, searched it for "1:3.3.3" and found that the version is defined in debian/rules.parameters. Because my initial guess was quite well I only needed to download two (2.5MB) diffs until I had the correct one. :-( I am not familiar enough with gcc to really suggest a solution, but I'd be surpised if there was a better one than simply documenting the mangled versions in debian/changelog or shipping a conversion table in /usr/share/doc/ cu andreas -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux balrog 2.4.26-1-k7 #3 Sun Apr 18 21:43:29 EST 2004 i686 Locale: LANG=de_AT, LC_CTYPE=de_AT --- Received: (at 247507-done) by bugs.debian.org; 11 Dec 2005 12:02:47 + >From [EMAIL PROTECTED] Sun Dec 11 04:02:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root) by spohr.debian.org with esmtp (Exim 4.50) id 1ElPuh-0001IJ-Gw for [EMAIL PROTECTED]; Sun, 11 Dec 2005 04:02:47 -0800 Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id NAA20092 for <[EMAIL PROTECTED]>; Sun, 11 Dec 2005 13:02:45 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 40971F2CC for <[EMAIL PROTECTED]>; Sun, 11 Dec 2005 13:02:45 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 10775-10 for <[EMAIL PROTECTED]>; Sun, 11 Dec 2005 13:02:44 +0100 (MET) 13984 Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP for <[EMAIL PROTECTED]>; Sun, 11 Dec 2005 13:02:44 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8
Processing of gcc-4.1_4.1ds4-0exp4_s390.changes
gcc-4.1_4.1ds4-0exp4_s390.changes uploaded successfully to localhost along with the files: gcc-4.1-base_4.1-0exp4_s390.deb libgcc1_4.1-0exp4_s390.deb lib64gcc1_4.1-0exp4_s390.deb cpp-4.1_4.1-0exp4_s390.deb protoize_4.1-0exp4_s390.deb fixincludes_4.1-0exp4_s390.deb libmudflap0_4.1-0exp4_s390.deb libmudflap0-dev_4.1-0exp4_s390.deb lib64mudflap0_4.1-0exp4_s390.deb libssp0_4.1-0exp4_s390.deb libssp0-dev_4.1-0exp4_s390.deb lib64ssp0_4.1-0exp4_s390.deb gobjc++-4.1_4.1-0exp4_s390.deb gobjc-4.1_4.1-0exp4_s390.deb libobjc1_4.1-0exp4_s390.deb lib64objc1_4.1-0exp4_s390.deb gcj-4.1-base_4.1-0exp4_s390.deb gcj-4.1_4.1-0exp4_s390.deb gij-4.1_4.1-0exp4_s390.deb libgcj7_4.1-0exp4_s390.deb libgcj7-awt_4.1-0exp4_s390.deb libgcj7-dev_4.1-0exp4_s390.deb libgcj7-dbg_4.1-0exp4_s390.deb fastjar_4.1-0exp4_s390.deb libffi4_4.1-0exp4_s390.deb libffi4-dev_4.1-0exp4_s390.deb lib64ffi4_4.1-0exp4_s390.deb g++-4.1_4.1-0exp4_s390.deb libstdc++6_4.1-0exp4_s390.deb lib64stdc++6_4.1-0exp4_s390.deb lib64stdc++6-4.1-dbg_4.1-0exp4_s390.deb libstdc++6-4.1-dev_4.1-0exp4_s390.deb libstdc++6-4.1-pic_4.1-0exp4_s390.deb libstdc++6-4.1-dbg_4.1-0exp4_s390.deb libgfortran1_4.1-0exp4_s390.deb lib64gfortran1_4.1-0exp4_s390.deb gfortran-4.1_4.1-0exp4_s390.deb libgfortran1-dev_4.1-0exp4_s390.deb gnat-4.1_4.1-0exp4_s390.deb treelang-4.1_4.1-0exp4_s390.deb gcc-4.1_4.1-0exp4_s390.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-4.1_4.1ds4-0exp4_s390.changes is NEW
(new) cpp-4.1_4.1-0exp4_s390.deb standard interpreters The GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. (new) fastjar_4.1-0exp4_s390.deb optional devel Jar creation utility Replacement for Suns .jar creation program. It is written in C instead of java and is tons faster. (new) fixincludes_4.1-0exp4_s390.deb optional devel Fix non-ANSI header files FixIncludes was created to fix non-ANSI system header files. Many system manufacturers supply proprietary headers that are not ANSI compliant. The GNU compilers cannot compile non-ANSI headers. Consequently, the FixIncludes shell script was written to fix the header files. . Not all packages with header files are installed on the system, when the package is built, so we make fixincludes available at build time of other packages, such that checking tools like lintian can make use of it. (new) g++-4.1_4.1-0exp4_s390.deb standard devel The GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. (new) gcc-4.1-base_4.1-0exp4_s390.deb required libs The GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). (new) gcc-4.1_4.1-0exp4_s390.deb standard devel The GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. (new) gcj-4.1-base_4.1-0exp4_s390.deb optional libs The GNU Compiler Collection (gcj base package) This package contains files common to all java related packages built from the GNU Compiler Collection (GCC). (new) gcj-4.1_4.1-0exp4_s390.deb optional devel The GNU compiler for Java(TM) GCJ is a front end to the GCC compiler which can natively compile both Java(tm) source and bytecode files. The compiler can also generate class files. (new) gfortran-4.1_4.1-0exp4_s390.deb optional devel The GNU Fortran 95 compiler This is the GNU Fortran compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. (new) gij-4.1_4.1-0exp4_s390.deb optional devel The GNU Java bytecode interpreter GIJ is not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. (new) gnat-4.1_4.1-0exp4_s390.deb optional devel The GNU Ada compiler This is the GNU Ada compiler, which compiles Ada on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. (new) gobjc++-4.1_4.1-0exp4_s390.deb optional devel The GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. (new) gobjc-4.1_4.1-0exp4_s390.deb optional devel The GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. (new) lib64ffi4_4.1-0exp4_s390.deb optional libs Foreign Function Interface library runtime (64bit) A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. (new) lib64gcc1_4.1-0exp4_s390.deb optional libs GCC support library (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. (new) lib64gfortran1_4.1-0exp4_s390.deb optional libs Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. (new) lib64mudflap0_4.1-0exp4_s390.deb optional libs GCC mudflap shared support libraries (64bit) The libmudflap libraries are used by GCC for instrumenting pointer and array dereferencing operations. (new) lib64objc1_4.1-0exp4_s390.deb optional libs Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. (new) lib64ssp0_4.1-0exp4_s390.deb optional libs GCC stack smashing protection library (64bit) GCC can now emit code for protecting applications from stack-smashing attacks. The protection is realized by buffer overflow detection and reordering of stack variables to avoid pointer corruption. (new) lib64stdc++6-4.1-dbg_4.1-0exp4_s390.deb extra libdevel The GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. (new) lib64stdc++6_4.1-0exp4_s390.deb optional libs The GNU Standard C++ Library v3 (64bit) This package contains an additional runtime lib
Processing of gcc-defaults_1.30_hppa.changes
gcc-defaults_1.30_hppa.changes uploaded successfully to localhost along with the files: cpp_4.0.2-2_hppa.deb cpp-doc_4.0.2-2_hppa.deb gcc_4.0.2-2_hppa.deb gcc-doc_4.0.2-2_hppa.deb g++_4.0.2-2_hppa.deb gobjc_4.0.2-2_hppa.deb g77_3.4.5-1_hppa.deb g77-doc_3.4.5-1_hppa.deb gfortran_4.0.2-2_hppa.deb gfortran-doc_4.0.2-2_hppa.deb gpc_3.4.5-1_hppa.deb gpc-doc_3.4.5-1_hppa.deb gcj_4.0.2-2_hppa.deb libgcj-dev_4.0.2-2_hppa.deb gij_4.0.2-2_hppa.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-defaults_1.30_hppa.changes ACCEPTED
Accepted: cpp-doc_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/cpp-doc_4.0.2-2_hppa.deb cpp_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/cpp_4.0.2-2_hppa.deb g++_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/g++_4.0.2-2_hppa.deb g77-doc_3.4.5-1_hppa.deb to pool/main/g/gcc-defaults/g77-doc_3.4.5-1_hppa.deb g77_3.4.5-1_hppa.deb to pool/main/g/gcc-defaults/g77_3.4.5-1_hppa.deb gcc-doc_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/gcc-doc_4.0.2-2_hppa.deb gcc_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/gcc_4.0.2-2_hppa.deb gcj_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/gcj_4.0.2-2_hppa.deb gfortran-doc_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/gfortran-doc_4.0.2-2_hppa.deb gfortran_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/gfortran_4.0.2-2_hppa.deb gij_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/gij_4.0.2-2_hppa.deb gobjc_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/gobjc_4.0.2-2_hppa.deb gpc-doc_3.4.5-1_hppa.deb to pool/main/g/gcc-defaults/gpc-doc_3.4.5-1_hppa.deb gpc_3.4.5-1_hppa.deb to pool/main/g/gcc-defaults/gpc_3.4.5-1_hppa.deb libgcj-dev_4.0.2-2_hppa.deb to pool/main/g/gcc-defaults/libgcj-dev_4.0.2-2_hppa.deb Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Building cross compilers
Hi all, I'm trying to help Haakan Ardo with the toolchain-source package and I'm having trouble building a cross compiler. First I must say that I'm not yet 100% done with integrating the 4.0.3 line of gcc into the toolchain-source package and that is why I need your help. I can build binutils and gdb for most of the debian targets. I'll fix those problems once I get at least one target built as cross platform gcc. Now to my problems (I've decided to take m68k as my first target): 1) When I configure gcc to build a cross compiler, I first get a build dependency against libc6-dev-m68k-cross. This sounds a bit odd as I'm not building a compiler that's going to run on a m68k-linux but a compiler that going to build for a m68k-linux target. My question here is: Is tpkg-make (the tool that sets up the build stage for a cross copmiler) missconfiguring gcc or should I patch the control.m4 file to remove the -m68k-cross part or should I first build the libc6-dev-m68k-cross package? 2) If I patch the control file to not depend on libc6-dev-m68k-cross and continue the build process, then I get quite far. I think that the entire gcc has been built and that I fail to build "libgcov". To be specific; I'm missing include files when trying to compile unwind-dw2.c (stack unwinding in dwarf 2?) namely pthread.h, and unistd.h. When looking at the command line it seems most include files should be in /usr/m68k-linux/include and /usr/m68k-linux/sys-include, but these two directories do not exist. I figure this is due to me removing the libc6-dev-m68k-cross dependency to get past problem 1 above. How do I create the libc6-dev-m68k-cross package without having a m68k-cross gcc? Many thanks /Daniel Widenfalk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug rtl-optimization/11350] [3.3/3.4 regression] undefined labels with -Os -fPIC
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords|wrong-code |link-failure http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11350 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug c++/5458] address of overloaded template function as argument for template
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Last reconfirmed|2005-09-04 18:24:35 |2005-12-11 21:42:44 date|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5458 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#33975: [Bug c++/6905] Suggested g++ warning: changed semantics of conditional expressions
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Last reconfirmed|2005-09-10 18:28:59 |2005-12-11 22:55:33 date|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6905 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Fixed in upload of gcc-4.1 4.1ds4-0exp4 to experimental
tag 333922 + fixed-in-experimental tag 341356 + fixed-in-experimental tag 341710 + fixed-in-experimental tag 342484 + fixed-in-experimental quit This message was generated automatically in response to an upload to the experimental distribution. The .changes file follows. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 10 Dec 2005 16:56:45 +0100 Source: gcc-4.1 Binary: gcc-4.1-soft-float gnat-4.1-doc libobjc1 libgcj7-awt lib32gfortran1 gfortran-4.1 gpc-2.1-4.1-doc libstdc++6-4.1-doc lib64stdc++6-4.1-dbg g++-4.1 gij-4.1 libssp0-dev cpp-4.1 lib32gcj7 gcj-4.1-base gcc-4.1-nof lib64gcj7 libstdc++6-4.1-dbg libgfortran1 cpp-4.1-doc libgcj7-dbg lib32gcc1 lib32objc1 lib32stdc++6-4.1-dbg libstdc++6-4.1-dev libffi4-dev gcc-4.1-doc libgcj-common gpc-2.1-4.1 libgcj7-jar gnat-4.1 lib32stdc++6 lib32gcj7-dbg libstdc++6 libstdc++6-4.1-pic lib32ffi4 libgcc1 libgfortran1-dev lib64gfortran1 libgcc2 protoize gcc-4.1-base libgcj7 libgcj7-dev libgcj7-src gobjc++-4.1 lib64stdc++6 lib64ssp0 libffi4 gcj-4.1 lib64gnat-4.1 lib64ffi4 gfortran-4.1-doc libgnat-4.1 libssp0 gcc-4.1-source lib64objc1 gobjc-4.1 gcc-4.1 lib32gcj7-dev gcc-4.1-locales lib32mudflap0 treelang-4.1 lib64gcc1 fastjar fixincludes libmudflap0-dev libmudflap0 lib32ssp0 gcc-4.1-hppa64 lib64mudflap0 Architecture: all i386 powerpc source Version: 4.1ds4-0exp4 Distribution: experimental Urgency: low Maintainer: Debian GCC Maintainers Changed-By: Matthias Klose <[EMAIL PROTECTED]> Description: cpp-4.1- The GNU C preprocessor fastjar- Jar creation utility fixincludes - Fix non-ANSI header files g++-4.1- The GNU C++ compiler gcc-4.1- The GNU C compiler gcc-4.1-base - The GNU Compiler Collection (base package) gcj-4.1- The GNU compiler for Java(TM) gcj-4.1-base - The GNU Compiler Collection (gcj base package) gfortran-4.1 - The GNU Fortran 95 compiler gij-4.1- The GNU Java bytecode interpreter gnat-4.1 - The GNU Ada compiler gobjc++-4.1 - The GNU Objective-C++ compiler gobjc-4.1 - The GNU Objective-C compiler lib64ffi4 - Foreign Function Interface library runtime (64bit) lib64gcc1 - GCC support library (64bit) lib64gfortran1 - Runtime library for GNU Fortran applications (64bit) lib64mudflap0 - GCC mudflap shared support libraries (64bit) lib64objc1 - Runtime library for GNU Objective-C applications (64bit) lib64ssp0 - GCC stack smashing protection library (64bit) lib64stdc++6 - The GNU Standard C++ Library v3 (64bit) lib64stdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files) libffi4- Foreign Function Interface library runtime libffi4-dev - Foreign Function Interface library (development files) libgcc1- GCC support library libgcj7- Java runtime library for use with gcj libgcj7-awt - AWT peer runtime libraries for use with gcj libgcj7-dbg - Debugging symbols for libraries provided in libgcj7-dev libgcj7-dev - Java development headers and static library for use with gcj libgfortran1 - Runtime library for GNU Fortran applications libgfortran1-dev - GNU Fortran library development libgnat-4.1 - Runtime library for GNU Ada applications libmudflap0 - GCC mudflap shared support libraries libmudflap0-dev - GCC mudflap support libraries (development files) libobjc1 - Runtime library for GNU Objective-C applications libssp0- GCC stack smashing protection library libssp0-dev - GCC stack smashing protection library (development files) libstdc++6 - The GNU Standard C++ Library v3 libstdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-4.1-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-4.1-pic - The GNU Standard C++ Library v3 (shared library subset kit) protoize - Create/remove ANSI prototypes from C code treelang-4.1 - The GNU Treelang compiler Closes: 333922 341356 341710 342484 Changes: gcc-4.1 (4.1ds4-0exp4) experimental; urgency=low . * Update to SVN 20051210, taken from the 4.1 release branch. * Prepare to build the java packages from it's own source (merged from Ubuntu). - Build the java packages from the gcc-4.1 source, as long as packages are prepared for experimental. - When built as gcj, run only the libjava testsuite, don't build the libstdc++ debug packages, don't package the gcc source. - Loosen package dependencies, when java packages are built from separate sources. - Fix gcj hppa build, when java packages are built from separate sources. - gij-4.1: Install test-summary, when doing separate builds. - Allow java packages be installed independent from other packages built from the source package. - Rename libgcj7-common to libgcj7-jar. - Introduce a gcj-4.1-base package to completely separate the two and not duplicate the changelog in each gcj/gij package. * Java related changes: - libjava-xml-transform: Update from classpath trunk, needed for eclipse (Michael Koch), applied upstre
Bug#188943: [Bug c++/10891] code using dynamic_cast causes segfaults when -fno-rtti is used
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Last reconfirmed|2005-09-10 18:48:34 |2005-12-11 23:08:53 date|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10891 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Fixed in upload of gcc-4.1 4.1ds4-0exp4 to experimental
Processing commands for [EMAIL PROTECTED]: > tag 333922 + fixed-in-experimental Bug#333922: gcc-4.0 - please provide gcc-source-4.0 package There were no tags set. Tags added: fixed-in-experimental > tag 341356 + fixed-in-experimental Bug#341356: gcc-4.1: Please add Ada support for GNU/kFreeBSD Tags were: patch Tags added: fixed-in-experimental > tag 341710 + fixed-in-experimental Bug#341710: gij-4.1: gij-wrapper-4.1 launches gij-4.0 Tags were: experimental Tags added: fixed-in-experimental > tag 342484 + fixed-in-experimental Bug#342484: Error: unknown pseudo-op: `.weakref' There were no tags set. Tags added: fixed-in-experimental > quit Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-4.1_4.1ds4-0exp4_hppa.changes ACCEPTED
Accepted: cpp-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/cpp-4.1_4.1-0exp4_hppa.deb fastjar_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/fastjar_4.1-0exp4_hppa.deb fixincludes_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/fixincludes_4.1-0exp4_hppa.deb g++-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/g++-4.1_4.1-0exp4_hppa.deb gcc-4.1-base_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gcc-4.1-base_4.1-0exp4_hppa.deb gcc-4.1-hppa64_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gcc-4.1-hppa64_4.1-0exp4_hppa.deb gcc-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gcc-4.1_4.1-0exp4_hppa.deb gcj-4.1-base_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gcj-4.1-base_4.1-0exp4_hppa.deb gcj-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gcj-4.1_4.1-0exp4_hppa.deb gfortran-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gfortran-4.1_4.1-0exp4_hppa.deb gij-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gij-4.1_4.1-0exp4_hppa.deb gnat-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gnat-4.1_4.1-0exp4_hppa.deb gobjc++-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gobjc++-4.1_4.1-0exp4_hppa.deb gobjc-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/gobjc-4.1_4.1-0exp4_hppa.deb libffi4-dev_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libffi4-dev_4.1-0exp4_hppa.deb libffi4_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libffi4_4.1-0exp4_hppa.deb libgcc2_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libgcc2_4.1-0exp4_hppa.deb libgcj7-awt_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libgcj7-awt_4.1-0exp4_hppa.deb libgcj7-dbg_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libgcj7-dbg_4.1-0exp4_hppa.deb libgcj7-dev_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libgcj7-dev_4.1-0exp4_hppa.deb libgcj7_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libgcj7_4.1-0exp4_hppa.deb libgfortran1-dev_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libgfortran1-dev_4.1-0exp4_hppa.deb libgfortran1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libgfortran1_4.1-0exp4_hppa.deb libgnat-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libgnat-4.1_4.1-0exp4_hppa.deb libmudflap0-dev_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libmudflap0-dev_4.1-0exp4_hppa.deb libmudflap0_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libmudflap0_4.1-0exp4_hppa.deb libobjc1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libobjc1_4.1-0exp4_hppa.deb libssp0-dev_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libssp0-dev_4.1-0exp4_hppa.deb libssp0_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libssp0_4.1-0exp4_hppa.deb libstdc++6-4.1-dbg_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libstdc++6-4.1-dbg_4.1-0exp4_hppa.deb libstdc++6-4.1-dev_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libstdc++6-4.1-dev_4.1-0exp4_hppa.deb libstdc++6-4.1-pic_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libstdc++6-4.1-pic_4.1-0exp4_hppa.deb libstdc++6_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/libstdc++6_4.1-0exp4_hppa.deb protoize_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/protoize_4.1-0exp4_hppa.deb treelang-4.1_4.1-0exp4_hppa.deb to pool/main/g/gcc-4.1/treelang-4.1_4.1-0exp4_hppa.deb Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-4.1_4.1ds4-0exp4_s390.changes ACCEPTED
Accepted: cpp-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/cpp-4.1_4.1-0exp4_s390.deb fastjar_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/fastjar_4.1-0exp4_s390.deb fixincludes_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/fixincludes_4.1-0exp4_s390.deb g++-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/g++-4.1_4.1-0exp4_s390.deb gcc-4.1-base_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/gcc-4.1-base_4.1-0exp4_s390.deb gcc-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/gcc-4.1_4.1-0exp4_s390.deb gcj-4.1-base_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/gcj-4.1-base_4.1-0exp4_s390.deb gcj-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/gcj-4.1_4.1-0exp4_s390.deb gfortran-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/gfortran-4.1_4.1-0exp4_s390.deb gij-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/gij-4.1_4.1-0exp4_s390.deb gnat-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/gnat-4.1_4.1-0exp4_s390.deb gobjc++-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/gobjc++-4.1_4.1-0exp4_s390.deb gobjc-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/gobjc-4.1_4.1-0exp4_s390.deb lib64ffi4_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/lib64ffi4_4.1-0exp4_s390.deb lib64gcc1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/lib64gcc1_4.1-0exp4_s390.deb lib64gfortran1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/lib64gfortran1_4.1-0exp4_s390.deb lib64mudflap0_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/lib64mudflap0_4.1-0exp4_s390.deb lib64objc1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/lib64objc1_4.1-0exp4_s390.deb lib64ssp0_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/lib64ssp0_4.1-0exp4_s390.deb lib64stdc++6-4.1-dbg_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/lib64stdc++6-4.1-dbg_4.1-0exp4_s390.deb lib64stdc++6_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/lib64stdc++6_4.1-0exp4_s390.deb libffi4-dev_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libffi4-dev_4.1-0exp4_s390.deb libffi4_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libffi4_4.1-0exp4_s390.deb libgcc1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libgcc1_4.1-0exp4_s390.deb libgcj7-awt_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libgcj7-awt_4.1-0exp4_s390.deb libgcj7-dbg_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libgcj7-dbg_4.1-0exp4_s390.deb libgcj7-dev_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libgcj7-dev_4.1-0exp4_s390.deb libgcj7_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libgcj7_4.1-0exp4_s390.deb libgfortran1-dev_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libgfortran1-dev_4.1-0exp4_s390.deb libgfortran1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libgfortran1_4.1-0exp4_s390.deb libmudflap0-dev_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libmudflap0-dev_4.1-0exp4_s390.deb libmudflap0_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libmudflap0_4.1-0exp4_s390.deb libobjc1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libobjc1_4.1-0exp4_s390.deb libssp0-dev_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libssp0-dev_4.1-0exp4_s390.deb libssp0_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libssp0_4.1-0exp4_s390.deb libstdc++6-4.1-dbg_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libstdc++6-4.1-dbg_4.1-0exp4_s390.deb libstdc++6-4.1-dev_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libstdc++6-4.1-dev_4.1-0exp4_s390.deb libstdc++6-4.1-pic_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libstdc++6-4.1-pic_4.1-0exp4_s390.deb libstdc++6_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/libstdc++6_4.1-0exp4_s390.deb protoize_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/protoize_4.1-0exp4_s390.deb treelang-4.1_4.1-0exp4_s390.deb to pool/main/g/gcc-4.1/treelang-4.1_4.1-0exp4_s390.deb Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-4.1_4.1ds4-0exp4_multi.changes ACCEPTED
Accepted: cpp-4.1-doc_4.1-0exp4_all.deb to pool/main/g/gcc-4.1/cpp-4.1-doc_4.1-0exp4_all.deb cpp-4.1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/cpp-4.1_4.1-0exp4_i386.deb cpp-4.1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/cpp-4.1_4.1-0exp4_powerpc.deb fastjar_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/fastjar_4.1-0exp4_i386.deb fastjar_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/fastjar_4.1-0exp4_powerpc.deb fixincludes_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/fixincludes_4.1-0exp4_i386.deb fixincludes_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/fixincludes_4.1-0exp4_powerpc.deb g++-4.1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/g++-4.1_4.1-0exp4_i386.deb g++-4.1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/g++-4.1_4.1-0exp4_powerpc.deb gcc-4.1-base_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/gcc-4.1-base_4.1-0exp4_i386.deb gcc-4.1-base_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/gcc-4.1-base_4.1-0exp4_powerpc.deb gcc-4.1-doc_4.1-0exp4_all.deb to pool/main/g/gcc-4.1/gcc-4.1-doc_4.1-0exp4_all.deb gcc-4.1-locales_4.1-0exp4_all.deb to pool/main/g/gcc-4.1/gcc-4.1-locales_4.1-0exp4_all.deb gcc-4.1-source_4.1-0exp4_all.deb to pool/main/g/gcc-4.1/gcc-4.1-source_4.1-0exp4_all.deb gcc-4.1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/gcc-4.1_4.1-0exp4_i386.deb gcc-4.1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/gcc-4.1_4.1-0exp4_powerpc.deb gcc-4.1_4.1ds4-0exp4.diff.gz to pool/main/g/gcc-4.1/gcc-4.1_4.1ds4-0exp4.diff.gz gcc-4.1_4.1ds4-0exp4.dsc to pool/main/g/gcc-4.1/gcc-4.1_4.1ds4-0exp4.dsc gcc-4.1_4.1ds4.orig.tar.gz to pool/main/g/gcc-4.1/gcc-4.1_4.1ds4.orig.tar.gz gcj-4.1-base_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/gcj-4.1-base_4.1-0exp4_i386.deb gcj-4.1-base_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/gcj-4.1-base_4.1-0exp4_powerpc.deb gcj-4.1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/gcj-4.1_4.1-0exp4_i386.deb gcj-4.1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/gcj-4.1_4.1-0exp4_powerpc.deb gfortran-4.1-doc_4.1-0exp4_all.deb to pool/main/g/gcc-4.1/gfortran-4.1-doc_4.1-0exp4_all.deb gfortran-4.1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/gfortran-4.1_4.1-0exp4_i386.deb gfortran-4.1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/gfortran-4.1_4.1-0exp4_powerpc.deb gij-4.1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/gij-4.1_4.1-0exp4_i386.deb gij-4.1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/gij-4.1_4.1-0exp4_powerpc.deb gnat-4.1-doc_4.1-0exp4_all.deb to pool/main/g/gcc-4.1/gnat-4.1-doc_4.1-0exp4_all.deb gnat-4.1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/gnat-4.1_4.1-0exp4_i386.deb gnat-4.1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/gnat-4.1_4.1-0exp4_powerpc.deb gobjc++-4.1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/gobjc++-4.1_4.1-0exp4_i386.deb gobjc++-4.1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/gobjc++-4.1_4.1-0exp4_powerpc.deb gobjc-4.1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/gobjc-4.1_4.1-0exp4_i386.deb gobjc-4.1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/gobjc-4.1_4.1-0exp4_powerpc.deb lib64ffi4_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/lib64ffi4_4.1-0exp4_i386.deb lib64ffi4_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/lib64ffi4_4.1-0exp4_powerpc.deb lib64gcc1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/lib64gcc1_4.1-0exp4_i386.deb lib64gcc1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/lib64gcc1_4.1-0exp4_powerpc.deb lib64gfortran1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/lib64gfortran1_4.1-0exp4_i386.deb lib64gfortran1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/lib64gfortran1_4.1-0exp4_powerpc.deb lib64mudflap0_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/lib64mudflap0_4.1-0exp4_i386.deb lib64mudflap0_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/lib64mudflap0_4.1-0exp4_powerpc.deb lib64objc1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/lib64objc1_4.1-0exp4_i386.deb lib64objc1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/lib64objc1_4.1-0exp4_powerpc.deb lib64ssp0_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/lib64ssp0_4.1-0exp4_i386.deb lib64ssp0_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/lib64ssp0_4.1-0exp4_powerpc.deb lib64stdc++6-4.1-dbg_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/lib64stdc++6-4.1-dbg_4.1-0exp4_i386.deb lib64stdc++6-4.1-dbg_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/lib64stdc++6-4.1-dbg_4.1-0exp4_powerpc.deb lib64stdc++6_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/lib64stdc++6_4.1-0exp4_i386.deb lib64stdc++6_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/lib64stdc++6_4.1-0exp4_powerpc.deb libffi4-dev_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/libffi4-dev_4.1-0exp4_i386.deb libffi4-dev_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/libffi4-dev_4.1-0exp4_powerpc.deb libffi4_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/libffi4_4.1-0exp4_i386.deb libffi4_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/libffi4_4.1-0exp4_powerpc.deb libgcc1_4.1-0exp4_i386.deb to pool/main/g/gcc-4.1/libgcc1_4.1-0exp4_i386.deb libgcc1_4.1-0exp4_powerpc.deb to pool/main/g/gcc-4.1/libgcc1_4.1-0exp4_powerpc.deb
gcc-4.1_4.1ds4-0exp4_ia64.changes ACCEPTED
Accepted: cpp-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/cpp-4.1_4.1-0exp4_ia64.deb fastjar_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/fastjar_4.1-0exp4_ia64.deb fixincludes_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/fixincludes_4.1-0exp4_ia64.deb g++-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/g++-4.1_4.1-0exp4_ia64.deb gcc-4.1-base_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/gcc-4.1-base_4.1-0exp4_ia64.deb gcc-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/gcc-4.1_4.1-0exp4_ia64.deb gcj-4.1-base_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/gcj-4.1-base_4.1-0exp4_ia64.deb gcj-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/gcj-4.1_4.1-0exp4_ia64.deb gfortran-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/gfortran-4.1_4.1-0exp4_ia64.deb gij-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/gij-4.1_4.1-0exp4_ia64.deb gnat-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/gnat-4.1_4.1-0exp4_ia64.deb gobjc++-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/gobjc++-4.1_4.1-0exp4_ia64.deb gobjc-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/gobjc-4.1_4.1-0exp4_ia64.deb libffi4-dev_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libffi4-dev_4.1-0exp4_ia64.deb libffi4_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libffi4_4.1-0exp4_ia64.deb libgcc1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libgcc1_4.1-0exp4_ia64.deb libgcj7-awt_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libgcj7-awt_4.1-0exp4_ia64.deb libgcj7-dbg_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libgcj7-dbg_4.1-0exp4_ia64.deb libgcj7-dev_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libgcj7-dev_4.1-0exp4_ia64.deb libgcj7_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libgcj7_4.1-0exp4_ia64.deb libgfortran1-dev_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libgfortran1-dev_4.1-0exp4_ia64.deb libgfortran1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libgfortran1_4.1-0exp4_ia64.deb libgnat-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libgnat-4.1_4.1-0exp4_ia64.deb libmudflap0-dev_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libmudflap0-dev_4.1-0exp4_ia64.deb libmudflap0_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libmudflap0_4.1-0exp4_ia64.deb libobjc1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libobjc1_4.1-0exp4_ia64.deb libssp0-dev_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libssp0-dev_4.1-0exp4_ia64.deb libssp0_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libssp0_4.1-0exp4_ia64.deb libstdc++6-4.1-dbg_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libstdc++6-4.1-dbg_4.1-0exp4_ia64.deb libstdc++6-4.1-dev_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libstdc++6-4.1-dev_4.1-0exp4_ia64.deb libstdc++6-4.1-pic_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libstdc++6-4.1-pic_4.1-0exp4_ia64.deb libstdc++6_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/libstdc++6_4.1-0exp4_ia64.deb protoize_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/protoize_4.1-0exp4_ia64.deb treelang-4.1_4.1-0exp4_ia64.deb to pool/main/g/gcc-4.1/treelang-4.1_4.1-0exp4_ia64.deb Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#333922: marked as done (gcc-4.0 - please provide gcc-source-4.0 package)
Your message dated Mon, 12 Dec 2005 00:34:25 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixed in upload of gcc-4.1 4.1ds4-0exp4 to experimental 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; 14 Oct 2005 13:56:01 + >From [EMAIL PROTECTED] Fri Oct 14 06:56:01 2005 Return-path: <[EMAIL PROTECTED]> Received: from wavehammer.waldi.eu.org [82.139.196.55] (postfix) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EQQ2S-00059e-00; Fri, 14 Oct 2005 06:56:00 -0700 Received: by wavehammer.waldi.eu.org (Postfix, from userid 1000) id 7112F3C029; Fri, 14 Oct 2005 15:55:58 +0200 (CEST) Date: Fri, 14 Oct 2005 15:55:58 +0200 From: Bastian Blank <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: gcc-4.0 - please provide gcc-source-4.0 package Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dTy3Mrz/UPE2dbVg" Content-Disposition: inline User-Agent: Mutt/1.5.11 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --dTy3Mrz/UPE2dbVg Content-Type: multipart/mixed; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: gcc-4.0 Version: 4.0.2-2 Severity: wishlist Please provide a gcc-source-4.0 package which contains the current sources to build for example cross compilers from them. Bastian --=20 Killing is stupid; useless! -- McCoy, "A Private Little War", stardate 4211.8 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="gcc-source-4.0.diff" Content-Transfer-Encoding: quoted-printable diff -urN gcc-4.0-4.0.2.orig/debian/control.m4 gcc-4.0-4.0.2/debian/control= =2Em4 --- gcc-4.0-4.0.2.orig/debian/control.m42005-10-14 10:57:40.0 + +++ gcc-4.0-4.0.2/debian/control.m4 2005-10-14 10:54:11.0 + @@ -901,6 +901,13 @@ with the -msoft-float option, for CPUs without a floating-point unit. ')`'dnl libnof ')`'dnl + +Package: gcc-source`'PV +Architecture: all +Priority: PRI(optional) +Description: Source of the GNU Compiler Collection + This package contains the sources and patches which are needed to + build the GNU Compiler Collection (GCC). dnl ')`'dnl gcc-X.Y dnl last line in file diff -urN gcc-4.0-4.0.2.orig/debian/rules2 gcc-4.0-4.0.2/debian/rules2 --- gcc-4.0-4.0.2.orig/debian/rules22005-10-14 10:57:40.0 + +++ gcc-4.0-4.0.2/debian/rules2 2005-10-14 10:54:11.0 + @@ -944,6 +944,7 @@ p_cxx =3D g++$(pkg_ver)$(cross_bin_arch) endif p_hppa64 =3D gcc$(pkg_ver)-hppa64 +p_source =3D gcc-source$(pkg_ver) =20 d =3D debian/tmp d_base =3D debian/$(p_base) @@ -953,6 +954,7 @@ d_cxx =3D debian/$(p_cxx) d_doc =3D debian/$(p_doc) d_hppa64=3D debian/$(p_hppa64) +d_source=3D debian/$(p_source) =20 common_substvars =3D \ $(shell awk "{printf \"'-V%s' \", \$$0}" debian/substvars.local) @@ -968,6 +970,7 @@ # native target =20 include debian/rules.d/binary-base.mk +include debian/rules.d/binary-source.mk ifeq ($(with_libgcc),yes) include debian/rules.d/binary-libgcc.mk endif diff -urN gcc-4.0-4.0.2.orig/debian/rules.d/binary-source.mk gcc-4.0-4.0.2/= debian/rules.d/binary-source.mk --- gcc-4.0-4.0.2.orig/debian/rules.d/binary-source.mk 1970-01-01 00:00:00.= 0 + +++ gcc-4.0-4.0.2/debian/rules.d/binary-source.mk 2005-10-14 10:54:11.0= + @@ -0,0 +1,18 @@ +indep_binaries :=3D $(indep_binaries) gcc-source + +$(binary_stamp)-gcc-source: + dh_testdir + dh_testroot + + dh_install -p$(p_source) $(gcc_tarball) usr/src/gcc$(pkg_ver) + dh_install -p$(p_source) debian/patches usr/src/gcc$(pkg_ver) + chmod 755 debian/$(p_source)/usr/src/gcc$(pkg_ver)/patches/* + dh_install -p$(p_source) debian/rules.defs debian/rules.patch debian/rule= s.source debian/rules.unpack usr/src/gcc$(pkg_ver) + dh_fixperms -p$(p_source) + dh_gencontrol -p$(p_source) -- -v$(DEB_VERSION) $(common_substvars) + dh_installdeb -p$(p_source) + dh_md5sums -p$(p_source) +
Bug#341356: marked as done (gcc-4.1: Please add Ada support for GNU/kFreeBSD)
Your message dated Mon, 12 Dec 2005 00:34:25 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixed in upload of gcc-4.1 4.1ds4-0exp4 to experimental 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; 30 Nov 2005 06:55:55 + >From [EMAIL PROTECTED] Tue Nov 29 22:55:54 2005 Return-path: <[EMAIL PROTECTED]> Received: from farad.aurel32.net ([82.232.2.251]) by spohr.debian.org with esmtp (Exim 4.50) id 1EhLsf-0004c7-VE for [EMAIL PROTECTED]; Tue, 29 Nov 2005 22:55:54 -0800 Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f]) by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1EhLse-0007T6-Pu; Wed, 30 Nov 2005 07:55:52 +0100 Received: from aurel32 by hertz.aurel32.net with local (Exim 4.60) (envelope-from <[EMAIL PROTECTED]>) id 1EhLse-0006xP-Jc; Wed, 30 Nov 2005 07:55:52 +0100 Content-Type: multipart/mixed; boundary="===0130147283==" MIME-Version: 1.0 From: Aurelien Jarno <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gcc-4.1: Please add Ada support for GNU/kFreeBSD X-Mailer: reportbug 3.17 Date: Wed, 30 Nov 2005 07:55:52 +0100 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.4 required=4.0 tests=BAYES_44,FROM_ENDS_IN_NUMS, HAS_PACKAGE,RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02 This is a multi-part MIME message sent by reportbug. --===0130147283== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: gcc-4.1 Version: 4.1ds0-0exp0 Severity: wishlist Tags: patch Hi, Please find attached a patch to add Ada support for gcc-4.1 on GNU/kFreeBSD. I am currently working on a patch against the upstream SVN. Thanks in advance, Aurelien -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.4-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) --===0130147283== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gcc-4.1.diff" Status: in BTS Author: aurel32 diff -u gcc-4.1-4.1ds0/debian/rules.conf gcc-4.1-4.1ds0/debian/rules.conf --- gcc-4.1-4.1ds0/debian/rules.conf +++ gcc-4.1-4.1ds0/debian/rules.conf @@ -42,7 +42,7 @@ LIBC_DEV_DEP = libc0.3-dev$(LS) endif ifeq ($(DEB_TARGET_ARCH_OS),kfreebsd) -LIBC_DEV_DEP = libc0.1-dev$(LS) +LIBC_DEV_DEP = libc0.1-dev endif ifeq ($(DEB_TARGET_ARCH_OS),knetbsd) LIBC_DEV_DEP = libc0.1-dev$(LS) @@ -306,11 +306,11 @@ else # avoid it ... ada_no_archs:= $(strip $(foreach cpu,$(ada_no_cpus),!$(cpu)) \ - !kfreebsd-any !knetbsd-any !netbsd-any \ - !kfreebsd-i386 !knetbsd-i386 !netbsd-i386 \ + !knetbsd-any !netbsd-any \ + !knetbsd-i386 !netbsd-i386 \ !hurd-any !hurd-i386) java_no_archs := $(strip $(foreach cpu,$(java_no_cpus),!$(cpu)) \ - !knetbsd-any !netbsd-any !knetbsd-i386 !netbsd-i386) + !kfreebsd-i386 !knetbsd-any !netbsd-any !knetbsd-i386 !netbsd-i386) pascal_no_archs := $(strip $(foreach cpu,$(pascal_no_cpus),!$(cpu)) \ !netbsd-any !netbsd-i386) fortran_no_archs:= $(strip $(foreach cpu,$(fortran_no_cpus),!$(cpu)) \ diff -u gcc-4.1-4.1ds0/debian/rules.patch gcc-4.1-4.1ds0/debian/rules.patch --- gcc-4.1-4.1ds0/debian/rules.patch +++ gcc-4.1-4.1ds0/debian/rules.patch @@ -90,7 +90,7 @@ endif ifeq ($(DEB_TARGET_ARCH_OS),kfreebsd) - debian_patches += # kbsd-gnu + debian_patches += kbsd-gnu-ada endif ifeq ($(DEB_TARGET_ARCH_OS),knetbsd) debian_patches += # kbsd-gnu diff -u gcc-4.1-4.1ds0/debian/rules.defs gcc-4.1-4.1ds0/debian/rules.defs --- gcc-4.1-4.1ds0/debian/rules.defs +++ gcc-4.1-4.1ds0/debian/rules.defs @@ -458,7 +458,7 @@ with_libgnat := yes ada_no_cpus := arm armeb m68k sh3 sh3eb sh4 sh4eb ada_no_cpus += alpha mips mipsel powerpc s390 -ada_no_systems := hurd-i386 kfreebsd-gnu knetbsd-gnu netbsdelf-gnu +ada_no_systems := hurd-i386 knetb
Bug#339046: marked as done (libstdc++6-4.1-doc: postinst failure (version mismatch))
Your message dated Mon, 12 Dec 2005 00:34:25 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixed in upload of gcc-4.1 4.1ds4-0exp4 to experimental 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; 14 Nov 2005 18:20:22 + >From [EMAIL PROTECTED] Mon Nov 14 10:20:21 2005 Return-path: <[EMAIL PROTECTED]> Received: from bal.lis.inpg.fr ([195.220.21.15]) by spohr.debian.org with esmtp (Exim 4.50) id 1EbiwH-00045v-Ik for [EMAIL PROTECTED]; Mon, 14 Nov 2005 10:20:21 -0800 Received: from smtpc.lis.inpg.Fr (smtpc.lis.inpg.fr [195.220.21.17]) by bal.lis.inpg.fr (Postfix) with ESMTP id C26563067CF; Mon, 14 Nov 2005 19:19:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by smtpc.lis.inpg.Fr (Postfix) with ESMTP id B0BAD2C811D; Mon, 14 Nov 2005 19:19:49 +0100 (CET) Received: from smtpc.lis.inpg.Fr ([127.0.0.1]) by localhost (smtpc.lis.inpg.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02860-07; Mon, 14 Nov 2005 19:19:45 +0100 (CET) Received: from irancy.lis.inpg.fr (irancy.lis.inpg.fr [195.220.21.167]) by smtpc.lis.inpg.Fr (Postfix) with SMTP id A32C12C811C; Mon, 14 Nov 2005 19:19:44 +0100 (CET) Received: by irancy.lis.inpg.fr (sSMTP sendmail emulation); Mon, 14 Nov 2005 19:19:44 +0100 From: "Laurent Bonnaud" <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libstdc++6-4.1-doc: postinst failure (version mismatch) X-Mailer: reportbug 3.17 Date: Mon, 14 Nov 2005 19:19:44 +0100 Message-Id: <[EMAIL PROTECTED]> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at lis.inpg.fr Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: libstdc++6-4.1-doc Version: 4.1-0exp0 Severity: normal Tags: experimental Hi, thanks for packaging pre-release versions of gcc 4.1 ! Here is the problem: Setting up libstdc++6-4.1-doc (4.1-0exp0) ... cannot create dhelp file '/usr/share/doc/libstdc++6-4.0-doc/libstdc++/html_user/.dhelp': No such file ordirectory dpkg: error processing libstdc++6-4.1-doc (--configure): subprocess post-installation script returned error exit status 2 The doc-base file /usr/share/doc-base/libstdc++6-4.0-doc should be renamed and its content updated. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (100, 'unstable'), (99, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-1-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages libstdc++6-4.1-doc depends on: ii gcc-4.1-base 4.1-0exp0 The GNU Compiler Collection (base libstdc++6-4.1-doc recommends no packages. -- no debconf information --- Received: (at 339046-done) by bugs.debian.org; 11 Dec 2005 23:34:37 + >From [EMAIL PROTECTED] Sun Dec 11 15:34:37 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root) by spohr.debian.org with esmtp (Exim 4.50) id 1ElaiC-0007Yo-Pv; Sun, 11 Dec 2005 15:34:37 -0800 Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id AAA16573; Mon, 12 Dec 2005 00:34:30 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 19826F2C5; Mon, 12 Dec 2005 00:34:30 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 21051-26; Mon, 12 Dec 2005 00:34:25 +0100 (MET) 11212 Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP; Mon, 12 Dec 2005 00:34:25 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id jBBNYP49017480; Mon, 12 Dec 2005 00:34:25 +0100 (MET) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Conte
Bug#341710: marked as done (gij-4.1: gij-wrapper-4.1 launches gij-4.0)
Your message dated Mon, 12 Dec 2005 00:34:25 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixed in upload of gcc-4.1 4.1ds4-0exp4 to experimental 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; 2 Dec 2005 13:52:02 + >From [EMAIL PROTECTED] Fri Dec 02 05:52:02 2005 Return-path: <[EMAIL PROTECTED]> Received: from narnarnar.com ([65.254.37.136]) by spohr.debian.org with esmtp (Exim 4.50) id 1EiBKT-0006on-Uc for [EMAIL PROTECTED]; Fri, 02 Dec 2005 05:52:02 -0800 Received: by narnarnar.com (Postfix, from userid 65534) id C7BC42C00F; Fri, 2 Dec 2005 08:52:00 -0500 (EST) Received: from [70.179.119.185] (ip70-179-119-185.dc.dc.cox.net [70.179.119.185]) by narnarnar.com (Postfix) with ESMTP id 4419E2C006; Fri, 2 Dec 2005 08:52:00 -0500 (EST) Message-ID: <[EMAIL PROTECTED]> Date: Fri, 02 Dec 2005 02:29:01 -0500 From: josh <[EMAIL PROTECTED]> User-Agent: Debian Thunderbird 1.0.7 (X11/20051018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: gij-4.1: gij-wrapper-4.1 launches gij-4.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-7.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12, HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gij-4.1 Version: 4.1-0exp0 Severity: important Tags: experimental /usr/bin/gij-wrapper-4.1 launches /usr/bin/gij-4.0 instead of /usr/bin/gij-4.1 please change my $javaRuntime = '/usr/bin/gij-4.0'; to my $javaRuntime = '/usr/bin/gij-4.1'; in file /usr/bin/gij-wrapper-4.1 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-powerpc Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages gij-4.1 depends on: ii gcc-4.1-base 4.1-0exp0 The GNU Compiler Collection (base ii libc6 2.3.5-8GNU C Library: Shared libraries an ii libgcj7 4.1-0exp0 Java runtime library for use with ii zlib1g1:1.2.3-8 compression library - runtime gij-4.1 recommends no packages. --- Received: (at 341710-done) by bugs.debian.org; 11 Dec 2005 23:34:37 + >From [EMAIL PROTECTED] Sun Dec 11 15:34:37 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root) by spohr.debian.org with esmtp (Exim 4.50) id 1ElaiC-0007Yo-Pv; Sun, 11 Dec 2005 15:34:37 -0800 Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id AAA16573; Mon, 12 Dec 2005 00:34:30 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 19826F2C5; Mon, 12 Dec 2005 00:34:30 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 21051-26; Mon, 12 Dec 2005 00:34:25 +0100 (MET) 11212 Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP; Mon, 12 Dec 2005 00:34:25 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id jBBNYP49017480; Mon, 12 Dec 2005 00:34:25 +0100 (MET) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Mon, 12 Dec 2005 00:34:25 +0100 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Fixed in upload of gcc-4.1 4.1ds4-0exp4 to experimental In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: N
Bug#342484: marked as done (Error: unknown pseudo-op: `.weakref')
Your message dated Mon, 12 Dec 2005 00:34:25 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixed in upload of gcc-4.1 4.1ds4-0exp4 to experimental 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; 7 Dec 2005 22:30:47 + >From [EMAIL PROTECTED] Wed Dec 07 14:30:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from [66.195.77.186] (helo=localhost.localdomain) by spohr.debian.org with esmtp (Exim 4.50) id 1Ek7oE-00057C-TI for [EMAIL PROTECTED]; Wed, 07 Dec 2005 14:30:47 -0800 Received: by localhost.localdomain (Postfix, from userid 1000) id A4D0E2575F; Wed, 7 Dec 2005 17:30:21 -0500 (EST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Mathieu Malaterre <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: Error: unknown pseudo-op: `.weakref' Message-ID: <[EMAIL PROTECTED]> X-Mailer: reportbug 3.18 Date: Wed, 07 Dec 2005 17:30:21 -0500 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gcc-snapshot Version: 20051124-1 Severity: important I cannot build VTK (http://vtk.org) using gcc-snapshot and $ (cd Utilities/kwsys && make) Building dependencies. cmake.depends... Building object file Directory.o... /tmp/ccFywWsc.s: Assembler messages: /tmp/ccFywWsc.s:2650: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2651: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2652: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2653: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2654: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2655: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2656: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2657: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2658: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2659: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2660: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2661: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2662: Error: unknown pseudo-op: `.weakref' /tmp/ccFywWsc.s:2663: Error: unknown pseudo-op: `.weakref' Building object file RegularExpression.o... Compile line is: /usr/lib/gcc-snapshot/bin/g++ -o Directory.o -Dvtksys_EXPORTS -Wall -W -Wshadow -Wunused -Wno-system-headers -Wno-deprecated -Woverloaded-virtual -fno-trapping-math -ftrapv -fno-inline -fno-inline-functions -Wno-long-long -Wno-deprecated -g -fPIC -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/VolumeRendering -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Rendering -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Parallel -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/VolumeRendering -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Hybrid -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Widgets -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Rendering -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Rendering/Testing/Cxx -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/IO -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Imaging -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Graphics -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/GenericFiltering -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Filtering -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Common -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Utilities -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Common/Testing/Cxx -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities/DICOMParser -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Utilities/DICOMParser -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities/vtkfreetype/include -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Utilities/vtkfreetype/include -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities/vtknetcdf -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Utilities/vtknetcdf -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities/vtkexodus2/include -I/home/mathieu/Dashboards/MyTests/ParaView/VTK/Utilities/vtkexodus2/include -I/home/mathieu/Dashboards/MyTests/VTK-gcc-snapshot/Utilities/MaterialLibrary -I/home/mathieu/D
Re: Building cross compilers
On Sun, Dec 11, 2005 at 09:49:14PM +0100, Daniel Widenfalk wrote: > Hi all, > > I'm trying to help Haakan Ardo with the toolchain-source package > and I'm having trouble building a cross compiler. First I must > say that I'm not yet 100% done with integrating the 4.0.3 line > of gcc into the toolchain-source package and that is why I need > your help. > > I can build binutils and gdb for most of the debian targets. I'll > fix those problems once I get at least one target built as cross > platform gcc. > > Now to my problems (I've decided to take m68k as my first target): > > 1) When I configure gcc to build a cross compiler, I first get a build > dependency against libc6-dev-m68k-cross. That's correct and necessary. > This sounds a bit odd as I'm not building a compiler that's going to > run on a m68k-linux but a compiler that going to build for a > m68k-linux target. Sure; but you need to build some target object code as part of the compiler, too -- see /usr/lib/gcc///*; that's code that gets linked into any binary as part of the necessary ELF magic. > My question here is: Is tpkg-make (the tool that > sets up the build stage for a cross copmiler) missconfiguring gcc or > should I patch the control.m4 file to remove the -m68k-cross part or > should I first build the libc6-dev-m68k-cross package? Yes, you first need to build and install the libc6-dev-m68k-cross package with dpkg-cross. > 2) If I patch the control file to not depend on libc6-dev-m68k-cross > and continue the build process, then I get quite far. I think that > the entire gcc has been built and that I fail to build "libgcov". > To be specific; I'm missing include files when trying to compile > unwind-dw2.c (stack unwinding in dwarf 2?) namely pthread.h, and > unistd.h. When looking at the command line it seems most include > files should be in /usr/m68k-linux/include and > /usr/m68k-linux/sys-include, but these two directories do not > exist. I figure this is due to me removing the libc6-dev-m68k-cross > dependency to get past problem 1 above. Exactly. > How do I create the libc6-dev-m68k-cross package without having > a m68k-cross gcc? apt-get install dpkg-cross wget $MIRROR/debian/pool/main/g/glibc/libc6-dev_2.3.5-8_m68k.deb dpkg-cross -am68k -b libc6-dev_2.3.5-8_m68k.deb dpkg -i libc6-dev-m68k-cross_2.3.5-8_all.deb -- .../ -/ ---/ .--./ / .--/ .-/ .../ -/ ../ -./ --./ / -.--/ ---/ ..-/ .-./ / -/ ../ --/ ./ / .--/ ../ -/ / / -../ ./ -.-./ ---/ -../ ../ -./ --./ / --/ -.--/ / .../ ../ --./ -./ .-/ -/ ..-/ .-./ ./ .-.-.-/ / --/ ---/ .-./ .../ ./ / ../ .../ / ---/ ..-/ -/ -../ .-/ -/ ./ -../ / -/ ./ -.-./ / -./ ---/ .-../ ---/ --./ -.--/ / .-/ -./ -.--/ .--/ .-/ -.--/ .-.-.-/ / ...-.-/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#256041: marked as done (gcc-snapshot_20040620-1(mipsel/unstable): configure built with out-of-date libtool.m4)
Your message dated Mon, 12 Dec 2005 00:59:16 +0100 with message-id <[EMAIL PROTECTED]> and subject line (mipsel/unstable): configure built with out-of-date libtool.m4 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; 24 Jun 2004 15:43:04 + >From [EMAIL PROTECTED] Thu Jun 24 08:43:04 2004 Return-path: <[EMAIL PROTECTED]> Received: from (straylight.cyberhqz.com) [24.85.92.182] (postfix) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BdWNU-0007XJ-00; Thu, 24 Jun 2004 08:43:04 -0700 Received: from localhost (localhost [127.0.0.1]) by straylight.cyberhqz.com (Postfix) with ESMTP id 3A7AC540AE for <[EMAIL PROTECTED]>; Thu, 24 Jun 2004 08:43:03 -0700 (PDT) Received: from straylight.cyberhqz.com ([127.0.0.1]) by localhost (straylight [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10016-07 for <[EMAIL PROTECTED]>; Thu, 24 Jun 2004 08:42:56 -0700 (PDT) Received: by straylight.cyberhqz.com (Postfix, from userid 1000) id 65C59540AB; Thu, 24 Jun 2004 08:42:56 -0700 (PDT) Date: Thu, 24 Jun 2004 08:42:56 -0700 From: Ryan Murray <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: gcc-snapshot_20040620-1(mipsel/unstable): configure built with out-of-date libtool.m4 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: gcc-snapshot Version: 20040620-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of gcc-snapshot_20040620-1 on repeat.rfc822.org by > sbuild/mipsel 1.170.5 > Build started at 20040621-0833 [...] > ** Using build dependencies supplied by package: > Build-Depends: m4, autoconf2.13, automake1.7, libtool, gawk, dejagnu (>= > 1.4.3), bzip2, binutils (>= 2.14.90.0.7), debhelper (>= 4.0), gperf (>= > 2.7-3), bison (>= 1:1.875a-1), flex, gettext, texinfo, zlib1g-dev, xlibs-dev, > gnat-3.3 [!arm !hurd-i386 !m68k], libgtk2.0-dev, libart-2.0-dev, libgmp3-dev configure was built with an ancient version of libtool.m4 that doesn't correctly support mips, mipsel, arm, and possibly others. This problem was fixed for 3.2/3.3 without relibtoolizing, existed while gcc-snapshot was 3.4 (so is probably still in 3.4), and still exists now. --- Received: (at 256041-done) by bugs.debian.org; 11 Dec 2005 23:59:19 + >From [EMAIL PROTECTED] Sun Dec 11 15:59:19 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root) by spohr.debian.org with esmtp (Exim 4.50) id 1Elb67-nX-H1 for [EMAIL PROTECTED]; Sun, 11 Dec 2005 15:59:19 -0800 Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id AAA20771 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 00:59:17 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 60895F2C5 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 00:59:17 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 01118-33 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 00:59:17 +0100 (MET) 13970 Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 00:59:17 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id jBBNxGMC025523; Mon, 12 Dec 2005 00:59:16 +0100 (MET) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Mon, 12 Dec 2005 00:59:16 +0100 To: [EMAIL PROTECTED] Subject: Re: (mipsel/unstable): configure built with out-of-date libtool.m4 X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.or
Bug#329135: marked as done ([PR target/23602] [4.1 regression] 1081 test failures in libjava, when configured for i486-linux)
Your message dated Mon, 12 Dec 2005 01:02:43 +0100 with message-id <[EMAIL PROTECTED]> and subject line [PR target/23602] [4.1 regression] 1081 test failures in libjava, when configured for i486-linux 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; 19 Sep 2005 20:43:05 + >From [EMAIL PROTECTED] Mon Sep 19 13:43:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] (root) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EHSTh-0003Af-00; Mon, 19 Sep 2005 13:43:05 -0700 Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id WAA21091 for <[EMAIL PROTECTED]>; Mon, 19 Sep 2005 22:43:01 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 1C8DFF20F for <[EMAIL PROTECTED]>; Mon, 19 Sep 2005 22:43:01 +0200 (MEST) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 09093-39 for <[EMAIL PROTECTED]>; Mon, 19 Sep 2005 22:43:00 +0200 (MEST) 13981 Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP for <[EMAIL PROTECTED]>; Mon, 19 Sep 2005 22:43:00 +0200 (MEST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j8JKh0JE011100; Mon, 19 Sep 2005 22:43:00 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Mon, 19 Sep 2005 22:43:00 +0200 To: [EMAIL PROTECTED] Subject: [i386] [4.1 regression] 1081 test failures in libjava, when configured for i486-linux X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gcc Version: 4.1 Severity: grave Tags: experimental, help configuring HEAD for i486-linux (instead of the default i686-linux), libjava fails with 1081 test failures (instead of two with i686-linux). apparently all the execution tests fail. Compiling the testcase by hand, and running it, succeeds. Environment is current Debian unstable, binutils 2.16.1, glibc-2.3.5. The failures don't show, if gcc is configured for i686-linux. Upstream report: http://gcc.gnu.org/23602 --- Received: (at 329135-done) by bugs.debian.org; 12 Dec 2005 00:02:47 + >From [EMAIL PROTECTED] Sun Dec 11 16:02:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root) by spohr.debian.org with esmtp (Exim 4.50) id 1Elb9S-0001oH-NW for [EMAIL PROTECTED]; Sun, 11 Dec 2005 16:02:47 -0800 Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id BAA21562 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 01:02:44 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 46B11F2C5 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 01:02:44 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 24498-45 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 01:02:43 +0100 (MET) 13982 Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 01:02:43 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id jBC02hj9027764; Mon, 12 Dec 2005 01:02:43 +0100 (MET) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Mon, 12 Dec 2005 01:02:43 +0100 To: [EMAIL PROTECTED] Subject: Re: [PR target/23602] [4.1 regression] 1081 test failures in libjava, when c
Bug#340864: marked as done (gcc-4.1: FTBFS on amd64: Can't find libssp.*)
Your message dated Mon, 12 Dec 2005 01:04:21 +0100 with message-id <[EMAIL PROTECTED]> and subject line gcc-4.1: FTBFS on amd64: Can't find libssp.* 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; 26 Nov 2005 13:27:33 + >From [EMAIL PROTECTED] Sat Nov 26 05:27:33 2005 Return-path: <[EMAIL PROTECTED]> Received: from asia.telenet-ops.be ([195.130.137.74]) by spohr.debian.org with esmtp (Exim 4.50) id 1Eg05V-0001PR-33 for [EMAIL PROTECTED]; Sat, 26 Nov 2005 05:27:33 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by asia.telenet-ops.be (Postfix) with SMTP id 4E7263821C for <[EMAIL PROTECTED]>; Sat, 26 Nov 2005 14:27:32 +0100 (CET) Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74]) by asia.telenet-ops.be (Postfix) with ESMTP id 2E20A381D3 for <[EMAIL PROTECTED]>; Sat, 26 Nov 2005 14:27:32 +0100 (CET) Received: by Q.roeckx.be (Postfix, from userid 501) id B1CAA26136; Sat, 26 Nov 2005 14:27:31 +0100 (CET) Date: Sat, 26 Nov 2005 14:27:31 +0100 From: Kurt Roeckx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: gcc-4.1: FTBFS on amd64: Can't find libssp.* Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-7.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SORBS,RCVD_IN_SORBS_MISC autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gcc-4.1 Version: 4.1ds0-0exp0 Severity: important Hi, Your package is failing to build on amd64 with the following error: dh_movefiles: debian/tmp/usr//libssp.a not found (supposed to put it in libssp0-dev) dh_movefiles: debian/tmp/usr//libssp.la not found (supposed to put it in libssp0-dev) dh_movefiles: debian/tmp/usr//libssp.so not found (supposed to put it in libssp0-dev) dh_movefiles: debian/tmp/usr//libssp_nonshared.a not found (supposed to put it in libssp0-dev) dh_movefiles: debian/tmp/usr//libssp_nonshared.la not found (supposed to put it in libssp0-dev) In the debian dir, those files exists: ./debian/tmp/usr/lib32/libssp.a ./debian/libssp0-dev/usr/lib/libssp.a And it the build dir: ./build/x86_64-linux-gnu/32/libssp/.libs/libssp.a ./build/x86_64-linux-gnu/libssp/.libs/libssp.a (The same goes for all those files.) Kurt --- Received: (at 340864-done) by bugs.debian.org; 12 Dec 2005 00:04:24 + >From [EMAIL PROTECTED] Sun Dec 11 16:04:24 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root) by spohr.debian.org with esmtp (Exim 4.50) id 1ElbB2-0002oW-1L for [EMAIL PROTECTED]; Sun, 11 Dec 2005 16:04:24 -0800 Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id BAA22060 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 01:04:22 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id D8D69F2C5 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 01:04:21 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 03466-40 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 01:04:21 +0100 (MET) 13969 Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 01:04:21 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id jBC04LmG028078; Mon, 12 Dec 2005 01:04:21 +0100 (MET) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Mon, 12 Dec 2005 01:04:21 +0100 To: [EMAIL PROTECTED] Subject: Re: gcc-4.1: FTBFS on amd64: Can't find libssp.* X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spa
Results for 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) testsuite on m68k-unknown-linux-gnu
LAST_UPDATED: Thu Dec 1 18:58:03 UTC 2005 (revision 107827) Native configuration is m68k-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/abi/bitfield4.C execution test FAIL: g++.dg/eh/omit-frame-pointer2.C execution test FAIL: g++.dg/eh/registers1.C execution test FAIL: g++.dg/ext/visibility/noPLT.C scan-assembler-not [EMAIL PROTECTED] FAIL: g++.dg/opt/eh2.C execution test FAIL: g++.old-deja/g++.eh/ia64-1.C execution test XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes11235 # of unexpected failures6 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 94 /home/doko/gcc/4.0/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O1 (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O2 (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -fomit-frame-pointer (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -g (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020418-1.c execution, -O1 FAIL: gcc.c-torture/execute/20020418-1.c execution, -O2 FAIL: gcc.c-torture/execute/20020418-1.c execution, -Os FAIL: gcc.c-torture/execute/ashldi-1.c execution, -O0 FAIL: gcc.c-torture/execute/ashrdi-1.c execution, -O0 FAIL: gcc.c-torture/execute/builtin-bitops-1.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2f.c execution, -Os FAIL: gcc.c-torture/execute/loop-2g.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2g.c execution, -Os FAIL: gcc.c-torture/execute/lshrdi-1.c execution, -O0 FAIL: gcc.c-torture/execute/pr17377.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O3 -g FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -Os FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O3 -g FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -Os FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -Os FAIL:
Results for 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) testsuite on sparc-unknown-linux-gnu
LAST_UPDATED: Thu Dec 1 18:58:03 UTC 2005 (revision 107827) === acats tests === FAIL: cc54003 FAIL: ce3810b === acats Summary === # of expected passes2318 # of unexpected failures2 Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary for unix === # of expected passes11281 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 91 Running target unix/-m64 FAIL: g++.dg/tls/static-1.C execution test XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary for unix/-m64 === # of expected passes11226 # of unexpected failures1 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 104 === g++ Summary === # of expected passes22507 # of unexpected failures1 # of unexpected successes 2 # of expected failures 136 # of unsupported tests 195 /home/doko-local/gcc/4.0/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) === gcc tests === Running target unix FAIL: gcc.dg/tls/opt-11.c (test for excess errors) WARNING: gcc.dg/tls/opt-11.c compilation failed to produce executable === gcc Summary for unix === # of expected passes34898 # of unexpected failures1 # of expected failures 95 # of untested testcases 28 # of unsupported tests 527 Running target unix/-m64 FAIL: gcc.dg/tls/opt-11.c (test for excess errors) WARNING: gcc.dg/tls/opt-11.c compilation failed to produce executable FAIL: gcc.dg/tls/pr24428-2.c execution test FAIL: gcc.dg/tls/pr24428.c execution test FAIL: gcc.misc-tests/linkage.c link === gcc Summary for unix/-m64 === # of expected passes34861 # of unexpected failures4 # of expected failures 95 # of untested testcases 28 # of unsupported tests 542 === gcc Summary === # of expected passes69759 # of unexpected failures5 # of expected failures 190 # of untested testcases 56 # of unsupported tests 1069 /home/doko-local/gcc/4.0/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) === gfortran tests === Running target unix === gfortran Summary for unix === # of expected passes8770 # of expected failures 1 # of unsupported tests 17 Running target unix/-m64 === gfortran Summary for unix/-m64 === # of expected passes8770 # of expected failures 1 # of unsupported tests 17 === gfortran Summary === # of expected passes17540 # of expected failures 2 # of unsupported tests 34 /home/doko-local/gcc/4.0/gcc-4.0-4.0.2/build/gcc/testsuite/../gfortran version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) === objc tests === Running target unix === objc Summary for unix === # of expected passes1536 # of unsupported tests 10 Running target unix/-m64 === objc Summary for unix/-m64 === # of expected passes1536 # of unsupported tests 10 === objc Summary === # of expected passes3072 # of unsupported tests 20 /home/doko-local/gcc/4.0/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) === libffi tests === Running target unix === libffi Summary for unix === # of expected passes219 # of unsupported tests 2 Running target unix/-m64 === libffi Summary for unix/-m64 === # of expected passes219 # of unsupported tests 2 === libffi Summary === # of expected passes438 # of unsupported tests 4 === libmudflap tests === Running target unix FAIL: libmudflap.c/pass54-frag.c execution test FAIL: libmudflap.c/pass54-frag.c (-static) execution test === libmudflap Summary for unix === # of expected passes1286 # of unexpected failures2 Running target unix/-m64 FAIL: libmudflap.c/pass54-frag.c execution test FAIL: libmudflap.c/pass54-frag.c (-static) execution test === libmudflap Summary for unix/-m64 === # of expected passes1286 # of unexpected failures2 === libmudflap Summary === # of expected passes2572 # of unexpected failures4 === libstdc++ tests === Running target unix WARNING: program timed out. WARNING: program timed out. FAIL: 22_locale/locale/cons/1
Bug#329989: Processed: Re: snd_usb_audio unknown symbols
Package: gcc-4.0 Version: 4.0.2-2 I use kernel-image 2.6.12-1-686 and gcc-4.0 (4.0.2-2), but inserting snd-usb-audio occurred same problem. # gcc --version gcc (GCC) 4.0.2 (Debian 4.0.2-2) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # modprobe snd-usb-audio FATAL: Error inserting snd_usb_audio (/lib/modules/2.6.12-1-686/kernel/sound/usb/snd-usb-audio.ko): Unknown symbol in module, or unknown parameter (see dmesg) FATAL: Error running install command for snd_usb_audio # dmesg snd_usb_audio: Unknown symbol __compound_literal.170 snd_usb_audio: Unknown symbol __compound_literal.89 snd_usb_audio: Unknown symbol __compound_literal.173 snd_usb_audio: Unknown symbol __compound_literal.112 snd_usb_audio: Unknown symbol __compound_literal.110 snd_usb_audio: Unknown symbol __compound_literal.150 snd_usb_audio: Unknown symbol __compound_literal.102 Do you have any advice? -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.12-1-686 Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) Versions of packages gcc-4.0 depends on: ii binutils 2.16.1cvs20051117-1 The GNU assembler, linker and bina ii cpp-4.0 4.0.2-2 The GNU C preprocessor ii gcc-4.0-base 4.0.2-2 The GNU Compiler Collection (base ii libc62.3.5-8 GNU C Library: Shared libraries an ii libgcc1 1:4.0.2-2 GCC support library -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]