Your message dated Thu, 18 Aug 2005 13:32:19 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#305971: fixed in f2c 20020621-4
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 Apr 2005 08:50:17 +0000
>From [EMAIL PROTECTED] Sat Apr 23 01:50:17 2005
Return-path: <[EMAIL PROTECTED]>
Received: from dsl-082-083-127-150.arcor-ip.net (gleep.earth.sol) 
[82.83.127.150] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DPGLA-00005f-00; Sat, 23 Apr 2005 01:50:17 -0700
Received: from cts by gleep.earth.sol with local (Exim 4.50)
        id 1DPGL9-0007wF-Ai
        for [EMAIL PROTECTED]; Sat, 23 Apr 2005 10:50:15 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Christian T. Steigies" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: f2c: segfaults on m68k
X-Mailer: reportbug 3.8
Date: Sat, 23 Apr 2005 10:50:15 +0200
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: f2c
Version: 20020621-3.2
Severity: serious
Justification: segfaults on m68k which causes r-base build to fail (and 
probably others as well)

On m68k, r-base and a few other packages need f2c to build. The latest
release of R fails to build on m68k with f2c segfaulting:

http://buildd.debian.org/fetch.php?&pkg=r-base&ver=2.1.0-1&arch=m68k&stamp=1114147840&file=log&as=raw

The previous test release of R, however, built just fine:

http://buildd.debian.org/fetch.php?&pkg=r-base&ver=2.0.1.beta.20050410-1&arch=m68k&stamp=1113451773&file=log&as=raw

I assume this is dues to a bug in f2c, since with the f2c that was installed
in the successful built, ch2inv.f can be compiled, whereas with the f2c that
is currently in incoming, it can not.

[EMAIL PROTECTED]:/data/gleep/r-base-2.1.0/src/appl>wajig policy f2c
f2c:
  Installed: 20020621-3.1
  Candidate: 20020621-3.1
  Version Table:
 *** 20020621-3.1 0
        500 http://debian testing/main Packages
         -2 http://debian unstable/main Packages
        100 /var/lib/dpkg/status
[EMAIL PROTECTED]:/data/gleep/r-base-2.1.0/src/appl>f2c  < ch2inv.f > ch2inv.c
   ch2inv:

after upgrading f2c (only!) to the version from incoming

[EMAIL PROTECTED]:/data/gleep/r-base-2.1.0/src/appl>wajig policy f2c
f2c:
  Installed: 20020621-3.2
  Candidate: 20020621-3.2
  Version Table:
 *** 20020621-3.2 0
        500 http://incoming.debian.org  Packages
        100 /var/lib/dpkg/status
[EMAIL PROTECTED]:/data/gleep/r-base-2.1.0/src/appl>f2c  < ch2inv.f > ch2inv.c
Segmentation fault

[EMAIL PROTECTED]:/data/gleep/r-base-2.1.0/src/appl>strace f2c  < ch2inv.f
execve("/usr/bin/f2c", ["f2c"], [/* 36 vars */]) = 0
uname({sys="Linux", node="aahz", ...})  = 0
brk(0)                                  = 0x800352e4
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=020151000000, st_size=104135777062912, ...}) = 0
old_mmap(NULL, 24246, PROT_READ, MAP_PRIVATE, 3, 0) = 0xc0013000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\4\0\0\0\1\0\1\317"..., 512) = 512
fstat64(3, {st_mode=020151000000, st_size=4214067292016640, ...}) = 0
old_mmap(NULL, 992864, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xc0019000
old_mmap(0xc0103000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0xe8000) = 0xc0103000
old_mmap(0xc0109000, 9824, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xc0109000
close(3)                                = 0
munmap(0xc0013000, 24246)               = 0
brk(0)                                  = 0x800352e4
brk(0x800562e4)                         = 0x800562e4
brk(0)                                  = 0x800562e4
brk(0x80057000)                         = 0x80057000
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

Christian

---------------------------------------
Received: (at 305971-close) by bugs.debian.org; 18 Aug 2005 20:51:39 +0000
>From [EMAIL PROTECTED] Thu Aug 18 13:51:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E5r3j-0002Ps-00; Thu, 18 Aug 2005 13:32:19 -0700
From: Alan Bain <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#305971: fixed in f2c 20020621-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 18 Aug 2005 13:32:19 -0700
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.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: f2c
Source-Version: 20020621-4

We believe that the bug you reported is fixed in the latest version of
f2c, which is due to be installed in the Debian FTP archive:

f2c_20020621-4.diff.gz
  to pool/main/f/f2c/f2c_20020621-4.diff.gz
f2c_20020621-4.dsc
  to pool/main/f/f2c/f2c_20020621-4.dsc
f2c_20020621-4_i386.deb
  to pool/main/f/f2c/f2c_20020621-4_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.
Alan Bain <[EMAIL PROTECTED]> (supplier of updated f2c package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.7
Date: Thu, 18 Aug 2005 19:27:10 +0100
Source: f2c
Binary: f2c
Architecture: source i386
Version: 20020621-4
Distribution: unstable
Urgency: low
Maintainer: Alan Bain <[EMAIL PROTECTED]>
Changed-By: Alan Bain <[EMAIL PROTECTED]>
Description: 
 f2c        - A FORTRAN 77 to C/C++ translator, plus static & shared libs.
Closes: 292792 305971 322830
Changes: 
 f2c (20020621-4) unstable; urgency=low
 .
   * Removed /usr/doc symlink (closes: bug#322830)
   * NMU fixed bugs (closes: bug#292792, bug# 305971)
Files: 
 968c2961250c957f5e2c1591a82edb4a 661 devel optional f2c_20020621-4.dsc
 f4d8250adba6b3673045f4163437246a 20342 devel optional f2c_20020621-4.diff.gz
 06e827543178f0612bc55d1d594b02ea 433452 devel optional f2c_20020621-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iQCVAwUBQwTmcPuqVwwwhxlNAQE2OQP8DzVV2wTuFqGNydra9C0sye8Wlsuk01Lu
ta1PuvBWM2OSP8oveqwn7GlOLPgITiGIPs/3qreV1Gx90Avbm8vNUQyoJdG7t4Pl
/EpGudlxLcSX7fCxtLtaB24W3TtHFIJnqJi/s9gxyy7MOAWIBVDXProz1JSRM6lv
vukQ6h/FpeI=
=s5gQ
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to