Your message dated Sun, 07 Jul 2024 19:21:37 +0000
with message-id <[email protected]>
and subject line Bug#1075687: fixed in xtel 3.3.0-29
has caused the Debian Bug report #1075687,
regarding xtel: 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.)
--
1075687: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075687
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xtel
Version: 3.3.0-28
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/xtel_3.3.0-28_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
[...]
making all in ./Widgets...
make[4]: Entering directory '/<<PKGBUILDDIR>>/Widgets'
gcc -g -O2 -DUSE_MOTIF -DUSE_SYSLOG -DDONT_USE_POPUP -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 -Wdate-time -D_FORTIFY_SOURCE=2 -c
-o Timer.o Timer.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from Timer.c:24:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
gcc -g -O2 -DUSE_MOTIF -DUSE_SYSLOG -DDONT_USE_POPUP -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 -Wdate-time -D_FORTIFY_SOURCE=2 -c
-o XpmButton.o XpmButton.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from XpmButton.c:25:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
rm -f libWidgets.a
ar cq libWidgets.a Timer.o XpmButton.o
ranlib libWidgets.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/Widgets'
gcc -g -O2 -DUSE_MOTIF -DUSE_SYSLOG -DDONT_USE_POPUP -IWidgets
-IVideotex -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 -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o xtel.o xtel.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from xtel.h:28,
from xtel.c:27:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
In file included from global.h:30,
from xtel.h:131:
Config.tmpl:56:9: warning: "DONT_USE_POPUP" redefined
56 | #define DONT_USE_POPUP
| ^~~~~~~~~~~~~~
<command-line>: note: this is the location of the previous definition
xtel.c:437:1: error: return type defaults to ‘int’ [-Wimplicit-int]
437 | main(ac, av)
| ^~~~
xtel.c: In function ‘main’:
xtel.c:549:5: warning: ignoring return value of ‘write’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
549 | write (socket_xteld, &l, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
xtel.c:550:5: warning: ignoring return value of ‘write’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
550 | write (socket_xteld, pw->pw_name, l);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xtel.c:555:9: warning: ignoring return value of ‘write’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
555 | write (socket_xteld, CHAINE_COMMANDE_SERVICE_SUIVANT, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xtel.c:556:9: warning: ignoring return value of ‘read’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
556 | read (socket_xteld, &c, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
xtel.c:565:17: warning: ignoring return value of ‘read’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
565 | read (socket_xteld, buf, l);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
xtel.c:569:17: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
569 | write (socket_xteld, CHAINE_COMMANDE_NOM_UUCP, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xtel.c:570:17: warning: ignoring return value of ‘read’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
570 | read (socket_xteld, &c, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
xtel.c:573:17: warning: ignoring return value of ‘read’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
573 | read (socket_xteld,
definition_services[nb_services].nom_uucp, l);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [<builtin>: xtel.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1889: Xtel] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xtel
Source-Version: 3.3.0-29
Done: Samuel Thibault <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xtel, 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.
Samuel Thibault <[email protected]> (supplier of updated xtel 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: Sun, 07 Jul 2024 20:39:06 +0200
Source: xtel
Architecture: source
Version: 3.3.0-29
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 1075687
Changes:
xtel (3.3.0-29) unstable; urgency=medium
.
* patches/teleinfo: Fix snprintf call.
* patches/gcc-14: Fix build with gcc 14 (Closes: Bug#1075687)
Checksums-Sha1:
f1fa0e36f8b1a5165dd3cb676f7b9b630f154337 1949 xtel_3.3.0-29.dsc
27ef74be3466b7a1c11146d2e85230f87baa714c 35056 xtel_3.3.0-29.debian.tar.xz
9030f2dc5d15b4702a5428b17b00c4a29a02b2f7 8790 xtel_3.3.0-29_amd64.buildinfo
Checksums-Sha256:
12484e601d4653362d3c94426242cb3b9205ed8df35425156b1fc3fa166183bb 1949
xtel_3.3.0-29.dsc
f20364ff10a4db317a8710271e5d93de32f560d921e2886995102c5eb79a247c 35056
xtel_3.3.0-29.debian.tar.xz
48138d6353eec9e1ffadbac01bef53129596b9d9ac587becfae5ed489013ba23 8790
xtel_3.3.0-29_amd64.buildinfo
Files:
7543324058edf713491ad13ae41f831f 1949 comm optional xtel_3.3.0-29.dsc
b428f88beee21d5b7f3f802deede1ed3 35056 comm optional
xtel_3.3.0-29.debian.tar.xz
afbaaaa30fdad547f1324c875379eca3 8790 comm optional
xtel_3.3.0-29_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi6MnFvk67auaclLJ5pG0tXV4H2IFAmaK6b8ACgkQ5pG0tXV4
H2KiVRAAu0gij8P1kum+K6wxw/pQVv4MTvxm6CrQyYJ2sQwe42Yhp4A2jqSVGJ8P
SF0T368t2aZblMnyuWGdwQVUk3+pdF71AUc3S7UNfSXSDBMdSE7F1hq7lX24oH07
LSH0CxZIQ0uhG5YDngINeR2/d7nZZYF5se4DvzKYZ0SbgRH5ExYJy3kPko5AMM54
mYfIw6wWZ+ysr4/BC4YO44173UohYpm0BlQhO0a39mgFavi0f3ubdAahND3moY/p
WqQXMtHiB/FfcvT4WHoD2KFV3siuXCYeZXTsKuIVaTzj1ath5z92wvi/I9lR77A1
PjlthkeNc6lbdIsdV7kTtsNl3klUqq8kKw/s6DfDggBAaPEhwm8CpKaOPpQa5nIf
lpcqRYoUCZuqIFsNs76BLA5yBtYlG9nstuw1f3VLudBtFCVR/zo9sOlnjHaAU/zT
Gj2eJJutiQRoCQNBOFA+iLO3nRgvvAuC/srjR7F+UVppghC8iJ3RHkC4+etuoHU3
ZLkW+YIKEExA/NjGRpj20uwnI0SZfBlkthblsjnpEWxWWFIKQ00XnLnAWiyG0OJm
BhFRACt30DosIRkve+c9+hocMN5VwghRFvXXcKsEFuHoDiDizgL9Zqzy15Bx7JnM
/oZ6W9QXvwGL6iNUjDms+UxDhK92+dhwd5nB394QjnBBE3cTKFU=
=Fqqf
-----END PGP SIGNATURE-----
pgpCCzQN0Cu2B.pgp
Description: PGP signature
--- End Message ---