Your message dated Wed, 24 Sep 2025 09:49:47 +0000 with message-id <E1v1M8B-006L2a-1B@fasolo.debian.org> and subject line Bug#1096442: fixed in clisp 1:2.49.20250504.gitf662209-1 has caused the Debian Bug report #1096442, regarding clisp: 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.) -- 1096442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096442 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: clisp: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:07:21 +0000
- Message-id: <E1tk4aX-009HvJ-3v@paradis.debian.org>
Package: src:clisp Version: 1:2.49.20241123.git9ff8aed-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/clisp_2.49.20241123.git9ff8aed-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 [...] ./genclisph clisp.h.tmp clisp-test.c writing test file clisp-test.c wrote 163 tests (154 typedefs, 9 defines) (echo '#ifndef _CLISP_H' ; echo '#define _CLISP_H' ; echo; echo '/* ==== config.h ==== */' ; cat config.h ) > clisp.h (echo; echo '/* 'intparam.h' */' ; grep '^#' intparam.h ) >> clisp.h (echo; echo '/* 'floatparam.h' */' ; grep '^#' floatparam.h ) >> clisp.h (echo; echo '/* genclisph */' ; cat clisp.h.tmp; echo ; echo '#endif /* _CLISP_H */') >> clisp.h gcc -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libsvm -I/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src -I/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/debian/build/gllib -I/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/gllib -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/clisp-2.49.20241123.git9ff8aed=. -fstack-protector --param=ssp-buffer-size=4 -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -no-integrated-cpp -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare -Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -fno-strict-aliasing -DNO_ASM -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -Wl,-z,relro -I. -DUSE_CLISP_H=1 -DCOMPILE_STANDALONE clisp-test.c libgnu.a -o clisp-test-clisp gcc -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libsvm -I/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src -I/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/debian/build/gllib -I/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/gllib -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/clisp-2.49.20241123.git9ff8aed=. -fstack-protector --param=ssp-buffer-size=4 -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -no-integrated-cpp -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare -Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -fno-strict-aliasing -DNO_ASM -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -Wl,-z,relro -I. -DUSE_CLISP_H=0 -DCOMPILE_STANDALONE clisp-test.c libgnu.a -o clisp-test-lispbibl In file included from /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/lispbibl.d:13596, from clisp-test.c:5: /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/constobj.d:329:71: warning: macro ‘__DATE__’ might prevent reproducible builds [-Wdate-time] 329 | LISPOBJ_S(lisp_implementation_version_built_string,__DATE__ __TIME__) | ^ /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/constobj.d:329:54: warning: macro ‘__TIME__’ might prevent reproducible builds [-Wdate-time] 329 | LISPOBJ_S(lisp_implementation_version_built_string,__DATE__ __TIME__) | ^~~~~~~~ ./clisp-test-clisp > clisp-test-clisp.out ./clisp-test-lispbibl > clisp-test-lispbibl.out cmp clisp-test-clisp.out clisp-test-lispbibl.out if grep lispbibl.d clisp.h; then false; else true; fi rm -f genclisph clisp.h.tmp clisp-test-clisp clisp-test-lispbibl clisp-test-clisp.out clisp-test-lispbibl.out gcc -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libsvm -I/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src -I/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/debian/build/gllib -I/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/gllib -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/clisp-2.49.20241123.git9ff8aed=. -fstack-protector --param=ssp-buffer-size=4 -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -no-integrated-cpp -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare -Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -fno-strict-aliasing -DNO_ASM -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -I. -c /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/modules.c In file included from /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/modules.c:12: ./clisp.h: In function ‘check_byte_vector’: ./clisp.h:7359:157: warning: result of ‘10^2’ is 8; did you mean ‘1e2’? [-Wxor-used-as-pow] 7359 | static inline object check_byte_vector (object obj) { if (!((((oint)(obj) & 3) == (1UL+0)) && ((((sintB)((((Record)((oint)(obj)-1UL)))->tfl & 0xFF)) & ~(Rectype_Sbvector ^ Rectype_bvector)) == (Rectype_Sbvector & Rectype_bvector) + (3)) )) obj = check_byte_vector_replacement(obj); return obj; } | ^ | -- | 1 e ./clisp.h:7359:154: note: you can silence this warning by using a hexadecimal constant (0xa rather than 10) 7359 | static inline object check_byte_vector (object obj) { if (!((((oint)(obj) & 3) == (1UL+0)) && ((((sintB)((((Record)((oint)(obj)-1UL)))->tfl & 0xFF)) & ~(Rectype_Sbvector ^ Rectype_bvector)) == (Rectype_Sbvector & Rectype_bvector) + (3)) )) obj = check_byte_vector_replacement(obj); return obj; } | ^~ | 0xa if test -d locale; then rm -rf locale; fi mkdir locale (cd po && make && make install datarootdir=.. localedir='$(datarootdir)/locale' INSTALL_DATA='ln') || (rm -rf locale ; exit 1) make[2]: Entering directory '/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/debian/build/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/debian/build/po' make[2]: Entering directory '/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/debian/build/po' installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/en.gmo as ../locale/en/LC_MESSAGES/clisp.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/clisplow_en.gmo as ../locale/en/LC_MESSAGES/clisplow.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/da.gmo as ../locale/da/LC_MESSAGES/clisp.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/clisplow_da.gmo as ../locale/da/LC_MESSAGES/clisplow.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/de.gmo as ../locale/de/LC_MESSAGES/clisp.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/clisplow_de.gmo as ../locale/de/LC_MESSAGES/clisplow.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/fr.gmo as ../locale/fr/LC_MESSAGES/clisp.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/clisplow_fr.gmo as ../locale/fr/LC_MESSAGES/clisplow.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/es.gmo as ../locale/es/LC_MESSAGES/clisp.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/clisplow_es.gmo as ../locale/es/LC_MESSAGES/clisplow.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/nl.gmo as ../locale/nl/LC_MESSAGES/clisp.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/clisplow_nl.gmo as ../locale/nl/LC_MESSAGES/clisplow.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/ru.gmo as ../locale/ru/LC_MESSAGES/clisp.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/clisplow_ru.gmo as ../locale/ru/LC_MESSAGES/clisplow.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/sv.gmo as ../locale/sv/LC_MESSAGES/clisp.mo installing /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/po/clisplow_sv.gmo as ../locale/sv/LC_MESSAGES/clisplow.mo make[2]: Leaving directory '/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/debian/build/po' rm -rf data mkdir data cd data && ln -s /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/utils/unicode/UnicodeDataFull.txt . cd data && ln -s /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/doc/Symbol-Table.text . gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/clisp-2.49.20241123.git9ff8aed=. -fstack-protector --param=ssp-buffer-size=4 -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -no-integrated-cpp -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare -Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -fno-strict-aliasing -DNO_ASM -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -Wl,-z,relro spvw.o spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o socket.o io.o funarg.o array.o hashtabl.o list.o package.o record.o weak.o sequence.o charstrg.o debug.o error.o misc.o time.o predtype.o symbol.o lisparit.o i18n.o foreign.o unixaux.o built.o modules.o libgnu.a -lreadline -lncurses -lffcall -lsigsegv -lunistring -o lisp.run ./lisp.run -marc > marc.out ./lisp.run -B . -N locale -E UTF-8 -Emisc 1:1 -Epathname 1:1 -norc -m 2MW -lp /build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/ -x '(and (load "/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/src/init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)' make[1]: *** [Makefile:1460: interpreted.mem] Segmentation fault make[1]: Leaving directory '/build/reproducible-path/clisp-2.49.20241123.git9ff8aed/debian/build' dh_auto_build: error: cd debian/build && make -j1 returned exit code 2 make: *** [debian/rules:17: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1096442-close@bugs.debian.org
- Subject: Bug#1096442: fixed in clisp 1:2.49.20250504.gitf662209-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Wed, 24 Sep 2025 09:49:47 +0000
- Message-id: <E1v1M8B-006L2a-1B@fasolo.debian.org>
- Reply-to: Peter Van Eynde <pvaneynd@debian.org>
Source: clisp Source-Version: 1:2.49.20250504.gitf662209-1 Done: Peter Van Eynde <pvaneynd@debian.org> We believe that the bug you reported is fixed in the latest version of clisp, 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 1096442@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde <pvaneynd@debian.org> (supplier of updated clisp 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: Wed, 24 Sep 2025 11:13:50 +0200 Source: clisp Architecture: source Version: 1:2.49.20250504.gitf662209-1 Distribution: unstable Urgency: medium Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org> Changed-By: Peter Van Eynde <pvaneynd@debian.org> Closes: 1096442 Changes: clisp (1:2.49.20250504.gitf662209-1) unstable; urgency=medium . * New upstream version. * This new version fixes the ftbfs with GCC-15 (Closes: #1096442) Checksums-Sha1: aa7a20b6835473a062dbc3bcff292cabbdf3aec7 3119 clisp_2.49.20250504.gitf662209-1.dsc 63dc0509ffc94094f132ec55769e855fbd1cc7f1 7343680 clisp_2.49.20250504.gitf662209.orig.tar.xz ac3319f32f77f8b91ff6e042f5fee4d464fbbf9e 30064 clisp_2.49.20250504.gitf662209-1.debian.tar.xz 2f30bf51d14da318c9b33415bbdf27bba1d5bac9 15554 clisp_2.49.20250504.gitf662209-1_amd64.buildinfo Checksums-Sha256: 80d178d6fdeb7a44e471bb98c971a2ba57eb1e3b7b271ddd1b0c71a88c36aad5 3119 clisp_2.49.20250504.gitf662209-1.dsc 23ed0cbd831a768f748857e6bca744a97cca3c8394b5949cd255a2fa600d4348 7343680 clisp_2.49.20250504.gitf662209.orig.tar.xz 6ab81959125a518d47e3ff0db35aa134bd8f60c2f7efaf27d20ecdea47460b5c 30064 clisp_2.49.20250504.gitf662209-1.debian.tar.xz a45c437233064a24912504940e4fdaec5e7977bd4c23957404f86b1aa4e81b09 15554 clisp_2.49.20250504.gitf662209-1_amd64.buildinfo Files: c93cc09a2eb21adf967b7bd37ddbf34a 3119 lisp optional clisp_2.49.20250504.gitf662209-1.dsc d11ca66c65b0cb96e49e539189cbfd67 7343680 lisp optional clisp_2.49.20250504.gitf662209.orig.tar.xz efd0d26e9b83b689dcf46dadb5d36680 30064 lisp optional clisp_2.49.20250504.gitf662209-1.debian.tar.xz 1cbd14b9916738914f6091b32178df2b 15554 lisp optional clisp_2.49.20250504.gitf662209-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQKTBAEBCgB9FiEEq/pVygOvMEtssvu/qyvF+S+rne0FAmjTvEpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFC RkE1NUNBMDNBRjMwNEI2Q0IyRkJCRkFCMkJDNUY5MkZBQjlERUQACgkQqyvF+S+r ne2mwhAAnWtgqF/oeV4zvXmpKvA2xugAgDuH3lvLsUZDFwR6cIUaX7zAIIgda6AA RwkIcJ/m0vovxXcVHe/vw2dRFPRNQjjWKdgvS50DuvmJ2jou/F/SILqlm0xCXJ59 hxBo7C3r7JMDC+rFSYcredr3CNbiHDZMq5p/ma6LCcLIWvUSB5FgrFMSKbBuGFve TxADmouJ25vg3OkpclOQ/V6rP2hCya6Wwgg7BQGR7rcUHF5N1tbw9X0ahe3H2WyG tF1N9VrmFbVrJMrm1uMJbxbH9XeIX1QS33M/CAUCgMh/ySRDscdpNNBNFCU1E5rw mtcC8ImzQTRJpfQu78fvkz/ESaWDCqKi0jYts8KTZftEokkKTAYc60kCZ/wxn4rT 74D/mC5jpCYiF5M+F00sfml/3FABN24Ki3lXY4gWFfin7S5cDJ/E2tMkCoBvjhey xSR+SaEcLc4tVd0qgSUIwwNdcZ8OvhNp2jk1mfJIEoNpQknSrERT3o4S6+2R/KFQ NZEeQBKL1lCGoM+XB5oF0sW2jmyk7VXXa4Z1EsEPw8vJLWK/+elUa0gLxOsqIrsw s1vzYSbunsdST+bjUMPkKliJsGfTQzPlbnmrg52R2ECAntttzXTexLOXoST0DKIM diEdQXdkNMSY9rMVkMHvJ7e161N1vZlybZRiq6xLo5jEH/nnm2o= =m5J0 -----END PGP SIGNATURE-----Attachment: pgpSS8FMhUvXh.pgp
Description: PGP signature
--- End Message ---