Your message dated Tue, 20 Aug 2024 22:12:21 +0000
with message-id <e1sgx5r-008otz...@fasolo.debian.org>
and subject line Bug#1075442: fixed in reglookup 1.0.1+svn287-10
has caused the Debian Bug report #1075442,
regarding reglookup: 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.)
--
1075442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075442
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:reglookup
Version: 1.0.1+svn287-9.1
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/reglookup_1.0.1+svn287-9.1_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
[...]
User Environment
----------------
APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
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-4eb23e63-8fe5-41a2-9abf-bd88f972d554
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 reglookup
dpkg-buildpackage: info: source version 1.0.1+svn287-9.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Benjamin Drung <bdr...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean --buildsystem=pybuild --with python3
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.11 setup.py clean
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.11' does not exist -- can't clean it
I: pybuild base:311: python3.12 setup.py clean
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.12' does not exist -- can't clean it
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --buildsystem=pybuild --with python3
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.11 setup.py config
I: pybuild base:311: python3.12 setup.py config
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
scons bin doc doc-devel
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o src/reglookup-recover.o -c -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -std=gnu99 -pedantic -Wall -D_FILE_OFFSET_BITS=64
-fvisibility=hidden -DREGFI_VERSION='"1.0.1.0"' -ggdb -D_FORTIFY_SOURCE=2 -fPIE
-Iinclude -I/usr/include src/reglookup-recover.c
gcc -o lib/regfi.o -c -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -std=gnu99 -pedantic -Wall -D_FILE_OFFSET_BITS=64
-fvisibility=hidden -DREGFI_VERSION='"1.0.1.0"' -ggdb -D_FORTIFY_SOURCE=2 -fPIE
-Iinclude -I/usr/include lib/regfi.c
lib/regfi.c: In function ‘regfi_alloc_cb’:
lib/regfi.c:1702:3: error: initialization of ‘int (*)(REGFI_FILE *)’ {aka ‘int
(*)(struct _regfi_file *)’} from incompatible pointer type ‘int (*)(void *)’
[-Wincompatible-pointer-types]
1702 | talloc_set_destructor(rb, regfi_free_cb);
| ^~~~~~~~~~~~~~~~~~~~~
lib/regfi.c: At top level:
lib/regfi.c:672:13: warning: ‘regfi_offset_in_hbin’ defined but not used
[-Wunused-function]
672 | static bool regfi_offset_in_hbin(const REGFI_HBIN* hbin, uint32_t
voffset)
| ^~~~~~~~~~~~~~~~~~~~
scons: *** [lib/regfi.o] Error 1
scons: building terminated because of errors.
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: reglookup
Source-Version: 1.0.1+svn287-10
Done: Sven Geuer <s...@debian.org>
We believe that the bug you reported is fixed in the latest version of
reglookup, 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.
Sven Geuer <s...@debian.org> (supplier of updated reglookup 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: Tue, 20 Aug 2024 23:17:09 +0200
Source: reglookup
Architecture: source
Version: 1.0.1+svn287-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Sven Geuer <s...@debian.org>
Closes: 1075442
Changes:
reglookup (1.0.1+svn287-10) unstable; urgency=medium
.
* Team upload.
.
[ Debian Janitor ]
* Update standards version to 4.6.1, no changes needed.
* Apply multi-arch hints. + reglookup-doc: Add Multi-Arch: foreign.
* Remove constraints unnecessary since buster (oldstable)
.
[ Sven Geuer ]
* d/p/*: Add patch fixing FTBFS with GCC-14 (Closes: #1075442).
* d/libregfi1t64.symbols: Add Build-Depends-Package meta-information field.
* d/libregfi1t64.lintian-overrides: Remove unused override.
* d/control:
- Bump Standards-Version to 4.7.0.
- Apply "wrap-and-sort -at".
* d/u/metadata: Rework metadata to comply with DEP-12.
* d/copyright: Update debian/* stanza.
Checksums-Sha1:
3ffb88dc7e219518c390fe41c90adedf3ae728b6 2381 reglookup_1.0.1+svn287-10.dsc
d72549d7a165bc72c0f24deb437d4488b8eb056c 8392
reglookup_1.0.1+svn287-10.debian.tar.xz
a0c0519d1c8c4f020310f34a164a65e9d2153906 12078
reglookup_1.0.1+svn287-10_amd64.buildinfo
Checksums-Sha256:
124d33484ddc11a9eda23324706320bc5d6cb33bb4a9bf273bd5d267df76f253 2381
reglookup_1.0.1+svn287-10.dsc
0c8aca80e547e91752adcbbc4b54da40abab5c6941d0683266befa66b2681354 8392
reglookup_1.0.1+svn287-10.debian.tar.xz
8340fd425613ced6f234007e6f391e32cfd4ca544a974bbf7b09840980bf7d3e 12078
reglookup_1.0.1+svn287-10_amd64.buildinfo
Files:
c51c6ae345919bea3b0f3fdba79c5dfe 2381 utils optional
reglookup_1.0.1+svn287-10.dsc
bfc9e99400c4695a0168b71a04c802e1 8392 utils optional
reglookup_1.0.1+svn287-10.debian.tar.xz
9ad9cb0abf01cd218d842dc426b5ce51 12078 utils optional
reglookup_1.0.1+svn287-10_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEEPfXoqkP8n9/QhvGVrfUO2vit1YUFAmbFCKAPHHNnZUBkZWJp
YW4ub3JnAAoJEK31Dtr4rdWFKEwP/RbHFszg/OFsXGSMZKP6kYZeJvBtRa9RgwkE
ZLAkofLwo1FlnfdfE4YW2AyiT8x7h9NwreCGrIcmevuw+G29dkcF/agGGO0dir1N
IuV6lXy4YyZOQ51LXT4sMeT434x9YoKYAPTWFbMipvKiFFMd4OUwItLDxB2sS4HK
UehQMmyzGPyqWwEc7IR7KhXvUh/1Wc5bW6b9/HaPS0wxEre/rdNYFeh1e6PoBNMI
kqBt+k3RzTUwC9C9Q4viTLIjcxW7FwbSBLY7BbGydkpGHU64s0JnT6w0CHJA0tKK
UhYt2WrjuCWyolg/pfIqWsxzHc7Nfdij1ymPj8/TX4xn1flVrcws0IvGuZzYi/Z9
mZ0hk8VM3QcEfrCPOEX9+//22WiZssSQE4gO4cxmYnLhPAQt5yu4UtyNPeun4HcC
1QZguJuiZeZMYNxaJjXWfwWtkc1OZS+6On4mcU10t5gSddgqubRmnM8phxYHV3aj
CjJdkUUpRdzOh80QCc+IumXYDGuRMJLyOwyVT0xE/B+pjdPy4sPTljWaMZU85GDt
Y+t5ElgLpXliMR1Q/G5w/iZyqDQwkBZdlXiyYanM0Io8ZJug/e/rxHTdjpIQBRcc
faEDnZYV9ncnaDTIBWlmfBhYkuyYZlzY6yw++G+Diwfg1KVB3m5Ivh+fZNIvx5vi
Ibd7DThe
=FGWM
-----END PGP SIGNATURE-----
pgphc2lrWSmna.pgp
Description: PGP signature
--- End Message ---