Your message dated Mon, 22 Sep 2025 11:04:43 +0000
with message-id <[email protected]>
and subject line Bug#1097350: fixed in mactelnet 0.6.3-2
has caused the Debian Bug report #1097350,
regarding mactelnet: 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.)


-- 
1097350: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097350
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mactelnet
Version: 0.6.1-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/mactelnet_0.6.1-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

[...]
checking for socket... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for sysinfo... yes
checking for uname... yes
checking for updwtmp... yes
checking for updwtmpx... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating config/Makefile
config.status: creating po/Makefile.in
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
   dh_auto_build
        make -j8
make[1]: Entering directory '/build/reproducible-path/mactelnet-0.6.1'
Making all in src
make[2]: Entering directory '/build/reproducible-path/mactelnet-0.6.1/src'
make  all-am
make[3]: Entering directory '/build/reproducible-path/mactelnet-0.6.1/src'
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR='"/usr/share/locale"' -Wdate-time 
-D_FORTIFY_SOURCE=2 -DFROM_MACTELNET -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/mactelnet-0.6.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o mactelnet-mactelnet.o `test -f 
'mactelnet.c' || echo './'`mactelnet.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR='"/usr/share/locale"' -Wdate-time 
-D_FORTIFY_SOURCE=2 -DFROM_MACTELNET -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/mactelnet-0.6.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o mactelnet-protocol.o `test -f 
'protocol.c' || echo './'`protocol.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR='"/usr/share/locale"' -Wdate-time 
-D_FORTIFY_SOURCE=2 -DFROM_MACTELNET -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/mactelnet-0.6.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o mactelnet-console.o `test -f 
'console.c' || echo './'`console.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR='"/usr/share/locale"' -Wdate-time 
-D_FORTIFY_SOURCE=2 -DFROM_MACTELNET -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/mactelnet-0.6.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o mactelnet-interfaces.o `test -f 
'interfaces.c' || echo './'`interfaces.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR='"/usr/share/locale"' -Wdate-time 
-D_FORTIFY_SOURCE=2 -DFROM_MACTELNET -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/mactelnet-0.6.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o mactelnet-mndp.o `test -f 
'mndp.c' || echo './'`mndp.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR='"/usr/share/locale"' -Wdate-time 
-D_FORTIFY_SOURCE=2 -DFROM_MACTELNET -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/mactelnet-0.6.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o mactelnet-autologin.o `test -f 
'autologin.c' || echo './'`autologin.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR='"/usr/share/locale"' -Wdate-time 
-D_FORTIFY_SOURCE=2 -DFROM_MACTELNET -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/mactelnet-0.6.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o mactelnet-mtwei.o `test -f 
'mtwei.c' || echo './'`mtwei.c
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR='"/usr/share/locale"' -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/mactelnet-0.6.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o macping.o macping.c
In file included from /usr/include/libintl.h:23,
                 from protocol.c:20:
/usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
macping.c: In function ‘main’:
macping.c:237:24: error: passing argument 2 of ‘signal’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  237 |         signal(SIGINT, display_results);
      |                        ^~~~~~~~~~~~~~~
      |                        |
      |                        void (*)(void)
In file included from macping.c:22:
/usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void 
(*)(int)’} but argument is of type ‘void (*)(void)’
   88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
      |                                          ~~~~~~~~~~~~~~~^~~~~~~~~
