Your message dated Fri, 24 Oct 2025 10:19:44 +0000
with message-id <[email protected]>
and subject line Bug#1097487: fixed in oaklisp 1.3.7-4.1
has caused the Debian Bug report #1097487,
regarding oaklisp: 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.)


-- 
1097487: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097487
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:oaklisp
Version: 1.3.7-4
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/oaklisp_1.3.7-4_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[5]: *** [Makefile:524: oaklisp-oaklisp.o] Error 1
In file included from stacks.c:30:
data.h:37:13: error: ‘bool’ cannot be defined via ‘typedef’
   37 | typedef int bool;
      |             ^~~~
data.h:37:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
data.h:37:1: warning: useless type name in empty declaration
   37 | typedef int bool;
      | ^~~~~~~
In file included from cmdline.c:32:
data.h:37:13: error: ‘bool’ cannot be defined via ‘typedef’
   37 | typedef int bool;
      |             ^~~~
data.h:37:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
data.h:37:1: warning: useless type name in empty declaration
   37 | typedef int bool;
      | ^~~~~~~
gc.c:836:1: warning: ‘shift_targets’ defined but not used [-Wunused-function]
  836 | shift_targets(ref_t * start, size_t len,
      | ^~~~~~~~~~~~~
cmdline.c: In function ‘parse_cmd_line’:
cmdline.c:170:38: error: initialization of ‘int *’ from incompatible pointer 
type ‘_Bool *’ [-Wincompatible-pointer-types]
  170 |         {"trace-traps", no_argument, &trace_traps, true},
      |                                      ^
cmdline.c:170:38: note: (near initialization for ‘long_options[12].flag’)
cmdline.c:171:32: error: initialization of ‘int *’ from incompatible pointer 
type ‘_Bool *’ [-Wincompatible-pointer-types]
  171 |         {"batch", no_argument, &batch_mode, true},
      |                                ^
cmdline.c:171:32: note: (near initialization for ‘long_options[13].flag’)
cmdline.c:183:38: error: initialization of ‘int *’ from incompatible pointer 
type ‘_Bool *’ [-Wincompatible-pointer-types]
  183 |         {"trace-files", no_argument, &trace_files, true},
      |                                      ^
cmdline.c:183:38: note: (near initialization for ‘long_options[14].flag’)
make[5]: *** [Makefile:482: oaklisp-gc.o] Error 1
stacks.c:59:1: warning: ‘stack_push’ defined but not used [-Wunused-function]
   59 | stack_push(oakstack *stack_p, ref_t x)
      | ^~~~~~~~~~
stacks.c:50:1: warning: ‘stack_pop’ defined but not used [-Wunused-function]
   50 | stack_pop(oakstack *stack_p)
      | ^~~~~~~~~
stacks.c:44:1: warning: ‘stack_newtos’ defined but not used [-Wunused-function]
   44 | stack_newtos(oakstack *stack_p, ref_t x)
      | ^~~~~~~~~~~~
stacks.c:38:1: warning: ‘stack_top’ defined but not used [-Wunused-function]
   38 | stack_top(oakstack *stack_p)
      | ^~~~~~~~~
make[5]: *** [Makefile:552: oaklisp-stacks.o] Error 1
make[5]: *** [Makefile:454: oaklisp-cmdline.o] Error 1
In file included from instr.c:20:
data.h:37:13: error: ‘bool’ cannot be defined via ‘typedef’
   37 | typedef int bool;
      |             ^~~~
data.h:37:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
data.h:37:1: warning: useless type name in empty declaration
   37 | typedef int bool;
      | ^~~~~~~
make[5]: *** [Makefile:510: oaklisp-loop.o] Error 1
make[5]: *** [Makefile:496: oaklisp-instr.o] Error 1
make[5]: Leaving directory '/build/reproducible-path/oaklisp-1.3.7/src/emulator'
make[4]: *** [Makefile:327: all] Error 2
make[4]: Leaving directory '/build/reproducible-path/oaklisp-1.3.7/src/emulator'
make[3]: *** [Makefile:349: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/oaklisp-1.3.7/src'
make[2]: *** [Makefile:444: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/oaklisp-1.3.7'
make[1]: *** [Makefile:364: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/oaklisp-1.3.7'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: oaklisp
Source-Version: 1.3.7-4.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
oaklisp, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated oaklisp 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 22 Oct 2025 22:15:54 +0300
Source: oaklisp
Architecture: source
Version: 1.3.7-4.1
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097487
Changes:
 oaklisp (1.3.7-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1097487)
Checksums-Sha1:
 d39b2f3000081259dfac2945b36cc19ed46de58b 2238 oaklisp_1.3.7-4.1.dsc
 294f98eec73e8df0002df3a3c6748a209618714c 691956 oaklisp_1.3.7-4.1.debian.tar.xz
Checksums-Sha256:
 8f8846c63780ad753d06bf3f28fce1130493bbf5b6844849eca9c91b332baf64 2238 
oaklisp_1.3.7-4.1.dsc
 1d509b34f5c059d82e49819aca647aee947357f97f60fbe065bc04f21022504c 691956 
oaklisp_1.3.7-4.1.debian.tar.xz
Files:
 35f9faec8b57c2fb602c58828398447c 2238 lisp optional oaklisp_1.3.7-4.1.dsc
 ace9779cf47a8b8b81256c106b336df5 691956 lisp optional 
oaklisp_1.3.7-4.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj5LqgACgkQiNJCh6LY
mLF0yQ//Ti2DGYrpyjj2JJYr9xqXDXLxUM1B/9f3zLkyH75Se+p14ckHmEYD3vsS
uUeJrOpzzd6UpPj4PmrO05GEYs3Ax2TwJDCsNeTEIaU/G+dzVvaQ+YJASHIK+TNI
mmxe+0Q0CeBFXOt3CsSVH9KWaWfuLaN6Wu0nzmJkcFeLJzJp7wrKN9eOSGDzYrKV
hkmn1Nrq/x16YzmiMnMcGozTaI503U5Zmjk0SX7t+C/GqxrTDHTHQuH1X0CQbUv6
8Ngz7E++ZkL5ikga1yAoEbWFavoD1S/p7pQZ/AQX8I02lKUBnyo6xVFV9FvTDXjR
eZaLAVontnAFEACzqCbw+A2oF0QH7nTb1KWela9PCsnvuLXrBgp3uR6cY+oT4pox
HzmL6yjIJ4B+TOqReBUYb8QIRhRmc52AgK4492TcF6dc7/1g4EBBEdVyPcrUtlhg
vAHoiS/n9mEe5uJ0p6uLwQhQj6sj35KoiZeXh5ZekN+Z/ZWKEN7YIseOPqCJkFOL
3YiSELuWRWm24VB/pBA5lWVENm49SAV0JvCxJxp4RXdw9tbQvZ8g6FvdefuEtNdq
In2S7mWZjglw75PyX69lGiRVmEGoezwyuXt1u8cRGoSRcR/hGPMAeFkJ42MmJruM
NM1qMQUXnM5AlEF5sAnitYfXaBQ6/PLKuHQB1chNgTn52awIRvg=
=dVRX
-----END PGP SIGNATURE-----

Attachment: pgpJ4jmNgQqRi.pgp
Description: PGP signature


--- End Message ---

Reply via email to