Your message dated Fri, 26 Sep 2025 20:49:04 +0000 with message-id <E1v2FNI-001rtr-2W@fasolo.debian.org> and subject line Bug#1096553: fixed in dvi2dvi 2.0alpha-14 has caused the Debian Bug report #1096553, regarding dvi2dvi: 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 owner@bugs.debian.org immediately.) -- 1096553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096553 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: dvi2dvi: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:10:52 +0000
- Message-id: <E1tk4dw-009IYh-T6@paradis.debian.org>
Package: src:dvi2dvi Version: 2.0alpha-12 Severity: important Tags: sid forky User: debian-gcc@lists.debian.org 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/dvi2dvi_2.0alpha-12_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 [...] | ^~~~~~~~~~ dvi2.c: In function ‘FindPostAmblePtr’: dvi2.c:274:1: warning: old-style function definition [-Wold-style-definition] 274 | FindPostAmblePtr(postambleptr) | ^~~~~~~~~~~~~~~~ dvi2.c:278:1: error: number of arguments doesn’t match prototype 278 | { | ^ dvi2.c:40:6: error: prototype declaration 40 | void FindPostAmblePtr(); | ^~~~~~~~~~~~~~~~ dvi2.c:287:19: error: too many arguments to function ‘getuint’; expected 0, have 2 287 | if (((i = getuint(dvifp, 1)) != 223) && | ^~~~~~~ ~~~~~ global.h:130:5: note: declared here 130 | int getuint(); | ^~~~~~~ dvi2.c:289:13: error: too many arguments to function ‘Fatal’; expected 0, have 1 289 | Fatal("Bad end of DVI file"); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~ global.h:95:6: note: declared here 95 | void Fatal(); | ^~~~~ dvi2.c:294:23: error: too many arguments to function ‘getuint’; expected 0, have 2 294 | (*postambleptr) = getuint(dvifp, 4); | ^~~~~~~ ~~~~~ global.h:130:5: note: declared here 130 | int getuint(); | ^~~~~~~ dvi2.c: In function ‘GetFontDef’: dvi2.c:305:1: warning: old-style function definition [-Wold-style-definition] 305 | GetFontDef(hdfip) | ^~~~~~~~~~ dvi2.c:311:1: error: number of arguments doesn’t match prototype 311 | { | ^ dvi2.c:41:6: error: prototype declaration 41 | void GetFontDef(); | ^~~~~~~~~~ dvi2.c:315:15: error: too many arguments to function ‘getuint’; expected 0, have 2 315 | cmd = getuint(dvifp, 1); | ^~~~~~~ ~~~~~ global.h:130:5: note: declared here 130 | int getuint(); | ^~~~~~~ dvi2.c:317:25: error: too many arguments to function ‘getuint’; expected 0, have 2 317 | ReadFontDef(getuint(dvifp, cmd-FNT_DEF1+1), hdfip); | ^~~~~~~ ~~~~~ global.h:130:5: note: declared here 130 | int getuint(); | ^~~~~~~ dvi2.c:317:13: error: too many arguments to function ‘ReadFontDef’; expected 0, have 2 317 | ReadFontDef(getuint(dvifp, cmd-FNT_DEF1+1), hdfip); | ^~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ global.h:59:6: note: declared here 59 | void ReadFontDef(); | ^~~~~~~~~~~ dvi2.c:323:13: error: too many arguments to function ‘Fatal’; expected 0, have 1 323 | Fatal("POST_POST missing after fontdefs"); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ global.h:95:6: note: declared here 95 | void Fatal(); | ^~~~~ make[2]: *** [Makefile:75: dvi2.o] Error 1 make[2]: Leaving directory '/build/reproducible-path/dvi2dvi-2.0alpha' 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 '/build/reproducible-path/dvi2dvi-2.0alpha' make: *** [debian/rules:4: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1096553-close@bugs.debian.org
- Subject: Bug#1096553: fixed in dvi2dvi 2.0alpha-14
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 26 Sep 2025 20:49:04 +0000
- Message-id: <E1v2FNI-001rtr-2W@fasolo.debian.org>
- Reply-to: Andreas Beckmann <anbe@debian.org>
Source: dvi2dvi Source-Version: 2.0alpha-14 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 1096553@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: Fri, 26 Sep 2025 22:34:51 +0200 Source: dvi2dvi Architecture: source Version: 2.0alpha-14 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Beckmann <anbe@debian.org> Closes: 1096553 Changes: dvi2dvi (2.0alpha-14) unstable; urgency=medium . * QA upload. * Fix building with GCC 15. (Closes: #1096553) Checksums-Sha1: 55b0a5b98218856cf0b4a8aeca9706aba647d0d5 1903 dvi2dvi_2.0alpha-14.dsc 7b6b0353bb5e4e5829c243e7983ad1e185ba4896 13884 dvi2dvi_2.0alpha-14.debian.tar.xz 7bf3848a31e57a32296367dd379777a2a2d9fff3 5422 dvi2dvi_2.0alpha-14_source.buildinfo Checksums-Sha256: 169ef66aee3a0cd4e7322cfed1de844d8bf68c24eb3ce7e89bcde64698594bd0 1903 dvi2dvi_2.0alpha-14.dsc 35f449a2eeb6ad90016b47688e0d70baf734e543e22cf410d191658cad63ac89 13884 dvi2dvi_2.0alpha-14.debian.tar.xz e4103b32f64fe8e79f5051d347e87140470b51ba5ff7b3d472cd362b066361ae 5422 dvi2dvi_2.0alpha-14_source.buildinfo Files: af2a3acf6e335a1be10216f21c7e3c24 1903 tex optional dvi2dvi_2.0alpha-14.dsc 8a9651b1026d740a5c2eb07994ed9893 13884 tex optional dvi2dvi_2.0alpha-14.debian.tar.xz 277d11f17018816ecd96a80d502887d0 5422 tex optional dvi2dvi_2.0alpha-14_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjW+bsQHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCAgyD/9Musx0zkGwsbl9shmn+sAtOjwcoN80PXlH SHdmzbqyDdMy4mox6lDXKUbL7YUQUC1tm/z1hgbx4ZgWZHRWAoa8XzVuMrVbEtDm I3RXXfK990ATV5/eyXk9jf5MMQCy4aK6aHDV+N8Q5EzoDl/VYBUWO3qFBmd6mVpw WJAoYQH/YD7xdgTVnU7/QPWjJ+snBes7Utr4A94eWo0iV/0gp9ocR5qt7hw9TKmB xTDSf5s8YZSK0fF2pAjFfaPKPiHQ35I7aPK7frwR3k0onVBlD5yBW7s5d5wvDlp0 CqYFJi9ICpg4KzPQ6SKwhCqcSzjuZRtX5r3Ckm15tVoFh0Z6I9PbmPyjpibCd4DG YsUw/SulPeB3jjiZckZJVHy66JzUfDo4713U1IHT/9YJw3TfXs2ljW8tonNclpNR qwFwjcXm/JnwWGcX1GXPUhJGAppu+hpYyoDkvF8aiS0Im2IcYcqY5eAG1ocnBly9 /iMB3JOxEVgExWE069dRk/nF+9T/dlr3vHpv9oK15YOj9T80aiBUqf9A0TXwwNzQ kXR2LI9SYDyMCO36MP9XPweVcZaFmAD9XncYoL2khit3DEIGugJIE+BX15Pr9RnO WgyNNE6y/hCkkyvB1wlwbbJm58VpDkCaMj/QNGMzHeAo78oB8Gd0mwB6Znu2U9EJ ZkVzo4tt8Q== =giDC -----END PGP SIGNATURE-----Attachment: pgp2F85iLd3kA.pgp
Description: PGP signature
--- End Message ---