Your message dated Thu, 28 Nov 2024 17:08:29 +0000
with message-id <[email protected]>
and subject line Bug#1075674: fixed in xmountains 2.11-1
has caused the Debian Bug report #1075674,
regarding xmountains: 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 [email protected]
immediately.)
--
1075674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075674
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xmountains
Version: 2.10-2
Severity: important
Tags: sid trixie
User: [email protected]
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/xmountains_2.10-2_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
[...]
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-a88f3720-ed9f-4baf-a8fe-776ed15cc5c0
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 xmountains
dpkg-buildpackage: info: source version 2.10-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Kartik Mistry <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
xmkmf -a
imake -DUseInstalled -I/usr/lib/X11/config
make Makefiles
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Nothing to be done for 'Makefiles'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make includes
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Nothing to be done for 'includes'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make depend
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gccmakedep -- -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15 -DNARROWPROTO -- calcalt.c
random.c artist.c xmountains.c X_graphics.c print_alg.c
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build
make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o calcalt.o calcalt.c
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o random.o random.c
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o artist.o artist.c
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o xmountains.o xmountains.c
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o X_graphics.o X_graphics.c
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o print_alg.o print_alg.c
xmountains.c:146:1: error: return type defaults to ‘int’ [-Wimplicit-int]
146 | main (argc,argv)
| ^~~~
make[1]: *** [<builtin>: xmountains.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xmountains
Source-Version: 2.11-1
Done: Kartik Mistry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xmountains, 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.
Kartik Mistry <[email protected]> (supplier of updated xmountains 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: SHA256
Format: 1.8
Date: Thu, 28 Nov 2024 21:38:46 +0530
Source: xmountains
Architecture: source
Version: 2.11-1
Distribution: unstable
Urgency: medium
Maintainer: Kartik Mistry <[email protected]>
Changed-By: Kartik Mistry <[email protected]>
Closes: 1075674
Changes:
xmountains (2.11-1) unstable; urgency=medium
.
* New upstream release:
+ Fixes FTBFS with gcc 14 (Closes: #1075674)
* Removed debian/xmountains.desktop, merged upstream.
* Updated Standards-Version to 4.7.0
* Updated debian/patches/blhc_flags.patch for new CFLAGS entry.
* Updated debian/watch.
Checksums-Sha1:
2ce884123b2448d945d879c9c56f57ac62a6e3ca 1876 xmountains_2.11-1.dsc
2654240664c39f14c738aab0f7dfb3480c09160a 1192756 xmountains_2.11.orig.tar.gz
0c196faa044d860dab1576fe95556bbf0964b213 5500 xmountains_2.11-1.debian.tar.xz
Checksums-Sha256:
eb4408f4bfe10d86d7eed415c7d9d0c0518f8ed8dd9a931307ea3dcab4a02251 1876
xmountains_2.11-1.dsc
123dddf40ed3a678a507526469f43af5e4a33bc0c0000232f78cd399c63809d0 1192756
xmountains_2.11.orig.tar.gz
4821741a47843e1c371d166d2e68d3fce2c43b3971b7829c91401f0cabe2fca5 5500
xmountains_2.11-1.debian.tar.xz
Files:
7ea5037fa8b1a6e7bc084536cabee945 1876 games optional xmountains_2.11-1.dsc
ab138d4942dae30263674a96e354cdb0 1192756 games optional
xmountains_2.11.orig.tar.gz
73bec70b57d125e9e7325bbb6d4f1a9f 5500 games optional
xmountains_2.11-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEa2MbXvVUr2sRlmKSAsHT8ng6pN4FAmdIndUACgkQAsHT8ng6
pN4BBQ/+MHgrw4GvPbMcBW5RCZNuF1kQdDISWorI0M1qvr0xGiEpiALqn9clz3SR
XADJBoiQtmOYHEBij9W9WQRAvZwvhjwG96SpxiVEkeFwbu+luZAwxxEOtSBqbldG
BxEkCFditXnpcOENeoD92hbhlqqKJHD5LUFXbw0w/dEVzIQexPTneDXo+S1KJBfm
E5WF1zMvvOd4QxRG3JO0BZU3a4h2nK+DLLDhSg/Mrr1PzmDjlbQzwHusgwpCNx+I
sfrDzgRgUVHVbW15bIxYQBEtp9mt1ZiXx5Nr7IKXbf5Z1gmpmzMkoxEBv7NsK3gD
eh+fM7cLIWtyNOJhJHyLEOVyzmkmgpfhS/XO2AaReHXr6UN3oel6G4VdQr+PiAnc
qaLdiuAYOgaQgzKf3IESsFBZ6ZXE76GIKDESqeJEzxe2G3cZNTlLEU3jyUNJeclo
taJY3vbP4MA84ZmuSMwCx5AuYUj+vc+5j0kitcHjisfSsfifLNDtN0vwXs+3pkHj
FOuI/I8HgzL/tVPpsGTQBgZL6Dw7k5YLwbVow1tV1WNxrfm6azgLUVbvgnZPQhlg
UJIBAWHoDcgSOgMhu7rY44J0jA213ArmWV5zVIhc3V0r/vSG3Lw1CY1HU1fqn4Xj
Qvj/5Vu0OxAVGMiTiOmo0WfDbk/sVayn7A/xUcqXU+dhdTlPmqU=
=xAYU
-----END PGP SIGNATURE-----
pgpT3ORFXvQ8y.pgp
Description: PGP signature
--- End Message ---