[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1097886: marked as done (sigscheme: ftbfs with GCC-15)



Your message dated Tue, 30 Sep 2025 10:39:53 +0000
with message-id <E1v3Xlx-0036RN-0n@fasolo.debian.org>
and subject line Bug#1097886: fixed in sigscheme 0.9.1-4
has caused the Debian Bug report #1097886,
regarding sigscheme: 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.)


-- 
1097886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097886
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:sigscheme
Version: 0.9.1-3
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/sigscheme_0.9.1-3_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

[...]
      |                                         ^~~~~~~~~~~~~~~~
env.c:431:5: note: in expansion of macro 'DECLARE_INTERNAL_FUNCTION'
  431 |     DECLARE_INTERNAL_FUNCTION("scm_valid_environmentp");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:995: libsscm_la-eval.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
env.c: In function 'valid_framep':
sigschemeinternal.h:269:24: warning: variable 'scm_internal_tmp' set but not used [-Wunused-but-set-variable]
  269 | #define SCM_MANGLE(id) scm_internal_##id
      |                        ^~~~~~~~~~~~~
sigschemeinternal.h:279:12: note: in expansion of macro 'SCM_MANGLE'
  279 |     ScmObj SCM_MANGLE(tmp);                                                  \
      |            ^~~~~~~~~~
sigschemeinternal.h:285:41: note: in expansion of macro 'DECLARE_FUNCTION'
  285 | #define DECLARE_INTERNAL_FUNCTION(name) DECLARE_FUNCTION((name), ignored)
      |                                         ^~~~~~~~~~~~~~~~
env.c:456:5: note: in expansion of macro 'DECLARE_INTERNAL_FUNCTION'
  456 |     DECLARE_INTERNAL_FUNCTION("valid_framep");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
sigschemeinternal.h:269:24: warning: variable 'scm_internal_name' set but not used [-Wunused-but-set-variable]
  269 | #define SCM_MANGLE(id) scm_internal_##id
      |                        ^~~~~~~~~~~~~
sigschemeinternal.h:278:17: note: in expansion of macro 'SCM_MANGLE'
  278 |     const char *SCM_MANGLE(name);                                            \
      |                 ^~~~~~~~~~
sigschemeinternal.h:285:41: note: in expansion of macro 'DECLARE_FUNCTION'
  285 | #define DECLARE_INTERNAL_FUNCTION(name) DECLARE_FUNCTION((name), ignored)
      |                                         ^~~~~~~~~~~~~~~~
env.c:456:5: note: in expansion of macro 'DECLARE_INTERNAL_FUNCTION'
  456 |     DECLARE_INTERNAL_FUNCTION("valid_framep");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
env.c: In function 'scm_validate_formals':
sigschemeinternal.h:269:24: warning: variable 'scm_internal_tmp' set but not used [-Wunused-but-set-variable]
  269 | #define SCM_MANGLE(id) scm_internal_##id
      |                        ^~~~~~~~~~~~~
sigschemeinternal.h:279:12: note: in expansion of macro 'SCM_MANGLE'
  279 |     ScmObj SCM_MANGLE(tmp);                                                  \
      |            ^~~~~~~~~~
sigschemeinternal.h:285:41: note: in expansion of macro 'DECLARE_FUNCTION'
  285 | #define DECLARE_INTERNAL_FUNCTION(name) DECLARE_FUNCTION((name), ignored)
      |                                         ^~~~~~~~~~~~~~~~
env.c:505:5: note: in expansion of macro 'DECLARE_INTERNAL_FUNCTION'
  505 |     DECLARE_INTERNAL_FUNCTION("scm_validate_formals");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
sigschemeinternal.h:269:24: warning: variable 'scm_internal_name' set but not used [-Wunused-but-set-variable]
  269 | #define SCM_MANGLE(id) scm_internal_##id
      |                        ^~~~~~~~~~~~~
sigschemeinternal.h:278:17: note: in expansion of macro 'SCM_MANGLE'
  278 |     const char *SCM_MANGLE(name);                                            \
      |                 ^~~~~~~~~~
sigschemeinternal.h:285:41: note: in expansion of macro 'DECLARE_FUNCTION'
  285 | #define DECLARE_INTERNAL_FUNCTION(name) DECLARE_FUNCTION((name), ignored)
      |                                         ^~~~~~~~~~~~~~~~
