Your message dated Fri, 07 Mar 2025 17:35:22 +0000
with message-id <e1tqbbw-002lcm...@fasolo.debian.org>
and subject line Bug#1075070: fixed in hpsockd 0.17+x-0.1
has caused the Debian Bug report #1075070,
regarding hpsockd: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)
--
1075070: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075070
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hpsockd
Version: 0.17+nmu1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/hpsockd_0.17+nmu1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-14/porting_to.html
[...]
dpkg-buildpackage: info: source package hpsockd
dpkg-buildpackage: info: source version 0.17+nmu1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Lucas Nussbaum <lu...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
cd src && /usr/bin/make clobber
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
for i in util sockd; do (cd $i && make clobber); done
make[2]: Entering directory '/<<PKGBUILDDIR>>/src/util'
rm -f *.o
rm -f libutil.a
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/util'
make[2]: Entering directory '/<<PKGBUILDDIR>>/src/sockd'
rm -f *.o gram.output gram.tab.c gram.tab.h lexer.c
rm -f sockd sdc log2ascii usage vers.c
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/sockd'
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
dh_clean
debian/rules build
dh_testdir
# Add here commands to compile the package.
cd src && /usr/bin/make
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
/usr/bin/make `uname -s`
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
/usr/bin/make CFLAGS="-O -UHAVE_THREADS -DHAVE_DLOPEN -DHAVE_MMAP -DDB_185
-DCONFIG_FILE=\\\"/etc/hpsockd.conf\\\" -DSOCKD_PATH=\\\"/usr/sbin/hpsockd\\\"
-I../util -DYYDEBUG=1" CLFLAGS="-ldl -ldb" all
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
for i in util sockd; do (cd $i && make all); done
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/util'
cc -O -UHAVE_THREADS -DHAVE_DLOPEN -DHAVE_MMAP -DDB_185
-DCONFIG_FILE=\"/etc/hpsockd.conf\" -DSOCKD_PATH=\"/usr/sbin/hpsockd\"
-I../util -DYYDEBUG=1 -c -o btree.o btree.c
btree.c: In function ‘search’:
btree.c:285:26: error: type defaults to ‘int’ in declaration of ‘nix’
[-Wimplicit-int]
285 | register nix=ix;
| ^~~
make[4]: *** [<builtin>: btree.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/util'
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/sockd'
cc -O -UHAVE_THREADS -DHAVE_DLOPEN -DHAVE_MMAP -DDB_185
-DCONFIG_FILE=\"/etc/hpsockd.conf\" -DSOCKD_PATH=\"/usr/sbin/hpsockd\"
-I../util -DYYDEBUG=1 -c -o methods.o methods.c
cc -O -UHAVE_THREADS -DHAVE_DLOPEN -DHAVE_MMAP -DDB_185
-DCONFIG_FILE=\"/etc/hpsockd.conf\" -DSOCKD_PATH=\"/usr/sbin/hpsockd\"
-I../util -DYYDEBUG=1 -c -o sockd.o sockd.c
sockd.c: In function ‘main’:
sockd.c:94:5: error: implicit declaration of function ‘negotInit’
[-Wimplicit-function-declaration]
94 | negotInit();
| ^~~~~~~~~
sockd.c:135:5: error: implicit declaration of function ‘gettimeofday’
[-Wimplicit-function-declaration]
135 | gettimeofday(&lastAccept,(struct timezone*)NULL); /* make it
something close... */
| ^~~~~~~~~~~~
sockd.c: In function ‘readConfig’:
sockd.c:495:10: error: implicit declaration of function ‘yyparse’; did you mean
‘pause’? [-Wimplicit-function-declaration]
495 | if (!yyparse()) {
| ^~~~~~~
| pause
sockd.c:502:9: error: implicit declaration of function ‘umask’
[-Wimplicit-function-declaration]
502 | umask(config.daemon.umask);
| ^~~~~
make[4]: *** [<builtin>: sockd.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/sockd'
make[3]: *** [Makefile:33: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile.os:38: Linux] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:25: default] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
make: *** [debian/rules:19: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: hpsockd
Source-Version: 0.17+x-0.1
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
hpsockd, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated hpsockd 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 07 Mar 2025 10:31:25 +0100
Source: hpsockd
Architecture: source
Version: 0.17+x-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 533731 1075070 1085583 1093570
Changes:
hpsockd (0.17+x-0.1) unstable; urgency=medium
.
* QA upload.
Closes: #1093570, #1085583, #1085583
.
[ Andreas Tille ]
* Maintain package in Debian/ team on Salsa
* This package is not Debian native - separate source and packaging
* Fix build with GCC-14 (Closes: #1075070)
* This is no sample rules
* Short dh
* Standards-Version: 4.7.2 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* d/copyright: DEP5 + review
* Do not explicitly start/stop daemon in postinst, prerm since this is
auto-injected
.
[ наб ]
* d/rules: dh_installmanpages-is-obsolete
* d/rules: dh-clean-k-is-deprecated
.
[ Barry deFreese ]
* Fix FTBFS on Debian GNU/Hurd
Closes: #533731
Checksums-Sha1:
d7532cd1e7ccb274207d0634f28297c0b322c8e6 1832 hpsockd_0.17+x-0.1.dsc
865e982ea171245c756abc3a58d5250e643b9bdb 70624 hpsockd_0.17+x.orig.tar.xz
7f4e58dd96f548d654b4dd1ff70a56b492a07e1d 7828 hpsockd_0.17+x-0.1.debian.tar.xz
beb27c60659cb7f3180ef9257a9d192b699300ee 6165
hpsockd_0.17+x-0.1_amd64.buildinfo
Checksums-Sha256:
dc6c67403fcc2674e565685be0b17d4b61a6bf82b09d3abe67cf61fc0e9c6b3a 1832
hpsockd_0.17+x-0.1.dsc
9bd0224d1195686b855e0b8204cc61a30fa32d65d779d65a2d00f036e754a2f0 70624
hpsockd_0.17+x.orig.tar.xz
3eb6704ba41e0624eac05b7f660db6cb90f83d2fb47428daa2b1dd6609ed9297 7828
hpsockd_0.17+x-0.1.debian.tar.xz
8bd1f58dd97a38a83a5a2735577d6b0f5022521e90f2655e7f3e901710f6ab30 6165
hpsockd_0.17+x-0.1_amd64.buildinfo
Files:
225e0d59c3d9eaac0f6149443eba3993 1832 net optional hpsockd_0.17+x-0.1.dsc
ba8bf62ebea9d69480058bd9f7e3e197 70624 net optional hpsockd_0.17+x.orig.tar.xz
2df93fb763537d48797298ed07557e33 7828 net optional
hpsockd_0.17+x-0.1.debian.tar.xz
9abec0349dc5d130079ba5d380638d96 6165 net optional
hpsockd_0.17+x-0.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmfLJsMRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHJbA/+KdX2CGGD68TqrbwBh398jXCpL6i9x128
i+KaoawgOLRx6ZsNX94vW0ifdMPWiWdsAtdO9BiKdkW8NwoeZ0rmJD/GVGS/Xd5D
1hnpStOA4m1MVSxGeydnOtTD/z4oTTdyWPJcQLX5XJ7KyyYVaSMAcjx65UHgxOyY
mo3bwifoAKbCLOtgqx46hKdoxWtXixYkneeEfX/tQEyb9eIyMfYc1bOSwAqgmbuB
8DUnj0sM2RqmEbiyVX+L3GQHH3omkudq6rju4Y4DIaSo7CxwhOPfdosUcbuPec6u
zq7xBpmoxq/f60vIMo8/7j8K2rVy46Pa26VmaBo3IBUd/ZNchKnoPdS2mDW8+rbU
9P7pBpQF3Y37L1dgCP2joHMdAN4DSkp96w+hi3v8zWn2eb649dRrJA776RcpYjrH
Sh0WN34aVWupa2qxnbB1H3W4gpMaAfD2ZU7sBdMaXKVZv5ce+iXysD9rlArAwTA6
d6nmHuTHFwcT8d+Qb+N15NGCxLr9WO65FTtz4szNf4IMnqxN9brc4zDSDLFHWqNF
UzT+X/NN+MR0O1rFd3gFE4j7hWI3tFxU1GGxEnfp8+Uat5oTdNb1udjYJgVLfzxU
OuX0Jx/2pSHkS2wE/EPHcMhEypBHFpIsvg7jswbvubjE9fXwTR4crcRbt4vqYO9u
ennJE02X0zc=
=IOid
-----END PGP SIGNATURE-----
pgpH561q4e7HY.pgp
Description: PGP signature
--- End Message ---