Your message dated Mon, 06 Oct 2025 12:36:18 +0000
with message-id <[email protected]>
and subject line Bug#1098072: fixed in volpack 1.0b3-11
has caused the Debian Bug report #1098072,
regarding volpack: 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.)
--
1098072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098072
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:volpack
Version: 1.0b3-10
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/volpack_1.0b3-10_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
[...]
vp_context.c: In function 'vpSetCallback':
vp_context.c:1164:1: warning: old-style function definition
[-Wold-style-definition]
1164 | vpSetCallback(vpc, option, func)
| ^~~~~~~~~~~~~
vp_context.c:1183:28: error: assignment to 'int (*)(int, void *, unsigned
int)' from incompatible pointer type 'int (*)(void)'
[-Wincompatible-pointer-types]
1183 | vpc->read_func = read;
| ^
vp_context.c:1169:16: note: 'read' declared here
1169 | extern int read(), write();
| ^~~~
vp_context.c:1189:29: error: assignment to 'int (*)(int, void *, unsigned
int)' from incompatible pointer type 'int (*)(void)'
[-Wincompatible-pointer-types]
1189 | vpc->write_func = write;
| ^
vp_context.c:1169:24: note: 'write' declared here
1169 | extern int read(), write();
| ^~~~~
vp_context.c: In function 'vpSetClientData':
vp_context.c:1227:1: warning: old-style function definition
[-Wold-style-definition]
1227 | vpSetClientData(vpc, client_data)
| ^~~~~~~~~~~~~~~
vp_context.c: In function 'vpSetDebug':
vp_context.c:1242:1: warning: old-style function definition
[-Wold-style-definition]
1242 | vpSetDebug(vpc, flag, value)
| ^~~~~~~~~~
vp_context.c: In function 'vpTracePixel':
vp_context.c:1262:1: warning: old-style function definition
[-Wold-style-definition]
1262 | vpTracePixel(vpc, trace_u, trace_v)
| ^~~~~~~~~~~~
vp_context.c: In function 'vpGeti':
vp_context.c:1280:1: warning: old-style function definition
[-Wold-style-definition]
1280 | vpGeti(vpc, option, iptr)
| ^~~~~~
vp_context.c: In function 'vpGetd':
vp_context.c:1531:1: warning: old-style function definition
[-Wold-style-definition]
1531 | vpGetd(vpc, option, dptr)
| ^~~~~~
vp_context.c: In function 'vpGetp':
vp_context.c:1567:1: warning: old-style function definition
[-Wold-style-definition]
1567 | vpGetp(vpc, option, pptr)
| ^~~~~~
vp_context.c: In function 'vpGetMaterial':
vp_context.c:1631:1: warning: old-style function definition
[-Wold-style-definition]
1631 | vpGetMaterial(vpc, material, property, surface_side, r, g, b)
| ^~~~~~~~~~~~~
vp_context.c: In function 'vpGetLight':
vp_context.c:1696:1: warning: old-style function definition
[-Wold-style-definition]
1696 | vpGetLight(vpc, light_num, property, n0, n1, n2)
| ^~~~~~~~~~
vp_context.c: In function 'vpGetImage':
vp_context.c:1729:1: warning: old-style function definition
[-Wold-style-definition]
1729 | vpGetImage(vpc, image, width, height, scan_bytes, pixel_type,
image_type)
| ^~~~~~~~~~
vp_context.c: In function 'vpGetTimer':
vp_context.c:2030:1: warning: old-style function definition
[-Wold-style-definition]
2030 | vpGetTimer(vpc, option, iptr)
| ^~~~~~~~~~
vp_context.c: In function 'vpClearTimer':
vp_context.c:2052:1: warning: old-style function definition
[-Wold-style-definition]
2052 | vpClearTimer(vpc, option)
| ^~~~~~~~~~~~
make[1]: *** [Makefile:645: vp_context.lo] Error 1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2
-DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/volpack-1.0b3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c vp_check.c -o vp_check.o >/dev/null
2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2
-DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/volpack-1.0b3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c vp_linalg.c -o vp_linalg.o
>/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2
-DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/volpack-1.0b3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c vp_file.c -o vp_file.o >/dev/null
2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2
-DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/volpack-1.0b3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c vp_renderB.c -o vp_renderB.o
>/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2
-DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B
-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/volpack-1.0b3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c vp_octree.c -o vp_octree.o
>/dev/null 2>&1
make[1]: Leaving directory '/build/reproducible-path/volpack-1.0b3'
dh_auto_build: error: make -j8 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: volpack
Source-Version: 1.0b3-11
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
volpack, 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.
Andreas Tille <[email protected]> (supplier of updated volpack 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: Mon, 06 Oct 2025 14:07:21 +0200
Source: volpack
Architecture: source
Version: 1.0b3-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1098072
Changes:
volpack (1.0b3-11) unstable; urgency=medium
.
[ Andreas Tille ]
* Try hard to fix build using gcc-15 with d/p/gcc-15.patch but
this fails for M4 generated code parts
* Standards-Version: 4.7.2 (routine-update)
* Remove field Section on binary package libvolpack1 that duplicates source.
* Make sure examples are building with gcc-15 and thus autopkgtest is
passing.
* Drop unused lintian-overrides
.
[ Adrian Bunk ]
* Build with -std=gnu17 to workaround FTBFS with GCC 15.
Closes: #1098072
Checksums-Sha1:
e921e8de439eab7d99818da817536abd024f3430 2172 volpack_1.0b3-11.dsc
0ee1df9ca8aa2148086f5028af588d191934ed83 30672 volpack_1.0b3-11.debian.tar.xz
17432c85a4734b97ed91f47a20d2c374b0faefcb 6288 volpack_1.0b3-11_amd64.buildinfo
Checksums-Sha256:
f288a0dc4cba330c16c51562fd39a1922650fc33e5e2c322c75fc4efe63fd817 2172
volpack_1.0b3-11.dsc
4c3eb04713578865db4e95726968100fbba4a22c01fbd8b99a4145aae56b72ce 30672
volpack_1.0b3-11.debian.tar.xz
a26303b3c8dd65eba1742a6ad6ce7edf6a7481a8ec505646950f4b24300a9594 6288
volpack_1.0b3-11_amd64.buildinfo
Files:
c773ab1a54fe329d623df7ad37604c61 2172 libs optional volpack_1.0b3-11.dsc
29126c64e4be180b5233c42903c96b03 30672 libs optional
volpack_1.0b3-11.debian.tar.xz
36af4001922f6c5055c690720b777848 6288 libs optional
volpack_1.0b3-11_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmjjseIRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtF7jBAAj1Vpzw5dfQHPiqoOMoGAKp07kCPQCe4m
CQm88dXzFjNFQEHrq1xRGkvkDKDDGJU0mUaruN14iu1GIC1JGM7gxBrICXktL6gF
nHaNWVyVpoEepA1aF0cmWE2u3sbRVmUzPuEBC655wtVkHdksW1qk6ZBiPe5R8FHO
Ybn4anHqvI/x9XGwhCkPdWPHuIPraF9cQCt2YpI//GRY0kd/pFBcWemVKyCDRmLd
pC9O3BeRmGUOiPCazsKnYUVi20st0hU2WOAUAG9DQ9Zortq6tFoo6Unc9YzhnUDi
GYhFn+BED8yMeAGLNcwz46QZz3EBMriJ3GoW+MsamdUHUhrk2hEpQrgV/DRfXuta
6LGvRE3TFySdqPm50DSGRPMFbT2jaakrX6EqzgX6/zPGyPGlvJXsRAGSR6SdFYnw
dl7DdMJJmWoeERjsYZ8Sg6igUDjgOoStI2RM5RL+16YRnlJ0I3yqU3HKCdloDiyr
6cQJP+SJAhNKZGG2dlZCH/yuGhfOvZtkE5hEByuHPh271wsHKePyIfrhSg0jvhEs
JFzKUIrVWxVyMRQflSBwkhtdWHiOlE1LFuFmWlCdCaH/HBKvpz958qMkpgOJhdOA
5lSQvYxf9ThGO6+2Du1h77f8+YOVDTlWwFnfDGAvIMMRl0y8eiL3l0abKN4FJqzF
4ECBV6viBfQ=
=az6q
-----END PGP SIGNATURE-----
pgpG2FPYTOmgF.pgp
Description: PGP signature
--- End Message ---