Your message dated Tue, 16 Sep 2025 02:35:55 +0000
with message-id <[email protected]>
and subject line Bug#1098200: fixed in ziproxy 3.3.2-8
has caused the Debian Bug report #1098200,
regarding ziproxy: 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.)
--
1098200: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098200
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ziproxy
Version: 3.3.2-7
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/ziproxy_3.3.2-7_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
[...]
1273 | fscanf (from, "%x", &pending_chunk_len);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http.c:1286:33: warning: ignoring return value of ‘feof’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1286 | feof (from);
| ^~~~~~~~~~~
http.c: In function ‘get_response_headers’:
http.c:1392:9: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1392 | fgets(line, 5, sockrfp);
| ^~~~~~~~~~~~~~~~~~~~~~~
http.c:1414:9: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1414 | fgets(line+n, sizeof(line), sockrfp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
image.c: In function ‘bitmap2jpg’:
image.c:1258:37: error: assignment to ‘boolean (*)(struct jpeg_compress_struct
*)’ {aka ‘int (*)(struct jpeg_compress_struct *)’} from incompatible pointer
type ‘boolean (*)(void)’ {aka ‘int (*)(void)’} [-Wincompatible-pointer-types]
1258 | memdest.empty_output_buffer = jpeg_dest_empty_output_buffer;
| ^
image.c:1219:16: note: ‘jpeg_dest_empty_output_buffer’ declared here
1219 | static boolean jpeg_dest_empty_output_buffer()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http.c:1414:9: warning: ‘fgets’ writing 16384 bytes into a region of size 16380
overflows the destination [-Wstringop-overflow=]
1414 | fgets(line+n, sizeof(line), sockrfp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http.c:84:13: note: at offset [4, 16383] into destination object ‘line’ of size
16384
84 | static char line[MAX_LINELEN];
| ^~~~
In file included from /usr/include/stdio.h:970,
from http.h:53,
from http.c:59:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:305:1: note: in a call to function
‘fgets’ declared with attribute ‘access (write_only, 1, 2)’
305 | fgets (__fortify_clang_overload_arg (char *, __restrict, __s), int __n,
| ^~~~~
make[4]: *** [Makefile:486: image.o] Error 1
In function ‘fgets’,
inlined from ‘get_response_headers’ at http.c:1414:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:313:12: warning: ‘__fgets_alias’
writing 16384 bytes into a region of size 16380 overflows the destination
[-Wstringop-overflow=]
313 | return __fgets_alias (__s, __n, __stream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http.c: In function ‘get_response_headers’:
http.c:84:13: note: at offset [4, 16383] into destination object ‘line’ of size
16384
84 | static char line[MAX_LINELEN];
| ^~~~
In file included from /usr/include/features.h:510,
from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:28:
/usr/include/x86_64-linux-gnu/bits/stdio2-decl.h:96:14: note: in a call to
function ‘__fgets_alias’ declared with attribute ‘access (write_only, 1, 2)’
96 | extern char *__REDIRECT (__fgets_alias,
| ^~~~~~~~~~
In function ‘fgets’,
inlined from ‘get_response_headers’ at http.c:1414:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:318:10: warning: ‘__fgets_chk’
writing 16384 bytes into a region of size 16380 overflows the destination
[-Wstringop-overflow=]
318 | return __fgets_chk (__s, __sz, __n, __stream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http.c: In function ‘get_response_headers’:
http.c:84:13: note: at offset [4, 16383] into destination object ‘line’ of size
16384
84 | static char line[MAX_LINELEN];
| ^~~~
In file included from /usr/include/stdio.h:954:
/usr/include/x86_64-linux-gnu/bits/stdio2-decl.h:106:14: note: in a call to
function ‘__fgets_chk’ declared with attribute ‘access (write_only, 1, 3)’
106 | extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
| ^~~~~~~~~~~
make[4]: Leaving directory '/build/reproducible-path/ziproxy-3.3.2/src'
make[3]: *** [Makefile:502: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/ziproxy-3.3.2/src'
make[2]: *** [Makefile:350: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/ziproxy-3.3.2/src'
make[1]: *** [Makefile:345: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/ziproxy-3.3.2'
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: ziproxy
Source-Version: 3.3.2-8
Done: Marcos Talau <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ziproxy, 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.
Marcos Talau <[email protected]> (supplier of updated ziproxy 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, 13 Sep 2025 12:29:49 -0300
Source: ziproxy
Architecture: source
Version: 3.3.2-8
Distribution: unstable
Urgency: medium
Maintainer: Marcos Talau <[email protected]>
Changed-By: Marcos Talau <[email protected]>
Closes: 1098200
Changes:
ziproxy (3.3.2-8) unstable; urgency=medium
.
* debian/control: Bump Standards-Version to "4.7.2".
* debian/copyright: Update packaging copyright years.
* debian/patches/04_fix-build-with-gcc15.patch: Fix build with GCC 15.
(Closes: #1098200)
Checksums-Sha1:
32f655331a793e82d09665d2b306355bae061b06 1923 ziproxy_3.3.2-8.dsc
31648336003b8d353e9d720b57eb665c3b3e33bd 10152 ziproxy_3.3.2-8.debian.tar.xz
b2d511e5e731d05a8155856626c5afbf8918375b 6182 ziproxy_3.3.2-8_source.buildinfo
Checksums-Sha256:
3fd9a73e02fe928947a09c073cfea2ac05550e4c81e1ffd4b80acdaa140a2bae 1923
ziproxy_3.3.2-8.dsc
d1c2a8d137c04230f69f7c666314823b801bb376b51847fdab16b6357cbe9ba7 10152
ziproxy_3.3.2-8.debian.tar.xz
69709301cc48c77e0fd6419684edaa3df7037b82bbaad96bfe3b6d571ae7c0b8 6182
ziproxy_3.3.2-8_source.buildinfo
Files:
6c49ffbee27ca3da9b8e7f05f27e984e 1923 net optional ziproxy_3.3.2-8.dsc
d833c998e339bcd1e5b57027f9ddbe0b 10152 net optional
ziproxy_3.3.2-8.debian.tar.xz
4bcb2bba905cdfbd4b7dba451810b726 6182 net optional
ziproxy_3.3.2-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmjIwdMACgkQ9LqqgNso
ukwAIhAAmQW9w2QPuvoMZorCdHDDI1ntlP3lwEui0xk4pyoyCpGzbooDOkyLIpUQ
9ytcZtX9dzh6OyF3WlrWUaytUrHjgJCG9vJ0afR7erYluUwAI4AjhEFSL+xLOfJq
R90+3bzg6um+e6UMu0i9yjSpgUQWP/ZETZvCy/kvu8/Cl6puGxT2j9mhd1tO1ZJ2
hHYH2yp1LmVFaCZbRhhhPcBgVbQrP5pvUhRb1lfUqHW173XWP1fF/iruaYaKwred
wgCoQEMudKrn+145IzhXGVuyzkufMfM4ULS3C5tC8J79F6CPsNWd/5rmAVZbt/8d
XeKRx+gdyfoZgdieEle4xebNxXM6hPsYjHIp1MoAye3LbkeE+LX4K/Bz0TvdWAvT
MRRGAYBimvfOGkPt0Qlkjc0Lkj4NGkPDHvYaOXmJDAhw3Z5MgklK3AAyS3C9eBHo
5VItp1UK/2NAD5uYwvO0qZRCYojjpzRu8tl8qjtZtCs8JsN8jjBeT0CesIRqXKBe
Imz1knsRKlY6ZWBxszlVcwgXwlEm16y+G0tY4M8Gg1rLn6VS/sVQ/pNnMr17Dtou
/TAES5HhCeco2A31TDPBPFuQNu25iZSK23ngCMc1cc4+QmtvSEmKkLbGvWRsIKPI
FUcy3gbIoxn16yPxVQtn9q4cIcGm85vwFfvL1Elst9+o6Am6opc=
=7z7N
-----END PGP SIGNATURE-----
pgpkcVGjCbbdo.pgp
Description: PGP signature
--- End Message ---