Your message dated Mon, 06 Oct 2025 10:49:32 +0000
with message-id <[email protected]>
and subject line Bug#1097349: fixed in macutils 2.0b3-17.1
has caused the Debian Bug report #1097349,
regarding macutils: 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.)
--
1097349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097349
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:macutils
Version: 2.0b3-17
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/macutils_2.0b3-17_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
[...]
(cd mixed; make clobber)
make[2]: Entering directory '/build/reproducible-path/macutils-2.0b3/mixed'
rm -f *.o
rm -f all macsave macstream
make[2]: Leaving directory '/build/reproducible-path/macutils-2.0b3/mixed'
(cd binhex; make clobber)
make[2]: Entering directory '/build/reproducible-path/macutils-2.0b3/binhex'
rm -f *.o
rm -f binhex
make[2]: Leaving directory '/build/reproducible-path/macutils-2.0b3/binhex'
(cd comm; make clobber)
make[2]: Entering directory '/build/reproducible-path/macutils-2.0b3/comm'
rm -f *.o
rm -f all tomac frommac
make[2]: Leaving directory '/build/reproducible-path/macutils-2.0b3/comm'
make[1]: Leaving directory '/build/reproducible-path/macutils-2.0b3'
debian/rules binary
dh_testdir
make
make[1]: Entering directory '/build/reproducible-path/macutils-2.0b3'
(cd crc; make CF='-DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE')
make[2]: Entering directory '/build/reproducible-path/macutils-2.0b3/crc'
cc -O -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE -c -o
makecrc.o makecrc.c
makecrc.c: In function ‘main’:
makecrc.c:42:5: error: too many arguments to function ‘initcrctab’; expected 0,
have 5
42 | initcrctab("ccitt", 0x1021, 0xffff, 0, 16);
| ^~~~~~~~~~ ~~~~~~~
makecrc.c:38:13: note: declared here
38 | static void initcrctab();
| ^~~~~~~~~~
makecrc.c:43:5: error: too many arguments to function ‘initcrctab’; expected 0,
have 5
43 | initcrctab("kermit", 0x8408, 0, 1, 16);
| ^~~~~~~~~~ ~~~~~~~~
makecrc.c:38:13: note: declared here
38 | static void initcrctab();
| ^~~~~~~~~~
makecrc.c:44:5: error: too many arguments to function ‘initcrctab’; expected 0,
have 5
44 | initcrctab("arc", 0xa001, 0, 1, 16);
| ^~~~~~~~~~ ~~~~~
makecrc.c:38:13: note: declared here
38 | static void initcrctab();
| ^~~~~~~~~~
makecrc.c:45:5: error: too many arguments to function ‘initcrctab’; expected 0,
have 5
45 | initcrctab("binhex", 0x1021, 0, 0, 16);
| ^~~~~~~~~~ ~~~~~~~~
makecrc.c:38:13: note: declared here
38 | static void initcrctab();
| ^~~~~~~~~~
makecrc.c:46:5: error: too many arguments to function ‘initcrctab’; expected 0,
have 5
46 | initcrctab("ccitt32",0x04c11db7,0xffffffff,0,32);
| ^~~~~~~~~~ ~~~~~~~~~
makecrc.c:38:13: note: declared here
38 | static void initcrctab();
| ^~~~~~~~~~
makecrc.c:47:5: error: too many arguments to function ‘initcrctab’; expected 0,
have 5
47 | initcrctab("zip",0xedb88320,0xffffffff,1,32);
| ^~~~~~~~~~ ~~~~~
makecrc.c:38:13: note: declared here
38 | static void initcrctab();
| ^~~~~~~~~~
makecrc.c: In function ‘initcrctab’:
makecrc.c:52:13: warning: old-style function definition [-Wold-style-definition]
52 | static void initcrctab(name, poly, init, swapped, bits)
| ^~~~~~~~~~
make[2]: *** [<builtin>: makecrc.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/macutils-2.0b3/crc'
make[1]: *** [makefile:30: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/macutils-2.0b3'
make: *** [debian/rules:23: stamp-build] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: macutils
Source-Version: 2.0b3-17.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
macutils, 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.
Adrian Bunk <[email protected]> (supplier of updated macutils 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: Sat, 04 Oct 2025 11:27:59 +0300
Source: macutils
Architecture: source
Version: 2.0b3-17.1
Distribution: unstable
Urgency: medium
Maintainer: Eric Sharkey <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097349
Changes:
macutils (2.0b3-17.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -std=gnu17 to workaround FTBFS with GCC 15.
(Closes: #1097349)
* Build with -g to fix empty macutils-dbgsym.
Checksums-Sha1:
c24b7682d8a4d5c0e8788c1756b06f01e1c5e1ec 1682 macutils_2.0b3-17.1.dsc
80b0fb17f97285fc5ef2eb44632bd16fc06c9797 8452 macutils_2.0b3-17.1.debian.tar.xz
Checksums-Sha256:
a7aaae8eb4dbe5d5470a52eebabe9330b51e64735a54593fc53d0ec6cf1dcc9b 1682
macutils_2.0b3-17.1.dsc
cafc827fb62f9217f27b2f2613723910c28a81a94d084c67a4287ed2a308323d 8452
macutils_2.0b3-17.1.debian.tar.xz
Files:
718cea8d0a0427a03df5b98d7cd5f9d6 1682 otherosfs optional
macutils_2.0b3-17.1.dsc
9c78bfe790840a39839c7417cdff0e01 8452 otherosfs optional
macutils_2.0b3-17.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjhVH0ACgkQiNJCh6LY
mLFOJg/+MM7f6fdQJOHXSyw2G2qCFOMzBAUS6tmPdtIJXq+SzZvvTkNbRqzWMJXm
rqMl4Bz+Si75r+gWV6CTgZv45pFXJgOEL6+TNIMZHt/4q4o0QJrw2i4Q186TiGY7
+CJDT7mqj+cZ/7NYSXWq9rVTCWcSRlaP0XpJ0vblBTIAVMrQBTJOE66F/fEMnuW6
1SN8dMk2Hu9dnzFq0yK08elcCf9/efn8VEGeixft8b17pIpnLm6pkUPLuSG7efao
xsNP0davQrXq/Zrf14eJVWmcQ+g9a7Mq4EbIeS/ALOEdMqD+DK08nT5XtF7/i3ZY
Jk1l6N101W2yQ+xZjNL/QqaMBZy5Jt8DMsORxmznu6XF70K/vhgaybhAAVE7cq48
73snrzoDbJgb0Hv909A4tKCYt3L57kOjtKCEm5VyVi4e+jngoMzg6bV/bm3kfaSb
yElRkGGUzJz5bsYQlZ3vy3wVBoZNZeU5EURX3WDzRJErSggwwIfsObabFNkPXuXp
FmwGkculASxilQOgp76J4WZusrwcMFiFdk7wB8Eb6+jplns8ndpTsvgC//6X1m6m
diVZC3C09GVd9okH0OEQg0dqwMlTU2rIVPJn+vSKxU+9aS91aZCoj6Z0OOhYJ9yw
NoesoBdmnfc2Us9NvFWWNlcX1NZw2a+8WC1vk5878YCZLTTyOTg=
=jF/c
-----END PGP SIGNATURE-----
pgpB3SIsPS9L9.pgp
Description: PGP signature
--- End Message ---