Your message dated Tue, 19 Nov 2024 17:50:55 +0000
with message-id <e1tdsnl-006doz...@fasolo.debian.org>
and subject line Bug#1075626: fixed in vncsnapshot 1.2a-6
has caused the Debian Bug report #1075626,
regarding vncsnapshot: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1075626: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075626
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vncsnapshot
Version: 1.2a-5.2
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/vncsnapshot_1.2a-5.2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
g++  -I. -I..      -c -o FdOutStream.o FdOutStream.cxx
echo FdOutStream.o FdOutStream.cxx
FdOutStream.o FdOutStream.cxx
g++  -I. -I..      -c -o NullOutStream.o NullOutStream.cxx
echo NullOutStream.o NullOutStream.cxx
NullOutStream.o NullOutStream.cxx
g++  -I. -I..      -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[2]: Leaving directory '/<<PKGBUILDDIR>>/rdr'
gcc -O2 -Wall -I. -I/usr/local/include -I/usr/local/include    -c -o 
argsresources.o argsresources.c
argsresources.c:23:20: warning: ‘ID’ defined but not used [-Wunused-variable]
   23 | static const char *ID = "$Id: argsresources.c,v 1.7 2004/09/09 19:18:21 
grmcdorman Exp $";
      |                    ^~
gcc -O2 -Wall -I. -I/usr/local/include -I/usr/local/include    -c -o buffer.o 
buffer.c
buffer.c: In function ‘write_JPEG_file’:
buffer.c:290:20: warning: pointer targets in assignment from ‘char *’ to 
‘JSAMPROW’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign]
  290 |     row_pointer[0] = & rawBuffer[cinfo.next_scanline * row_stride];
      |                    ^
buffer.c: At top level:
buffer.c:23:20: warning: ‘ID’ defined but not used [-Wunused-variable]
   23 | static const char *ID = "$Id: buffer.c,v 1.6 2004/09/09 00:22:33 
grmcdorman Exp $";
      |                    ^~
gcc -O2 -Wall -I. -I/usr/local/include -I/usr/local/include    -c -o cursor.o 
cursor.c
cursor.c:24:20: warning: ‘ID’ defined but not used [-Wunused-variable]
   24 | static const char *ID = "$Id: cursor.c,v 1.5 2004/09/09 00:22:33 
grmcdorman Exp $";
      |                    ^~
gcc -O2 -Wall -I. -I/usr/local/include -I/usr/local/include    -c -o listen.o 
listen.c
listen.c:23:20: warning: ‘ID’ defined but not used [-Wunused-variable]
   23 | static const char *ID = "$Id: listen.c,v 1.5 2003/03/26 00:31:59 
grmcdorman Exp $";
      |                    ^~
gcc -O2 -Wall -I. -I/usr/local/include -I/usr/local/include    -c -o rfbproto.o 
rfbproto.c
rfbproto.c: In function ‘HandleRFBServerMessage’:
rfbproto.c:603:9: warning: this ‘if’ clause does not guard... 
[-Wmisleading-indentation]
  603 |         if (!ReadFromRFBServer((char *)&cr, sz_rfbCopyRect))
      |         ^~
