Your message dated Sun, 05 Oct 2025 10:49:44 +0000 with message-id <E1v5MJE-00CIvU-28@fasolo.debian.org> and subject line Bug#1116373: fixed in graphite2 1.3.14-10 has caused the Debian Bug report #1116373, regarding graphite2 1.3.14-9 arm64 and ppcel64 autopkgtest failures 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.) -- 1116373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116373 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: graphite2 1.3.14-9 arm64 and ppcel64 autopkgtest failures
- From: John Chittum <john.chittum@canonical.com>
- Date: Fri, 26 Sep 2025 08:34:08 -0400
- Message-id: <CAMEZf-TpnJQdzOC8=0=ev9Mqc0KSQQKD-_ssD9pzjNe8yKYfOQ@mail.gmail.com>
Subject: graphite2 1.3.14-9 autopkgtest failuresPackage: libgraphite2-3Severity: normal1115220 dealt with build issues for gcc15, and then the subsequent missing build dep on g++-14. Subsequent uploads fixed the dependency issue and CXX flags.in Ubuntu, we compile with LTO by default, and this requires setting CC flags to gcc-14 as well. adding export CC := gcc-14 fixes LTO builds
However, this bug is for the autopkgtests. There are also missing flags in the debian/tests/test file, leading to using gcc15 in test builds. In Ubuntu, I'm trying:
export CTEST_OUTPUT_ON_FAILURE=Truecase $(uname -m) in
aarch64 | ppc64le | loongarch64)
export CXX=g++-14
export CC=gcc-14
;;
*)
;;
esacThis fixes the issue on arm64. However, ppcel64 still fails with the same issue
685s 85/90 Test #85: jsontestOutput ................... Passed 0.01 sec
685s Start 86: nametabletest
685s 86/90 Test #86: nametabletest ....................***Failed 0.00 sec
685s ksw-MM lang id: 1033 expected: 32768
685s mnw-MM lang id: 1033 expected: 32769
685s name=ABC expected=abcd
685sI see it compiling properly with gcc-14 :
673s cd /tmp/autopkgtest.1H4ovW/build.w6r/src/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.1H4ovW/build.w6r/src /tmp/autopkgtest.1H4ovW/build.w6r/src/tests/nametabletest /tmp/autopkgtest.1H4ovW/build.w6r/src/build /tmp/autopkgtest.1H4ovW/build.w6r/src/build/tests/nametabletest /tmp/autopkgtest.1H4ovW/build.w6r/src/build/tests/nametabletest/CMakeFiles/nametabletest.dir/DependInfo.cmake "--color="
673s make[2]: Leaving directory '/tmp/autopkgtest.1H4ovW/build.w6r/src/build'
673s make -f tests/nametabletest/CMakeFiles/nametabletest.dir/build.make tests/nametabletest/CMakeFiles/nametabletest.dir/build
673s make[2]: Entering directory '/tmp/autopkgtest.1H4ovW/build.w6r/src/build'
673s [ 86%] Building CXX object tests/nametabletest/CMakeFiles/nametabletest.dir/nametabletest.cpp.o
673s cd /tmp/autopkgtest.1H4ovW/build.w6r/src/build/tests/nametabletest && /usr/bin/g++-14 -I/tmp/autopkgtest.1H4ovW/build.w6r/src/include -I/tmp/autopkgtest.1H4ovW/build.w6r/src/src -g -O3 -ffile-prefix-map=/tmp/autopkgtest.1H4ovW/build.w6r/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.1H4ovW/build.w6r/src="" -Wdate-time -D_FORTIFY_SOURCE=3 -std=gnu++11 -MD -MT tests/nametabletest/CMakeFiles/nametabletest.dir/nametabletest.cpp.o -MF CMakeFiles/nametabletest.dir/nametabletest.cpp.o.d -o CMakeFiles/nametabletest.dir/nametabletest.cpp.o -c /tmp/autopkgtest.1H4ovW/build.w6r/src/tests/nametabletest/nametabletest.cpp
673s [ 87%] Linking CXX executable nametabletest
673s cd /tmp/autopkgtest.1H4ovW/build.w6r/src/build/tests/nametabletest && /usr/bin/cmake -E cmake_link_script CMakeFiles/nametabletest.dir/link.txt --verbose=1
673s /usr/bin/g++-14 -g -O3 -ffile-prefix-map=/tmp/autopkgtest.1H4ovW/build.w6r/src=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/tmp/autopkgtest.1H4ovW/build.w6r/src="" -Wdate-time -D_FORTIFY_SOURCE=3 -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -Wl,--dependency-file=CMakeFiles/nametabletest.dir/link.d CMakeFiles/nametabletest.dir/nametabletest.cpp.o -o nametabletest ../libgraphite2-base.a
673s make[2]: Leaving directory '/tmp/autopkgtest.1H4ovW/build.w6r/src/build'
673s [ 87%] Built target nametabletestref: https://autopkgtest.ubuntu.com/results/autopkgtest-questing-jchittum-graphite2-lp2124952/questing/ppc64el/g/graphite2/20250926_112302_5a2ef@/log.gz
Ubuntu Bug: https://bugs.launchpad.net/ubuntu/+source/graphite2/+bug/2120856
-------------------------Dr. John ChittumEngineering Manager, Canonical, Debcrafters
--- End Message ---
--- Begin Message ---
- To: 1116373-close@bugs.debian.org
- Subject: Bug#1116373: fixed in graphite2 1.3.14-10
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 05 Oct 2025 10:49:44 +0000
- Message-id: <E1v5MJE-00CIvU-28@fasolo.debian.org>
- Reply-to: Rene Engelhard <rene@debian.org>
Source: graphite2 Source-Version: 1.3.14-10 Done: Rene Engelhard <rene@debian.org> We believe that the bug you reported is fixed in the latest version of graphite2, 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 1116373@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Rene Engelhard <rene@debian.org> (supplier of updated graphite2 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, 29 Sep 2025 17:06:10 +0200 Source: graphite2 Architecture: source Version: 1.3.14-10 Distribution: unstable Urgency: medium Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org> Changed-By: Rene Engelhard <rene@debian.org> Closes: 1116373 Changes: graphite2 (1.3.14-10) unstable; urgency=medium . * debian/tests/unit: - also set CXX=g++-14 for the autopkgtest on amd64,ppc64el and loong64 - export CTEST_OUTPUT_ON_FAILURE=True (thanks John Chittum - closes: #1116373) * debian/tests/unit: go sure and run make with VERBOSE=true Checksums-Sha1: 9b01891c3e6453aed8c6b3c10ba81c8bce55b5ab 2570 graphite2_1.3.14-10.dsc ec01b84c4b13fc8307491cef4682bfdff7488c16 15720 graphite2_1.3.14-10.debian.tar.xz 2094b3b2169f160f84a29dde2cd487466517df7c 8005 graphite2_1.3.14-10_source.buildinfo Checksums-Sha256: cace7b1f8e7cf64489d124f50e7b4ec9bf380ed075193c5a306324137dc215f3 2570 graphite2_1.3.14-10.dsc 8337e2e0b6abcd7aba856bea1f632bd3cd50607c32a9bccd582d4a09e625d31c 15720 graphite2_1.3.14-10.debian.tar.xz d26a6f57ce17beebdd7cec1502c70e220fdb5dd5eab0cb9a3411681b6c84c1ac 8005 graphite2_1.3.14-10_source.buildinfo Files: cb9ce6337fd0f4d52dd977f1b3a6c208 2570 libs optional graphite2_1.3.14-10.dsc 918f53bdf88e7933ce0c9f68dcd12e8b 15720 libs optional graphite2_1.3.14-10.debian.tar.xz d3be8ecb31a86f2e9605a83f839e50ff 8005 libs optional graphite2_1.3.14-10_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAmjiSVkQHHJlbmVAZGVi aWFuLm9yZwAKCRAKoEVx0D4+cGHlEADqfzW69GPtlZAlud1ZVncQpjlrCr2gjAxI WaTdNj6+2zbozqrBttxH15GniB/v+wwZJJmfCyxLfcT2S3ttNrLgt/ghgnfvi+VU mv6Q63HPzT8RkiqWS5rBKsplEsAQ3nuYyW0npuMuOWhboq3eK73AElP436RiLJnI D2SMN+KUs8peYcforMcU/xExupnLYCGyURUu+6jWjjSw1S8E60kzkIBVE/xqOfm4 lGc9Uf7XfrcBejyE5er0iAYPQmhSCR5Gai1DtUxtqQD0NOnhoOgJJ48mP626kiyc WAvfJ68G3JfTvGDDBgDHr8yRTRFUVfFFZCUlXqqGOe6s0+qiyf68RVm4OhDjQ79o hgAq8IyF6gkPKg167sRJhDOFMnzB00vvUnQetZtq8uriwGUmvPEMoUfaTgCKkC5+ fEAy7/7cf53lmd9g6cobOS80ODAZpqzP4GFe0RDKwDneq46CtK8UFMas92ma4vce FsXXJOFT60KTF70lcA+rp8by6f29pd3PcQY6cP+9QQLin2maFbPKqKcomDcs/bti Y+djwm4YwV6f7/ak4oega5clUgH23F6FxynxiN2A2rEzaUayQxO5ZJvakWmPljC/ umiC6GqzHGfE6skuXTwiWP12bHdevS2+k5VO3Gx0Wxhm21mUjbKU7iIqmP5vYpgD kJDDmjxPsQ== =Unuz -----END PGP SIGNATURE-----Attachment: pgpGCA7E7DuT0.pgp
Description: PGP signature
--- End Message ---