env.c:505:5: note: in expansion of macro 'DECLARE_INTERNAL_FUNCTION'
  505 |     DECLARE_INTERNAL_FUNCTION("scm_validate_formals");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/sigscheme\" -DSCMLIBDIR=\"/usr/share/sigscheme/lib\" -I. -I../include -I/build/reproducible-path/sigscheme-0.9.1/libgcroots/include -DSCM_COMPILING_LIBSSCM=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/sigscheme-0.9.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pedantic -Wall -Wchar-subscripts -Wmissing-declarations -Wredundant-decls -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wno-overlength-strings -DNDEBUG -c symbol.c -o libsscm_la-symbol.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/sigscheme\" -DSCMLIBDIR=\"/usr/share/sigscheme/lib\" -I. -I../include -I/build/reproducible-path/sigscheme-0.9.1/libgcroots/include -DSCM_COMPILING_LIBSSCM=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/sigscheme-0.9.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pedantic -Wall -Wchar-subscripts -Wmissing-declarations -Wredundant-decls -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wno-overlength-strings -DNDEBUG -c storage.c -o libsscm_la-storage.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/sigscheme\" -DSCMLIBDIR=\"/usr/share/sigscheme/lib\" -I. -I../include -I/build/reproducible-path/sigscheme-0.9.1/libgcroots/include -DSCM_COMPILING_LIBSSCM=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/sigscheme-0.9.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pedantic -Wall -Wchar-subscripts -Wmissing-declarations -Wredundant-decls -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wno-overlength-strings -DNDEBUG -c alloc.c -o libsscm_la-alloc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/sigscheme\" -DSCMLIBDIR=\"/usr/share/sigscheme/lib\" -I. -I../include -I/build/reproducible-path/sigscheme-0.9.1/libgcroots/include -DSCM_COMPILING_LIBSSCM=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/sigscheme-0.9.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pedantic -Wall -Wchar-subscripts -Wmissing-declarations -Wredundant-decls -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wno-overlength-strings -DNDEBUG -c error.c -o libsscm_la-error.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/sigscheme\" -DSCMLIBDIR=\"/usr/share/sigscheme/lib\" -I. -I../include -I/build/reproducible-path/sigscheme-0.9.1/libgcroots/include -DSCM_COMPILING_LIBSSCM=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/sigscheme-0.9.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pedantic -Wall -Wchar-subscripts -Wmissing-declarations -Wredundant-decls -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wno-overlength-strings -DNDEBUG -c env.c -o libsscm_la-env.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/sigscheme\" -DSCMLIBDIR=\"/usr/share/sigscheme/lib\" -I. -I../include -I/build/reproducible-path/sigscheme-0.9.1/libgcroots/include -DSCM_COMPILING_LIBSSCM=1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/sigscheme-0.9.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pedantic -Wall -Wchar-subscripts -Wmissing-declarations -Wredundant-decls -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wno-overlength-strings -DNDEBUG -c storage-gc.c -o libsscm_la-storage-gc.o >/dev/null 2>&1
make[3]: Leaving directory '/build/reproducible-path/sigscheme-0.9.1/src'
make[2]: *** [Makefile:726: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/sigscheme-0.9.1/src'
make[1]: *** [Makefile:552: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/sigscheme-0.9.1'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sigscheme
Source-Version: 0.9.1-4
Done: Andreas Beckmann <anbe@debian.org>

We believe that the bug you reported is fixed in the latest version of
sigscheme, 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 1097886@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated sigscheme 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: Tue, 30 Sep 2025 12:09:25 +0200
Source: sigscheme
Architecture: source
Version: 0.9.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Closes: 1097886
Changes:
 sigscheme (0.9.1-4) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with GCC 15.  (Closes: #1097886)
   * Drop redundant Rules-Requires-Root: no.
Checksums-Sha1:
 e3243f1f14cbeaf84c5ae2ac4f3de03c8872f372 2218 sigscheme_0.9.1-4.dsc
 692e6e344cae452c0d73b3f51645ed749c446115 12320 sigscheme_0.9.1-4.debian.tar.xz
 8149225c03c3c83a933c27ebc5a1cc098e4be850 5354 sigscheme_0.9.1-4_source.buildinfo
Checksums-Sha256:
 e52f549b048d572be3c58e8bed199b94251b5bf74b160d494e7bbd0ae0390ae6 2218 sigscheme_0.9.1-4.dsc
 b31dec4b30355b21b23d0428b0447ff5d612325bf13317d9781b398f17c7fde8 12320 sigscheme_0.9.1-4.debian.tar.xz
 6fff34435b1803bf14da7568aa1cfaf06018f9c07fbbcf4d74d38556f7bf2aca 5354 sigscheme_0.9.1-4_source.buildinfo
Files:
 8e1201d486a8e202f22a3263427e7ba5 2218 lisp optional sigscheme_0.9.1-4.dsc
 146fb18f5e20e8d27aeba55f80d09afd 12320 lisp optional sigscheme_0.9.1-4.debian.tar.xz
 8fc4086492a9c659c8f780c06cee6fd4 5354 lisp optional sigscheme_0.9.1-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjbrVEQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCMKoD/40xEnhfGmynZ9I5WSBuaR1fO9G0DTOvv54
KEGQrSRS1Le1ODcSNh77DEIB9TSo5N5OGDRNM3cpF1TRIoVHriOPRhHnusbzQXFt
uwQKGL/npiMHJTFNU00wRzgjlzG31JNhg8oQX+nyAsquCm9sZ1aeRbmQkDxNnWMJ
4COjV+Xy8rTqlfLrsBetcNvkmOuT5p1ZqgH4Q+I3PCTZ7wLcYFoomVNSYtA0DQLV
cwYzFnHiFHPvz/0Qlr5C5vOI+YUjzwBAtqJ5ALWo37aApgUeNUILP2NtwILV8z4h
Uc7SCaVYy4SOoq2JwipUwW9xhXwkcyTStF5cuYrzf7poI9U8Yq8XmY4Oqt54n/u4
qplJ3bLHlnmpLz3LTCJ711Cs5/fIIuKX5C4KONUmBwsFOAdOgfHYmo40taqc3kVn
W2N1nnN0GUmgVw4xysijeZVYBnk751qQ5MptgFrivxcdi+9wHhmLrW7dD64zIq6F
YzDwS+Czt0KJiqbhNp35Tl4tDIRyb/iRVlhu9V67zokO8Lvfeh8Mx4ai6xjX/m3e
HWGc/cVmMrCS9B4BFtkSb0QPS9/USA8b9KwOFP0niU0nkhJZGYZSWqxsNJ/Raif/
p5lLhOJeDHVHQqbCh4KY9HqLdDDwD5FROdpawuhiYyK9A/oolo4jiR4VByEWx6rT
ewt84ivNfA==
=FemI
-----END PGP SIGNATURE-----

Attachment: pgpixr8GKqYNn.pgp
Description: PGP signature


--- End Message ---

Reply to: