Your message dated Thu, 25 Sep 2025 08:37:29 +0000
with message-id <[email protected]>
and subject line Bug#1096594: fixed in euslisp 9.32+dfsg-1
has caused the Debian Bug report #1096594,
regarding euslisp: 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.)


-- 
1096594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096594
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:euslisp
Version: 9.31+dfsg-3
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/euslisp_9.31+dfsg-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

[...]
eus_proto.h:349:76: note: expected ‘struct cell * (*)(void)’ but argument is of 
type ‘struct cell * (*)(context *, int,  struct cell **)’
  349 | extern pointer defunpkg(context */*ctx*/, char */*name*/, pointer 
/*mod*/, pointer (*/*f*/)(), pointer /*pkg*/);
      |                                                                         
   ^~~~~~~~~~~~~~~~~~
sequence.c:815:9: note: ‘NSUBSTITUTE’ declared here
  815 | pointer NSUBSTITUTE(ctx,n,argv)
      |         ^~~~~~~~~~~
sequence.c:1092:37: error: passing argument 4 of ‘defunpkg’ from incompatible 
pointer type [-Wincompatible-pointer-types]
 1092 |   defunpkg(ctx,"VECTOR-REPLACE",mod,VECREPLACE,syspkg);
      |                                     ^~~~~~~~~~
      |                                     |
      |                                     struct cell * (*)(context *, int,  
struct cell **)
eus_proto.h:349:76: note: expected ‘struct cell * (*)(void)’ but argument is of 
type ‘struct cell * (*)(context *, int,  struct cell **)’
  349 | extern pointer defunpkg(context */*ctx*/, char */*name*/, pointer 
/*mod*/, pointer (*/*f*/)(), pointer /*pkg*/);
      |                                                                         
   ^~~~~~~~~~~~~~~~~~
sequence.c:858:9: note: ‘VECREPLACE’ declared here
  858 | pointer VECREPLACE(ctx,n,argv)
      |         ^~~~~~~~~~
sequence.c:1093:24: error: passing argument 4 of ‘defun’ from incompatible 
pointer type [-Wincompatible-pointer-types]
 1093 |   defun(ctx,"SORT",mod,SORT,NULL);
      |                        ^~~~
      |                        |
      |                        struct cell * (*)(context *, int,  struct cell 
**)
eus_proto.h:348:73: note: expected ‘struct cell * (*)(void)’ but argument is of 
type ‘struct cell * (*)(context *, int,  struct cell **)’
  348 | extern pointer defun(context */*ctx*/, char */*name*/, pointer /*mod*/, 
pointer (*/*f*/)(), char * /*doc*/);
      |                                                                         
^~~~~~~~~~~~~~~~~~
sequence.c:980:9: note: ‘SORT’ declared here
  980 | pointer SORT(ctx,n,argv)
      |         ^~~~
sequence.c:1094:26: error: passing argument 4 of ‘defun’ from incompatible 
pointer type [-Wincompatible-pointer-types]
 1094 |   defun(ctx,"LENGTH",mod,LENGTH,NULL);
      |                          ^~~~~~
      |                          |
      |                          struct cell * (*)(context *, int,  struct cell 
**)
eus_proto.h:348:73: note: expected ‘struct cell * (*)(void)’ but argument is of 
type ‘struct cell * (*)(context *, int,  struct cell **)’
  348 | extern pointer defun(context */*ctx*/, char */*name*/, pointer /*mod*/, 
pointer (*/*f*/)(), char * /*doc*/);
      |                                                                         
^~~~~~~~~~~~~~~~~~
sequence.c:1018:9: note: ‘LENGTH’ declared here
 1018 | pointer LENGTH(ctx,n,argv)
      |         ^~~~~~
sequence.c:1095:23: error: passing argument 4 of ‘defun’ from incompatible 
pointer type [-Wincompatible-pointer-types]
 1095 |   defun(ctx,"ELT",mod,ELT,NULL);
      |                       ^~~
      |                       |
      |                       struct cell * (*)(context *, int,  struct cell **)
eus_proto.h:348:73: note: expected ‘struct cell * (*)(void)’ but argument is of 
type ‘struct cell * (*)(context *, int,  struct cell **)’
  348 | extern pointer defun(context */*ctx*/, char */*name*/, pointer /*mod*/, 
pointer (*/*f*/)(), char * /*doc*/);
      |                                                                         
^~~~~~~~~~~~~~~~~~
sequence.c:1038:9: note: ‘ELT’ declared here
 1038 | pointer ELT(ctx,n,argv)
      |         ^~~
sequence.c:1096:26: error: passing argument 4 of ‘defun’ from incompatible 
pointer type [-Wincompatible-pointer-types]
 1096 |   defun(ctx,"SETELT",mod,SETELT,NULL);
      |                          ^~~~~~
      |                          |
      |                          struct cell * (*)(context *, int,  struct cell 
**)
eus_proto.h:348:73: note: expected ‘struct cell * (*)(void)’ but argument is of 
type ‘struct cell * (*)(context *, int,  struct cell **)’
  348 | extern pointer defun(context */*ctx*/, char */*name*/, pointer /*mod*/, 
pointer (*/*f*/)(), char * /*doc*/);
      |                                                                         