rfbproto.c:606:11: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the ‘if’
  606 |           if (!BufferWritten()) {
      |           ^~
In file included from rfbproto.c:762:
protocols/tight.c: In function ‘FilterGradient32’:
protocols/tight.c:428:56: warning: suggest parentheses around ‘+’ in operand of 
‘&’ [-Wparentheses]
  428 |       pix[c] = (CARD16)((src[y*rectWidth] >> shift[c]) + thatRow[c] & 
max[c]);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
protocols/tight.c:442:60: warning: suggest parentheses around ‘+’ in operand of 
‘&’ [-Wparentheses]
  442 |         pix[c] = (CARD16)((src[y*rectWidth+x] >> shift[c]) + est[c] & 
max[c]);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
rfbproto.c: At top level:
rfbproto.c:26:20: warning: ‘ID’ defined but not used [-Wunused-variable]
   26 | static const char *ID = "$Id: rfbproto.c,v 1.6 2004/09/09 00:22:33 
grmcdorman Exp $";
      |                    ^~
g++ -O2 -Wall -I. -I/usr/local/include -I/usr/local/include    -c -o sockets.o 
sockets.cxx
sockets.cxx:24:20: warning: ‘ID’ defined but not used [-Wunused-variable]
   24 | static const char *ID = "$Id: sockets.cxx,v 1.3 2004/09/09 00:22:33 
grmcdorman Exp $";
      |                    ^~
gcc -O2 -Wall -I. -I/usr/local/include -I/usr/local/include    -c -o tunnel.o 
tunnel.c
tunnel.c: In function ‘processTunnelArgs’:
tunnel.c:121:3: error: implicit declaration of function ‘showArgs’ 
[-Wimplicit-function-declaration]
  121 |   showArgs(*pargc, argv);
      |   ^~~~~~~~
tunnel.c: At top level:
tunnel.c:24:20: warning: ‘ID’ defined but not used [-Wunused-variable]
   24 | static const char *ID = "$Id: tunnel.c,v 1.5 2003/03/26 00:32:00 
grmcdorman Exp $";
      |                    ^~
make[1]: *** [<builtin>: tunnel.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:30: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: vncsnapshot
Source-Version: 1.2a-6
Done: наб <nabijaczlew...@nabijaczleweli.xyz>

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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
наб <nabijaczlew...@nabijaczleweli.xyz> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 09 Nov 2024 17:49:38 +0100
Source: vncsnapshot
Architecture: source
Version: 1.2a-6
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org>
Changed-By: наб <nabijaczlew...@nabijaczleweli.xyz>
Closes: 638511 782159 958220 1064008 1075626 1085473
Changes:
 vncsnapshot (1.2a-6) unstable; urgency=medium
 .
   * Team upload
 .
   [ наб ]
   * Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org>
     Closes: #1085473
   * Fix d/p/02_argument_tunnel_broken.patch (Closes: #1075626)
   * debhelper: 9 -> 13
   * Standards-Version: 3.9.3 -> 4.7.0
   * Vcs-Git: https://salsa.debian.org/salvage-team/vncsnapshot.git
     Closes: #638511
   * d/control: Recommends: vnc4server -> tigervnc-standalone-server
     ‒ transitional package last in buster (Closes: #1064008)
   * Remove duplicate d/p/{vnc,tunnel}.patch
   * d/rules: use dh --no-parallel; add hardening; d/p/0003 (Closes: #958220)
   * d/control: lintian debhelper-but-no-misc-depends
   * d/control: lintian description-synopsis-starts-with-article
   * Import upstream diff of listen.c between 1.5 and 1.7 (Closes: #782159)
   * Rules-Requires-Root: no
   * d/watch: fix for inconsistent tarball naming (some have -src suffix,
     some don't)
   * d/copyright: DEP-5
   * old-fsf-address-in-copyright-file
 .
   [ Andreas Tille ]
   * Fix watch file
   * Trim trailing whitespace.
   * Use secure URI in Homepage field.
   * Remove Uploader after discussion with наб
   * debian/dir: removed since not needed
Checksums-Sha1:
 fc1dcd044925b8331e5d4c95b9efb4062919d0f2 1930 vncsnapshot_1.2a-6.dsc
 e5af00e2ce05275a086893edbe6a368a68a8fa4c 8144 vncsnapshot_1.2a-6.debian.tar.xz
 0537b585fb8253d0710c8a0f7d37d5e6f3c176d3 6287 
vncsnapshot_1.2a-6_amd64.buildinfo
Checksums-Sha256:
 9009ed0d4eadadcf705a481013a5c0c632e6ceaba79f873329e7de2fba8e247f 1930 
vncsnapshot_1.2a-6.dsc
 b84b24e2f30b7cb886ab67ef1d339161543fc8c641af5368e5b804142d679d5b 8144 
vncsnapshot_1.2a-6.debian.tar.xz
 4782cd6835d67d7b862e22b66404b24cb863dc79a4e160220c0024db797eb66c 6287 
vncsnapshot_1.2a-6_amd64.buildinfo
Files:
 867e930bd0c3c2ee326003063a3d5871 1930 x11 optional vncsnapshot_1.2a-6.dsc
 97aa6159aa4b5b3901f44fd0941013aa 8144 x11 optional 
vncsnapshot_1.2a-6.debian.tar.xz
 b96c50fcd82ccbc6f21b1ed82f3354fb 6287 x11 optional 
vncsnapshot_1.2a-6_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmcvk3gRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGTGQ/9E/wPEXboZ0fqLMcvyr4k7XU4qQ6ZXBEt
Jm2S/qHt7cM4SJmybKjMzTNJBWwTNPVFlpvfGxsvBoa05aknJMxikz2yT2/MPqF1
dWB4Mp5DcBbNq5E3NuQ9bsGDPh4dOqc6RLS9PqjG9h0WpwtqpGEgdXlSu/c9TlwT
KMxBhAzppmM6iD+kPWtspR+o4DUKdC4EFSa6OHWVUZgR/6VQYEkZYSdUqEryF6k9
5sBx+RpgqGvNgaQkHsq6QA6QiJ2upZ7UNEtZuJDQS6kGuWmRJzEO9HIemAEySfAL
IgnodzPdDApxEaiJPKIyTieIHHgMzvxLLJYfsd1nC2olMza4xqHxDpQmIyFFBUlw
pMfk4ApjPT2HkZFcYWbgWOW7UO07eYJDHMMMKuwz9ogCDgTW1LCPhs2XeU3Xm4nT
dZMvZc6BzaLyG9G6yRVBnmqXt4NASi69SdJI/6mM4vLW9ZAAe5bwtmzAGMqgnF/j
w06OtB93rkPfepqwjtJgoFf91IEdF2T1TCyRa+M9kljc9H5/eZWDoKObnyRi80+9
p96OFr3iiOUliNR2BxExYdp0KwAqiOLfF4mPpRJAdW81JDsYd23RtprMjJ4IfT9N
CLVTjZlxPA560DSYKai+FKuCemerVybnoTjuBfXubQFDVxU9P69y5tilkrcZjQ43
XIDkkfYYr00=
=Boey
-----END PGP SIGNATURE-----

Attachment: pgpDYlg6hFiZT.pgp
Description: PGP signature


--- End Message ---

Reply via email to