Your message dated Thu, 29 Aug 2024 16:21:20 +0000 with message-id <E1sjhtg-006DRL-Hd@fasolo.debian.org> and subject line Bug#1075689: fixed in xutils-dev 1:7.7+7 has caused the Debian Bug report #1075689, regarding xutils-dev: 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 owner@bugs.debian.org immediately.) -- 1075689: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075689 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: xutils-dev: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:49:32 +0000
- Message-id: <E1sOzQS-0045qK-AG@paradis.debian.org>
Package: src:xutils-dev Version: 1:7.7+6.2 Severity: important Tags: sid trixie User: debian-gcc@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/xutils-dev_7.7+6.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 [...] | ^~~~~~~~~~ ../makedepend/imakemdep.h:372:22: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 372 | {"__x86_64", "1"}, | ^~~ ../makedepend/imakemdep.h:450:10: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 450 | {"__CHAR_BIT__", DEF_STRINGIFY(__CHAR_BIT__)}, | ^~~~~~~~~~~~~~ ../makedepend/imakemdep.h:450:52: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 450 | {"__CHAR_BIT__", DEF_STRINGIFY(__CHAR_BIT__)}, | ^ ../makedepend/imakemdep.h:43:28: note: in definition of macro ‘DEF_EVALUATE’ 43 | #define DEF_EVALUATE(__x) #__x | ^~~ ../makedepend/imakemdep.h:450:26: note: in expansion of macro ‘DEF_STRINGIFY’ 450 | {"__CHAR_BIT__", DEF_STRINGIFY(__CHAR_BIT__)}, | ^~~~~~~~~~~~~ /usr/bin/sed -e 's|__vendorversion__|"imake 1.0.8" "X Version 11"|' -e 's|__xorgversion__|"imake 1.0.8" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||g' -e 's|__appmansuffix__|1|g' -e 's|__drivermansuffix__|4|g' -e 's|__adminmansuffix__|8|g' -e 's|__libmansuffix__|3|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' -e 's|__cpp__|/usr/bin/cpp|g' < ../imake/mkhtmlindex.man > mkhtmlindex.1 ../imake/imake.c: In function ‘FindImakefile’: ../imake/imake.c:662:27: warning: declaration of ‘Imakefile’ shadows a global declaration [-Wshadow] 662 | FindImakefile(const char *Imakefile) | ~~~~~~~~~~~~^~~~~~~~~ ../imake/imake.c:319:18: note: shadowed declaration is here 319 | const char *Imakefile = NULL; | ^~~~~~~~~ ../imake/imake.c: In function ‘doit’: ../imake/imake.c:806:29: error: passing argument 2 of ‘execvp’ from incompatible pointer type [-Wincompatible-pointer-types] 806 | execvp(cmd, argv); | ^~~~ | | | const char ** In file included from ../imake/imake.c:172: /usr/include/unistd.h:599:52: note: expected ‘char * const*’ but argument is of type ‘const char **’ 599 | extern int execvp (const char *__file, char *const __argv[]) | ~~~~~~~~~~~~^~~~~~~~ ../imake/imake.c: In function ‘get_libc_version’: ../imake/imake.c:989:8: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 989 | cc = "gcc"; | ^ ../imake/imake.c: In function ‘define_os_defaults’: ../imake/imake.c:1636:16: warning: declaration of ‘name’ shadows a previous local [-Wshadow] 1636 | char name[PATH_MAX]; | ^~~~ ../imake/imake.c:1430:25: note: shadowed declaration is here 1430 | struct utsname *name = NULL; | ^~~~ ../imake/imake.c: In function ‘get_ld_version’: ../imake/imake.c:1124:12: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1124 | (void) fscanf (ldprog, "%d.%d", &ldmajor, &ldminor); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../imake/imake.c: In function ‘ReadLine’: ../imake/imake.c:1986:17: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1986 | ftruncate(fileno(tmpfd), (off_t) 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:594: imake-imake.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/<<PKGBUILDDIR>>/imake-build' make[2]: *** [Makefile:428: all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/imake-build' dh_auto_build: error: cd imake-build && make -j8 returned exit code 2 make[1]: *** [debian/rules:38: build-imake-stamp] Error 255 make[1]: *** Waiting for unfinished jobs.... gcc -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wcast-qual -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wl,-z,relro -o lndir lndir.o make[3]: Leaving directory '/<<PKGBUILDDIR>>/lndir-build' make[2]: Leaving directory '/<<PKGBUILDDIR>>/lndir-build' gcc -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wl,-z,relro -o makedepend include.o main.o parse.o pr.o cppsetup.o ifparser.o make[3]: Leaving directory '/<<PKGBUILDDIR>>/makedepend-build' make[2]: Leaving directory '/<<PKGBUILDDIR>>/makedepend-build' make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:24: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075689-close@bugs.debian.org
- Subject: Bug#1075689: fixed in xutils-dev 1:7.7+7
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 29 Aug 2024 16:21:20 +0000
- Message-id: <E1sjhtg-006DRL-Hd@fasolo.debian.org>
- Reply-to: Emilio Pozuelo Monfort <pochu@debian.org>
Source: xutils-dev Source-Version: 1:7.7+7 Done: Emilio Pozuelo Monfort <pochu@debian.org> We believe that the bug you reported is fixed in the latest version of xutils-dev, 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 1075689@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Emilio Pozuelo Monfort <pochu@debian.org> (supplier of updated xutils-dev 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 29 Aug 2024 17:59:15 +0200 Source: xutils-dev Architecture: source Version: 1:7.7+7 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Changed-By: Emilio Pozuelo Monfort <pochu@debian.org> Closes: 1050844 1075689 1077076 1077077 Changes: xutils-dev (1:7.7+7) unstable; urgency=medium . [ Héctor Orón Martínez ] * Team upload. * debian/control: update Vcs fields. * xorg-cf-files: Updated to 1.0.8. (Closes: #1050844) * utils-macros: Updated to 1.20.0. * makedepend: Updated to 1.0.8. * imake: Updated to 1.0.9. * lndir: Updated to 1.0.4. * debian/patches: refresh * Update dh compat level to 10, no changes * debian/salsa-ci.yml: enable gitlab CI . [ Emilio Pozuelo Monfort ] * Fix AR command on GNU and FreeBSD. Thanks Samuel Thibault. (Closes: #1077077) * imake: updated to 1.0.10. (Closes: #1075689) * Switch to pkgconf. * Drop --parallel flag to dh, it is enabled by default. * Drop autotools-dev usage, it has been replaced by debhelper's dh_update_autotools_config. . [ Samuel Thibault ] * debian/patches/04_xutils-dev-debian.diff: Add hurd-amd64 definitions. (Closes: #1077076) Checksums-Sha1: 7eb68cc94f4fb4a9af238bb1dbeedf68d2e27d79 1585 xutils-dev_7.7+7.dsc 7e2c50c66824246a29a3313ee177b9e55f4a59e1 3744939 xutils-dev_7.7+7.tar.gz 1340dcbe5d6ef385a82d7c4df46869623a8b3aa2 6560 xutils-dev_7.7+7_source.buildinfo Checksums-Sha256: 8c20814a034ae75924609d1f6710d03ce01be1e92a031c9f9198faa506e9b9c5 1585 xutils-dev_7.7+7.dsc 2d9418f0b08079c7748fb6951f894f9ea67c5c69a32fb9d7a61a029c0ad6dc20 3744939 xutils-dev_7.7+7.tar.gz cc353bd1b13f4e5b6fc9f096ba9bd431ad1d00cf7a19b4b2eb54043d8c4e38c7 6560 xutils-dev_7.7+7_source.buildinfo Files: 6aef474d6dba7d71d98b3fdaa9704037 1585 x11 optional xutils-dev_7.7+7.dsc ad079220dc5fc38cc694d00670c668dd 3744939 x11 optional xutils-dev_7.7+7.tar.gz c1ad8e73dbbd812f8abd9d1c4d366f92 6560 x11 optional xutils-dev_7.7+7_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAmbQmwgACgkQnUbEiOQ2 gwLmgQ/+I+30xqBD9pebW8UmXOZzxSVaB4Wh3qbnhSHw/3Cq8APlsiNlcg+SrZmN n2LZUSYWr2/FUzjQNZE7Wt1djZ2ktdk6vVPor54Q1KvTyMmRsANk96jpyuZUjalU sBq+3mN9Yl0IikJcnARBBoSe6jhVArdoz+IVFycapcvArUAIqycI/jUwbcxHfaWG I8JWWIOIH8x6TiXAiEKDJUbLzJeGTd8yd6vaj+Qwwwbz3KY8EQHkGZC/jCBVo5km t74b5FN/YtIf4EOHM7hmC7RQbqGLJqeCSAq7GyENOj0GuQBB3HGBwRdtWzbfBOMW Oa25x20gu+e64pq6gv9cFQit9/mLPlS8MOZl9UjCIfQMGYwD76uOKPRTpL7zZW2H VLmW9PqBxvvzkK6bXomlv1u4rkGz2xbTUf8DxEWrGnjyutBZ7kzczlDfJP5KpIZW Xi4KI0rOanSmUl5kzGIMjGg7PIQd/Syb+VAE5LWYXgwYja+8HzCWqbmpmw4F7tQK NGsJ/Qm5y9bBkhkn+z4fVQ5EhAri/12upyGph9RgsCRFv8MJUErfMO3RXz/nMDwc qYMDHEsy59Sh2YkjeKIkfS0R53zzepYcpDGL+HMV59/H53nsK7O27D8AdOw2hnDS PMrcSxxrBG6gOCdmICAmnjJsx6csD20tK4xMIMhOyZBryLYeSzY= =z1sv -----END PGP SIGNATURE-----Attachment: pgptLrsrSyhsZ.pgp
Description: PGP signature
--- End Message ---