Your message dated Fri, 22 Aug 2025 15:54:09 +0000
with message-id <[email protected]>
and subject line Bug#1098069: fixed in vncsnapshot 1.2a-7
has caused the Debian Bug report #1098069,
regarding vncsnapshot: 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.)


-- 
1098069: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098069
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:vncsnapshot
Version: 1.2a-6
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/vncsnapshot_1.2a-6_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

[...]
dpkg-buildpackage: info: source package vncsnapshot
dpkg-buildpackage: info: source version 1.2a-6
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by наб 
<[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --no-parallel
   dh_auto_clean -O--no-parallel
        make -j1 clean
make[1]: Entering directory '/build/reproducible-path/vncsnapshot-1.2a'
cd rdr;make clean
make[2]: Entering directory '/build/reproducible-path/vncsnapshot-1.2a/rdr'
rm -f FdInStream.o InStream.o ZlibInStream.o FdOutStream.o NullOutStream.o 
ZlibOutStream.o librdr.a core
make[2]: Leaving directory '/build/reproducible-path/vncsnapshot-1.2a/rdr'
rm -f argsresources.o buffer.o cursor.o listen.o rfbproto.o sockets.o tunnel.o 
vncsnapshot.o d3des.o vncauth.o zrle.o vncpasswd.o vncauth.o d3des.o vncpasswd 
vncsnapshot core
make[1]: Leaving directory '/build/reproducible-path/vncsnapshot-1.2a'
   dh_autoreconf_clean -O--no-parallel
   dh_clean -O--no-parallel
 debian/rules binary
dh binary --no-parallel
   dh_update_autotools_config -O--no-parallel
   dh_autoreconf -O--no-parallel
   dh_auto_configure -O--no-parallel
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/vncsnapshot-1.2a'
dh_auto_build -- CDEBUGFLAGS='-g -O2 
-ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection' LDFLAGS='-Wl,-z,relro -Wl,-z,now'
        make -j1 "INSTALL=install --strip-program=true" "CDEBUGFLAGS=-g -O2 
-ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "LDFLAGS=-Wl,-z,relro -Wl,-z,now"
make[2]: Entering directory '/build/reproducible-path/vncsnapshot-1.2a'
cd rdr;make all
make[3]: Entering directory '/build/reproducible-path/vncsnapshot-1.2a/rdr'
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I..    -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o FdInStream.o FdInStream.cxx
echo FdInStream.o FdInStream.cxx
FdInStream.o FdInStream.cxx
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I..    -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o InStream.o InStream.cxx
echo InStream.o InStream.cxx
InStream.o InStream.cxx
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I..    -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o ZlibInStream.o ZlibInStream.cxx
echo ZlibInStream.o ZlibInStream.cxx
ZlibInStream.o ZlibInStream.cxx
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I..    -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o FdOutStream.o FdOutStream.cxx
echo FdOutStream.o FdOutStream.cxx
FdOutStream.o FdOutStream.cxx
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I..    -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o NullOutStream.o NullOutStream.cxx
echo NullOutStream.o NullOutStream.cxx
NullOutStream.o NullOutStream.cxx
g++ -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I..    -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o ZlibOutStream.o ZlibOutStream.cxx
echo ZlibOutStream.o ZlibOutStream.cxx
ZlibOutStream.o ZlibOutStream.cxx
ar cr librdr.a FdInStream.o InStream.o ZlibInStream.o FdOutStream.o 
NullOutStream.o ZlibOutStream.o
ranlib librdr.a
make[3]: Leaving directory '/build/reproducible-path/vncsnapshot-1.2a/rdr'
gcc -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I/usr/local/include 
-I/usr/local/include  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o argsresources.o 
argsresources.c
gcc -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I/usr/local/include 
-I/usr/local/include  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o buffer.o buffer.c
gcc -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I/usr/local/include 
-I/usr/local/include  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o cursor.o cursor.c
gcc -g -O2 -ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -I. -I/usr/local/include 
-I/usr/local/include  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o listen.o listen.c
listen.c:57:1: error: conflicting types for ‘listenForIncomingConnections’; 
have ‘void(int *, char **, int)’
   57 | listenForIncomingConnections(int *argc, char **argv, int listenArgIndex)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from listen.c:39:
vncsnapshot.h:155:13: note: previous declaration of 
‘listenForIncomingConnections’ with type ‘void(void)’
  155 | extern void listenForIncomingConnections();
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: listen.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/vncsnapshot-1.2a'
dh_auto_build: error: make -j1 "INSTALL=install --strip-program=true" 
"CDEBUGFLAGS=-g -O2 
-ffile-prefix-map=/build/reproducible-path/vncsnapshot-1.2a=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" "LDFLAGS=-Wl,-z,relro -Wl,-z,now" 
returned exit code 2
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/vncsnapshot-1.2a'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: vncsnapshot
Source-Version: 1.2a-7
Done: наб <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vncsnapshot, 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.
наб <[email protected]> (supplier of updated vncsnapshot 
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: Fri, 22 Aug 2025 16:40:28 +0200
Source: vncsnapshot
Architecture: source
Version: 1.2a-7
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <[email protected]>
Changed-By: наб <[email protected]>
Closes: 1098069 1105664
Changes:
 vncsnapshot (1.2a-7) unstable; urgency=medium
 .
   * Remove --no-parallel and patch around --shuffle=reverse (Closes: #1105664)
   * Fix FTBFS with GCC-15 (Closes: #1098069)
   * d/control: Uploaders: наб <[email protected]>
Checksums-Sha1:
 25e0428369e3cae8ec9f8434bec9fcf8e58ca37d 2008 vncsnapshot_1.2a-7.dsc
 115d9497467e5e5f13df2c108893db3d1d4c51bc 84075 vncsnapshot_1.2a.orig.tar.gz
 99e1f6173e5ed883a87cba10f213dd6942c0e102 9244 vncsnapshot_1.2a-7.debian.tar.xz
 dbd5da307c344a109d50c4b5e884360db8cb92e7 6971 
vncsnapshot_1.2a-7_source.buildinfo
Checksums-Sha256:
 dbe47848258768608494f509a725d492c74be44d0cda74d802ef06c6797d4a60 2008 
vncsnapshot_1.2a-7.dsc
 20f5bdf6939a0454bc3b41e87e41a5f247d7efd1445f4fac360e271ddbea14ee 84075 
vncsnapshot_1.2a.orig.tar.gz
 b5e5bdd4bcdb2e0d29a11813624632fa467345c3c1f0893178ce161d285afff9 9244 
vncsnapshot_1.2a-7.debian.tar.xz
 09af72833b54b064d70285582a1fc5c45fe2f86d998dbb205acd06262b49cf4b 6971 
vncsnapshot_1.2a-7_source.buildinfo
Files:
 92dacff232fbdb13dd1b84bf4f5d96e3 2008 x11 optional vncsnapshot_1.2a-7.dsc
 38864f5b9e22ce6219b64aac99605a01 84075 x11 optional 
vncsnapshot_1.2a.orig.tar.gz
 c2df996e468fc3b46047bf53d0869dbb 9244 x11 optional 
vncsnapshot_1.2a-7.debian.tar.xz
 d0bd8d8d9825450b71dd84b000a5f80c 6971 x11 optional 
vncsnapshot_1.2a-7_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJWBAEBCgBAFiEEfWlHToQCjFzAxEFjvP0LAY0mWPEFAmiogYsiHG5hYmlqYWN6
bGV3ZWxpQG5hYmlqYWN6bGV3ZWxpLnh5egAKCRC8/QsBjSZY8QXuEACu1HHXuqHw
HSH1Y5f9NWvy1m69qnovBgmNBKDgk5leCoAs8/ECtQSVC1ALHW7M/yB9NmYBM4/n
qoQLgbW5IG+YmnoQLHFnBmQIE+N7l0UQ+0Pq0rnP1cWKnyw1SdODrMaFGrrdo31X
V/2yFrVQCLTKYnB034RQrEKtEBGDolpPF1b0TpCEO6NDAHuNHaUUWEQVrg2Rw9R6
3TEHZKzqFN2RIUdMidEmn6LdWyfEcerNDFDSsY5fGPiYsWCrjbybkl+ANVhOJTq4
5kJ81YB2Ycwv8AQ/cQQJTg2o4oA7Jx7ICbYFP6AfqEUxMwupm8Z/oT67zCjNtlDc
iSKGxScDIp7Txb7IcZbFLVLaGbo1ZqVVpsG1vK33UOqqokLV33CqPzOOXKmiYkd3
BdcQ79GY5r15E3jr3WfpVlspkByY5lJ1iFTWRHJoYRhuYzZ+kUWBiez1ntX0//QP
L79ORiVivHqQQKSdJhD80fleLRDh0j19psU8I7i14GHRvLRpfSj8/wpJthyc45Oi
Ya+4EpUf75sTV4I4wwkVP9cvQTBkJVp1469H5/kq9nMMl9bfUeb0aZ/bSM69Qjv2
Y/dgC9w6+bF4ZorCj7Ezh37D6XfThYLOZSXot27GwGmNeHnpmhQMEGr2FNyPjIf9
r8LG27Jy9N0xBa0N5iP3FhbuErjvVYjqOA==
=TSPO
-----END PGP SIGNATURE-----

Attachment: pgputlsje06M0.pgp
Description: PGP signature


--- End Message ---

Reply via email to