^~~~~~~~~~~~~~~~~~
sequence.c:1055:9: note: ‘SETELT’ declared here
 1055 | pointer SETELT(ctx,n,argv)
      |         ^~~~~~
make[3]: *** [Makefile.generic2:297: 
/build/reproducible-path/euslisp-9.31+dfsg/Linux64/obj/sequence.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/euslisp-9.31+dfsg/lisp'
make[2]: *** [Makefile.generic2:146: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/euslisp-9.31+dfsg/lisp'
make[1]: *** [Makefile:29: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/euslisp-9.31+dfsg'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: euslisp
Source-Version: 9.32+dfsg-1
Done: Kei Okada <[email protected]>

We believe that the bug you reported is fixed in the latest version of
euslisp, 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.
Kei Okada <[email protected]> (supplier of updated euslisp 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: Thu, 25 Sep 2025 16:12:19 +0900
Source: euslisp
Architecture: source
Version: 9.32+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Kei Okada <[email protected]>
Closes: 1096594 1105329
Changes:
 euslisp (9.32+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 9.32+dfsg
     Support gcc-15, closes: #1096594, #1105329
   * remove patches already applied in 9.32, see:
     https://github.com/euslisp/EusLisp/pull/525
     https://github.com/euslisp/EusLisp/pull/524
     https://github.com/euslisp/EusLisp/pull/523
     https://github.com/euslisp/EusLisp/pull/522
     https://github.com/euslisp/EusLisp/pull/517
Checksums-Sha1:
 f84ffebcdcd51137cbfd0afce61967e02533f38e 2361 euslisp_9.32+dfsg-1.dsc
 bd3efaaf29a57d504cd99b72c60e925eb14ae93e 6898980 euslisp_9.32+dfsg.orig.tar.xz
 5925dc25f2a7be440817c5c23c10c4af7a7e480d 11184 
euslisp_9.32+dfsg-1.debian.tar.xz
Checksums-Sha256:
 cf21a1fed2b4885bc56f5ff1fc580ba65ea77708f97a17e056697958d821f900 2361 
euslisp_9.32+dfsg-1.dsc
 8abd91462fd18709e9d1b96cceb0f7e713f9979a1a70c4cc5cc9703d15797e6f 6898980 
euslisp_9.32+dfsg.orig.tar.xz
 f7320b2dd05db840f0371e650f94ed6ccac4bae470d67878bac6c1eac5f02c8b 11184 
euslisp_9.32+dfsg-1.debian.tar.xz
Files:
 b3ad2fdd30b58b4d332b6c0372f70af5 2361 lisp optional euslisp_9.32+dfsg-1.dsc
 8a0fe1e020eea3d631a3d65363361b43 6898980 lisp optional 
euslisp_9.32+dfsg.orig.tar.xz
 58aa0168b94e88ec7b9ebcd45b339b63 11184 lisp optional 
euslisp_9.32+dfsg-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmjU89sACgkQW//cwljm
lDOOtw//d30C4p/RV9VqMnt+eF4B2CDVI0GIFhEyY0IwVkQqAVOSa5sDuuP6REAZ
XghTWLuQAf6f0W4pmX5GlqSXl6/n+VDO2wXPPQ6MfN5wCjykf+F70AQUv4BxMwFJ
thr566V0kVZbS++XLUretAJwmxX7AEkzBKUHWGNo7n2+GXQbElW/wQqjVunuTVkA
G0yy382V91GHv24ZSo1JIPqNSueN/HagyQiPjhFjIy4i4DQ3+r8aQ76Pc7Kmqc+a
LKFzoaaSl2aUvMmOe28k5KHuLcIkVmahPsgl3q2VjW4HX6iHQJYh34x3W4JNH2EL
u92FsokNN/wGeXUnLL5ns0j3l2CTqJ3n8x74TKgZ6m3SITDWJBQC/HZ0FNKv3afA
pviC6a2jZPX73kAtvTTm5OaEaD5M9mvln7Yfn42gdejq0sC9AbvwWwtg6x0B1Ydb
Fiwa/SeEv4AUspJyVh8lJKdHbN7LRjPA0rItzvE7/k5GcJKahVWSZZCaq2So6ENd
M6QB3g3ZnRPRMsSOFZWbHnwigiPGce5xx8wBss3biG16m2cTXLo0jt666GRxM/tL
N2jhNhPxDxTqtBvugENbxPOXY8u2LRBN91P/StYnZMnC0NLgitZvmzHK3RdXq9rf
NoqoFqN0CJ6RcBj8UtDaiF019k7PbViCBdKGiDZ6Xl//5nn80Ls=
=Iak3
-----END PGP SIGNATURE-----

Attachment: pgp1mjtm5Gvtd.pgp
Description: PGP signature


--- End Message ---

Reply via email to