Your message dated Wed, 14 May 2025 09:08:38 -0400
with message-id <[email protected]>
and subject line GCC-15
has caused the Debian Bug report #1096352,
regarding axiom: 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 [email protected]
immediately.)


-- 
1096352: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096352
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:axiom
Version: 20170501-13
Severity: important
Tags: sid forky
User: [email protected]
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/axiom_20170501-13_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

[...]
   42 | #define frs_push(a,b) do { frame_ptr _frs_top = frs_top +1; if 
(_frs_top >= frs_limit) frs_overflow(); _frs_top->frs_lex = lex_env; 
_frs_top->frs_bds_top = bds_top; _frs_top->frs_class = (a); 
_frs_top->frs_in_signal_handler = in_signal_handler; _frs_top->frs_val = (b); 
_frs_top->frs_ihs = ihs_top; frs_top=_frs_top; _setjmp ((void 
*)_frs_top->frs_jmpbuf); } while (0)
      |                                                                         
                                                                                
                                                                                
                                                                                
     ^~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1756:9: note: in 
expansion of macro ‘frs_push’
 1756 |         frs_push(FRS_PROTECT,Cnil);
      |         ^~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:799:5: note: declared 
here
  799 | int _setjmp();
      |     ^~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1760:31: error: too 
many arguments to function ‘LnkLI5’; expected 0, have 3
 1760 |         (void)((VFUN_NARGS=3,(*(LnkLI5))(Ct,((object)VV[43]),base[2])));
      |                              ~^~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c: In function ‘L8’:
/build/reproducible-path/axiom-20170501/books/tangle1.c:1817:29: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1817 |         V64= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V62),((object)VV[47])));
      |                            ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1820:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1820 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V63),((object)VV[49])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1827:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1827 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V63),((object)VV[51])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1834:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1834 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V63),((object)VV[52])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1841:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1841 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V63),((object)VV[53])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1848:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1848 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V63),((object)VV[54])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c: In function ‘L9’:
/build/reproducible-path/axiom-20170501/books/tangle1.c:1883:29: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1883 |         V68= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V66),((object)VV[57])));
      |                            ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1886:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1886 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V67),((object)VV[59])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1893:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1893 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V67),((object)VV[60])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1900:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1900 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V67),((object)VV[61])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1907:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1907 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V67),((object)VV[62])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c: In function ‘L10’:
/build/reproducible-path/axiom-20170501/books/tangle1.c:1942:29: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1942 |         V72= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V70),((object)VV[65])));
      |                            ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/build/reproducible-path/axiom-20170501/books/tangle1.c:1945:33: error: too 
many arguments to function ‘LnkLI40’; expected 0, have 3
 1945 |         base[1]= 
(VFUN_NARGS=3,(*(LnkLI40))(((object)VV[41]),(V71),((object)VV[67])));
      |                                ~^~~~~~~~~~~ ~~~~~~~~~~~~~~~~

Correctable error: (SYSTEM "/usr/bin/gcc  -c -g 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/gcl-2.6.14=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fsigned-char -pipe -fcommon 
-fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic -Wall 
-Wno-empty-body -Wno-unused-but-set-variable -I/usr/include/tirpc -Wdate-time 
-D_FORTIFY_SOURCE=2  -I/usr/lib/gcl-2.6.14/unixport/../h  -O2  -c 
/build/reproducible-path/axiom-20170501/books/tangle1.c -o 
/build/reproducible-path/axiom-20170501/books/tangle1.o ") returned a non-zero 
value 1 0.
Fast links are on: do (si::use-fast-links nil) for debugging
Signalled by COMPILE-FILE.
If continued: Continues anyway.(SYSTEM "/usr/bin/gcc  -c -g 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/gcl-2.6.14=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fsigned-char -pipe -fcommon 
-fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic -Wall 
-Wno-empty-body -Wno-unused-but-set-variable -I/usr/include/tirpc -Wdate-time 
-D_FORTIFY_SOURCE=2  -I/usr/lib/gcl-2.6.14/unixport/../h  -O2  -c 
/build/reproducible-path/axiom-20170501/books/tangle1.c -o 
/build/reproducible-path/axiom-20170501/books/tangle1.o ") returned a non-zero 
value 1 0.

Broken at COMPILE-FILE.  Type :H for Help.
    1 (continue) Continues anyway. 
    2  Return to top level. 
>>make[3]: *** [Makefile:18: 
>>/build/reproducible-path/axiom-20170501/obj/linux/bin/lisp] Error 255
make[3]: Leaving directory '/build/reproducible-path/axiom-20170501/lsp'
make[2]: *** [Makefile.linux:187: lspdir] Error 2
make[2]: Leaving directory '/build/reproducible-path/axiom-20170501'
make[1]: *** [Makefile:150: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/axiom-20170501'
make: *** [debian/rules:84: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Greetings!  This issue is fixed now -- thanks for your report!
-- 
Camm Maguire                                        [email protected]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

--- End Message ---

Reply via email to