Your message dated Tue, 09 Sep 2025 03:26:57 +0000
with message-id <[email protected]>
and subject line Bug#1096801: fixed in hdapsd 1:20250908-1
has caused the Debian Bug report #1096801,
regarding hdapsd: 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.)


-- 
1096801: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096801
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:hdapsd
Version: 1:20141203-3
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/hdapsd_20141203-3_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 stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for syslog.h... yes
checking for linux/input.h... yes
checking for dirent.h... yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for gettimeofday... yes
checking for strerror... yes
checking for uname... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libconfig... 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 misc/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
   dh_auto_build
        make -j8
make[1]: Entering directory '/build/reproducible-path/hdapsd-20141203'
Making all in src
make[2]: Entering directory '/build/reproducible-path/hdapsd-20141203/src'
make  all-am
make[3]: Entering directory '/build/reproducible-path/hdapsd-20141203/src'
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"' -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/hdapsd-20141203=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o hdapsd-hdapsd.o `test -f 
'hdapsd.c' || echo './'`hdapsd.c
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"' -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/hdapsd-20141203=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o hdapsd-input-helper.o `test -f 
'input-helper.c' || echo './'`input-helper.c
hdapsd.c: In function ‘main’:
hdapsd.c:1024:17: error: too many arguments to function ‘usage’; expected 0, 
have 1
 1024 |                 usage(argv);
      |                 ^~~~~ ~~~~
hdapsd.c:397:6: note: declared here
  397 | void usage ()
      |      ^~~~~
hdapsd.c: In function ‘select_interface’:
hdapsd.c:675:25: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  675 |                         system(command);
      |                         ^~~~~~~~~~~~~~~
hdapsd.c: In function ‘main’:
hdapsd.c:1136:17: warning: ignoring return value of ‘daemon’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1136 |                 daemon(0,0);
      |                 ^~~~~~~~~~~
make[3]: *** [Makefile:407: hdapsd-hdapsd.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/hdapsd-20141203/src'
make[2]: *** [Makefile:278: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/hdapsd-20141203/src'
make[1]: *** [Makefile:401: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/hdapsd-20141203'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hdapsd
Source-Version: 1:20250908-1
Done: Evgeni Golov <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hdapsd, 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.
Evgeni Golov <[email protected]> (supplier of updated hdapsd 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, 08 Sep 2025 21:45:56 +0200
Source: hdapsd
Architecture: source
Version: 1:20250908-1
Distribution: unstable
Urgency: medium
Maintainer: Evgeni Golov <[email protected]>
Changed-By: Evgeni Golov <[email protected]>
Closes: 840560 1096801
Changes:
 hdapsd (1:20250908-1) unstable; urgency=medium
 .
   * New upstream version 20250908
     + Compiles with GCC 15 (Closes: #1096801)
     + Ships AppStream metadata (Closes: #840560)
   * update d/copyright for the appstream metadata
   * Standards-Version: 4.7.2
   * hardening=+all
Checksums-Sha1:
 ba96beb346bfa422835694e951126295b75db128 1886 hdapsd_20250908-1.dsc
 03daf1dd46205de4dab1e3b9b3c240b4ad3d1489 136620 hdapsd_20250908.orig.tar.gz
 a8277122fe673c81dca1105eba7054c62412983b 7728 hdapsd_20250908-1.debian.tar.xz
 21666e3486aa3591f4cf775683843bb0ed972f8a 6955 
hdapsd_20250908-1_source.buildinfo
Checksums-Sha256:
 c028d87eeb7ede14b02133e7139c1bb0bcca3c7db6b674f69da1f7bf0f4086a8 1886 
hdapsd_20250908-1.dsc
 a8435c38527dc790a437bd99913c7f38bfa0a7001826526898abc08d39250d84 136620 
hdapsd_20250908.orig.tar.gz
 04f2a87ef98b9b82c1ee564811a62db215754bf9b99336a0814600df1811c486 7728 
hdapsd_20250908-1.debian.tar.xz
 f90e64780e5e88426f1523c8cfa0d223f90a1bf8f4d37e5dec88748b4973e612 6955 
hdapsd_20250908-1_source.buildinfo
Files:
 a37935baa9b8db5704827ace01d70b63 1886 misc optional hdapsd_20250908-1.dsc
 0aefbf07763bd7d0bf8befce48de2084 136620 misc optional 
hdapsd_20250908.orig.tar.gz
 65aadc0c07cd27e72fa86bf6bdf15bc0 7728 misc optional 
hdapsd_20250908-1.debian.tar.xz
 6474d715288c15839087fcbe41657c30 6955 misc optional 
hdapsd_20250908-1_source.buildinfo

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

iQIzBAEBCgAdFiEExW57amdnGPa81AdGTrsFQAtaiq4FAmi/MuwACgkQTrsFQAta
iq58LA//a+2uh6fmjQlBj3uBjUeVYrwQQOKMYqHgF+wAX+ErlkToRSh/0WqhGpYz
MBju7VR9VNUmtx2fUkojF4UDLp1PVXiAvuL9DOSdxoKDlDcgIEoTxO2ctdGC+vlG
kYigxx0kG5P8MBfGfIvQJ3TydtaC6/KVSqA8wXqUY1qvmnq541hQZRPcN7GaNm3k
PWF/hbY9QwNvgZ3hjoikGkda2v2ds92240GsmneMKBUypkPY7/et5stO4xw3gRTD
NjUpjVuxlmCsSuznkQ3IH44gX4Rfmv4js//warM9276G63OAH1vnXDOCkPirsMgK
sX/Gz2PHW6CEQi3sf+mkxJE3XnAE6kbcsK5VwI8M+NB4EyWCge5d8e2PN0QH4IXD
xuBm9eb1/z2P53a7cP9Fub1JgJiL1LsMkUcn1VAAn0CWsum/ZAqxFYuCAIlWNCRc
B0h+uZXZ5cPLbLO7V8NfXYjU3XmPRdZnkgek98KXIyY0FiHov2PRJb7lTwbk0mtt
BHSnsCS9Ifuv6Hu068YvzfmvU7R77l37TPwcMec91u6+YvCqQvPPYAY1e1EiijXM
rzkeof61U+c/i4TYiQ1B4H53Ib7ZXMfT/JsRRUa5Lzf5DgP8ZDd5fcFhyEkvbj0W
9+px7dwbfitHygRUXgfKovQz0aoC06l8xs+6DioZCb1ri6c1ALg=
=NeI4
-----END PGP SIGNATURE-----

Attachment: pgpBWznF_tL3H.pgp
Description: PGP signature


--- End Message ---

Reply via email to