Your message dated Thu, 11 Jul 2024 16:56:17 +0000
with message-id <[email protected]>
and subject line Bug#1075095: fixed in iraf-fitsutil 2024.07.06-1
has caused the Debian Bug report #1075095,
regarding iraf-fitsutil: ftbfs with GCC-14
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.)
--
1075095: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075095
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:iraf-fitsutil
Version: 2018.07.06-8
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/iraf-fitsutil_2018.07.06-8_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
kwdb.c:208:1: error: return type defaults to ‘int’ [-Wimplicit-int]
208 | kwdb_Len (kwdb)
| ^~~~~~~~
kwdb.c:220:1: error: return type defaults to ‘int’ [-Wimplicit-int]
220 | kwdb_AddEntry (kwdb, keyword, value, type, comment)
| ^~~~~~~~~~~~~
kwdb.c:282:1: error: return type defaults to ‘int’ [-Wimplicit-int]
282 | kwdb_Lookup (kwdb, keyword, instance)
| ^~~~~~~~~~~
kwdb.c:327:1: error: return type defaults to ‘int’ [-Wimplicit-int]
327 | kwdb_SetValue (kwdb, keyword, value)
| ^~~~~~~~~~~~~
kwdb.c:356:1: error: return type defaults to ‘int’ [-Wimplicit-int]
356 | kwdb_SetComment (kwdb, keyword, comment)
| ^~~~~~~~~~~~~~~
kwdb.c:406:1: error: return type defaults to ‘int’ [-Wimplicit-int]
406 | kwdb_SetType (kwdb, keyword, type)
| ^~~~~~~~~~~~
kwdb.c:455:1: error: return type defaults to ‘int’ [-Wimplicit-int]
455 | kwdb_Head (kwdb)
| ^~~~~~~~~
kwdb.c:466:1: error: return type defaults to ‘int’ [-Wimplicit-int]
466 | kwdb_Tail (kwdb)
| ^~~~~~~~~
kwdb.c:478:1: error: return type defaults to ‘int’ [-Wimplicit-int]
478 | kwdb_Next (kwdb, ep)
| ^~~~~~~~~
kwdb.c:493:1: error: return type defaults to ‘int’ [-Wimplicit-int]
493 | kwdb_DeleteEntry (kwdb, ep)
| ^~~~~~~~~~~~~~~~
kwdb.c:551:1: error: return type defaults to ‘int’ [-Wimplicit-int]
551 | kwdb_RenameEntry (kwdb, ep, newname)
| ^~~~~~~~~~~~~~~~
kwdb.c:601:1: error: return type defaults to ‘int’ [-Wimplicit-int]
601 | kwdb_CopyEntry (kwdb, o_kwdb, o_ep, newname)
| ^~~~~~~~~~~~~~
kwdb.c:628:1: error: return type defaults to ‘int’ [-Wimplicit-int]
628 | kwdb_GetEntry (kwdb, ep, keyword, value, type, comment)
| ^~~~~~~~~~~~~
kwdb.c:729:1: error: return type defaults to ‘int’ [-Wimplicit-int]
729 | kwdb_ReadFITS (kwdb, fd, maxcards, nblank)
| ^~~~~~~~~~~~~
kwdb.c:856:1: error: return type defaults to ‘int’ [-Wimplicit-int]
856 | kwdb_UpdateFITS (kwdb, filename, update, extend, npad)
| ^~~~~~~~~~~~~~~
kwdb.c:981:1: error: return type defaults to ‘int’ [-Wimplicit-int]
981 | kwdb_WriteFITS (kwdb, fd)
| ^~~~~~~~~~~~~~
kwdb.c:1064:1: error: return type defaults to ‘int’ [-Wimplicit-int]
1064 | kwdb_SetIO (kwdb, readfcn, writefcn)
| ^~~~~~~~~~
kwdb.c:1064:1: warning: conflicting types for ‘kwdb_SetIO’
In file included from kwdb.c:7:
kwdb.h:74:9: note: previous declaration of ‘kwdb_SetIO’ with type ‘void(KWDB *,
ssize_t (*)(), ssize_t (*)())’ {aka ‘void(struct kwdb *, long int (*)(), long
int (*)())’}
74 | void kwdb_SetIO (register KWDB *kwdb,
| ^~~~~~~~~~
kwdb.c: In function ‘kwdb_SetIO’:
kwdb.c:1070:18: error: assignment to ‘ssize_t (*)()’ {aka ‘long int (*)()’}
from incompatible pointer type ‘int (*)()’ [-Wincompatible-pointer-types]
1070 | db->read = readfcn;
| ^
kwdb.c:1071:19: error: assignment to ‘ssize_t (*)()’ {aka ‘long int (*)()’}
from incompatible pointer type ‘int (*)()’ [-Wincompatible-pointer-types]
1071 | db->write = writefcn;
| ^
src/mkpkg:26: error: Command 'gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c fgwrite.c fgread.c sum32.c
checksum.c kwdb.c' returned error
mkpkg[1]: Leaving directory `/<<PKGBUILDDIR>>/src/'
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: iraf-fitsutil
Source-Version: 2024.07.06-1
Done: Ole Streicher <[email protected]>
We believe that the bug you reported is fixed in the latest version of
iraf-fitsutil, which is due to be installed in the Debian FTP archive.
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.
Ole Streicher <[email protected]> (supplier of updated iraf-fitsutil 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: SHA512
Format: 1.8
Date: Thu, 11 Jul 2024 17:42:29 +0200
Source: iraf-fitsutil
Architecture: source
Version: 2024.07.06-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1075095
Changes:
iraf-fitsutil (2024.07.06-1) unstable; urgency=medium
.
* New upstream version 2024.07.06. Closes: #1075095
* Rediff patches
* Push Standards-Version to 4.7.0. No changes needed
* Add Rules-Requires-Root: no
* Adjust tests for removed banner message
Checksums-Sha1:
6e3624a70dd1656e03584638e9a7bee3d913ab8f 2002 iraf-fitsutil_2024.07.06-1.dsc
a61267dcaea12bc08ff5a60c6e11dade4b74f5c1 72516
iraf-fitsutil_2024.07.06.orig.tar.xz
de2686f6c8b85a97fc98ef9e9815983af40eac75 6968
iraf-fitsutil_2024.07.06-1.debian.tar.xz
Checksums-Sha256:
77b8e8c2e0cae476f10b1b99b044b286912b3f0f74d982f2a9350785b4d18763 2002
iraf-fitsutil_2024.07.06-1.dsc
a67f0bfd07b96ea5e065ead4672a7de28791bf84f50d96a05035c18fea392362 72516
iraf-fitsutil_2024.07.06.orig.tar.xz
63426d3014743f0ebc880e9f13763d93b36f27db7240d00d75c70d959e42ba86 6968
iraf-fitsutil_2024.07.06-1.debian.tar.xz
Files:
ff5eae1715f56abcdc224902fc22eb5c 2002 science optional
iraf-fitsutil_2024.07.06-1.dsc
6cd2c686271806974055915ed504ab0a 72516 science optional
iraf-fitsutil_2024.07.06.orig.tar.xz
0a61ce557df8036bc6c521781c843a3e 6968 science optional
iraf-fitsutil_2024.07.06-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmaQBekACgkQcRWv0HcQ
3PdcXQ/6A8t8Y54QQ/x2nA3CvUMgbsIYjqCRVxfaSnTBFCuGpVCiDh9yqhOtIFLp
vLu+qfSf3pwREtx0PTtRZMe3FiSh4wTiEnVF8dXhi2yiZXf376scJakMLOVk8aTS
wdi/2BbuTzANqUWl/Vo9wCB+uW3RMNxa63agEiAFiR453eZ8SsuFoAPsAdqZg0mm
JDKV4OIRqzI77M71H0A57r9vIGzcfzGweDuNBGhGtEmKm6vDEit/TfrU3nS8xsgc
ywPDkOiZo9arEiPHcUcNXqdVv0ZFSFGKOMldEQhZRVxLhddw30gtNV8HsCQCi5/J
WzfyXDeLv9h/1/eBGpJFvzNaGFkQ6LIhpoNvpa3/zZKtstt/rPZwTtxisIrjkvX5
UXCHDbA+vE4Mg3y6vIFmmLJrZSp8foHOryCj5lZ25tBWFP8NcJcCcsvUeMfK2FbM
yh8RNgKx5ykY3oVLGSJ8g8wLckt8Tzbt4vmCZGx3onJJcWU1h3BE4Sfwq4aQQjvL
pTiva9ho1pwY7eqAPsv0mAwjn1uaj1tM2H0F7t1SnGmFQIZa5v4Bt4bFO5/obIPt
rHbc8ba9AHDyNZ15hd14KeCylxicTt0EIHmas8eVpnJOZkL1DUBADOyS7DHNs5LO
iKLWgkGX7OcZmuf6Men5a/RJkLITslnTX7e4dspWgkg1QY7ZhQY=
=FOGu
-----END PGP SIGNATURE-----
pgp4QJlfq01vv.pgp
Description: PGP signature
--- End Message ---