Your message dated Thu, 25 Jul 2024 10:35:07 +0000
with message-id <[email protected]>
and subject line Bug#1074805: fixed in alevt 1:1.8.2-1
has caused the Debian Bug report #1074805,
regarding alevt: 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.)
--
1074805: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074805
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:alevt
Version: 1:1.8.0-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/alevt_1.8.0-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
[...]
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package alevt
dpkg-buildpackage: info: source version 1:1.8.0-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Göran Weinholt <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_auto_clean
make -j8 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *.o page*.txt a.out core bdf2xbm font?.xbm fontsize.h Makefile.bak
rm -f alevt alevt-date alevt-cap
rm -f alevt.1x alevt-date.1 alevt-cap.1
rm -f contrib/a.out ttext-*.*
rm -f alevt.html
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/alevt.substvars debian/files
rm -fr -- debian/alevt/ debian/tmp/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
debian/rules build
dh build
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 -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o main.o main.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o ui.o ui.c
cc bdf2xbm.c -o bdf2xbm
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o fdset.o fdset.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o vbi.o vbi.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o cache.o cache.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o help.o help.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o edline.o edline.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o search.o search.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o edit.o edit.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o misc.o misc.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o hamm.o hamm.c
cc -O2 -g -w -DVERSION=\"1.8.0\" -DWITH_PNG -I/usr/X11R6/include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o lang.o lang.c
lang.c: In function ‘conv2latin’:
lang.c:157:13: error: implicit declaration of function ‘is_koi’
[-Wimplicit-function-declaration]
157 | if ( is_koi(c)) {
| ^~~~~~
lang.c:173:13: error: implicit declaration of function ‘is_greek’
[-Wimplicit-function-declaration]
173 | if ( is_greek(c)) {
| ^~~~~~~~
make[1]: *** [<builtin>: lang.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:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: alevt
Source-Version: 1:1.8.2-1
Done: Gwen Weinholt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
alevt, 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.
Gwen Weinholt <[email protected]> (supplier of updated alevt 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: Thu, 25 Jul 2024 11:28:37 +0200
Source: alevt
Architecture: source
Version: 1:1.8.2-1
Distribution: unstable
Urgency: medium
Maintainer: Gwen Weinholt <[email protected]>
Changed-By: Gwen Weinholt <[email protected]>
Closes: 1074805
Changes:
alevt (1:1.8.2-1) unstable; urgency=medium
.
* New upstream release (closes: #1074805).
* debian: Fix my name.
* debian/watch: Update for changes GitLab made recently.
* Use the .desktop file from upstream instead of our own menu file.
Checksums-Sha1:
54075fc92e12792bf02ace880259228043c53ab6 1706 alevt_1.8.2-1.dsc
17847e0393511f3f24ba5a2e8e8e797dfbd00b9f 137373 alevt_1.8.2.orig.tar.bz2
a01737d642681f000300f86a1330c5ed21c391bb 6288 alevt_1.8.2-1.debian.tar.xz
c2a2f0fa0a8f9cc6547c562af565ff9899f50fb9 6026 alevt_1.8.2-1_source.buildinfo
Checksums-Sha256:
d42658d458e0d8c9db2b9e559dbbd20923ab290371c68518b84c51fd455c2b1a 1706
alevt_1.8.2-1.dsc
37a870ea377d721c50c29a8602db6b3bc4029956cc5674441554485d605a4a0c 137373
alevt_1.8.2.orig.tar.bz2
97cdad67b7f42f338700155ce69af68070de0f24447d6ff0960257a91312079f 6288
alevt_1.8.2-1.debian.tar.xz
9972d9536ab3f5fc7c4e5c2abb7cef26407ed60fb8fc4faa445a7b0d26ab3273 6026
alevt_1.8.2-1_source.buildinfo
Files:
4ae9f9035d276b080814f4de373e4175 1706 x11 optional alevt_1.8.2-1.dsc
89644500e4bd1f846ddbb991f3023902 137373 x11 optional alevt_1.8.2.orig.tar.bz2
7ffed80b9945a0beace94d709e4eb90a 6288 x11 optional alevt_1.8.2-1.debian.tar.xz
008f8cef12f0948063df4bdc6310ee0a 6026 x11 optional
alevt_1.8.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEENcUspJdnK0ANRheT3YObdI8QrU0FAmaiJRwACgkQ3YObdI8Q
rU0/kg/+JLJ+n0LXPCuY4F5/EmfMLnvugMvvbBqAlBKnSQIOF1gSKPkB8AZ+NQ3a
2s32N4OeSJVB/ItD7W4r+5l4Eo3jvcHR8axLriGOLOPH+LpMZ7Ra9TPDby1DITQh
5cEBLXoRX5i3F7flvZx6RXtjcU9WRHfyH4L+4mnndVSeIcj3th7nkHPtPJ//jq8f
Epa5cxnbvusbt1FxXNcdcbrx7oKhN/E1yJgvMDEUt8jdtjGzuMJdFqbk6jMUfBpN
hoI/GCcoKvPNzUzBPeM9BvBCkLMC9BtCbrQBloVtn5jpZv2zLrvR5WwsuiHSeAnp
7uNhtSFwC0miU5dcRN4eXBOf9dJbyC1bddJjvl6Ru5wgoXCieJbshJN8z7yHpC4t
/FdpDsUvJAyQ7j6Ja2TBRSMH4pH+i4NgmXU5ChJucEgCkobPy/MwwS3Cwztp672h
cb4N/WsbU0blFTdtAFhK/GLfKHBv541hkBZH+3v5S+niAS56oXzdNHYLEuLUdp2l
CBsNkR9J2NuOPv4YKIDCeeGt6wYquFbHm4HvY0J6XNWj/kwg9r4UqVZgK2gw8NOu
cnoXbjSdggEJ0VYXrIj+anv+YMk5QVue1sadYpPCZAzAOwpgLz6g0cB8m4EYewdZ
QVY2JeL5EwCRf91se0uvdW76gmEMuhfOAs6CAmnAWbeUnLiegV8=
=AIH9
-----END PGP SIGNATURE-----
pgpUzXFoEwmOe.pgp
Description: PGP signature
--- End Message ---