Your message dated Fri, 19 Sep 2025 21:04:46 +0000 with message-id <E1uziHe-000DXE-1W@fasolo.debian.org> and subject line Bug#1096267: fixed in 9base 1:6-15 has caused the Debian Bug report #1096267, regarding 9base: 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.) -- 1096267: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096267 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: 9base: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:01:53 +0000
- Message-id: <E1tk4VF-009Gyt-Ae@paradis.debian.org>
Package: src:9base Version: 1:6-14 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/9base_6-14_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 [...] make[3]: Leaving directory '/build/reproducible-path/9base-6/cmp' make[3]: Entering directory '/build/reproducible-path/9base-6/date' CC date.c cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/9base-6=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -I. -DPREFIX="\"/usr/lib/plan9\"" -DUNICODE -DDWBHOME="\"/usr/share/9base/troff\"" -DNTERMDIR="\"/term/tab.\"" -DTEXHYPHENS="\"/hyphen.tex\"" -DALTHYPHENS="\"/hyphen.tex\"" -DFONTDIR="\"/font\"" -DTDEVNAME="\"utf\"" -DTMACDIR="\"/tmac/tmac.\"" -Wdate-time -D_FORTIFY_SOURCE=2 -I../lib9 -I../lib9/sec date.c In file included from /usr/include/inttypes.h:25, from ../lib9/u.h:38, from date.c:1: /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ LD date cc -Wl,-z,relro -Wl,-z,now -o date date.o -L../lib9 -l9 -lm built date make[3]: Leaving directory '/build/reproducible-path/9base-6/date' make[3]: Entering directory '/build/reproducible-path/9base-6/dc' CC dc.c cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/9base-6=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -I. -DPREFIX="\"/usr/lib/plan9\"" -DUNICODE -DDWBHOME="\"/usr/share/9base/troff\"" -DNTERMDIR="\"/term/tab.\"" -DTEXHYPHENS="\"/hyphen.tex\"" -DALTHYPHENS="\"/hyphen.tex\"" -DFONTDIR="\"/font\"" -DTDEVNAME="\"utf\"" -DTMACDIR="\"/tmac/tmac.\"" -Wdate-time -D_FORTIFY_SOURCE=2 -I../lib9 -I../lib9/sec dc.c In file included from /usr/include/inttypes.h:25, from ../lib9/u.h:38, from dc.c:1: /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ LD dc cc -Wl,-z,relro -Wl,-z,now -o dc dc.o -L../lib9 -l9 -lm built dc make[3]: Leaving directory '/build/reproducible-path/9base-6/dc' make[3]: Entering directory '/build/reproducible-path/9base-6/du' CC du.c cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/9base-6=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -I. -DPREFIX="\"/usr/lib/plan9\"" -DUNICODE -DDWBHOME="\"/usr/share/9base/troff\"" -DNTERMDIR="\"/term/tab.\"" -DTEXHYPHENS="\"/hyphen.tex\"" -DALTHYPHENS="\"/hyphen.tex\"" -DFONTDIR="\"/font\"" -DTDEVNAME="\"utf\"" -DTMACDIR="\"/tmac/tmac.\"" -Wdate-time -D_FORTIFY_SOURCE=2 -I../lib9 -I../lib9/sec du.c In file included from /usr/include/inttypes.h:25, from ../lib9/u.h:38, from du.c:1: /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ LD du cc -Wl,-z,relro -Wl,-z,now -o du du.o -L../lib9 -l9 -lm built du make[3]: Leaving directory '/build/reproducible-path/9base-6/du' make[3]: Entering directory '/build/reproducible-path/9base-6/dd' CC dd.c cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/9base-6=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -I. -DPREFIX="\"/usr/lib/plan9\"" -DUNICODE -DDWBHOME="\"/usr/share/9base/troff\"" -DNTERMDIR="\"/term/tab.\"" -DTEXHYPHENS="\"/hyphen.tex\"" -DALTHYPHENS="\"/hyphen.tex\"" -DFONTDIR="\"/font\"" -DTDEVNAME="\"utf\"" -DTMACDIR="\"/tmac/tmac.\"" -Wdate-time -D_FORTIFY_SOURCE=2 -I../lib9 -I../lib9/sec dd.c In file included from /usr/include/inttypes.h:25, from ../lib9/u.h:38, from dd.c:1: /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ dd.c: In function ‘match’: dd.c:316:30: error: expected identifier or ‘*’ before ‘true’ 316 | goto true; | ^~~~ dd.c:320:5: error: expected ‘;’ before ‘:’ token 320 | true: | ^ | ; dd.c: In function ‘p9main’: dd.c:228:17: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 228 | read(ibf, ibuf, ibs); | ^~~~~~~~~~~~~~~~~~~~ make[3]: *** [../std.mk:28: dd.o] Error 1 make[3]: Leaving directory '/build/reproducible-path/9base-6/dd' make[2]: *** [Makefile:63: all] Error 2 make[2]: Leaving directory '/build/reproducible-path/9base-6' dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" "CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/9base-6=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -c -I. -DPREFIX=\"\\\"/usr/lib/plan9\\\"\" -DUNICODE -DDWBHOME=\"\\\"/usr/share/9base/troff\\\"\" -DNTERMDIR=\"\\\"/term/tab.\\\"\" -DTEXHYPHENS=\"\\\"/hyphen.tex\\\"\" -DALTHYPHENS=\"\\\"/hyphen.tex\\\"\" -DFONTDIR=\"\\\"/font\\\"\" -DTDEVNAME=\"\\\"utf\\\"\" -DTMACDIR=\"\\\"/tmac/tmac.\\\"\" -Wdate-time -D_FORTIFY_SOURCE=2" "LDFLAGS=-Wl,-z,relro -Wl,-z,now" PREFIX=/usr/lib/plan9 MANPREFIX=/usr/share/man STRIP=true returned exit code 2 make[1]: *** [debian/rules:29: override_dh_auto_build] Error 25 make[1]: Leaving directory '/build/reproducible-path/9base-6' make: *** [debian/rules:26: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1096267-close@bugs.debian.org
- Subject: Bug#1096267: fixed in 9base 1:6-15
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 19 Sep 2025 21:04:46 +0000
- Message-id: <E1uziHe-000DXE-1W@fasolo.debian.org>
- Reply-to: Adrian Bunk <bunk@debian.org>
Source: 9base Source-Version: 1:6-15 Done: Adrian Bunk <bunk@debian.org> We believe that the bug you reported is fixed in the latest version of 9base, 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 1096267@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adrian Bunk <bunk@debian.org> (supplier of updated 9base 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, 19 Sep 2025 19:38:12 +0300 Source: 9base Architecture: source Version: 1:6-15 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Adrian Bunk <bunk@debian.org> Closes: 1096267 Changes: 9base (1:6-15) unstable; urgency=medium . * QA upload. * Build with -std=gnu17 to workaround FTBFS with GCC 15. (Closes: #1096267) Checksums-Sha1: 6fd4073a2082e65f02158184f27eea01c6d9e957 1802 9base_6-15.dsc 9ee6fa162b4160382c0f1a19bdb71268c6422374 18688 9base_6-15.debian.tar.xz Checksums-Sha256: 040893f18e49a20b65b3ba19e866fc71de52b363eae23e688f9203d98eda7a32 1802 9base_6-15.dsc fab84a695ec9918844c4aa0b9c0bf5a47edb57061961258b29e15991993b22d2 18688 9base_6-15.debian.tar.xz Files: 485c97211939ea5767b8d69c9636e428 1802 utils optional 9base_6-15.dsc 35ba1abb5770f540d9d2c3eaa2b0b66b 18688 utils optional 9base_6-15.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjNv9YACgkQiNJCh6LY mLGp4xAAhocEpS7LoXwJKI/9Z+8GvAlxZwnXKPadyjZRCehqoCEiMyZTX8W+TXXr P3+5j6e21neobLtUHf1JqPez5OybZ+dpOQtmYQDmT5qYL3nTyigQcEsDQhCgXoRb zW8Rpli+fRcUsie2Z8fP4LJqpf1JAmutLIyXGfvtlvZNkaZtlTumrsfjUn1CmQh5 WTVvb0CQpVOVApGqqTbbfhG6UdYpmUYx8JSiBFnc4Ow2xh1ErBMJgoGEHsBDvdGd WUtmWhSsfA7D23xzJ8hdR1I1VeoiuDPKI2xfIVrg05ZR868e/qyfFoHQEZiafPTn jeYiSc+ypXRfdFDxiDss4IOMHJ1BNNvR4tcrebEh1sTyCoSnciZu80N/25trtQJD FsFxjsGTIP/7YObIKg4f9ahR8dHPtptavhHiWU5wHswSXu1gfV/WGwCduP9sRI6H EU3LcM5jx+qwxb57mbOkWz4+MhlPfT3nBrlz7DNs0yYjf10Cf8kN3s3HNbIGm3TR NaQNJPqH5grwCumoZlTkuy+bM5wMlDnq80V70QsPTaCvEzPxnPI4RCmVBQwbF/gI yKO705QswRb9KmNlLQQd4fc+SKd+yfeGs3YuMh5rJIpU8sCDsCsaVOCDCAw5HltR Aiznwz0VHlMjiz/CHeKSL1a4lmRdFCxJ9K5LAZ0m3SJh0K7l6XA= =c7am -----END PGP SIGNATURE-----Attachment: pgp7AllyN1NoA.pgp
Description: PGP signature
--- End Message ---