Your message dated Fri, 26 Jul 2024 13:19:07 +0000 with message-id <E1sXKqh-004QvD-8k@fasolo.debian.org> and subject line Bug#1074802: fixed in afdko 4.0.1+dfsg1-2 has caused the Debian Bug report #1074802, regarding afdko: 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.) -- 1074802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074802 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: afdko: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:21:40 +0000
- Message-id: <[🔎] E1sOyzU-0040JM-Kq@paradis.debian.org>
Package: src:afdko Version: 3.6.2+dfsg1-1 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/afdko_3.6.2+dfsg1-1_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 [...] reading manifest file 'python/afdko.egg-info/SOURCES.txt' adding license file 'LICENSE.md' writing manifest file 'python/afdko.egg-info/SOURCES.txt' /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: Package 'afdko.resources' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'afdko.resources' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'afdko.resources' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'afdko.resources' to be distributed and are already explicitly excluding 'afdko.resources' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources copying python/afdko/resources/AGD.txt -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-CNS1 copying python/afdko/resources/Adobe-CNS1/Adobe-CNS1_sequences.txt -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-CNS1 copying python/afdko/resources/Adobe-CNS1/B5pc-H -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-CNS1 copying python/afdko/resources/Adobe-CNS1/UniCNS-UTF32-H -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-CNS1 creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-GB1 copying python/afdko/resources/Adobe-GB1/Adobe-GB1_sequences.txt -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-GB1 copying python/afdko/resources/Adobe-GB1/GBpc-EUC-H -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-GB1 copying python/afdko/resources/Adobe-GB1/UniGB-UTF32-H -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-GB1 creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-Japan1 copying python/afdko/resources/Adobe-Japan1/83pv-RKSJ-H -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-Japan1 copying python/afdko/resources/Adobe-Japan1/Adobe-Japan1_sequences.txt -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-Japan1 copying python/afdko/resources/Adobe-Japan1/UniJIS2004-UTF32-H -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-Japan1 creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-Korea1 copying python/afdko/resources/Adobe-Korea1/Adobe-Korea1_sequences.txt -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-Korea1 copying python/afdko/resources/Adobe-Korea1/KSCpc-EUC-H -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-Korea1 copying python/afdko/resources/Adobe-Korea1/UniKS-UTF32-H -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/afdko/resources/Adobe-Korea1 running build_scripts creating build/scripts-3.12 copying c/build_all/detype1 -> build/scripts-3.12 error: file '/<<PKGBUILDDIR>>/c/build_all/makeotfexe' does not exist E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: /usr/bin/python3 setup.py build dh_auto_build: error: pybuild --build -i python{version} -p "3.11 3.12" returned exit code 13 make: *** [debian/rules:15: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1074802-close@bugs.debian.org
- Subject: Bug#1074802: fixed in afdko 4.0.1+dfsg1-2
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 26 Jul 2024 13:19:07 +0000
- Message-id: <E1sXKqh-004QvD-8k@fasolo.debian.org>
- Reply-to: Boyuan Yang <byang@debian.org>
Source: afdko Source-Version: 4.0.1+dfsg1-2 Done: Boyuan Yang <byang@debian.org> We believe that the bug you reported is fixed in the latest version of afdko, 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 1074802@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Boyuan Yang <byang@debian.org> (supplier of updated afdko 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: Fri, 26 Jul 2024 09:02:06 -0400 Source: afdko Architecture: source Version: 4.0.1+dfsg1-2 Distribution: unstable Urgency: medium Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org> Changed-By: Boyuan Yang <byang@debian.org> Closes: 1074802 Changes: afdko (4.0.1+dfsg1-2) unstable; urgency=medium . * Team upload. * Source-only upload to allow testing migration. * Rebuild against GCC 14. (Closes: #1074802) * debian/control: Use dh-sequence-python3 to replace dh-python. Checksums-Sha1: d58ec362ddba9e11a1f7a4eb2b2825ae5cbe1e1a 2551 afdko_4.0.1+dfsg1-2.dsc 8fde6b3115c5308e5846dfd682417ab1ffb13f30 1883812 afdko_4.0.1+dfsg1.orig.tar.xz 6ca3da91f72a3f169d8a4c3cd195687397b1a627 6836 afdko_4.0.1+dfsg1-2.debian.tar.xz f11313e485d2ba7bec2add021e2ed3058a7c7fe3 10619 afdko_4.0.1+dfsg1-2_amd64.buildinfo Checksums-Sha256: 0e94363dced292c0981290bf7cf9c1bdf8406a83d7f2a6f095204705c90c8f9d 2551 afdko_4.0.1+dfsg1-2.dsc 7e281741b39a802cdc50cd86dca6943e2db5266d88f3a6d5c858b28e4d9cfeea 1883812 afdko_4.0.1+dfsg1.orig.tar.xz 54654aab5b361fc52d8d19dd378ca1a35610482a5002cbe29d436cb98b89d6d3 6836 afdko_4.0.1+dfsg1-2.debian.tar.xz 6abd9276d4f0cf4027611e05ab3d760d95195b0e6f850d5ea5b0117b4d26d615 10619 afdko_4.0.1+dfsg1-2_amd64.buildinfo Files: da4f667ee9be99385fb4dcf21bdd06f4 2551 devel optional afdko_4.0.1+dfsg1-2.dsc 93bab439ab0ec8cde433b9883ae132e4 1883812 devel optional afdko_4.0.1+dfsg1.orig.tar.xz 59eeb090996723aef2b762fcd77f8935 6836 devel optional afdko_4.0.1+dfsg1-2.debian.tar.xz 747e1d5684166e295d5d8ad4ae404830 10619 devel optional afdko_4.0.1+dfsg1-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmajn68ACgkQwpPntGGC Ws5UnA//R07wkz0D9OOm6bUvGLL+Uc1TJq5LxBkdA2ynnVNW6/2MD9xWaR67+OLM pyXgBwUzOUjE1PSF5pj/Dyps2zElBR4avYmPAT2tvwlsGs9gRwdHBnVitjaWybi9 IIGu2+49d0lrUurgnaJWJpaAF4kiVPpZG1r4RXNfWBM9wbqVL/w0djYhPXhpErlo f/w02S8kYGGNgqaX+XN8JmB+b4QEGqPSNnloulyqYgiectu/nayQPGFtCQnK3VcV vBFDdf90aq3TmMln/FGuG6LSa+ztvzi77ZMYKq0T4iryV5NRQZ/KoRoW4LeIWW1e 2iCxxuW9kiBskjQ5h4MNrb6BzBhtQjDoyIaSFWKx26BZRu5+OpMNB2U7jsth4yZX XSkM+uBUTdZBKYynMb+YJN0qP+uJ6WEblKr8h2m6EWPlvF/neP5tonJrmkOOGntB 3A1lVslSR6yD8b2VzqBGRg/J63XNVVDQOXDn2AYdnaXDZIWTdo1/RbhoOoG2EGUh gl0m89hVmDhGNhuoiu6nEz3ThBDlZ2DR8NUx2Wh7liCHeIA8M54Bd+NDlrseeoZg hfyue6yA0RoO6jGWmd99uGTnWfSlvI3EhETJzeXHFaVjUv3FfSBgn55Z7Vhbhc23 u5/Be00ouIKB7rJRedobS1V7lxXVyOheLKkhRcAMm1/cdg42q/c= =9cO/ -----END PGP SIGNATURE-----Attachment: pgpL93NG6i8lR.pgp
Description: PGP signature
--- End Message ---