Your message dated Sat, 06 Sep 2025 05:49:24 +0000
with message-id <[email protected]>
and subject line Bug#1098173: fixed in xtel 3.3.0-31
has caused the Debian Bug report #1098173,
regarding xtel: ftbfs with GCC-15
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.)
--
1098173: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098173
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xtel
Version: 3.3.0-30
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/xtel_3.3.0-30_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
310 | void (*fonction_affichage_curseur)();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c: In function ‘videotexPixmapEcranSauve’:
Videotex.c:5382:8: warning: old-style function definition
[-Wold-style-definition]
5382 | Pixmap videotexPixmapEcranSauve (w)
| ^~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c: In function ‘videotexSauveEcran’:
Videotex.c:5390:6: warning: old-style function definition
[-Wold-style-definition]
5390 | void videotexSauveEcran (w)
| ^~~~~~~~~~~~~~~~~~
Videotex.c: In function ‘videotexConversionAscii’:
Videotex.c:5411:1: warning: old-style function definition
[-Wold-style-definition]
5411 | videotexConversionAscii (w, fp)
| ^~~~~~~~~~~~~~~~~~~~~~~
Videotex.c: In function ‘reconnaissance_commande’:
Videotex.c:1058:21: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1058 | write(pv->fd_connexion, "\023", 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:1059:21: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1059 | write(pv->fd_connexion, commandes_minitel[i].code,
1);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:1078:13: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1078 | write(pv->fd_connexion, chaine, strlen(chaine));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:1098:17: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1098 | write(pv->fd_connexion, emettre, strlen(emettre));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c: In function ‘emission_commande’:
Videotex.c:1010:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1010 | write(pv->fd_connexion, "\023", 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:1011:9: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1011 | write(pv->fd_connexion, params[0], 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c: In function ‘touche_clavier’:
Videotex.c:972:13: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
972 | write(pv->fd_connexion, emettre, strlen(emettre));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:986:13: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
986 | write(pv->fd_connexion, buf, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c: In function ‘videotexDecode’:
Videotex.c:4928:25: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
4928 | write(vw->videotex.fd_connexion, "\001", 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:4929:25: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
4929 | write(vw->videotex.fd_connexion,
vw->videotex.enqrom, strlen(vw->videotex.enqrom));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:4930:25: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
4930 | write(vw->videotex.fd_connexion, "\004", 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:4938:25: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
4938 | write(vw->videotex.fd_connexion,
vw->videotex.commande_deconnexion, strlen(vw->videotex.commande_deconnexion));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:4943:21: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
4943 | write (vw->videotex.fd_connexion,
"\x1b\x3a\x71\x4a", 4);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Videotex.c:4945:21: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
4945 | write (vw->videotex.fd_connexion,
"\x1b\x3a\x71\x42", 4);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [<builtin>: Videotex.o] Error 1
make[4]: Leaving directory '/build/reproducible-path/xtel-3.3.0/Videotex'
make[3]: *** [Makefile:1864: all] Error 2
make[3]: Leaving directory '/build/reproducible-path/xtel-3.3.0'
make[2]: *** [Makefile:1889: Xtel] Error 2
make[2]: Leaving directory '/build/reproducible-path/xtel-3.3.0'
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 2
make[1]: Leaving directory '/build/reproducible-path/xtel-3.3.0'
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-31
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: Sat, 06 Sep 2025 07:32:45 +0200
Source: xtel
Architecture: source
Version: 3.3.0-31
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 1098173
Changes:
xtel (3.3.0-31) unstable; urgency=medium
.
* debian/rules: Restrict C standard to C11. (Closes: Bug#1098173)
* Update standards version to 4.6.2, no changes needed.
Checksums-Sha1:
f4b76897526f5753ff208cb681c121de0e331cea 1949 xtel_3.3.0-31.dsc
14bb2586ab7a869a36f7bf1f67b12013d752e80d 35320 xtel_3.3.0-31.debian.tar.xz
b666d7172e9f13440464f06cf21af8856147aa97 8573 xtel_3.3.0-31_amd64.buildinfo
Checksums-Sha256:
bda0d4deecbaf2f79161dcdf306beefb8a3e9f5bf98837a3313945cecdaa18aa 1949
xtel_3.3.0-31.dsc
1564651326b049a565f1832cbf46628de81113e18d5b37fd11cc53ecae33416f 35320
xtel_3.3.0-31.debian.tar.xz
fde22d8972b36317e78f0990c16b9711d68e29cb8bfc4c7df625718594c65034 8573
xtel_3.3.0-31_amd64.buildinfo
Files:
d6a04069f5867846058d16387e226ae5 1949 comm optional xtel_3.3.0-31.dsc
173d4282fe525e451e69d5880787032c 35320 comm optional
xtel_3.3.0-31.debian.tar.xz
5191e9b2e6828645b705ee1ba9bef9cb 8573 comm optional
xtel_3.3.0-31_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEqpLrvfAUiqYaQ7iu5IlMrEVBS7AFAmi7yAcACgkQ5IlMrEVB
S7C3Sg//QO7YnRsaZA88boo8sHBVqyeVRZbVgHQUwcceKeGIoG5sdUAbqe/zUI2Y
XAvDHgCh7gbb98OzypvKoJc4oTjhMxQC7yEKz9nJoXn0+o6DViggWT3csyIh4By2
9Sr6n8l28QyfMbsADSTEuHCKIz7xBpFIN200CkkcER2qmhtNQYgFA1Pru7pAfUMj
/ED23HuXZzN3hr9FqrhH2HPnRR/JCbxN4scESEP7xYgqjTs2hBKsMTCXOPj9zJ28
pZDxymcsQnc0vk6CVDknINDWuJ6b68KDLszjfnmEp62dPugoF4dHGlBq3nuRdHmM
Qb4vsi1AraBAO9tqngkmSCdAmIqU0DG9ckM3z4xaK3++WnJNU19Ecni0dD2Iy9s7
MJqdVTwabxti9Wc3FYq8fBhrHMBg+KO4tLh5z1DSReXscF2H0Z6K5ohwZa70xqdR
WG5/nfWcRBfDMIOgDQG0Qbgz2SmQ+AIlYWFm5UxEnsjzTRE9UwjNXhiqf6hFPNpB
tM2iilu70Dz8n/UGhqzITx21JDVao06U/gD5KFRyJzAt6Si0WhlHWftCCscZXw5K
p3/XgUl5Gr2T4lOUIFgOGKwwgd77GOwwrw2VmtR2vq3CvfdHHEqw8BQlb63DquZz
49E9fXyiBbzrQLr/K14kkqe7ypZnDkOjmJDQm2TICbiyqYufmJE=
=VvM1
-----END PGP SIGNATURE-----
pgpVpHd93pMMw.pgp
Description: PGP signature
--- End Message ---