Your message dated Fri, 14 Nov 2025 23:48:58 +0000
with message-id <[email protected]>
and subject line Bug#1096792: fixed in gv 1:3.7.4-3.2
has caused the Debian Bug report #1096792,
regarding gv: 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.)


-- 
1096792: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096792
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gv
Version: 1:3.7.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/gv_3.7.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

[...]
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
widgets_misc.c: In function ‘widgets_getText’:
widgets_misc.c:223:1: warning: old-style function definition 
[-Wold-style-definition]
  223 | widgets_getText(w)
      | ^~~~~~~~~~~~~~~
widgets_misc.c: In function ‘widgets_setText’:
widgets_misc.c:241:1: warning: old-style function definition 
[-Wold-style-definition]
  241 | widgets_setText(w,value)
      | ^~~~~~~~~~~~~~~
widgets_misc.c: In function ‘widgets_preferButton’:
widgets_misc.c:262:1: warning: old-style function definition 
[-Wold-style-definition]
  262 | widgets_preferButton(w,prefer)
      | ^~~~~~~~~~~~~~~~~~~~
mv -f .deps/version.Tpo .deps/version.Po
creating gv_user.ad
creating gv_system.ad
creating GV.ad
cat ./gv-update-userconfig.in > gv-update-userconfig
echo "__END__" >> gv-update-userconfig
cat GV.ad >> gv-update-userconfig
cat ./gv_misc_res.dat >> gv-update-userconfig
creating GV
sed -e 's/^[^!]/!&/' GV.ad > ../GV
mv -f .deps/widgets_misc.Tpo .deps/widgets_misc.Po
mv -f .deps/secscanf.Tpo .deps/secscanf.Po
mv -f .deps/misc.Tpo .deps/misc.Po
Scrollbar.c: In function ‘Redisplay’:
Scrollbar.c:1009:5: error: too many arguments to function 
‘swclass->threeD_class.shadowdraw’; expected 0, have 5
 1009 |    (*swclass->threeD_class.shadowdraw) (w, event, region, 
sbw->threeD.relief, FALSE);
      |    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~
In file included from ScrollbarP.h:37,
                 from Scrollbar.c:50:
/usr/include/X11/Xaw3d/ThreeDP.h:61:12: note: declared here
   61 |     void (*shadowdraw)();
      |            ^~~~~~~~~~
Scrollbar.c: In function ‘Destroy’:
Scrollbar.c:1018:13: warning: old-style function definition 
[-Wold-style-definition]
 1018 | static void Destroy (w)
      |             ^~~~~~~
Scrollbar.c: In function ‘NotifyThumb’:
Scrollbar.c:1372:39: warning: dereferencing type-punned pointer will break 
strict-aliasing rules [-Wstrict-aliasing]
 1372 |    XtCallCallbacks (w, XtNthumbProc, *(XtPointer*)&TOP);
      |                                       ^
