Your message dated Thu, 11 Jul 2024 11:34:43 +0000 with message-id <E1sRs4R-002CMp-A4@fasolo.debian.org> and subject line Bug#1075613: fixed in uudeview 0.5.20+20240711-1 has caused the Debian Bug report #1075613, regarding uudeview: 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.) -- 1075613: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075613 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: uudeview: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:47:12 +0000
- Message-id: <[🔎] E1sOzOC-0045LT-Px@paradis.debian.org>
Package: src:uudeview Version: 0.5.20-14 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/uudeview_0.5.20-14_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 [...] | ~~~~~~~~~~~~~^~~~ uutcl.c:1180:50: error: passing argument 3 of ‘Tcl_CreateCommand’ from incompatible pointer type [-Wincompatible-pointer-types] 1180 | Tcl_CreateCommand (interp, "uu_InfoFile", uutcl_InfoFile, NULL, NULL); | ^~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /usr/include/tcl/tclDecls.h:303:67: note: expected ‘int (*)(void *, Tcl_Interp *, int, const char **)’ but argument is of type ‘int (*)(void *, Tcl_Interp *, int, char **)’ 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1181:50: error: passing argument 3 of ‘Tcl_CreateCommand’ from incompatible pointer type [-Wincompatible-pointer-types] 1181 | Tcl_CreateCommand (interp, "uu_ListFile", uutcl_ListFile, NULL, NULL); | ^~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /usr/include/tcl/tclDecls.h:303:67: note: expected ‘int (*)(void *, Tcl_Interp *, int, const char **)’ but argument is of type ‘int (*)(void *, Tcl_Interp *, int, char **)’ 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1182:50: error: passing argument 3 of ‘Tcl_CreateCommand’ from incompatible pointer type [-Wincompatible-pointer-types] 1182 | Tcl_CreateCommand (interp, "uu_Rename", uutcl_Rename, NULL, NULL); | ^~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /usr/include/tcl/tclDecls.h:303:67: note: expected ‘int (*)(void *, Tcl_Interp *, int, const char **)’ but argument is of type ‘int (*)(void *, Tcl_Interp *, int, char **)’ 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1183:50: error: passing argument 3 of ‘Tcl_CreateCommand’ from incompatible pointer type [-Wincompatible-pointer-types] 1183 | Tcl_CreateCommand (interp, "uu_CleanUp", uutcl_CleanUp, NULL, NULL); | ^~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /usr/include/tcl/tclDecls.h:303:67: note: expected ‘int (*)(void *, Tcl_Interp *, int, const char **)’ but argument is of type ‘int (*)(void *, Tcl_Interp *, int, char **)’ 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1184:50: error: passing argument 3 of ‘Tcl_CreateCommand’ from incompatible pointer type [-Wincompatible-pointer-types] 1184 | Tcl_CreateCommand (interp, "uu_EncodeToFile", uutcl_EncodeToFile,NULL,NULL); | ^~~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /usr/include/tcl/tclDecls.h:303:67: note: expected ‘int (*)(void *, Tcl_Interp *, int, const char **)’ but argument is of type ‘int (*)(void *, Tcl_Interp *, int, char **)’ 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1185:50: error: passing argument 3 of ‘Tcl_CreateCommand’ from incompatible pointer type [-Wincompatible-pointer-types] 1185 | Tcl_CreateCommand (interp, "uu_EncodeToMail", uutcl_EncodeToMail,NULL,NULL); | ^~~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /usr/include/tcl/tclDecls.h:303:67: note: expected ‘int (*)(void *, Tcl_Interp *, int, const char **)’ but argument is of type ‘int (*)(void *, Tcl_Interp *, int, char **)’ 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1186:50: error: passing argument 3 of ‘Tcl_CreateCommand’ from incompatible pointer type [-Wincompatible-pointer-types] 1186 | Tcl_CreateCommand (interp, "uu_EncodeToNews", uutcl_EncodeToNews,NULL,NULL); | ^~~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /usr/include/tcl/tclDecls.h:303:67: note: expected ‘int (*)(void *, Tcl_Interp *, int, const char **)’ but argument is of type ‘int (*)(void *, Tcl_Interp *, int, char **)’ 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ make[3]: *** [Makefile:103: uutcl.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/tcl' make[2]: *** [Makefile:173: xdeview] Error 2 make[2]: *** Waiting for unfinished jobs.... gcc -o uuenview uuenview.o uufnflt.o -L../uulib -luu -Wl,-z,relro -Wl,-z,now gcc -o uudeview uudeview.o uufnflt.o -L../uulib -luu -Wl,-z,relro -Wl,-z,now make[3]: Leaving directory '/<<PKGBUILDDIR>>/unix' make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:41: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075613-close@bugs.debian.org
- Subject: Bug#1075613: fixed in uudeview 0.5.20+20240711-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 11 Jul 2024 11:34:43 +0000
- Message-id: <E1sRs4R-002CMp-A4@fasolo.debian.org>
- Reply-to: Andreas Metzler <ametzler@debian.org>
Source: uudeview Source-Version: 0.5.20+20240711-1 Done: Andreas Metzler <ametzler@debian.org> We believe that the bug you reported is fixed in the latest version of uudeview, 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 1075613@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Metzler <ametzler@debian.org> (supplier of updated uudeview 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: SHA512 Format: 1.8 Date: Thu, 11 Jul 2024 13:20:18 +0200 Source: uudeview Architecture: source Version: 0.5.20+20240711-1 Distribution: experimental Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Metzler <ametzler@debian.org> Closes: 1075613 Changes: uudeview (0.5.20+20240711-1) experimental; urgency=medium . * QA upload. * Point watchfile to github HEAD. * New upstream version. + Fixes FTBFS with gcc-14. Closes: #1075613 * Add symbol file. Checksums-Sha1: abae980e5a91dcff4455be8779687e86b00aa5de 2093 uudeview_0.5.20+20240711-1.dsc 196db46afe1214609c14ce5902e0ce98d5a72f9d 180180 uudeview_0.5.20+20240711.orig.tar.xz bfe6cb06894884b143962ac1728512f3bf9a2199 11828 uudeview_0.5.20+20240711-1.debian.tar.xz Checksums-Sha256: 8aba28029934e9a6acb30de283834e9012a3068f1a845c19cb78c783f0c70652 2093 uudeview_0.5.20+20240711-1.dsc 8df8caddee92998126193624491f54ea3eefa7f48643462b6986bc96196968ac 180180 uudeview_0.5.20+20240711.orig.tar.xz 3c55ed9fb9215ce62033c5740b854e858dae7d2485fc349bd5f77c315329085d 11828 uudeview_0.5.20+20240711-1.debian.tar.xz Files: 420749f6bb4e055b126935d8ef1c70cd 2093 utils optional uudeview_0.5.20+20240711-1.dsc 4dc6f1ea5146bb1b9a62ec84a3c5cf9c 180180 utils optional uudeview_0.5.20+20240711.orig.tar.xz a8442db337192c753ecc437cd19489e9 11828 utils optional uudeview_0.5.20+20240711-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmaPwHEACgkQpU8BhUOC FISFGg//UelvG1Kc5toFa+o9V3yw0/YMIvsXjfeL3OoVBWu43rldMYR3TQ1Q5PQh d4Jez0WGZsQx0ngLX/g/Dy7bgsTQNI2tOoRACbZuryGzGJtTKHjyuD7OsBrGUivW FvTruJ4hsnizq7IX4c0BRSwuUztj1kfye/WMs6EqOPI6LiV0d5kgnsPQ4+ErcDWY oj4sj5uMW1uIwcwMbzJKJ3cm2LK/k1MW5Jdwa/TckerrYRp5zg1lZZTF9wvzMkld lIKAZVe+BQPp6+5KFuNeC5PnLBqLZji6mhCGcViOJowqYvtWvLTtV/IwSTrZKz+Q BO2AONhsYA/J9rHVg0BMVZe6r/6t4v2y3/LrVU75Gxg1MoVAhqjjS9hbL8/99Kak 9isGiF2CWI0AevqVF4oTzLJFEfEfRBLTiteojp9KtjIGi8SkuIJF2m1UpRE30iT5 Pr6jzt+7OLUUA23x4dnTVWW5GBTrF7YnzvXH3NZE+I6bWzgcjAeCCACIWf1RkTjg EwY9QpUaefseF1FMRIOVDpWVrR8Y3yHa+WBoJcI3LyG1g8LQqzFKOtPb5rItOP20 quPoaZVlIup+fXsLI/RJqusMZUs15G3NCIi+QMoJrAuZTdaQ9FFuveSsyL2OXIFE H9C8KrrPiZP4JBnYrMyNITYOiOc4MEu61ua1/G+wZqFwOLYL1g0= =JVZk -----END PGP SIGNATURE-----Attachment: pgphHae7XS6as.pgp
Description: PGP signature
--- End Message ---