Your message dated Sat, 25 Oct 2025 11:36:43 +0000
with message-id <[email protected]>
and subject line Bug#1097891: fixed in sketch 1:0.3.7-13
has caused the Debian Bug report #1097891,
regarding sketch: 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.)
--
1097891: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097891
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sketch
Version: 1:0.3.7-12
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/sketch_0.3.7-12_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
[...]
rm -rf Debug Release
cd Doc; rm -f \
sketch.ps sketch.dvi \
sketch.aux sketch.cp sketch.cps sketch.fn sketch.ky \
sketch.log sketch.op sketch.ops sketch.pg \
sketch.sx sketch.sxs sketch.tmp sketch.toc sketch.tp \
sketch.vr texput.log ex*\.pdf ex*\.eps ex*\.tex ex*\.txt \
\#*\# *~
cd Data; rm -f *~ \#*\#
make[2]: Leaving directory '/build/reproducible-path/sketch-0.3.7'
make[1]: Leaving directory '/build/reproducible-path/sketch-0.3.7'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/build/reproducible-path/sketch-0.3.7'
perl makever.pl
not generating web page
make[1]: Leaving directory '/build/reproducible-path/sketch-0.3.7'
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/sketch-0.3.7'
dh_auto_build
make -j8
make[2]: Entering directory '/build/reproducible-path/sketch-0.3.7'
gcc -O1 -g -Wall -Wall -g -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o bsp.o bsp.c
gcc -O1 -g -Wall -Wall -g -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o cmdline.o
cmdline.c
gcc -O1 -g -Wall -Wall -g -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o emit.o
emit.c
gcc -O1 -g -Wall -Wall -g -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o error.o
error.c
gcc -O1 -g -Wall -Wall -g -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o expr.o
expr.c
gcc -O1 -g -Wall -Wall -g -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o geometry.o
geometry.c
gcc -O1 -g -Wall -Wall -g -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o geomio.o
geomio.c
gcc -O1 -g -Wall -Wall -g -O2 -Wdate-time -D_FORTIFY_SOURCE=2 -c -o global.o
global.c
In file included from cmdline.c:24:
memutil.h:28:13: error: ‘bool’ cannot be defined via ‘typedef’
28 | typedef int bool;
| ^~~~
memutil.h:28:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
memutil.h:28:1: warning: useless type name in empty declaration
28 | typedef int bool;
| ^~~~~~~
make[2]: *** [<builtin>: cmdline.o] Error 1
make[2]: *** Waiting for unfinished jobs....
expr.c: In function ‘to_integer’:
expr.c:374:12: warning: variable ‘frac_part’ set but not used
[-Wunused-but-set-variable]
374 | double frac_part, int_part;
| ^~~~~~~~~
In file included from geometry.c:27:
memutil.h:28:13: error: ‘bool’ cannot be defined via ‘typedef’
28 | typedef int bool;
| ^~~~
memutil.h:28:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
memutil.h:28:1: warning: useless type name in empty declaration
28 | typedef int bool;
| ^~~~~~~
geometry.c:338:44: warning: argument 2 of type ‘FLOAT[3]’ {aka ‘double[3]’}
with mismatched bound [-Warray-parameter=]
338 | void fold_max_pt_2d(POINT_2D max, POINT_3D new_pt)
| ~~~~~~~~~^~~~~~
In file included from geometry.c:25:
geometry.h:164:44: note: previously declared as ‘FLOAT[2]’ {aka ‘double[2]’}
164 | void fold_max_pt_2d(POINT_2D max, POINT_2D new_pt);
| ~~~~~~~~~^~~~~~
make[2]: *** [<builtin>: geometry.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/sketch-0.3.7'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:27: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/sketch-0.3.7'
make: *** [debian/rules:21: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: sketch
Source-Version: 1:0.3.7-13
Done: Santiago Vila <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sketch, 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.
Santiago Vila <[email protected]> (supplier of updated sketch 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: Sat, 25 Oct 2025 12:55:00 +0200
Source: sketch
Architecture: source
Version: 1:0.3.7-13
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1048664 1097891
Changes:
sketch (1:0.3.7-13) unstable; urgency=medium
.
* Team upload.
.
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends-Indep: Drop versioned constraint on texlive-pstricks.
+ sketch-doc: Drop versioned constraint on sketch in Replaces.
+ sketch-doc: Drop versioned constraint on sketch in Breaks.
.
[ Adrian Bunk ]
* Build with -std=gnu17 to workaround FTBFS with GCC 15.
Closes: #1097891.
.
[ Santiago Vila ]
* Switch debian/watch to format version 5.
* Fix clean target. Closes: #1048664.
* Update standards-version.
* Add debian/salsa.yml.
Checksums-Sha1:
fcac0410f17d4c679c36b306af3d6b436b577e43 1873 sketch_0.3.7-13.dsc
4dc1d9ba9e69318ba43d9a436f66badccdcc201b 14656 sketch_0.3.7-13.debian.tar.xz
808541c826e38d91790a4ef53e54e0ce461ed113 5474 sketch_0.3.7-13_source.buildinfo
Checksums-Sha256:
66e6600812c6d694a2bded959aaff98da5d78d0f59e4e2ef31bc9da091bbb22e 1873
sketch_0.3.7-13.dsc
7b575ab8f9b92a1d297e7d581deebd334102e355d424c75734ab5d342d66fa61 14656
sketch_0.3.7-13.debian.tar.xz
edae0fe3ac105c0df10a4a9279db7a2be00fea8d1c2d61f024b543817b2b2d8a 5474
sketch_0.3.7-13_source.buildinfo
Files:
600a4b99871ae823b20be13921c31443 1873 graphics optional sketch_0.3.7-13.dsc
91ab1488cb3e62613046f92fe6441018 14656 graphics optional
sketch_0.3.7-13.debian.tar.xz
b4cef58b2ec4e075901a259ceda1733c 5474 graphics optional
sketch_0.3.7-13_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmj8rhkACgkQQc5/C58b
izJLEAf/UQ+LFlZiamq3E57Obcy39RbbukkBTPku5sy3hmi6lNAFm+VCyni2+0dF
kyH1jXuKmHmbFRKDdNC9+z5KhkqcBmN+21DmHBhh+Hnlu323nwjdi9/Fkg7YYR+s
ohtgGd2hlH1WHEZG1mUbW5JGQV809QZaalvYcLN3XVdbWl6f0mXy4ahHdFykaoR4
M3/hN4ry1x6iBC9GotH0otS2yCUlMWBfQQWh5lnRmud+zvJ7YG8p3qew1Yq8I1dZ
QhBfyMq6o8MkSt3mU7DLhtOT4C+f/HFlj6/ixO3UjxSIrhcAQV05reCIaGvd3gY5
vsSqf8NdqdnQc2O1VI2dD4wvsY+boA==
=q3Y9
-----END PGP SIGNATURE-----
pgpPs7rc4eRZ_.pgp
Description: PGP signature
--- End Message ---