Your message dated Tue, 10 Sep 2024 03:19:30 +0000 with message-id <E1snrPe-00HSMt-Sg@fasolo.debian.org> and subject line Bug#1074925: fixed in dvi2dvi 2.0alpha-12 has caused the Debian Bug report #1074925, regarding dvi2dvi: 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.) -- 1074925: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074925 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: dvi2dvi: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:25:34 +0000
- Message-id: <E1sOz3G-0040vW-OA@paradis.debian.org>
Package: src:dvi2dvi Version: 2.0alpha-11 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/dvi2dvi_2.0alpha-11_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 [...] SCHROOT_CHROOT_NAME=sid-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=1001 SCHROOT_GROUP=user42 SCHROOT_SESSION_ID=sid-amd64-sbuild-b1459cd5-63de-4ac5-b897-21fad9bb7f7f SCHROOT_UID=1001 SCHROOT_USER=user42 SHELL=/bin/sh USER=user42 dpkg-buildpackage ----------------- Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot dpkg-buildpackage: info: source package dvi2dvi dpkg-buildpackage: info: source version 2.0alpha-11 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Andreas Beckmann <anbe@debian.org> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_clean make -j8 clean make[2]: Entering directory '/<<PKGBUILDDIR>>' rm -f dvi2dvi *.o *.orig core make[2]: Leaving directory '/<<PKGBUILDDIR>>' rm -rf lib/ make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_build make -j8 make[2]: Entering directory '/<<PKGBUILDDIR>>' gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -c -DDVI2PATH=\".:/etc/texmf/dvi2dvi\" -DDVI2LIB=\"/etc/texmf/dvi2dvi\" -DFONTDESC=\"//fontdesc\" dvi2.c gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o dviconv.o dviconv.c gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o dfdcom.o dfdcom.c gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o fontcom.o fontcom.c gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o set.o set.c gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o rfset.o rfset.c gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o vfset.o vfset.c gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -DPOSIX -DANSI -I/usr/include -DKPATHSEA -Wdate-time -D_FORTIFY_SOURCE=2 -c -o dconv.o dconv.c fontcom.c:100:1: error: return type defaults to ‘int’ [-Wimplicit-int] 100 | first_markchar(fe, c) | ^~~~~~~~~~~~~~ fontcom.c:150:1: error: return type defaults to ‘int’ [-Wimplicit-int] 150 | null_markchar(fe, c) | ^~~~~~~~~~~~~ fontcom.c:178:1: error: return type defaults to ‘int’ [-Wimplicit-int] 178 | null_setchar(c) | ^~~~~~~~~~~~ fontcom.c:185:1: error: return type defaults to ‘int’ [-Wimplicit-int] 185 | null_setstring(s, len) | ^~~~~~~~~~~~~~ make[2]: *** [<builtin>: fontcom.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make[1]: *** [debian/rules:11: override_dh_auto_build] Error 25 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 ---
- To: 1074925-close@bugs.debian.org
- Subject: Bug#1074925: fixed in dvi2dvi 2.0alpha-12
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 10 Sep 2024 03:19:30 +0000
- Message-id: <E1snrPe-00HSMt-Sg@fasolo.debian.org>
- Reply-to: Andreas Beckmann <anbe@debian.org>
Source: dvi2dvi Source-Version: 2.0alpha-12 Done: Andreas Beckmann <anbe@debian.org> We believe that the bug you reported is fixed in the latest version of dvi2dvi, 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 1074925@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann <anbe@debian.org> (supplier of updated dvi2dvi 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: Tue, 10 Sep 2024 05:00:15 +0200 Source: dvi2dvi Architecture: source Version: 2.0alpha-12 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Beckmann <anbe@debian.org> Closes: 1074925 Changes: dvi2dvi (2.0alpha-12) unstable; urgency=medium . * QA upload. * Fix building with -Werror=implicit-int. (Closes: #1074925) Checksums-Sha1: c6deb2c02a20c1caa591001676c9399af754ea9d 1898 dvi2dvi_2.0alpha-12.dsc 69b9398b1b52d6159dd721207b3e6853506e851b 13880 dvi2dvi_2.0alpha-12.debian.tar.xz 82f4531da2f7fbd63370bbde82234c73fa467447 5458 dvi2dvi_2.0alpha-12_source.buildinfo Checksums-Sha256: ec6cfc61d634479482d7844d582b6cc445e904e03cd0472439af49a3c6378ca7 1898 dvi2dvi_2.0alpha-12.dsc 65e4d6301e68c8321dd76d06449894038d9113d1b72a6ca185ff5bc4f06a7bf1 13880 dvi2dvi_2.0alpha-12.debian.tar.xz 1a392a50b66b7db8ce005eddbcaac4fe7039e25423f1ef11b8066bd7e8379e87 5458 dvi2dvi_2.0alpha-12_source.buildinfo Files: 054c3827ac9928cfc3a6f903448545eb 1898 tex optional dvi2dvi_2.0alpha-12.dsc 067e8c086a956a0a47dd19ac525914b3 13880 tex optional dvi2dvi_2.0alpha-12.debian.tar.xz 7291ffbc66c82b834d09bd37368e0835 5458 tex optional dvi2dvi_2.0alpha-12_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmbftrkQHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCCqSD/4knusbBKt4WqvZj5qBi0qBmRtux+FxrOdW xGIrE87REZOZydt4rrz4P5hDP3J1c/k18JnSd4UKy4Sulpo3zANDTE2z714z+T5f /asZChjtiTDk3Xx8mneLq3k0avkh4OkHQRmFXyFR2oaF+5Fw5xyB/SHKcFPshH0Y fN9Sd/AULEHcEfXDrXAO9q53g4PAAqjZ0DaPaEzgZzsG3ganSpXRVIBP/LXqMbG5 59C1VEIwUTjnc8W1ZEhodU8UA93gUAm2hsC/gBUo9Dy8227h/DfJwxPMwVnlYuRI czO1qcgv2YTcjxHNfVXwKpqKp9Ej3ujWFkznXsXrW9/prfce8/Xix5DUYCwFotP/ Rpcm9mQLCubV/WvL+1oR3PYuxGRciKJTB5wi7TZpQUlYdHeP9Me8d4FEd3yO95ZN +/OYs+Kh0+B1Ob4y2RD1X9CFi5yjinTzRA76pkJKeX7NLzQRxSPvZ27CEht4IOxs 7laEk6Ll8GvxXaa2bZkPIEIubdEJp6qR4kDSh7kVGSjOQvRlckIetm1i7mOCDDNL Ux8p2gH0QlGlMnwm55kwmDv8NVlOyB0Jh0v6NZK3zPnWwhH/uynMhhVXl5u86Ylx BGyk2bT1x2VaqcdrGWavYHS7Bbbri3j5PfCqo3+DoGiE4chwovi2S9vptdb4R8uv fSaSCfY8Aw== =PrIS -----END PGP SIGNATURE-----Attachment: pgpYxoF1gOFeD.pgp
Description: PGP signature
--- End Message ---