Your message dated Tue, 23 Sep 2025 12:11:06 +0000
with message-id <[email protected]>
and subject line Bug#1097949: fixed in super 3.30.3-2.1
has caused the Debian Bug report #1097949,
regarding super: 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.)
--
1097949: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097949
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:super
Version: 3.30.3-2
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/super_3.30.3-2_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
[...]
| ^~~~~~~~~~~~~~~~
../super.c: In function ‘init_umask’:
../super.c:1720:1: warning: old-style function definition
[-Wold-style-definition]
1720 | init_umask(is_global)
| ^~~~~~~~~~
../super.c: In function ‘store_umask’:
../super.c:1731:1: warning: old-style function definition
[-Wold-style-definition]
1731 | store_umask(mask, is_global)
| ^~~~~~~~~~~
../super.c: In function ‘check_rpath’:
../super.c:1757:1: warning: old-style function definition
[-Wold-style-definition]
1757 | check_rpath(r_path, xpath)
| ^~~~~~~~~~~
../super.c: In function ‘store_nice_incr’:
../super.c:1829:1: warning: old-style function definition
[-Wold-style-definition]
1829 | store_nice_incr(nice_incr, is_global)
| ^~~~~~~~~~~~~~~
../super.c: In function ‘free_SimpleList’:
../super.c:1861:1: warning: old-style function definition
[-Wold-style-definition]
1861 | free_SimpleList(sl)
| ^~~~~~~~~~~~~~~
../super.c: In function ‘free_Simple2List’:
../super.c:1883:1: warning: old-style function definition
[-Wold-style-definition]
1883 | free_Simple2List(sl)
| ^~~~~~~~~~~~~~~~
make[2]: *** [Makefile:119: super.o] Error 1
../s_hsearch.c: In function ‘s_hcreate’:
../s_hsearch.c:39:5: warning: old-style function definition
[-Wold-style-definition]
39 | int s_hcreate (which, how_many)
| ^~~~~~~~~
../s_hsearch.c: In function ‘idestroy’:
../s_hsearch.c:72:13: warning: old-style function definition
[-Wold-style-definition]
72 | static void idestroy (elem)
| ^~~~~~~~
../s_hsearch.c: In function ‘s_hdestroy’:
../s_hsearch.c:84:6: warning: old-style function definition
[-Wold-style-definition]
84 | void s_hdestroy(which)
| ^~~~~~~~~~
../s_hsearch.c: In function ‘s_hsearch’:
../s_hsearch.c:104:8: warning: old-style function definition
[-Wold-style-definition]
104 | ENTRY *s_hsearch (which, entry, action)
| ^~~~~~~~~
../s_hsearch.c:117:14: error: too many arguments to function ‘hashit’; expected
0, have 2
117 | hindex = hashit (which, entry.key);
| ^~~~~~ ~~~~~
../s_hsearch.c:20:12: note: declared here
20 | static int hashit();
| ^~~~~~
../s_hsearch.c: In function ‘hashit’:
../s_hsearch.c:172:12: warning: old-style function definition
[-Wold-style-definition]
172 | static int hashit (which, text)
| ^~~~~~
../s_hsearch.c: In function ‘hprint’:
../s_hsearch.c:190:1: warning: old-style function definition
[-Wold-style-definition]
190 | hprint(which, f)
| ^~~~~~
../s_hsearch.c:200:14: error: too many arguments to function ‘f’; expected 0,
have 3
200 | (*f)(i, p->item.key, p->item.data);
| ~^~~ ~
../s_hsearch.c: In function ‘htext’:
../s_hsearch.c:210:1: warning: old-style function definition
[-Wold-style-definition]
210 | htext(indx, key, data)
| ^~~~~
make[2]: *** [Makefile:119: s_hsearch.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/super-3.30.3/DEB-BUILD'
dh_auto_build: error: cd DEB-BUILD && make -j8 TIMESTAMP_DIR=/run/superstamps
"D_SYSLOG_PRIORITY=-DSYSLOG_PRIORITY=LOG_INFO -DSYSLOG_FACILITY=LOG_AUTH"
returned exit code 2
make[1]: *** [debian/rules:36: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/super-3.30.3'
make: *** [debian/rules:27: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: super
Source-Version: 3.30.3-2.1
Done: Andrew Bower <[email protected]>
We believe that the bug you reported is fixed in the latest version of
super, 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.
Andrew Bower <[email protected]> (supplier of updated super 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: Mon, 22 Sep 2025 23:18:35 +0100
Source: super
Architecture: source
Version: 3.30.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Robert Luberda <[email protected]>
Changed-By: Andrew Bower <[email protected]>
Closes: 1097949
Changes:
super (3.30.3-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build as C17 to fix FTBFS (K&R declarations) (Closes: #1097949)
Checksums-Sha1:
4c1caa28e2180bc6266045b7aff7ad48e5f7c90e 1690 super_3.30.3-2.1.dsc
d96954c3fc6c7086c60adaea92e0844426e2254b 16140 super_3.30.3-2.1.debian.tar.xz
67e2e34cdae70df03bcdf7f6933c628ac2b3e69f 5567 super_3.30.3-2.1_source.buildinfo
Checksums-Sha256:
9654f3ed1c8a39c7cdb6a58d600396ded5bac4659e5096aa89a3fab2b9ef6f2f 1690
super_3.30.3-2.1.dsc
dcba99614b19cd956b9aafd5cd736bebae72c15c092ac3df38737e49b9c2e9d3 16140
super_3.30.3-2.1.debian.tar.xz
7613a8dfca1cb722b0186c95034a32ae687b8f2117c9ee8b5381dfad1802fab9 5567
super_3.30.3-2.1_source.buildinfo
Files:
af07c165431ef83b0276d2009b0bfb32 1690 admin optional super_3.30.3-2.1.dsc
1c3f501f55bb297c1cea120eba312791 16140 admin optional
super_3.30.3-2.1.debian.tar.xz
d271350a03dccce8ec8d1317665ae361 5567 admin optional
super_3.30.3-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmjSiEYQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFL6pC/46t3dzs/a3F84OdlxULFUT5MFKG1K4pSA3
fsZTFM3STnc2RRoqCn8sPgr05QU+Ac7evH1GsBlANm59kGX1NAxa6ufm8FDG0Tk9
8U+x+JSnwzv1KJNFTPRZNAhrsmx6M2beh1d36Pj49IyKipFbuurChl59TyWXkgPu
Xv0nwJS2jUIsBg2CV1ozVnipGrJ3WpznCo474wkSZ6vYqhXQVQm8sjhMnNUSbKXx
Ee5CjGq40TdQrfNb/vhWc6vpaTfTlAEs4GxJ13JB1vtAKIl8aKcaN52q1aG/MLPD
+KyoJ/nMfJU3wLDcXZWx8hNcB8FaH1I2+YOnzF9QGp+IG54Hyd7fRcoDd7Pnwt0i
I8+r3ZfkrgdNizwjnTMw/nbgcrgZIXH7nvGstl5k+l6td4/98cBSHeZAevsL4stz
BpQPh803O0oSBqOQd4rdVyH+mX95hn6ziZlxHj56UqnpT+WtMCMruwKw/Qh4gHEC
eBg64FC8JkNZ22BZUFqgIiVVJeOBYgE=
=i/E0
-----END PGP SIGNATURE-----
pgpfoUkpRvBKL.pgp
Description: PGP signature
--- End Message ---