Your message dated Sun, 15 Jul 2007 00:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433153: fixed in cfitsio3 3.040-3
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)
--- Begin Message ---
Subject: libcfitsio3: undefined references
Package: libcfitsio3
Version: 3.040-2
Severity: grave
Justification: renders package unusable
*** Please type your report below this line ***
after the removal of libcfitsio2 and its replacement with libcfitsio3 it
is impossible to compile anything linked to the cfitsio libraries:
_all_ the references to the cfitsio library functions are undefined
this simple program shows the problem:
program fits
integer istat,iunit
istat = 0
CALL ftgiou(iunit,istat)
print*,iunit
CALL ftgiou(iunit,istat)
print*,iunit
CALL ftgiou(iunit,istat)
print*,iunit
end
[EMAIL PROTECTED]:~$ gfortran -o fits fits.f -lcfitsio
/tmp/ccSvJBWN.o: In function `MAIN__':
fits.f:(.text+0x3a): undefined reference to `ftgiou_'
fits.f:(.text+0xad): undefined reference to `ftgiou_'
fits.f:(.text+0x120): undefined reference to `ftgiou_'
collect2: ld returned 1 exit status
[EMAIL PROTECTED]:~$ g77 -o fits fits.f -lcfitsio
/tmp/ccw6KIiQ.o: In function `MAIN__':
fits.f:(.text+0x1b): undefined reference to `ftgiou_'
fits.f:(.text+0x61): undefined reference to `ftgiou_'
fits.f:(.text+0xa7): undefined reference to `ftgiou_'
collect2: ld returned 1 exit status
recompiling libcfitsio3 from Debian sources solves the problem.
This is similar to the bug #231069 - now closed.
Gianc.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.21-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages libcfitsio3 depends on:
ii libc6 2.5-9+b1 GNU C Library: Shared libraries
libcfitsio3 recommends no packages.
-- no debconf information
--
Giancarlo de Gasperis
Dipartimento di Fisica -- Università di Roma "Tor Vergata"
Via della Ricerca Scientifica 1, I-00133 ROMA RM
Tel.: +39 06 7259 4118 Fax: +39 06 202 3507
--- End Message ---
--- Begin Message ---
Source: cfitsio3
Source-Version: 3.040-3
We believe that the bug you reported is fixed in the latest version of
cfitsio3, which is due to be installed in the Debian FTP archive:
cfitsio3_3.040-3.diff.gz
to pool/main/c/cfitsio3/cfitsio3_3.040-3.diff.gz
cfitsio3_3.040-3.dsc
to pool/main/c/cfitsio3/cfitsio3_3.040-3.dsc
libcfitsio3-dev_3.040-3_amd64.deb
to pool/main/c/cfitsio3/libcfitsio3-dev_3.040-3_amd64.deb
libcfitsio3-doc_3.040-3_all.deb
to pool/main/c/cfitsio3/libcfitsio3-doc_3.040-3_all.deb
libcfitsio3_3.040-3_amd64.deb
to pool/main/c/cfitsio3/libcfitsio3_3.040-3_amd64.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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated cfitsio3 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 15 Jul 2007 00:57:39 +0200
Source: cfitsio3
Binary: libcfitsio3 libcfitsio3-doc libcfitsio3-dev
Architecture: source all amd64
Version: 3.040-3
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description:
libcfitsio3 - shared library for I/O with FITS format data files
libcfitsio3-dev - static library for I/O with FITS format data files
libcfitsio3-doc - documentation for cfitsio
Closes: 433153
Changes:
cfitsio3 (3.040-3) unstable; urgency=low
.
* Fix gfortran detection (closes: bug#433153).
Files:
e3fb8a921fdc767bcbb940721e1f8b7c 632 devel optional cfitsio3_3.040-3.dsc
a3be100b0ea48a78eb72270df41323f7 12506 devel optional cfitsio3_3.040-3.diff.gz
1147dec22d2bceeac737e7b9f0e6e01b 1205194 doc optional
libcfitsio3-doc_3.040-3_all.deb
6a81f4a3ea1403d2f022ad05133bceb0 650780 devel optional
libcfitsio3-dev_3.040-3_amd64.deb
696aaf6206a30516c3d20de56ee99949 530002 devel optional
libcfitsio3_3.040-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGmWBEw3ao2vG823MRAvmRAJ4m4UCFz0cFclxrHt/wnpIJa1/KtQCfXhf/
n+rvr8SA8XPSXD7JYZutW/I=
=R8pR
-----END PGP SIGNATURE-----
--- End Message ---