Your message dated Sat, 25 Oct 2008 02:48:47 +0200
with message-id <[EMAIL PROTECTED]>
and subject line closing bugs for gcc-3.4, which won't be fixed
has caused the Debian Bug report #441104,
regarding g77-3.4: Code linked to libg2c segfaults on f_open(), g_char()
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
441104: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441104
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: g77-3.4
Version: 3.4.6-5
Severity: important
The following setup:
test.f:
subroutine test()
open(unit=1,file="/home/andrej/test",status='UNKNOWN')
close(unit=1)
end
go.c:
int main ()
{
test_();
return 0;
}
is compiled with:
f2c test.f
gcc -g test.c go.c -o test -lg2c -lm
Upon start it segfaults; this is gdb trace:
#0 0x00002b2ed99f1304 in g_char () from /usr/lib/libg2c.so.0
#1 0x00002b2ed99edcaa in f_open () from /usr/lib/libg2c.so.0
#2 0x0000000000400621 in test_ () at test.c:33
#3 0x000000000040065a in main () at go.c:3
Trying to compile with g77, with the additional snippet:
go.f:
program go
call test()
end
g77 go.f test.f -o test2
../test2
runs fine.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages g77-3.4 depends on:
ii gcc-3.4 3.4.6-5 The GNU C compiler
ii gcc-3.4-base 3.4.6-5 The GNU Compiler Collection (base
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libg2c0-dev 1:3.4.6-5 GNU Fortran 77 library development
g77-3.4 recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
tag 471831 + wontfix
tag 441104 + wontfix
tag 452115 + wontfix
tag 299188 + wontfix
tag 420533 + wontfix
tag 437537 + wontfix
tag 378107 + wontfix
tag 425053 + wontfix
tag 323285 + wontfix
tag 399100 + wontfix
thanks
closing bugs for gcc-3.4, which won't be fixed. either the binary
package is not built anymore in unstable, or we will not fix this in
3.4.
--- End Message ---