[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1075698: marked as done (ygl: ftbfs with GCC-14)



Your message dated Sat, 27 Sep 2025 16:41:11 +0000
with message-id <E1v2Xyx-005pEG-2z@fasolo.debian.org>
and subject line Bug#1075698: fixed in ygl 4.2e-7
has caused the Debian Bug report #1075698,
regarding ygl: 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 owner@bugs.debian.org
immediately.)


-- 
1075698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075698
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:ygl
Version: 4.2e-6.1
Severity: important
Tags: sid trixie
User: debian-gcc@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/ygl_4.2e-6.1_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

[...]
fortran.c: In function ‘getxwid_’:
fortran.c:197:45: error: implicit declaration of function ‘getXwid’; did you mean ‘getxwid_’? [-Wimplicit-function-declaration]
  197 | INT4 YGL_PRE(getxwid_)(void) { return (INT4)getXwid(); } /* > 6 */
      |                                             ^~~~~~~
      |                                             getxwid_
fortran.c: In function ‘getxdid_’:
fortran.c:199:45: error: implicit declaration of function ‘getXdid’; did you mean ‘getxdid_’? [-Wimplicit-function-declaration]
  199 | INT4 YGL_PRE(getxdid_)(void) { return (INT4)getXdid(); } /* > 6 */
      |                                             ^~~~~~~
      |                                             getxdid_
fortran.c: In function ‘getxgc_’:
fortran.c:200:45: error: implicit declaration of function ‘getXgc’; did you mean ‘getxgc_’? [-Wimplicit-function-declaration]
  200 | INT4 YGL_PRE(getxgc_) (void) { return (INT4)getXgc (); }
      |                                             ^~~~~~
      |                                             getxgc_
fortran.c: In function ‘winx_’:
fortran.c:328:52: error: implicit declaration of function ‘winX’ [-Wimplicit-function-declaration]
  328 | INT4 YGL_PRE(winx_)  (INT4*dpy, INT4*win) { return winX((Display*)dpy, (Window)*win);}
      |                                                    ^~~~
rm -f color.o
gcc -c -g -O2 -fno-strict-aliasing -g   -I.     -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -DFUNCPROTO=15 -DNARROWPROTO   -DOGL -DX11  -DDOUBLEBUF -DMULTIBUF       -fPIC color.c
make[2]: *** [Makefile:1150: fortran.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from /usr/include/X11/Xlib.h:38,
                 from header.h:21,
                 from color.c:9:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
rm -f ygl.o
gcc -c -g -O2 -fno-strict-aliasing -g   -I.     -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -DFUNCPROTO=15 -DNARROWPROTO   -DOGL -DX11  -DDOUBLEBUF -DMULTIBUF       -fPIC ygl.c
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from /usr/include/X11/Xlib.h:38,
                 from header.h:21,
                 from ygl.c:17:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
ygl.c: In function ‘init_keymap’:
ygl.c:315:7: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]
  315 |       KeySym ks = XKeycodeToKeysym(D, code, 0);
      |       ^~~~~~
/usr/include/X11/Xlib.h:1687:15: note: declared here
 1687 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
rm -f 3d.o
gcc -c -g -O2 -fno-strict-aliasing -g   -I.     -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -DFUNCPROTO=15 -DNARROWPROTO   -DOGL -DX11  -DDOUBLEBUF -DMULTIBUF       -fPIC 3d.c
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from /usr/include/X11/Xlib.h:38,
                 from header.h:21,
                 from 3d.c:9:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
rm -f draw.o
gcc -c -g -O2 -fno-strict-aliasing -g   -I.     -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -DFUNCPROTO=15 -DNARROWPROTO   -DOGL -DX11  -DDOUBLEBUF -DMULTIBUF       -fPIC draw.c
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from /usr/include/X11/Xlib.h:38,
                 from header.h:21,
                 from draw.c:9:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" PROJECT_DEFINES=-ffile-prefix-map=/<<PKGBUILDDIR>>=. returned exit code 2
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ygl
Source-Version: 4.2e-7
Done: Andreas Beckmann <anbe@debian.org>

