Your message dated Mon, 16 Sep 2024 16:10:53 +0000 with message-id <E1sqEJR-00GDoW-9R@fasolo.debian.org> and subject line Bug#1075663: fixed in xfonts-utils 1:7.7+7 has caused the Debian Bug report #1075663, regarding xfonts-utils: 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.) -- 1075663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075663 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: xfonts-utils: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:48:46 +0000
- Message-id: <E1sOzPi-0045cm-JX@paradis.debian.org>
Package: src:xfonts-utils Version: 1:7.7+6 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/xfonts-utils_7.7+6_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 [...] | ^~~~~~~ In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ../mkfontscale/mkfontscale.c:27: /usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdlib.h:26, from ../mkfontscale/hash.c:27: /usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ ../mkfontscale/mkfontscale.c: In function ‘main’: ../mkfontscale/mkfontscale.c:160:26: error: passing argument 1 of ‘makeList’ from incompatible pointer type [-Wincompatible-pointer-types] 160 | encodings = makeList(encodings_array, countof(encodings_array), NULL, 0); | ^~~~~~~~~~~~~~~ | | | const char ** In file included from ../mkfontscale/mkfontscale.c:50: ../mkfontscale/list.h:42:25: note: expected ‘char **’ but argument is of type ‘const char **’ 42 | ListPtr makeList(char **a, int n, ListPtr old, int begin); | ~~~~~~~^ ../mkfontscale/mkfontscale.c:162:32: error: passing argument 1 of ‘makeList’ from incompatible pointer type [-Wincompatible-pointer-types] 162 | extra_encodings = makeList(extra_encodings_array, | ^~~~~~~~~~~~~~~~~~~~~ | | | const char ** ../mkfontscale/list.h:42:25: note: expected ‘char **’ but argument is of type ‘const char **’ 42 | ListPtr makeList(char **a, int n, ListPtr old, int begin); | ~~~~~~~^ ../mkfontscale/mkfontscale.c: In function ‘doDirectory’: ../mkfontscale/mkfontscale.c:777:66: warning: declaration of ‘encodingsToDo’ shadows a global declaration [-Wshadow] 777 | doDirectory(const char *dirname_given, int numEncodings, ListPtr encodingsToDo) | ~~~~~~~~^~~~~~~~~~~~~ ../mkfontscale/mkfontscale.c:114:16: note: shadowed declaration is here 114 | static ListPtr encodingsToDo; | ^~~~~~~~~~~~~ ../mkfontscale/mkfontscale.c:927:17: warning: declaration of ‘n’ shadows a previous local [-Wshadow] 927 | int n = strlen(xlfd_name); | ^ ../mkfontscale/mkfontscale.c:788:12: note: shadowed declaration is here 788 | int i, n, found, rc; | ^ ../mkfontscale/mkfontscale.c: In function ‘checkExtraEncoding’: ../mkfontscale/mkfontscale.c:1217:17: warning: declaration of ‘found’ shadows a parameter [-Wshadow] 1217 | int found = 0; | ^~~~~ ../mkfontscale/mkfontscale.c:1211:59: note: shadowed declaration is here 1211 | checkExtraEncoding(FT_Face face, char *encoding_name, int found) | ~~~~^~~~~ ../mkfontscale/mkfontscale.c: In function ‘readEncodings’: ../mkfontscale/mkfontscale.c:1287:23: warning: declaration of ‘encodings’ shadows a global declaration [-Wshadow] 1287 | readEncodings(ListPtr encodings, char *dirname) | ~~~~~~~~^~~~~~~~~ ../mkfontscale/mkfontscale.c:91:16: note: shadowed declaration is here 91 | static ListPtr encodings, extra_encodings; | ^~~~~~~~~ make[4]: *** [Makefile:508: mkfontscale.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '/<<PKGBUILDDIR>>/mkfontscale-build' make[3]: *** [Makefile:524: all-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/mkfontscale-build' make[2]: *** [Makefile:393: all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/mkfontscale-build' dh_auto_build: error: cd mkfontscale-build && make -j8 returned exit code 2 make[1]: *** [debian/rules:35: stampdir/build-mkfontscale] Error 255 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:15: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075663-close@bugs.debian.org
- Subject: Bug#1075663: fixed in xfonts-utils 1:7.7+7
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 16 Sep 2024 16:10:53 +0000
- Message-id: <E1sqEJR-00GDoW-9R@fasolo.debian.org>
- Reply-to: Timo Aaltonen <tjaalton@debian.org>
Source: xfonts-utils Source-Version: 1:7.7+7 Done: Timo Aaltonen <tjaalton@debian.org> We believe that the bug you reported is fixed in the latest version of xfonts-utils, 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 1075663@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Timo Aaltonen <tjaalton@debian.org> (supplier of updated xfonts-utils 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: Mon, 16 Sep 2024 18:37:23 +0300 Source: xfonts-utils Built-For-Profiles: noudeb Architecture: source Version: 1:7.7+7 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Changed-By: Timo Aaltonen <tjaalton@debian.org> Closes: 1075663 Changes: xfonts-utils (1:7.7+7) unstable; urgency=medium . [ Debian Janitor ] * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on libx11-dev, x11proto-core-dev and xutils-dev. * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Replace dependency on transitional package x11proto-core-dev with replacement x11proto-dev. + Build-Depends: Replace dependency on transitional package x11proto-fonts-dev with replacement x11proto-dev. . [ Timo Aaltonen ] * control, rules: Migrate to debhelper 13. * control: Migrate to pkgconf, libfreetype-dev. * font-util 1.4.1. * fonttosfnt 1.2.3. * control: Bump policy to 4.7.0. . [ Alessandro Astone ] * mkfontscale 1.2.3, now bundles mkfontdir. (Closes: #1075663) Checksums-Sha1: ae7fc35c006833011d3dcc34d5f28d4d5d2be704 1649 xfonts-utils_7.7+7.dsc 3e7aff4a245887d129b820c64e880fd960b9c8f5 803317 xfonts-utils_7.7+7.tar.gz 791b9ea86c77bc7f47a206edb257d0406b65256b 8325 xfonts-utils_7.7+7_source.buildinfo Checksums-Sha256: d5ea1560ce8f9f7876b5ffdde369d6102c61d622c1936371186a710b3fa6d33f 1649 xfonts-utils_7.7+7.dsc 4120140bf5a428109cb2fc4dedd39d6f43f5ec363756d720244fda11501ddb37 803317 xfonts-utils_7.7+7.tar.gz ebdc67224f4dcce84eca88acebc49fc9b26f70c3c283e8b8f298823735c2b690 8325 xfonts-utils_7.7+7_source.buildinfo Files: 5eb7e201a15f718f427c1fdce8a4e179 1649 x11 optional xfonts-utils_7.7+7.dsc 947c4b8123a62669c11550d0969fa469 803317 x11 optional xfonts-utils_7.7+7.tar.gz 8cb1c92e82065d49cf0390855cf79195 8325 x11 optional xfonts-utils_7.7+7_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmboUO4ACgkQy3AxZaiJ hNy8mg//RD5rjqSV6Zc6lPPceqiB34QtoIfoEfu+79J1YwOlVYNtShPNifagztD2 kevZqfmFvMYDajz/J1Q4UXUTix9tDUHnj2/O3/IPbNm/yv/C/vPBW+kNkdUvaxF/ 4jj/xcj9hgpMXO9t6ci98aO6aorb1d/dJG2Ze8wigL2SufwmAAYijwdL4xZiU92p MsSvp5q8hK6g+9hdfbPKVZPLvUXctkwvQ9Kt7cgA3eluvKbsgDFQwGfFtUHfbdRH gpjq7A1WRZY9dRlSCOo2u1x3jq6BcVbgjeot/zUWbKZmeODOguLRXj6DsY2VloB0 9afgp+O9u25/w/cBU58rIOWmIxFJDrV2Sf7YPQPwle7CF+l/xIVO9hw0fC056X+o Lva0aFsBXA1XoEI5W7SvjoZLlO8pTEvMcNlmN6a85vAn5kHBsuFCiMr2CEs+hqVu Np5egDCVQMxLI2cHDrPDNYgR3E/aYcLTbfE4IqiJygVwoF7Nmcdmp3AtwpoQfvBi ldFMyj7vKH90uQVv3PgtBf3SJvMP9bafvOvF72EM3uf+4jmAh+iRnJZWkTQKZ4aM DoYfR7bfFjKkdWMl9ePH0AnJQMMSX8ud7bdyOvnY8Vylqi+KwpyqkkxtWBeypERG rqyZxCbSRlH7C3sR739KAdkybbKSNPr0X7E1k0FgIQvzNkqNt8c= =LGrg -----END PGP SIGNATURE-----Attachment: pgpb9nes29lrI.pgp
Description: PGP signature
--- End Message ---