Your message dated Wed, 17 Sep 2025 23:18:51 +0000
with message-id <[email protected]>
and subject line Bug#1097566: fixed in pecomato 0.0.15-12
has caused the Debian Bug report #1097566,
regarding pecomato: 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.)
--
1097566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097566
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pecomato
Version: 0.0.15-11
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/pecomato_0.0.15-11_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
[...]
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/pecomato-0.0.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_GNU_SOURCE -DOS_UNIX -DOS_LINUX
-DPRODUCT_ID="\"pecomato\"" -DPRODUCT_VERSION="\"0.0.15\"" -c -o util.o util.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/pecomato-0.0.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_GNU_SOURCE -DOS_UNIX -DOS_LINUX
-DPRODUCT_ID="\"pecomato\"" -DPRODUCT_VERSION="\"0.0.15\"" -c -o exif.o exif.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/pecomato-0.0.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_GNU_SOURCE -DOS_UNIX -DOS_LINUX
-DPRODUCT_ID="\"pecomato\"" -DPRODUCT_VERSION="\"0.0.15\"" -c -o iptc.o iptc.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/pecomato-0.0.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_GNU_SOURCE -DOS_UNIX -DOS_LINUX
-DPRODUCT_ID="\"pecomato\"" -DPRODUCT_VERSION="\"0.0.15\"" -c -o jfif.o jfif.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/pecomato-0.0.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_GNU_SOURCE -DOS_UNIX -DOS_LINUX
-DPRODUCT_ID="\"pecomato\"" -DPRODUCT_VERSION="\"0.0.15\"" -c -o adobe.o adobe.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/pecomato-0.0.15=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -D_GNU_SOURCE -DOS_UNIX -DOS_LINUX
-DPRODUCT_ID="\"pecomato\"" -DPRODUCT_VERSION="\"0.0.15\"" -c -o tiff.o tiff.c
In file included from jfif.h:5,
from jfif.c:1:
util.h:141:19: error: ‘bool’ cannot be defined via ‘typedef’
141 | typedef short int bool;
| ^~~~
util.h:141:19: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:141:1: warning: useless type name in empty declaration
141 | typedef short int bool;
| ^~~~~~~
In file included from adobe.h:5,
from adobe.c:1:
util.h:141:19: error: ‘bool’ cannot be defined via ‘typedef’
141 | typedef short int bool;
| ^~~~
In file included from util.c:9:
util.h:141:19: error: ‘bool’ cannot be defined via ‘typedef’
141 | typedef short int bool;
| ^~~~
util.h:141:19: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:141:19: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:141:1: warning: useless type name in empty declaration
141 | typedef short int bool;
| ^~~~~~~
util.h:141:1: warning: useless type name in empty declaration
141 | typedef short int bool;
| ^~~~~~~
In file included from exif.h:6,
from exif.c:1:
util.h:141:19: error: ‘bool’ cannot be defined via ‘typedef’
141 | typedef short int bool;
| ^~~~
util.h:141:19: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:141:1: warning: useless type name in empty declaration
141 | typedef short int bool;
| ^~~~~~~
make[1]: *** [Makefile:40: jfif.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from iptc.h:5,
from iptc.c:1:
util.h:141:19: error: ‘bool’ cannot be defined via ‘typedef’
141 | typedef short int bool;
| ^~~~
util.h:141:19: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:141:1: warning: useless type name in empty declaration
141 | typedef short int bool;
| ^~~~~~~
make[1]: *** [Makefile:40: adobe.o] Error 1
make[1]: *** [Makefile:40: exif.o] Error 1
make[1]: *** [Makefile:40: iptc.o] Error 1
make[1]: *** [Makefile:40: util.o] Error 1
In file included from jfif.h:5,
from main.c:18:
util.h:141:19: error: ‘bool’ cannot be defined via ‘typedef’
141 | typedef short int bool;
| ^~~~
util.h:141:19: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
util.h:141:1: warning: useless type name in empty declaration
141 | typedef short int bool;
| ^~~~~~~
make[1]: *** [<builtin>: main.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/pecomato-0.0.15'
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: pecomato
Source-Version: 0.0.15-12
Done: Ricardo Mones <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pecomato, 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.
Ricardo Mones <[email protected]> (supplier of updated pecomato 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, 18 Sep 2025 00:53:12 +0200
Source: pecomato
Architecture: source
Version: 0.0.15-12
Distribution: unstable
Urgency: high
Maintainer: Ricardo Mones <[email protected]>
Changed-By: Ricardo Mones <[email protected]>
Closes: 1097566
Changes:
pecomato (0.0.15-12) unstable; urgency=high
.
* Refresh patches with quilt
* Add patch to fix FTBFS with GCC 15 (Closes: #1097566)
* Update Standards-Version to 4.7.2 with no other changes
* Update watch file to version 5
* Update copyright year range
* Raise urgency because of RC bug
Checksums-Sha1:
d7cb0c3920b69af32e41565a50e4ae986a284958 1873 pecomato_0.0.15-12.dsc
c2063d3e12be633287a336a308d4160d096cb64c 14384 pecomato_0.0.15-12.debian.tar.xz
2439812c9e81d3cfe1423406ce467f6d6a824196 9482
pecomato_0.0.15-12_amd64.buildinfo
Checksums-Sha256:
a9c20b8ba7d8f10be5401e02435f0751f87ee5cbf7f6af774c0f049d037cd656 1873
pecomato_0.0.15-12.dsc
c2f54c68a3495c6dedc013a8c99a4eede63bb527245e5e7929ea1948e047d259 14384
pecomato_0.0.15-12.debian.tar.xz
cb4962797cd51740b505be2bbcbaa211337d2c0752406f0cbbc4dcb0fbd13e1f 9482
pecomato_0.0.15-12_amd64.buildinfo
Files:
b9648db8ac80fa6c6300448ea4aae28e 1873 utils optional pecomato_0.0.15-12.dsc
a3ef05628ae1e1a111b096a57c50944f 14384 utils optional
pecomato_0.0.15-12.debian.tar.xz
9601b9823e344f78491007a00a0ac230 9482 utils optional
pecomato_0.0.15-12_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEQ7w2SxbfDCBevXWSHw8KiN5bzKYFAmjLPUYACgkQHw8KiN5b
zKbijg/+LChvL/Cs6IScmOOqD/ULmJPRhf2BSLccqYTrUoPZW1fqbpDJLWNVeb9N
k3wvVYmRgx+3gU+1rsAUYcogKn21aioHbmRnPhCNuSPQ37t7LSKeQWCfjG5dn/fd
MCG2W9VGk9z3gb233k8AIYx5RmlHEHFKBKFl2u9L1+vBWynem4Yl3pYluuYhGTX9
VjoZJlpuPGO+UqWxGMMe/A6UhxTEi3sh7JOYWUzkpuzxpdTdXwF/6vlOwAvhEUt5
qJgFZdXwVM5rNse4GmfZGzDfxoe0C2oGsNmh7AwEukNIYvyUIrgwcL9JBO8z829r
d8Sj5Uz7oTk82BSJtpc8m48l+Bac5JVc/3YUlQsagQpSvuyxeoY+U9rh1I3z2ewO
q5sThHGrq6aY3b4m8hbcuCPqk60R5HTwEAy6RWBEc/WdBGF66gi+gic1a6ZokFZp
107ectVBpIJrswytVEkLaEcDPvMP/euMKYxgGl0DkpmNraOR5F0uvC+CFgQIcLVG
QCXwt3swQ9XGcV1FP7UH6Xo1ZOZGkSJEnA/8ZLy3XYLFzPoeX5yntOTqD6UbLUIu
IHin2z3GxcOCh5lKC1nP2pzD8w4z/guLqnjMeYItBTKt2swwxZ9cEbBlsSsxe0N9
hMg1+UXwS1WOK8A+67+zhzCFK2F4g0rkJ3gjnzILkqmfNlICgXc=
=vczd
-----END PGP SIGNATURE-----
pgpDWg11GItNI.pgp
Description: PGP signature
--- End Message ---