Your message dated Thu, 04 Sep 2025 22:19:16 +0000 with message-id <E1uuIIW-00B9WI-2G@fasolo.debian.org> and subject line Bug#1096437: fixed in cjk 4.8.5-2 has caused the Debian Bug report #1096437, regarding cjk: 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.) -- 1096437: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096437 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: cjk: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:07:11 +0000
- Message-id: <E1tk4aN-009Htr-KN@paradis.debian.org>
Package: src:cjk Version: 4.8.5-1 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/cjk_4.8.5-1_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 [...] dh_md5sums -i dh_builddeb -i dpkg-deb: building package 'latex-cjk-all' in '../latex-cjk-all_4.8.5-1_all.deb'. dpkg-deb: building package 'latex-cjk-thai' in '../latex-cjk-thai_4.8.5-1_all.deb'. dpkg-deb: building package 'latex-cjk-korean' in '../latex-cjk-korean_4.8.5-1_all.deb'. touch build-stamp dh_testdir # Update config.{guess,sub} dh_update_autotools_config # Add here commands to compile the package. CFLAGS="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/cjk-4.8.5=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" LDFLAGS="-Wl,-z,relro" \ dh_auto_configure --sourcedirectory=utils/hbf2gf -- \ --with-kpathsea-lib=/usr/lib \ --with-kpathsea-include=/usr/include cd utils/hbf2gf && ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --with-kpathsea-lib=/usr/lib --with-kpathsea-include=/usr/include checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for kpse_set_program_name in -lkpathsea... yes checking for kpse_init_prog in -lkpathsea... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for kpathsea/kpathsea.h... yes checking for kpathsea/c-auto.h... yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for vprintf... yes checking for strdup... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for rm... rm checking for a BSD-compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting dh_auto_build --sourcedirectory=utils/hbf2gf cd utils/hbf2gf && make -j8 make[1]: Entering directory '/build/reproducible-path/cjk-4.8.5/utils/hbf2gf' gcc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/cjk-4.8.5=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I. -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_LIBKPATHSEA=1 -DHAVE_LIBKPATHSEA=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -Dunix -Wall hbf2gf.c gcc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/cjk-4.8.5=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I. -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_LIBKPATHSEA=1 -DHAVE_LIBKPATHSEA=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -Dunix -Wall hbf.c hbf.c:85:17: error: ‘bool’ cannot be defined via ‘typedef’ 85 | typedef int bool; | ^~~~ hbf.c:85:17: note: ‘bool’ is a keyword with ‘-std=c23’ onwards hbf.c:85:1: warning: useless type name in empty declaration 85 | typedef int bool; | ^~~~~~~ make[1]: *** [Makefile:60: hbf.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/build/reproducible-path/cjk-4.8.5/utils/hbf2gf' dh_auto_build: error: cd utils/hbf2gf && make -j8 returned exit code 2 make: *** [debian/rules:46: build-arch-stamp] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1096437-close@bugs.debian.org
- Subject: Bug#1096437: fixed in cjk 4.8.5-2
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 04 Sep 2025 22:19:16 +0000
- Message-id: <E1uuIIW-00B9WI-2G@fasolo.debian.org>
- Reply-to: Hilmar Preuße <hille42@debian.org>
Source: cjk Source-Version: 4.8.5-2 Done: Hilmar Preuße <hille42@debian.org> We believe that the bug you reported is fixed in the latest version of cjk, 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 1096437@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Hilmar Preuße <hille42@debian.org> (supplier of updated cjk 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, 04 Sep 2025 23:53:37 +0200 Source: cjk Architecture: source Version: 4.8.5-2 Distribution: unstable Urgency: medium Maintainer: Debian TeX Task Force <debian-tex-maint@lists.debian.org> Changed-By: Hilmar Preuße <hille42@debian.org> Closes: 1096437 Changes: cjk (4.8.5-2) unstable; urgency=medium . * Fix my Uploaders / Maintainers address. * Add patch 11_gcc15.diff to fix FTBFS using gcc-15 (Closes: #1096437). * Bump Standards version: no changes needed. * Lintian: W: *: mismatched-override national-encoding W: latex-cjk-common: old-fsf-address-in-copyright-file Override: package-contains-documentation-outside-usr-share-doc Checksums-Sha1: 81f7f4170ace931a6a2236219735a5bd178185ff 2498 cjk_4.8.5-2.dsc 410e14fdadae0afb8de3eb8a88f862f2f96f8dd7 45240 cjk_4.8.5-2.debian.tar.xz 0ccea3b82fe779853eb88ed8cbcc71995f6c6422 5664 cjk_4.8.5-2_source.buildinfo Checksums-Sha256: 8d50da632d493e4cd2a97c53a58195671683f34f6eac6e59405de2fb6eaf8b8f 2498 cjk_4.8.5-2.dsc abc04fde0a7959fbf06b3d78e10ad5a17ff3c192c5584b58775cebcee551d0ec 45240 cjk_4.8.5-2.debian.tar.xz 2a6297002c6ed14e49c2b24c45de3ae551894890fdb62192b89c8ead67e8c5b9 5664 cjk_4.8.5-2_source.buildinfo Files: cb330d178533bb6d626ee6b81eb9c88a 2498 tex optional cjk_4.8.5-2.dsc 51e25ded46ee9665d5e19bc0a3f65eef 45240 tex optional cjk_4.8.5-2.debian.tar.xz f9668871ceb084bb169913f13c511c83 5664 tex optional cjk_4.8.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEaXGmC/nkbIhxf16kxiZYRqvgLIsFAmi6CpNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDY5 NzFBNjBCRjlFNDZDODg3MTdGNUVBNEM2MjY1ODQ2QUJFMDJDOEIACgkQxiZYRqvg LIvxqA/+Inkc9IP5X12IHH+YYVtphlPHs6PzcSP4IpE6nCJ73KbBosJpicmdHJrZ QMUGrs2xip1CPaFDEMw6y99NWapVxu7KiTq3VndkbpVPOKSXthj+rOvOWUbnUEsM eo74u9TdFeBSfFvVDnu9uEI1/S0/rngLnwTrM+foTTMFFcdZIHNiDKQvYDspACWz VsXTU0KWTuww1F91OssVauKq3XrlaWVyX1lxMN6tKm44MLgp/Noy6qhpcTAqS68D QZb2p4MpqkrqcArSfgdD4NjSHQJsEhpRn2ZZSHCvorwfuKrYqPSO90Plzzw1utV6 cZt+pkHal141Hw1uZlM5uZZu+O77VmnMHymHeYrzgA+AxjtoLlBOoChxs8qhXXJQ 97dMP+KvmhsnjW/Co/xAjdvLr69yTS9zWYS7l7YI3+Xjw7sPzjinjrrpxvPVwEII 3ygslJuu2hw2bj/U1YaKA9XP6ReYX+mTRwVcVHz1TZzX2bcO4SVRYgRyreqVm2B0 0WEKXM8e/MoxPNJzq6E+7x6pdogZXvrabyIDYzJZtUOt68jzNQrmLBnb6kNxfLg1 vIlbn7IYj7pW+jfKqFqkE9amKmZ2m1r2J2C2eW2TPCW59GZwqy6IC6szMMDR104i 2ZTBIgY4TA57o6K0uLrCp7ee/uhIctlWD1m8hzaGPY74IGLu4Es= =kqGg -----END PGP SIGNATURE-----Attachment: pgpnFV_R937cc.pgp
Description: PGP signature
--- End Message ---