Your message dated Mon, 22 Sep 2025 11:05:32 +0000
with message-id <[email protected]>
and subject line Bug#1115855: Removed package(s) from unstable
has caused the Debian Bug report #1097533,
regarding outguess: 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.)
--
1097533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097533
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:outguess
Version: 1:0.4-2
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/outguess_0.4-2_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
[...]
694 | buffer = (*cinfo.mem->alloc_sarray)
| ~^~~~~~~~~~~~~~~~~~~~~~~~~
695 | ((j_common_ptr) &cinfo, JPOOL_IMAGE, row_stride, 1);
| ~~~~~~~~~~~~~~~~~~~~~
In file included from jpeg-6b-steg/jpeglib.h:26:
jpeg-6b-steg/jpeglib.h:762:23: note: declared here
762 | JMETHOD(JSAMPARRAY, alloc_sarray, (j_common_ptr cinfo, int pool_id,
| ^~~~~~~~~~~~
jpeg-6b-steg/jmorecfg.h:202:50: note: in definition of macro ‘JMETHOD’
202 | #define JMETHOD(type,methodname,arglist) type (*methodname) ()
| ^~~~~~~~~~
jpg.c:708:12: error: too many arguments to function ‘jpeg_read_scanlines’;
expected 0, have 3
708 | (void) jpeg_read_scanlines(&cinfo, buffer, 1);
| ^~~~~~~~~~~~~~~~~~~ ~~~~~~
jpeg-6b-steg/jpeglib.h:976:20: note: declared here
976 | EXTERN(JDIMENSION) jpeg_read_scanlines JPP((j_decompress_ptr cinfo,
| ^~~~~~~~~~~~~~~~~~~
jpg.c:717:10: error: too many arguments to function ‘jpeg_finish_decompress’;
expected 0, have 1
717 | (void) jpeg_finish_decompress(&cinfo);
| ^~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
jpeg-6b-steg/jpeglib.h:979:17: note: declared here
979 | EXTERN(boolean) jpeg_finish_decompress JPP((j_decompress_ptr cinfo));
| ^~~~~~~~~~~~~~~~~~~~~~
jpg.c:725:3: error: too many arguments to function ‘jpeg_destroy_decompress’;
expected 0, have 1
725 | jpeg_destroy_decompress(&cinfo);
| ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
jpeg-6b-steg/jpeglib.h:906:14: note: declared here
906 | EXTERN(void) jpeg_destroy_decompress JPP((j_decompress_ptr cinfo));
| ^~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [<builtin>: jcapimin.o] Error 1
make[4]: Leaving directory
'/build/reproducible-path/outguess-0.4/src/jpeg-6b-steg'
make[3]: *** [Makefile:715: jpeg-6b-steg/libjpeg.a] Error 2
make[3]: *** Waiting for unfinished jobs....
jpg.c: In function ‘jpeg_dummy_dest’:
jpg.c:809:8: error: too many arguments to function ‘cinfo->mem->alloc_small’;
expected 0, have 3
809 | (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
jpeg-6b-steg/jpeglib.h:758:19: note: declared here
758 | JMETHOD(void *, alloc_small, (j_common_ptr cinfo, int pool_id,
| ^~~~~~~~~~~
jpeg-6b-steg/jmorecfg.h:202:50: note: in definition of macro ‘JMETHOD’
202 | #define JMETHOD(type,methodname,arglist) type (*methodname) ()
| ^~~~~~~~~~
jpg.c:814:30: error: assignment to ‘void (*)(void)’ from incompatible pointer
type ‘void (*)(struct jpeg_compress_struct *)’ [-Wincompatible-pointer-types]
814 | dest->pub.init_destination = init_destination;
| ^
jpg.c:772:1: note: ‘init_destination’ declared here
772 | init_destination (j_compress_ptr cinfo)
| ^~~~~~~~~~~~~~~~
jpg.c:815:33: error: assignment to ‘boolean (*)(void)’ {aka ‘int (*)(void)’}
from incompatible pointer type ‘boolean (*)(struct jpeg_compress_struct *)’
{aka ‘int (*)(struct jpeg_compress_struct *)’} [-Wincompatible-pointer-types]
815 | dest->pub.empty_output_buffer = empty_output_buffer;
| ^
jpg.c:781:1: note: ‘empty_output_buffer’ declared here
781 | empty_output_buffer (j_compress_ptr cinfo)
| ^~~~~~~~~~~~~~~~~~~
jpg.c:816:30: error: assignment to ‘void (*)(void)’ from incompatible pointer
type ‘void (*)(struct jpeg_compress_struct *)’ [-Wincompatible-pointer-types]
816 | dest->pub.term_destination = term_destination;
| ^
jpg.c:792:1: note: ‘term_destination’ declared here
792 | term_destination (j_compress_ptr cinfo)
| ^~~~~~~~~~~~~~~~
make[3]: *** [Makefile:478: jpg.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/outguess-0.4/src'
make[2]: *** [Makefile:458: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/outguess-0.4'
make[1]: *** [Makefile:356: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/outguess-0.4'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 1:0.4-2+rm
Dear submitter,
as the package outguess has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1115855
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---