Your message dated Fri, 18 Apr 2025 22:39:46 +0000
with message-id <[email protected]>
and subject line Bug#1075696: fixed in yeahconsole 0.3.4-6.1
has caused the Debian Bug report #1075696,
regarding yeahconsole: 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.)
--
1075696: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075696
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:yeahconsole
Version: 0.3.4-6
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/yeahconsole_0.3.4-6_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
[...]
Sufficient free space for build
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-94ddfe98-d759-4221-a1be-e8d9d1a0c441
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 yeahconsole
dpkg-buildpackage: info: source version 0.3.4-6
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Axel Beckert <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
dh_auto_clean
make -j8 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf yeahconsole yeahconsole.o
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -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 -c -o yeahconsole.o yeahconsole.c
yeahconsole.c: In function ‘main’:
yeahconsole.c:133:13: warning: ‘XKeycodeToKeysym’ is deprecated
[-Wdeprecated-declarations]
133 | key = XKeycodeToKeysym(dpy, event.xkey.keycode, 0);
| ^~~
In file included from yeahconsole.c:28:
/usr/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
yeahconsole.c: In function ‘init_xterm’:
yeahconsole.c:346:6: error: type of ‘move’ defaults to ‘int’ [-Wimplicit-int]
346 | void init_xterm(move)
| ^~~~~~~~~~
yeahconsole.c:352:5: warning: ignoring return value of ‘system’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
352 | system(command);
| ^~~~~~~~~~~~~~~
make[1]: *** [<builtin>: yeahconsole.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: yeahconsole
Source-Version: 0.3.4-6.1
Done: Marcos Talau <[email protected]>
We believe that the bug you reported is fixed in the latest version of
yeahconsole, 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.
Marcos Talau <[email protected]> (supplier of updated yeahconsole 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: SHA512
Format: 1.8
Date: Wed, 16 Apr 2025 19:10:13 -0300
Source: yeahconsole
Architecture: source
Version: 0.3.4-6.1
Distribution: unstable
Urgency: medium
Maintainer: Axel Beckert <[email protected]>
Changed-By: Marcos Talau <[email protected]>
Closes: 1075696
Changes:
yeahconsole (0.3.4-6.1) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/patches/53-fix-build-with-gcc14.patch: Fix build with GCC 14.
(Closes: #1075696)
Checksums-Sha1:
519472950fff38942f4c5f69bf4d247b46a64f44 1885 yeahconsole_0.3.4-6.1.dsc
27bacb9163a484cfc857ddef65a8d04674ad9af0 6196
yeahconsole_0.3.4-6.1.debian.tar.xz
1315cada11adf9047a69394d837c093b3940373c 5787
yeahconsole_0.3.4-6.1_source.buildinfo
Checksums-Sha256:
7977e2a721a48347695eeb678b8ed0f64e4b50fba92a11eb43fab681a7fcb56c 1885
yeahconsole_0.3.4-6.1.dsc
479869efa4da2ec76d84106287d492456e377537e7d0ed5ee2346a4528261a61 6196
yeahconsole_0.3.4-6.1.debian.tar.xz
279ab125387dd615fb740c6ffc2677ccd181c2a4d432b17aa924237c93612a70 5787
yeahconsole_0.3.4-6.1_source.buildinfo
Files:
3b0e6026587e58cee9793f7197a9e18b 1885 x11 optional yeahconsole_0.3.4-6.1.dsc
131047b87393dca7621fbfca60949354 6196 x11 optional
yeahconsole_0.3.4-6.1.debian.tar.xz
6aacf578a8e2f6a3c6e01219330081c3 5787 x11 optional
yeahconsole_0.3.4-6.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmgAK0MACgkQ9LqqgNso
ukzyuw/+LC/jhaYCtkcYUWeWs25BX2yrdrUwudTulwIdrt7B/QOcjmZGF8KGciJ4
DZX/ktyyyg1dL27s9oSzXY5Hbj3MBXD27oKKNBR/vxGMvznKJFxa6eWX1zUFd4ip
xva/oymwe9iEqLEkfVXWHqoApRMRyHS6kgosQVE3mvYQPnsVkUhz8o4CtG1XaX8K
zJynYbXtD6EOOmfb4y4ohZK+qlRMoDGNIiZA8b6MseUP7sRDU+Bi53WLum6akslV
qwAyFHxywCQin1UWFgU5tJqqFMxIeTDKu1fUoMjPJwAAXul2sii6Rn4BtgzNk9sT
5mJCioCKtOK15tRW1JiIcpCrCIX4648hgH/NWFS8Y7sn9b2YrJ39JuTzp3Cop/Co
1+WsPIggIY8vlyyItq6I2iqgo0UYfqlLANlIkFa5Dz8aHYVHUNiT39+uybPs11Em
yBNC3R/0xZmg4KeFXrHRbydkFnAESKlT+mJ8QCZwpZuX/5yM1muFr9N12oaI6OAz
tSdjPpz+SY7wf3H0x/0N1dQZPCedlmYzKYsB5GqMbvZeBCXNfW1qyJ7FsD3eFcsL
U16Os6JMwZHzbD0xQAubdcYPaZQWlR3W4Kn1GkMvhOA5lv6mfSFIT4ChoIkr/IfZ
/4eVEYFSKnwDap7itzMpisCVP/IL76JSAo9Cxmi56sqjjIvYdfo=
=FdXB
-----END PGP SIGNATURE-----
pgphlcF4X_3ZQ.pgp
Description: PGP signature
--- End Message ---