Your message dated Tue, 09 Sep 2025 10:04:49 +0000
with message-id <[email protected]>
and subject line Bug#1096664: fixed in funtools 1.4.8-2
has caused the Debian Bug report #1096664,
regarding funtools: ftbfs with GCC-15
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.)


-- 
1096664: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096664
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:funtools
Version: 1.4.8-1.1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/funtools_1.4.8-1.1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
      |       ^~~~~~~~~~  
calc.l: In function ‘_calcerror’:
calc.l:783:5: warning: old-style function definition [-Wold-style-definition]
  783 |      char *msg;
      |     ^~~~~~~~~~
calc.l: In function ‘_CalcCB’:
calc.l:325:38: warning: ‘]’ directive output may be truncated writing 1 byte 
into a region of size between 0 and 4095 [-Wformat-truncation=]
  325 |             if( *tbuf )
      |                                      ^     
In file included from /usr/include/stdio.h:970,
                 from lex.calc.c:38:
In function ‘snprintf’,
    inlined from ‘_CalcCB’ at calc.l:325:13:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
‘__builtin___snprintf_chk’ output between 3 and 4098 bytes into a destination 
of size 4096
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
gcc -Wl,-z,relro -rdynamic funcalc.o lex.calc.o -o funcalc \
        -L. -lfuntools   -lwcstools  -lwcstools -lm
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_fitsheadopen'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_simpleimageread'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headgets'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headsetl'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_sizeof'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_acht2'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headapps'
/usr/bin/ld: ./libfuntools.so: undefined reference to `swap8'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headcopy'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headfind'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headdel'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headfree'
/usr/bin/ld: ./libfuntools.so: undefined reference to `swap4'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headsets'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headgetl'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headsetil'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headappl'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headgetil'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_fitsheadopenfd'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_cfile'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headsetr'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headappi'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headgeti'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_trxsiz'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_dataswap'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headwrite'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_cardpar'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_syncdata'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_parsefilename'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_trxlcs'
/usr/bin/ld: ./libfuntools.so: undefined reference to `swap2'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_dataskip'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_cardfmt'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headgetr'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headappil'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headinit'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headappr'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headseti'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headappv'
/usr/bin/ld: ./libfuntools.so: undefined reference to `ft_headmerge'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:271: funcalc] Error 1
make[2]: Leaving directory '/build/reproducible-path/funtools-1.4.8'
dh_auto_build: error: make -j1 all shtclfun returned exit code 2
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/funtools-1.4.8'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: funtools
Source-Version: 1.4.8-2
Done: Ole Streicher <[email protected]>

We believe that the bug you reported is fixed in the latest version of
funtools, 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 funtools 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: Tue, 09 Sep 2025 11:34:23 +0200
Source: funtools
Architecture: source
Version: 1.4.8-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1096664
Changes:
 funtools (1.4.8-2) unstable; urgency=medium
 .
   * Add gitlab-ci.yml
   * Add arguments to function declarations (Closes: #1096664)
   * Push Standards-Verson to 4.7.2, no changes needed
Checksums-Sha1:
 6cdbed157fa146d36448ff2877ddfd0b18a59347 2194 funtools_1.4.8-2.dsc
 da9061de13613c34c077fa265f92feffc046475c 12384 funtools_1.4.8-2.debian.tar.xz
Checksums-Sha256:
 f5e68358d486436b4663720fbedf2fccd6d90654392ab9f47159aa781487c93d 2194 
funtools_1.4.8-2.dsc
 6476107b184fbe6930374c8db9be35c573694f07fb8fd329d503f56df4724e0b 12384 
funtools_1.4.8-2.debian.tar.xz
Files:
 1810c4138abd6d7e5ee16656a648fe28 2194 science optional funtools_1.4.8-2.dsc
 6f6d53e9b0584753f2aa79df6835543a 12384 science optional 
funtools_1.4.8-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmi/9tIACgkQcRWv0HcQ
3PctkRAA3rumF3otLLxzmr2qNnCY99O6SdDy03MX6EKfAN9NSzsxcFPi6+jnZ9g9
J0KnTdRiHikwq7EMTawRkMHVLwrGjBZu7WvRPnYQ6nI5xyiQpKD/1ETvtSgpaCHW
QYJkIKJRcJ1Ap19ug5GSR3wLLfsZ0zyeZRA796mwJxSaEzAyaerjD3JA4oKds8u/
JwH7fQJVE26NBGLGOMXJiDiMDGbfl7FwQS5v/biewqs+ebySF9OHH6aY6LX6gM1R
V8Fdxw20QuvMOtbotyqy959nO7qjCSHxHiOkS4AzG3uVhZ36S0y76+77+uWDpimo
lUeIlZ7bU+jYpRTn24/yD8QmC1/sFKFP95cNZPFhwpovsQltHk8Ga0kz9Z489D6s
UTSvAcsgv4zOngIzP8xg0HverbdHn1gW8KfDGBQzGQwV7BpU+hpDQzXc/g5YWJ+H
DKkqg/26rc1hyDt2TiUEdLxsV0XPP0jkYP9M630ZS+1rzJ5hoSAJb5kueHfUaGFG
cCIkJ0JxvRs7cPtqT+brO27enXuzZ1Faov3h3dn8CEhic1C+rZhMO0N9oGb4bcya
DuE4lrlZ8Y8cub5rm5FNZ4DDsTOqAiTplarM3EVuvWQXcICP9UJMMiH0LhzEOLlz
X0u7KyTUV/GnKSvpUsFpd3s4NfTws701aI3z0inEjsd2DQeyvoo=
=afad
-----END PGP SIGNATURE-----

Attachment: pgpSAfxH0pGBN.pgp
Description: PGP signature


--- End Message ---

Reply via email to