make[3]: *** [Makefile:832: Scrollbar.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/zoom.Tpo .deps/zoom.Po
mv -f .deps/resource.Tpo .deps/resource.Po
ps.c: In function ‘psscan’:
ps.c:462:34: warning: ‘%s’ directive writing up to 511 bytes into a region of 
size 499 [-Wformat-overflow=]
  462 |         sprintf(s,"Execution of\n%s\nfailed.",cmd);
      |                                  ^~           ~~~
In file included from /usr/include/stdio.h:970,
                 from ps.c:67:
In function ‘sprintf’,
    inlined from ‘psscan’ at ps.c:462:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 22 and 533 bytes into a destination of 
size 512
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
mv -f .deps/ps.Tpo .deps/ps.Po
make[3]: Leaving directory '/build/reproducible-path/gv-3.7.4/src'
make[2]: *** [Makefile:654: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/gv-3.7.4/src'
make[1]: *** [Makefile:616: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/gv-3.7.4'
make: *** [debian/rules:51: build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gv
Source-Version: 1:3.7.4-3.2
Done: Hilmar Preuße <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gv, 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.
Hilmar Preuße <[email protected]> (supplier of updated gv 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, 30 Oct 2025 23:42:27 +0100
Source: gv
Architecture: source
Version: 1:3.7.4-3.2
Distribution: unstable
Urgency: medium
Maintainer: Bernhard R. Link <[email protected]>
Changed-By: Hilmar Preuße <[email protected]>
Closes: 1096792
Changes:
 gv (1:3.7.4-3.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add "-std=gnu17" to CFLAGS (Closes: #1096792).
Checksums-Sha1:
 54193a297875cb39c5fc07018aed1fd2f37e995f 1875 gv_3.7.4-3.2.dsc
 7f8950f5f20c074d284e9ce79c4fbf8106dc8b58 14136 gv_3.7.4-3.2.debian.tar.xz
 f9eb3b7cba9d2c3771537a3b4c673ce522470d18 5466 gv_3.7.4-3.2_source.buildinfo
Checksums-Sha256:
 ef8499cdccc215293ba3b98c522e821993e0b363a5ad96eee91fae6b7c749875 1875 
gv_3.7.4-3.2.dsc
 2e6d441a0ec39928fbd0fa24f9bcf23cb1ddae7c0aac3f157cce3322cb9136de 14136 
gv_3.7.4-3.2.debian.tar.xz
 36e57851b84119f71a40b554636c5e2d925dddb32f79f991aef2d8ef069bad38 5466 
gv_3.7.4-3.2_source.buildinfo
Files:
 1c1f1310115fda25bb4590e042231e31 1875 text optional gv_3.7.4-3.2.dsc
 cbdb9024d91f9f637c9644064b9d429c 14136 text optional gv_3.7.4-3.2.debian.tar.xz
 23553c54aed6ea0925baa54a44529d08 5466 text optional 
gv_3.7.4-3.2_source.buildinfo

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

iQKTBAEBCgB9FiEEaXGmC/nkbIhxf16kxiZYRqvgLIsFAmkD6fVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDY5
NzFBNjBCRjlFNDZDODg3MTdGNUVBNEM2MjY1ODQ2QUJFMDJDOEIACgkQxiZYRqvg
LIsv3w//WS/S0MdufJgVAk+BYkJsKFxvk/BNP+65tnfdCq43lK9ulHWK2PgbuW9o
wWaNwji7fzQanjE1DusG3nSgJXCJhCXUFVXw+8/vfORBsn/83CU70EjiDQyXdIfk
s3VPT+mftXCgbFmu/F8Q3K7N0gccV9VnS4JZO4xzlel8+ySpZ2ZN1FRseJ35dpr4
bvNFU4jnGFc01UlmaZV9I5AVCWFU8ZCMiqZjdrwVeOpWWAHfCJDBK0ttLGxJWA/o
jcOMNARd93dtcG5e6p05AAOwBwYK1QgHwZS08macYcoRZFAA3xyRPu+/auiBDvp1
/u2H9yGAkKaXRBh/jmME6p68tgcPPc07osdzy76ibovmzPNjwoRdHE4RTcdnt/m+
5FmlTBVU4dmKnIDX8Yl1W6/7ZYjurFLMayB0ChnWpusJogruaioOkuLspxcUGibo
DQWTglKnVqJcbYplIFjSlG8AbPI881b/FSV0ijaH/yf7wNByBW0HBgSR+VXGvVXW
XatvuVORYykczkyUprymdL2O5+OgG58ak1fMXvL+tmP4AE+gKnghMIz7E+44xvrM
Ao1zHqSZwScQKVbNpI2iD/4Xxt/O+Eup28B138uRMEVJtmzcqeH1Nq6fT/w+7Qew
Hk48mkjgvqNeYSehh+g1leB9FBFR5JXYxdUEblaxjKW+5JSK8tc=
=l5q6
-----END PGP SIGNATURE-----

Attachment: pgp1nbqL0BJor.pgp
Description: PGP signature


--- End Message ---

Reply via email to