Your message dated Fri, 29 Nov 2024 17:52:28 +0000
with message-id <e1th5ak-004cqq...@fasolo.debian.org>
and subject line Bug#1075255: fixed in matanza 0.13+ds2-2
has caused the Debian Bug report #1075255,
regarding matanza: 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.)
--
1075255: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075255
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:matanza
Version: 0.13+ds2-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/matanza_0.13+ds2-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=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package matanza
dpkg-buildpackage: info: source version 0.13+ds2-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Boris Pek <tehn...@debian.org>
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 9 in use)
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in
use)
debian/rules build
dh build
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_update_autotools_config
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp -f /usr/share/misc/config.sub .
cp -f /usr/share/misc/config.guess .
dh_auto_configure -- --bindir=/usr/games
dh_auto_configure: warning: Compatibility levels before 10 are deprecated
(level 9 in use)
./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking --bindir=/usr/games
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... x86_64-linux-gnu-gcc
checking whether the C compiler (x86_64-linux-gnu-gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -Wl,-z,relro) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
tail -v -n \+0 config.log
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:564: checking for a BSD compatible install
configure:617: checking whether build environment is sane
configure:674: checking whether make sets ${MAKE}
configure:720: checking for working aclocal
configure:733: checking for working autoconf
configure:746: checking for working automake
configure:759: checking for working autoheader
configure:772: checking for working makeinfo
configure:793: checking for gcc
configure:906: checking whether the C compiler (x86_64-linux-gnu-gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -Wl,-z,relro) works
configure:922: x86_64-linux-gnu-gcc -o conftest -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2
-Wl,-z,relro conftest.c 1>&5
configure:919:1: error: return type defaults to 'int' [-Wimplicit-int]
919 | main(){return(0);}
| ^~~~
configure: failed program was:
#line 917 "configure"
#include "confdefs.h"
main(){return(0);}
dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking --bindir=/usr/games returned exit code 1
make[1]: *** [debian/rules:21: override_dh_auto_configure] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: matanza
Source-Version: 0.13+ds2-2
Done: Alexandre Detiste <tc...@debian.org>
We believe that the bug you reported is fixed in the latest version of
matanza, 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.
Alexandre Detiste <tc...@debian.org> (supplier of updated matanza 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, 29 Nov 2024 18:31:11 +0100
Source: matanza
Architecture: source
Version: 0.13+ds2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1016860 1075255
Changes:
matanza (0.13+ds2-2) unstable; urgency=medium
.
* Team upload.
* Set Rules-Requires-Root: no
* Change telnet recommendation (Closes: #1016860)
.
[ Patrice Duroux ]
* Fix FTBFS with GCC 14 (Closes: #1075255)
Checksums-Sha1:
b8cedc8cd5e6a96ba5f30ce0415d072bef77b90b 2015 matanza_0.13+ds2-2.dsc
63bb68a835358fc316d04a8f3255683b77aefd2b 29140 matanza_0.13+ds2-2.debian.tar.xz
680d4a00b3ed38403435aaf3ce55f6aadf791454 9748
matanza_0.13+ds2-2_source.buildinfo
Checksums-Sha256:
1944715800c5c609f1c1247bd88442fe4e57cda5436d7d7068552c6d45657a29 2015
matanza_0.13+ds2-2.dsc
febb80a38dd3486255fea37dbf1a28d6927edbb3b68e91f9cdd4af8bbf27b28d 29140
matanza_0.13+ds2-2.debian.tar.xz
0e552662b5c537f95fda579def4413a41a45da0f3746d23f4ce9456f297332b1 9748
matanza_0.13+ds2-2_source.buildinfo
Files:
b3629cdc7adf774453a78ad4dd0cb24f 2015 games optional matanza_0.13+ds2-2.dsc
635d8208ae64ac2e4cfd87a73641a9f8 29140 games optional
matanza_0.13+ds2-2.debian.tar.xz
c6986a09d48f74d16e852a950bcb31b0 9748 games optional
matanza_0.13+ds2-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmdJ/CkRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqOrA/+LNmuM5dk/t0V8b1brCSY0qeFJ2TGtBh0
9RgSdvy18tpEZ3NNoBiSaU6/+ZqfVqsn3oqt5wV2VZoaVwwghNxrhfuLl0zPczZ3
kyzybsT+yp9Ed5HRSNmvAYvzQKZ4TqOrL/qMmQvExB/PkBrKHoQRriDZpz0mUAkm
hzI1klFElMm2Izk3c44HGDGrldJQTXQtCm+QDGakgRDIxF5VrUmjpodLCVYeV7Ps
FJ5Es1/j270IqsM+ef/7XG21Eb/CT6jFr+jMdpRBsETjp3z0Rr8m9p9j3trD7bsZ
hh1P+AQrCtBYfyHfftaq0oVvcO7Pu71tcjNtkIqwfrkwFKBq8zwu77vgVFN1KkP/
AXars571Betu08S4iLIcwcHoPdfwrHZ8ZcttQfApfPW+HgrnNAYTeHcbisJ431jI
j5F4h+fDkFk7GKOTlCOHtebr3N3J/TICeXW/81m+R+YJ9/RxPOzz4eRPMOz5ygH6
LO2T7LlhSRWZLvdmR176icMuw+t6t30AX8N15/swO0qAbr8Ai7SnHe7dh8Dklg2b
48DJk254+RDbVuPZZezhg0b6nS4uZ9aUSy0wfHUuYkupkRjbpjlLh4Qo3/ZKfoEA
qawe6KC0Zf66MzuK1VSmY6fKpx2xsjkveOc4KizQa8qWrYLcOFqsULRrdKagTHak
MUubJEQ+/eg=
=Jy/2
-----END PGP SIGNATURE-----
pgp7ziJuIDRU_.pgp
Description: PGP signature
--- End Message ---