We believe that the bug you reported is fixed in the latest version of
ygl, 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 1075698@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated ygl 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 27 Sep 2025 18:11:26 +0200
Source: ygl
Architecture: source
Version: 4.2e-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Closes: 1046077 1075698
Changes:
 ygl (4.2e-7) unstable; urgency=medium
 .
   [ Andreas Beckmann ]
   * QA upload.
   * Fix building with GCC 15.
   * Fix building twice in a row.  (Closes: #1046077)
   * Drop redundant Rules-Requires-Root: no.
 .
   [ Pablo Lucas Silva Santos ]
   * Fix X11/Xlib.h inclusion detection.  (Closes: #1075698)
Checksums-Sha1:
 f266f0d671b39ffa547879f680737f5af6d0f427 1974 ygl_4.2e-7.dsc
 7494fe8593f4b79a161e18482d7621ea4f84c95c 5188 ygl_4.2e-7.debian.tar.xz
 af0f11ef53b97ee5da70d459fb7d813f9069ca80 6798 ygl_4.2e-7_source.buildinfo
Checksums-Sha256:
 196ab593f180962cbab67cde63bd467d247812aa202eca2c0225f080ed80ed87 1974 ygl_4.2e-7.dsc
 e77c448125a2d003109aeeb7fc74d6920136ac3dbb84e7fbd059b5e484e20c2c 5188 ygl_4.2e-7.debian.tar.xz
 42903fbf0e603aaf1a4c99759c758a65ff8ed33f4a85df0e4c4b541b30758a46 6798 ygl_4.2e-7_source.buildinfo
Files:
 0f202e096558e86a1eedb6c5da1d80f4 1974 libs optional ygl_4.2e-7.dsc
 89ef36cf0e3af22b891334f07d240311 5188 libs optional ygl_4.2e-7.debian.tar.xz
 2e6ac40da751211eea85c57accea8882 6798 libs optional ygl_4.2e-7_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjYDUAQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCOofEACqUbU0Td/Tjw+qHoPP9QjVR0cBaYhWU6R2
5UkHUFAk6q1j5KP4X2QQrE4bESGpqc9RB5sl2yGtkhnCP9zLW/xid5HMIKHjX8W0
ClbnjWFpfBQT7awKtAieLHbjXlP+doCSdkoOoEfcCB164XyET5W8EurrlOWEQYq6
HxhaNCjnqMOmPDoy09zuLTZgkANsHq7I2bVKSI/hBk7DUOqL+IWluSQIr+koxalk
hPUm0+f3fB1GflVHbxwXlCVqTXJVNf14i5akDvue4zGiYPeW6YMQhDTFl+6UD60i
DzbYwbRdaJhppzMMahxDaI6Gq/0Ju2NKNk26SDp58KPQKTUjBTEsEOrJK0MLZPi4
x1VuwXOpRS7ikYB26wcXIduTLit+EzIDPTINNkzsv9wT61zvucKwqfEC9ErN54tX
T2xVYqXgSo4kHDSH063cRrYkirAjT1mkK50cewizIvssSn9pgwEHtjFYBzQRpA2A
yys1pX0ktVSBizd/Wzaycbz0EVM1Bs7A01+0H8mLtnvpeUH8MaAPkk6rfn9t9BIH
dG+m4lHgZzWUr+p2p1kBRKeTXiCG1g5Py5e7vICjbZ6XkkLnRosgz2wcygtHLMa4
DRSZ9o6xdNctJ8hDJmHZno7s+iZjfSuygfSsUG2gskIoSJd2lKnMwZPwX34FqHnh
aixrTX75VQ==
=hETL
-----END PGP SIGNATURE-----

Attachment: pgphNJXKW7V1Q.pgp
Description: PGP signature


--- End Message ---

Reply to: