Your message dated Wed, 23 Oct 2024 02:49:25 +0000
with message-id <e1t3rr7-00c24y...@fasolo.debian.org>
and subject line Bug#1075656: fixed in xdm 1:1.1.11-4
has caused the Debian Bug report #1075656,
regarding xdm: 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 ow...@bugs.debian.org
immediately.)
--
1075656: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075656
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xdm
Version: 1:1.1.11-3.1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/xdm_1.1.11-3.1_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
[...]
173 | { "-connectionType","*connectionType", XrmoptionSepArg, NULL },
| ^~~~~~~~~~~~~~~~~
../../chooser/chooser.c:173:25: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
173 | { "-connectionType","*connectionType", XrmoptionSepArg, NULL },
| ^~~~~~~~~~~~~~~~~
../../chooser/chooser.c: In function ‘RebuildTable’:
../../chooser/chooser.c:314:26: error: passing argument 2 of ‘XawListChange’
from incompatible pointer type [-Wincompatible-pointer-types]
314 | XawListChange (list, newTable, size, 0, TRUE);
| ^~~~~~~~
| |
| char **
In file included from ../../chooser/chooser.c:59:
/usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but argument
is of type ‘char **’
170 | _Xconst char **list,
| ^
../../chooser/chooser.c: In function ‘AddHostname’:
../../chooser/chooser.c:321:79: warning: declaration of ‘willing’ shadows a
global declaration [-Wshadow]
321 | AddHostname (ARRAY8Ptr hostname, ARRAY8Ptr status, struct sockaddr
*addr, int willing)
|
~~~~^~~~~~~
In file included from ../../chooser/chooser.c:63:
../../include/dm.h:330:18: note: shadowed declaration is here
330 | extern char *willing;
| ^~~~~~~
../../chooser/chooser.c:421:23: warning: assignment discards ‘const’ qualifier
from pointer target type [-Wdiscarded-qualifiers]
421 | new->fullname = "Unknown";
| ^
../../chooser/chooser.c: In function ‘Choose’:
../../chooser/chooser.c:887:25: warning: declaration of ‘buffer’ shadows a
global declaration [-Wshadow]
887 | XdmcpBuffer buffer;
| ^~~~~~
../../chooser/chooser.c:207:25: note: shadowed declaration is here
207 | static XdmcpBuffer buffer;
| ^~~~~~
../../chooser/chooser.c: At top level:
../../chooser/chooser.c:1257:7: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
1257 | { "Accept", DoAccept },
| ^~~~~~~~
../../chooser/chooser.c:1258:7: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
1258 | { "Cancel", DoCancel },
| ^~~~~~~~
../../chooser/chooser.c:1259:7: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
1259 | { "CheckWilling", DoCheckWilling },
| ^~~~~~~~~~~~~~
../../chooser/chooser.c:1260:7: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
1260 | { "Ping", DoPing },
| ^~~~~~
../../chooser/chooser.c:1261:7: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
1261 | { "KeySwitch", Switch_Key },
| ^~~~~~~~~~~
../../chooser/chooser.c:1262:7: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
1262 | { "BtnSwitch", Switch_Btn },
| ^~~~~~~~~~~
../../chooser/chooser.c:1263:7: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
1263 | { "Store", Storeold },
| ^~~~~~~
../../chooser/chooser.c:1264:7: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
1264 | { "Setold", Setold },
| ^~~~~~~~
../../chooser/chooser.c: In function ‘Choose’:
../../chooser/chooser.c:983:9: warning: ignoring return value of ‘write’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
983 | write (fd, (char *)buffer.data, buffer.pointer);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:490: chooser.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build/chooser'
make[2]: *** [Makefile:568: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[1]: *** [Makefile:479: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
make: *** [debian/rules:76: stampdir/build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xdm
Source-Version: 1:1.1.11-4
Done: Boyuan Yang <by...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xdm, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated xdm 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 22 Oct 2024 21:49:55 -0400
Source: xdm
Architecture: source
Version: 1:1.1.11-4
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 1073805 1075656
Changes:
xdm (1:1.1.11-4) unstable; urgency=medium
.
* Take over package maintenance. (Closes: #1073805)
* debian/control: Set myself as package uploader.
* debian/control: Use sysvinit-utils (>= 3.05-4~) | lsb-base as dependency
to suppress lintian error.
* debian/source/format: Use "3.0 (quilt)".
+ autogen.sh: Removed, not useful.
* debian/rules: Export CFLAGS with -fpermissive to fix FTBFS with GCC-14.
(Closes: #1075656)
Checksums-Sha1:
6121e33ec5944c3f86c86b09040205659a1d79e0 2081 xdm_1.1.11-4.dsc
0024e9e2e26c87ce0ce6881244b9e134007f074b 566582 xdm_1.1.11.orig.tar.gz
3b4a66ac24d3b6c3b41bc0380b5c78b71538ad21 58652 xdm_1.1.11-4.debian.tar.xz
fc1ae2d7a24fc321a529275c98deb430d38e3c8f 7864 xdm_1.1.11-4_amd64.buildinfo
Checksums-Sha256:
2bef7f3070ac27fa26b3986d1df4e289eb617dad75229dc9787d2ad79bd81125 2081
xdm_1.1.11-4.dsc
38c544a986143b1f24566c1a0111486b339b92224b927be78714eeeedca12a14 566582
xdm_1.1.11.orig.tar.gz
7b13091d9f9823232e69d731d2ed61c051c2844e021d4da5e959337d20119dd1 58652
xdm_1.1.11-4.debian.tar.xz
3b1715ea0b9095cd3e73ab9c876abe7e5aad7a2f50201bfac0752e83b1618078 7864
xdm_1.1.11-4_amd64.buildinfo
Files:
03e816a700b95337002ab63bba9f02d2 2081 x11 optional xdm_1.1.11-4.dsc
aaf8c3d05d4a1e689d2d789c99a6023c 566582 x11 optional xdm_1.1.11.orig.tar.gz
afd3081ff43e4e3936b41136bf9a2661 58652 x11 optional xdm_1.1.11-4.debian.tar.xz
c132908adc2bcaaa2d905c5a09145a72 7864 x11 optional xdm_1.1.11-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmcYVrkACgkQwpPntGGC
Ws4iBw/9GRRvMd2qYp08+pqTZZD1FisTzfyYFuQgMyBFjDz1cg788QxMg3m26iiA
vv7Yi8NLIsQGs3V8ZTIEK9JFrbIkcBjZObWhkiYnUVrQyDz6E9Vik3p0BrHcWM0H
T8hxrqIeRRJy7Vb9oHlqWqtF/KgXI/qacfDtl/1M2d25a26NgFFl/5wqBbgIEbGp
VWC0HzVHACAQ9HPlmzw3LCWXiDPD5sr+BjokJkoCVrsafpmf3iQheD/eQOsUZ8L5
sNNJ+QKZ64byEyDx9PrRZEDHe+co6p2xAouXSszghjPSstsl5RN6FqLgtcGMTnN5
gzs52KsYBYx3PKFRqz67SlOC76VFUEcQYryEJhJykB+iDLW0yTFUHsK7Ic4lrDn/
hzqBBTH1tn6RWkg/+p8QkJjWuEvN69Hx6I0MKY4Fhpn3UnrDTQHWpy4KY+mMlpl2
3hssKctbKFeiBhKOUFQtyGcE7fHtcxOLyNr7XV30nqot6IGtY1eG2KxYV4gPeSDe
s19ARZWFBqXrokuGIWbauc6qjVVZcBm5No2nKxswhnkJGJtx6JYmSOO9qmONaM25
HfPQbsA+CO5Ws1oP2n4Fxp429ScEXV4zawjYh/FoyEIuL6p1CAmQUM0809wLSUuv
tDajR/fDaaDfksSDxKG7PjIaHz3tYew4hPE6fuJYMM2lKxpAcXk=
=pazz
-----END PGP SIGNATURE-----
pgpFZ99mtpRrT.pgp
Description: PGP signature
--- End Message ---