Your message dated Tue, 20 Aug 2002 08:32:55 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#157183: g77-3.2: libg2c missing main(). 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; 18 Aug 2002 18:06:50 +0000 >From [EMAIL PROTECTED] Sun Aug 18 13:06:50 2002 Return-path: <[EMAIL PROTECTED]> Received: from smtpgw.bnl.gov [130.199.3.16] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17gURt-0007Gx-00; Sun, 18 Aug 2002 13:06:49 -0500 Received: from bnl.gov ([130.199.128.163]) by smtpgw.bnl.gov with esmtp (Exim 3.35 #1 ) id 17gURs-0006oR-00 for <[EMAIL PROTECTED]>; Sun, 18 Aug 2002 14:06:48 -0400 Received: from minos (minos.phy.bnl.gov [130.199.36.108]) by bnl.gov (8.9.2/1.0.0-BNL) with ESMTP id OAA09590 for <[EMAIL PROTECTED]>; Sun, 18 Aug 2002 14:06:48 -0400 (EDT) Received: from bviren by minos with local (Exim 3.34 #1 (Debian)) id 17gURr-0006z7-00; Sun, 18 Aug 2002 14:06:47 -0400 From: Brett Viren <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: g77-3.2: libg2c missing main(). X-Reportbug-Version: 1.42 X-Mailer: reportbug 1.42 Date: Sun, 18 Aug 2002 14:06:47 -0400 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: g77-3.2 Version: 1:3.2-0pre4 Severity: grave Justification: renders package unusable libg2c lacks main(): shell> objdump -t /usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a | grep main main.o: file format elf32-i386 00000000 g F .text 00000052 main shell> objdump -t /usr/lib/gcc-lib/i386-linux/3.0.4/libg2c.a | grep main main.o: file format elf32-i386 00000000 g F .text 0000003e main objdump: bes.o: no symbols objdump: dbes.o: no symbols shell> objdump -t /usr/lib/gcc-lib/i386-linux/3.2/libg2c.a | grep main objdump: bes.o: no symbols objdump: dbes.o: no symbols shell> This problem was found when trying to link code with a FORTRAN main and C/C++ libs using g++-3.2 as the linker. Same code links with previous GCC packages. -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux minos 2.4.17 #2 SMP Wed Feb 6 12:49:11 EST 2002 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages g77-3.2 depends on: ii gcc-3.2 1:3.2-0pre4 The GNU C compiler. ii gcc-3.2-base 1:3.2-0pre4 The GNU Compiler Collection (base ii libc6 2.2.5-13 GNU C Library: Shared libraries an ii libg2c0 1:3.2-0pre4 Runtime library for GNU Fortran 77 -Brett. --------------------------------------- Received: (at 157183-done) by bugs.debian.org; 20 Aug 2002 06:35:28 +0000 >From [EMAIL PROTECTED] Tue Aug 20 01:35:28 2002 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] (root) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17h2bv-0005Yb-00; Tue, 20 Aug 2002 01:35:27 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id IAA16989; Tue, 20 Aug 2002 08:32:56 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id g7K6WuV28830; Tue, 20 Aug 2002 08:32:56 +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: Tue, 20 Aug 2002 08:32:55 +0200 To: Brett Viren <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#157183: g77-3.2: libg2c missing main(). In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] found in libfrtbegin.a Brett Viren writes: > Package: g77-3.2 > Version: 1:3.2-0pre4 > Severity: grave > Justification: renders package unusable > > libg2c lacks main(): > > shell> objdump -t /usr/lib/gcc-lib/i386-linux/2.95.4/libg2c.a | grep main > main.o: file format elf32-i386 > 00000000 g F .text 00000052 main > shell> objdump -t /usr/lib/gcc-lib/i386-linux/3.0.4/libg2c.a | grep main > main.o: file format elf32-i386 > 00000000 g F .text 0000003e main > objdump: bes.o: no symbols > objdump: dbes.o: no symbols > shell> objdump -t /usr/lib/gcc-lib/i386-linux/3.2/libg2c.a | grep main > objdump: bes.o: no symbols > objdump: dbes.o: no symbols > shell> > > This problem was found when trying to link code with a FORTRAN main > and C/C++ libs using g++-3.2 as the linker. Same code links with > previous GCC packages. > > > -- System Information > Debian Release: 3.0 > Architecture: i386 > Kernel: Linux minos 2.4.17 #2 SMP Wed Feb 6 12:49:11 EST 2002 i686 > Locale: LANG=C, LC_CTYPE=C > > Versions of packages g77-3.2 depends on: > ii gcc-3.2 1:3.2-0pre4 The GNU C compiler. > ii gcc-3.2-base 1:3.2-0pre4 The GNU Compiler Collection > (base > ii libc6 2.2.5-13 GNU C Library: Shared libraries > an > ii libg2c0 1:3.2-0pre4 Runtime library for GNU Fortran > 77 > > > -Brett. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]