Your message dated Tue, 15 Oct 2024 12:17:25 +0000
with message-id <e1t0gup-008pko...@fasolo.debian.org>
and subject line Bug#1075325: fixed in nullidentd 1.0-6
has caused the Debian Bug report #1075325,
regarding nullidentd: 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.)
--
1075325: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075325
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:nullidentd
Version: 1.0-5
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/nullidentd_1.0-5_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
[...]
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-98d55bf7-6319-4a02-a387-da93b4b41ffc
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package nullidentd
dpkg-buildpackage: info: source version 1.0-5
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jeroen Schot <sc...@a-eskwadraat.nl>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 8 in use)
dh_auto_clean
dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 8
in use)
make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f .version version.h nullidentd
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 8 in
use)
debian/rules build
dh build
dh: warning: Compatibility levels before 10 are deprecated (level 8 in use)
dh_update_autotools_config
dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated
(level 8 in use)
dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 8
in use)
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
egrep "^Version" README | sed 's/Version //' > .version
echo "const char VERSION[] = \"`cat .version`\";" > version.h
gcc -O2 -o nullidentd nullidentd.c
nullidentd.c: In function ‘main’:
nullidentd.c:129:13: error: implicit declaration of function ‘strlen’
[-Wimplicit-function-declaration]
129 | if( strlen( userid ) > MAX_USERID ) {
| ^~~~~~
nullidentd.c:17:1: note: include ‘<string.h>’ or provide a declaration of
‘strlen’
16 | #include "version.h"
+++ |+#include <string.h>
17 |
nullidentd.c:129:13: warning: incompatible implicit declaration of built-in
function ‘strlen’ [-Wbuiltin-declaration-mismatch]
129 | if( strlen( userid ) > MAX_USERID ) {
| ^~~~~~
nullidentd.c:129:13: note: include ‘<string.h>’ or provide a declaration of
‘strlen’
nullidentd.c:135:9: error: implicit declaration of function ‘strcmp’
[-Wimplicit-function-declaration]
135 | if (strcmp(userid, "RANDOM") == 0) {
| ^~~~~~
nullidentd.c:135:9: note: include ‘<string.h>’ or provide a declaration of
‘strcmp’
make[1]: *** [Makefile:9: nullidentd] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:4: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: nullidentd
Source-Version: 1.0-6
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
nullidentd, 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 nullidentd 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: SHA256
Format: 1.8
Date: Sat, 05 Oct 2024 13:04:04 +0200
Source: nullidentd
Architecture: source
Version: 1.0-6
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 709772 872324 1075325 1081770
Changes:
nullidentd (1.0-6) unstable; urgency=medium
.
* Team upload
.
[ Andreas Tille ]
* Team maintenance in Package Salvage team
Closes: #1081770
* Set Vcs-Fields
* Homepage only in webarchive
* Add README.Debian pointing to further development
* Add fake watch file (including comment to Github fork that could be
activated as watch file code)
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Rules-Requires-Root: no (routine-update)
* Fix build with gcc-14
Closes: #1075325
* Lintian-overrides for strange bogus-mail-host-in-debian-changelog
* d/copyright: DEP5
* Propagate build flags for hardening and debug info
.
[ Helmut Grohne ]
* Fix FTCBFS: Add 03_makefile.diff.
Closes: #872324
.
[ Alessandro Vesely ]
* Provide xinetd.d configuration file
Closes: #709772
Checksums-Sha1:
775a3b7ea545c0d8cc962284b1cbd222c0601bdb 1980 nullidentd_1.0-6.dsc
713068fdce17f96a1851e5df883cc22fb342b274 6496 nullidentd_1.0-6.debian.tar.xz
c344eba59e879619eee0d8e0820ea427aa61e9c0 6151 nullidentd_1.0-6_amd64.buildinfo
Checksums-Sha256:
61083f77966d730001e52f7d92bde665a65acdfc2c923753e0f63dbf07cc43a6 1980
nullidentd_1.0-6.dsc
005401ad4ba42326657751e0e33fb82df028d810390bc95ce8229cbb7b8a354c 6496
nullidentd_1.0-6.debian.tar.xz
7ab6d8706fdb4bbb0c39e4494f8ceb21c8b57791541ef08ad9aac6bf1dfdca7a 6151
nullidentd_1.0-6_amd64.buildinfo
Files:
93309978093be2b3416cbd62f21b7d61 1980 net optional nullidentd_1.0-6.dsc
43f3a21dd6596306ae34e351c649f23a 6496 net optional
nullidentd_1.0-6.debian.tar.xz
aabd6be78024a71f29dbd72ff1deadc1 6151 net optional
nullidentd_1.0-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmcBHfMRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtE9tA//ZcsoW69Jr082jqqm0XmoQM2uQv52svb3
mfyK2I9QuqFfWjQqb/2uI3g9Vf2FXkYsFnjFBcw6VotvAAnnHTse2Tii9FcfL6u4
TAe8Vj4JlUC85+VfL6LHyG9IxyvyXwOyl+HJ0BXjabBakGyiGBsBnVWJ6QVnFpwW
MNRlx/GPK+2ymFX4xwSM3SvhkNR5o754jvwArLfjNtr5BAdhd2LBAOi6+IAQcM1V
cs4QMV73AyNPKGzs7qHvxqFNXZ/o3TrbqzfhHG0XYNKIIC4QjS+NC1WL+qCU/yK7
XljT05Zpjd11Ksj/qMD6HB3BPeekTbzqFUw9NMxdVWZGaUezPXxf1sNjbPB9ydEK
fJhQfEIXtUJTzTk/5va29DnNE0QYc2ozx+zHYQuH7yUO+Lc+J0kj/bWf8zWbnVtV
Zu6JO6oY3uP/bmnXv7pP6c9uZ2ZSVbP2sqPaqRqmToggjdjivbPVN00nwMm7g2Tq
DoAPCrU3DzilKDXza/TSzhNAH8XlHOQ+upB2lurC6R1VQ1pYmTJYQjghUrSvE34P
clujQiY6l8cgzAQP12Q70T+1SPqMILrsekhZHc2wDHpwrhSb+v7K+xBnlkjV4qHo
SbLEri4U9yq1Pl009oV2G24MXm7R0JqW6rFSfJglEhYSMaL5r04NszrXDhyJXH2z
BB1cXE1HW+k=
=HFSE
-----END PGP SIGNATURE-----
pgpqJ13Ojbzle.pgp
Description: PGP signature
--- End Message ---