macping.c:85:13: note: ‘display_results’ declared here
   85 | static void display_results() {
      |             ^~~~~~~~~~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
make[3]: *** [Makefile:527: macping.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mactelnet.c: In function ‘main’:
mactelnet.c:725:23: warning: ignoring return value of ‘scanf’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  725 |                 (void)scanf("%127s", username);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/build/reproducible-path/mactelnet-0.6.1/src'
make[2]: *** [Makefile:343: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/mactelnet-0.6.1/src'
make[1]: *** [Makefile:379: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/mactelnet-0.6.1'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mactelnet
Source-Version: 0.6.3-2
Done: Håkon Nessjøen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mactelnet, 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.
Håkon Nessjøen <[email protected]> (supplier of updated mactelnet 
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: Sun, 21 Sep 2025 19:09:42 +0200
Source: mactelnet
Architecture: source
Version: 0.6.3-2
Distribution: unstable
Urgency: medium
Maintainer: Håkon Nessjøen <[email protected]>
Changed-By: Håkon Nessjøen <[email protected]>
Closes: 1097350
Changes:
 mactelnet (0.6.3-2) unstable; urgency=medium
 .
   [ Håkon Nessjøen ]
   * Forgot to close the bug about invalid function sigs. (Closes: #1097350)
 .
 mactelnet (0.6.3-1) unstable; urgency=medium
 .
   [ Håkon Nessjøen ]
   * Upstream release 0.6.3
   * Upstream code fixes invalid function signatures for signal handlers
   * Upstream moves mactelnetd.1 to mactelnetd.8 as it is an admin tool
Checksums-Sha1:
 b3311a16acca0d7d7416d3cecdc199c9a42d9b65 2177 mactelnet_0.6.3-2.dsc
 f2c6cfdc9b6376e028abc999554940ec6b4a2635 284697 mactelnet_0.6.3.orig.tar.gz
 2242849835d6ab8fc9a17ac3308bc76b7d5eb949 6908 mactelnet_0.6.3-2.debian.tar.xz
 dbe91c11b6fd7597b0fcc012fcac4e221d65cc86 6357 
mactelnet_0.6.3-2_source.buildinfo
Checksums-Sha256:
 1b99f11c1d6fac678b8cd29ded2a09e4274e747c5a2e2ee3ddc38fc972255e17 2177 
mactelnet_0.6.3-2.dsc
 7535ed85f26e48f3328e53aa63034311435258de815604696d2227d171ef934a 284697 
mactelnet_0.6.3.orig.tar.gz
 886e9749c9168fe91598a5769bf4d636b0da32175adc428862830ebae928a486 6908 
mactelnet_0.6.3-2.debian.tar.xz
 6c7d9e7541c183609bd7057a03ea674adcc1a620d4f6a9933e436a8bce2ad0ae 6357 
mactelnet_0.6.3-2_source.buildinfo
Files:
 2943011c3794ce6d0a6aef5e2babbfc5 2177 net optional mactelnet_0.6.3-2.dsc
 7e5fec14bcf13b036109b8462b9be845 284697 net optional 
mactelnet_0.6.3.orig.tar.gz
 e40c6443c7992cf93ac7c624fe697c7a 6908 net optional 
mactelnet_0.6.3-2.debian.tar.xz
 c977b34fac95a1f307a8772ed8f10a3a 6357 net optional 
mactelnet_0.6.3-2_source.buildinfo

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

iQIzBAEBCgAdFiEErCSqx93EIPGOymuRKGv37813JB4FAmjRKnMACgkQKGv37813
JB6lFBAAne/7CwEHBzEwzl9Zq6QyV7Qu6gkFukNjvaaTpl6Wl2eBxzu8YL3vo3dB
xqhQGAO5Ogxih7GPkJPVv1jTEBpJTZDCwICw4kwrVcSNLP3UkwZ/igECztRTBnO0
ND4MMsygswXi89vtzXek29B3vBXdeLtAOBABNIJE9dwTZXvO6YNoWXmVpGLlt165
r3AMEUn/xIrDzQVbRkRXco6hx4P0i5Eu7c9U+BustsdKDSI2d0egZWNctMXBLgCj
Dn+ccXyo+q0ONEo5AnJ0qVqMb2hoq2AhXv4I1zSBNa1jXQZoRXXgzsUKZbJVTfYz
/xrDNfQXpIpb021qbw7kg4Ui5k8fdrkQ2ngRDKJZGGzy8DPiXdiRVjmYLAesugtY
EOIQMyNThoTq90EHJ6wjYBtqRE8YXEAVg5t7Rr4pZaeEiqmYORkNmNu/QGQ9E/LB
sY/L1eBXUAqY1k1jdKv0OXmGpNEuWFG2D9U1zLpHW8QnkmDk0qWoAXCO4eCV058R
oVjVT9nBD+Eb6ev5h8e2NE+EMNROnWZB5TiJH7/G/BfYPYkNVjSbj2tJiyYZwpcM
omJV3W4dwspWCJln7oZbkPv/oJi5dCp2d59K/oCLs0QOP+osCVpqOeYdh3I2e11o
XZ0Rp3aMHEv8Sxl9DG3zyOsnd+xPj82flM7aDVgLJ5kh7+YeWNU=
=p8Z3
-----END PGP SIGNATURE-----

Attachment: pgpZrqw4uCLgg.pgp
Description: PGP signature


--- End Message ---

Reply via email to