Your message dated Tue, 29 Oct 2024 00:29:42 +0000 with message-id <e1t5a7c-005f61...@fasolo.debian.org> and subject line Bug#1075649: fixed in xaw3d 1.5+F-2 has caused the Debian Bug report #1075649, regarding xaw3d: 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.) -- 1075649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075649 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: src:xaw3d Version: 1.5+F-1.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/xaw3d_1.5+F-1.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 [...] | ^~~~~~~ XawI18n.c: In function ‘_Xaw_atowc’: XawI18n.c:75:5: error: implicit declaration of function ‘mbtowc’ [-Wimplicit-function-declaration] 75 | mbtowc(&wc, str, 1); | ^~~~~~ make[2]: *** [Makefile:1107: XawI18n.o] Error 1 make[2]: *** Waiting for unfinished jobs.... MultiSink.c: In function ‘PaintText’: MultiSink.c:268:34: error: implicit declaration of function ‘abs’ [-Wimplicit-function-declaration] 268 | (int) y - abs(ext->max_logical_extent.y), | ^~~ MultiSink.c:84:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘abs’ 83 | #include <stdio.h> +++ |+#include <stdlib.h> 84 | #include <ctype.h> MultiSrc.c: In function ‘ReplaceText’: MultiSrc.c:423:13: error: implicit declaration of function ‘wcsncpy’ [-Wimplicit-function-declaration] 423 | (void)wcsncpy(ptr, wptr + firstPos, fill); | ^~~~~~~ XawIm.c:148:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 148 | static XContext extContext = (XContext)NULL; | ^ XawIm.c: In function ‘SetExtPart’: XawIm.c:156:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 156 | if (extContext == (XContext)NULL) extContext = XUniqueContext(); | ^ XawIm.c: At top level: XawIm.c:264:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 264 | static XContext errContext = (XContext)NULL; | ^ XawIm.c: In function ‘SetErrCnxt’: XawIm.c:272:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 272 | if (errContext == (XContext)NULL) errContext = XUniqueContext(); | ^ make[2]: *** [Makefile:1107: MultiSink.o] Error 1 make[2]: *** [Makefile:1107: MultiSrc.o] Error 1 rm -f AllWidgets.o gcc -c -ffile-prefix-map=/<<PKGBUILDDIR>>=. -I. -D_REENTRANT -DARROW_SCROLLBAR -fPIC AllWidgets.c XawIm.c: In function ‘SetValues’: XawIm.c:1093:17: error: implicit declaration of function ‘_XtCopyFromArg’ [-Wimplicit-function-declaration] 1093 | _XtCopyFromArg(arg->value, | ^~~~~~~~~~~~~~ XawIm.c: In function ‘Destroy’: XawIm.c:1371:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1371 | if (extContext != (XContext)NULL && | ^ XawIm.c:1376:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1376 | if (errContext != (XContext)NULL && | ^ XawIm.c: In function ‘_XawImVASetValues’: XawIm.c:1549:5: error: implicit declaration of function ‘_XtCountVaList’ [-Wimplicit-function-declaration] 1549 | _XtCountVaList( var, &total_count, &typed_count ); | ^~~~~~~~~~~~~~ XawIm.c:1554:5: error: implicit declaration of function ‘_XtVaToArgList’ [-Wimplicit-function-declaration] 1554 | _XtVaToArgList( inwidg, var, total_count, &args, &num_args ); | ^~~~~~~~~~~~~~ make[2]: *** [Makefile:1104: XawIm.o] Error 1 sed -e 's/yy/LayYY/g' y.tab.c > laygram.c sed -e 's/yy/LayYY/g' y.tab.h > laygram.h rm -f y.tab.c y.tab.h rm -f AsciiSink.o gcc -c -ffile-prefix-map=/<<PKGBUILDDIR>>=. -I. -D_REENTRANT -DARROW_SCROLLBAR -fPIC AsciiSink.c rm -f AsciiSrc.o gcc -c -ffile-prefix-map=/<<PKGBUILDDIR>>=. -I. -D_REENTRANT -DARROW_SCROLLBAR -fPIC AsciiSrc.c make[2]: Leaving directory '/<<PKGBUILDDIR>>/xc/lib/Xaw3d' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" -C xc/lib/Xaw3d "EXTRA_DEFINES=-D_REENTRANT -DARROW_SCROLLBAR" "SHLIBDEF=-D_REENTRANT -DARROW_SCROLLBAR" "CFLAGS=-ffile-prefix-map=/<<PKGBUILDDIR>>=. -I." returned exit code 2 make[1]: *** [debian/rules:15: override_dh_auto_build] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:10: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---Source: xaw3d Source-Version: 1.5+F-2 Done: Francesco Paolo Lovergine <fran...@debian.org> We believe that the bug you reported is fixed in the latest version of xaw3d, 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. Francesco Paolo Lovergine <fran...@debian.org> (supplier of updated xaw3d 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: Mon, 28 Oct 2024 19:39:21 +0100 Source: xaw3d Binary: xaw3dg xaw3dg-dbgsym xaw3dg-dev Architecture: source amd64 Version: 1.5+F-2 Distribution: unstable Urgency: medium Maintainer: Francesco Paolo Lovergine <fran...@debian.org> Changed-By: Francesco Paolo Lovergine <fran...@debian.org> Description: xaw3dg - Xaw3d widget set xaw3dg-dev - Xaw3d widget set development package Closes: 1075649 Changes: xaw3d (1.5+F-2) unstable; urgency=medium . * Added a patch for GCC-14 compatibility. (closes: #1075649) Checksums-Sha1: 707dc1354865da564382a9260e312755c560ebc7 1983 xaw3d_1.5+F-2.dsc 9bea866b2a5920300b07b9d0fbd8500c82c47172 16944 xaw3d_1.5+F-2.debian.tar.xz ca844bad60219d7fb5a4f000d4df73a101b8c0dd 7257 xaw3d_1.5+F-2_amd64.buildinfo 368fbe842c94102d79a6d82d950a8ae4df51b3a8 15380 xaw3dg-dbgsym_1.5+F-2_amd64.deb e23c8e33642ee6c66bd7d9934df9826e042e674a 187476 xaw3dg-dev_1.5+F-2_amd64.deb 01e0ad602c4086278359ee5e8ba56f8fb8728daa 132772 xaw3dg_1.5+F-2_amd64.deb Checksums-Sha256: e696d349da125b8e5d6a9d5ba4a02d5cfe65a7c7a3df30169d33ace5bc4ce850 1983 xaw3d_1.5+F-2.dsc f32692cf84ab6109394dbc11b27610c9c5b633c2b1f915ce0f22307e90e95e19 16944 xaw3d_1.5+F-2.debian.tar.xz 1a2c288500027eb196168b2b71831150892db35e921af35ca35e7dc3a1638735 7257 xaw3d_1.5+F-2_amd64.buildinfo 90da2d7c31580b6b84241ae4afac13b33d8b9e2b011f7faedf6a60f5cbb3120c 15380 xaw3dg-dbgsym_1.5+F-2_amd64.deb 55027bc32d2cc0cf77b426f557cf16a549a2d46b2f595860b352151194b3b089 187476 xaw3dg-dev_1.5+F-2_amd64.deb 469ca786a00c77f3e876d9d9ad3ae8462f4a9183da2a9b6c8329b653192f9e78 132772 xaw3dg_1.5+F-2_amd64.deb Files: c699ee4b01be883fc8c4d132139feff5 1983 x11 optional xaw3d_1.5+F-2.dsc 1d1696bb73f5ac2efc32a5bc44c9b53c 16944 x11 optional xaw3d_1.5+F-2.debian.tar.xz ddbb3226f59136b253286504c1578735 7257 x11 optional xaw3d_1.5+F-2_amd64.buildinfo 2e7eb6aa852d7872172ed28c98c10219 15380 debug optional xaw3dg-dbgsym_1.5+F-2_amd64.deb cf17adcbe3278fd72abfb386d68a4d87 187476 devel optional xaw3dg-dev_1.5+F-2_amd64.deb e09d4268a501e8f7ed4d5b97a875f295 132772 x11 optional xaw3dg_1.5+F-2_amd64.deb -----BEGIN PGP SIGNATURE----- iQJHBAEBCgAxFiEEBXmpeiI46/m+Ye0CDwKl4RY2hqQFAmcf2qoTHGZyYW5raWVA ZGViaWFuLm9yZwAKCRAPAqXhFjaGpBshD/0ZKPNm7ucyoBcaCQvE4AuaefnKlmML JlhlRAUGndRxxCy2l/OhHaQbDkG5vD+2euEGYNJAOAL+3OgFafLQpLbFPhDzsaAT 8rlwAMGb2EQz7Xzv+UaKHGWLZkXJzO+6T0gz6QRh1F3QAPmXei55j5W155dRQSlH F85fNH+xcbpUnSMQStO+En1iNORZq0WXcu4yUB3hj/THjjaTbGGQJUrtnEb2lRZl jQt5OOD+jE4SCzgUFVyBXmaKRMIchYrFWOgFC/vbJja+6NqYKhhK5DsT1r73gGiN qDtNVsRDqoG/18rCYW313gYN2uLNStywCHT159PkNjJ5+ddzyE8XsbZHQSx07fwQ /f5H4VaDXMReyQzr90wa0BblWhrUyQA3xxnSm2PIITx3h/6IsiOsy8O7O6033uwd Od0JCGolE2tjUj236CUZS9HFITWsMyIQ/xnhqYueDpp0Sk25avWLB3gWzhBnmlG0 kLcZeY6FQptJXjaeBmQxAx9INOreuVqWMj0iLA6sh8WROkhp+zf592l9QnSsdO1M JwyAIZOH0CPTuqW/H1PrMFs4wjAned7fakCKcnipHtBbGxlv5dAgPL5I4+/GrbRt 1vRIYfuIBjeA67a+21xQ1LC7jqBpQjPgJdKhgDTfRdrZ2YsM612XyKIvd4bMdk2y d6OzCXDL3ARiCA== =uwiZ -----END PGP SIGNATURE-----pgpPCwvn8Et1r.pgp
Description: PGP signature
--- End Message ---