Your message dated Fri, 09 Aug 2024 17:35:13 +0000
with message-id <e1sctwd-0054rb...@fasolo.debian.org>
and subject line Bug#1075664: fixed in xgks 2.6.1+dfsg.2-16
has caused the Debian Bug report #1075664,
regarding xgks: 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.)
--
1075664: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075664
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xgks
Version: 2.6.1+dfsg.2-15
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/xgks_2.6.1+dfsg.2-15_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
[...]
making `all' in directory /<<PKGBUILDDIR>>/build-gfortran/lib/c/x
make[5]: Entering directory '/<<PKGBUILDDIR>>/build-gfortran/lib/c/x'
incdir=`echo /usr/include | sed s',/,\\\/,g'`; \
(case linux in \
aix*) \
gcc -M -E -I.. -I../../../port/misc -I/usr/include -Wdate-time
-D_FORTIFY_SOURCE=2 *.c > /dev/null; \
cat *.u; \
;; \
*) \
gcc -M -I.. -I../../../port/misc -I/usr/include -Wdate-time
-D_FORTIFY_SOURCE=2 *.c *.S 2> /dev/null; \
;; \
esac) | awk '{ \
if ($0 ~ /:/) { \
target = $1; \
if (target ~ /:/) { \
target = substr(target,1,length(target)-1); \
start = 2; \
} else { \
start = 3; \
} \
} else { \
start = 1; \
} \
for (i = start; i <= NF; ++i) { \
if ($i !~ /^\\/ && \
$i !~ /port\// && \
$i !~ /^\//) \
{ \
if ($i ~ /^\.\//) \
$i = substr($i, 3, 99); \
print target ": " $i \
} \
} \
}' >>depend
sort -u -o depend depend
tag='### DO NOT DELETE THIS LINE. make depend DEPENDS ON IT ###'; \
sed -e "/^$tag$/r depend" \
-e "/^$tag$/q" Makefile > Makefile.new
mv Makefile.new Makefile
gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I..
-I../../../port/misc -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 xSet.c
gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I..
-I../../../port/misc -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 xcellarray.c
gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I..
-I../../../port/misc -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 xcolours.c
gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I..
-I../../../port/misc -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 xevent.c
gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I..
-I../../../port/misc -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 xfillarea.c
gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I..
-I../../../port/misc -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 xinqpixel.c
gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I..
-I../../../port/misc -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 xopws.c
xopws.c: In function ‘CreateWindow’:
xopws.c:333:29: error: passing argument 10 of ‘XCreateWindow’ from incompatible
pointer type [-Wincompatible-pointer-types]
333 | &wk->vinfo,
| ^~~~~~~~~~
| |
| XVisualInfo *
In file included from ../gks_implem.h:52,
from xopws.c:53:
/usr/include/X11/Xlib.h:1646:5: note: expected ‘Visual *’ but argument is of
type ‘XVisualInfo *’
1646 | Visual* /* visual */,
| ^~~~~~~
make[5]: *** [../../../port/master.mk:113: xopws.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build-gfortran/lib/c/x'
make[4]: *** [../../port/master.mk:39: x/all] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-gfortran/lib/c'
make[3]: *** [../port/master.mk:39: c/all] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-gfortran/lib'
make[2]: *** [port/master.mk:39: lib/all] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-gfortran'
make[1]: *** [debian/rules:46: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xgks
Source-Version: 2.6.1+dfsg.2-16
Done: Alastair McKinstry <mckins...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xgks, 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.
Alastair McKinstry <mckins...@debian.org> (supplier of updated xgks 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: SHA256
Format: 1.8
Date: Fri, 09 Aug 2024 18:04:42 +0100
Source: xgks
Architecture: source
Version: 2.6.1+dfsg.2-16
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 1075664
Changes:
xgks (2.6.1+dfsg.2-16) unstable; urgency=medium
.
* Set Debian Science Maint. as maintainer
* Fix broken vcs url
* Standards-Version: 4.7.0; no changes required
* gcc-14.patch to fix FTBFS on new compiler. Closes: #1075664
Checksums-Sha1:
6cb08ad990dcfb6c15e6347917d34f065323f8a5 2201 xgks_2.6.1+dfsg.2-16.dsc
fcc5479834b051a3958f1d4be917be528d879552 117328
xgks_2.6.1+dfsg.2-16.debian.tar.xz
Checksums-Sha256:
069b3a1fb70c170936687ad1439af80b0168b9a8cdfc389410183e8cc3530ac5 2201
xgks_2.6.1+dfsg.2-16.dsc
927b49c8658f7e0be7876e23c1409b4137d840007726cafe399457e7a3ade82a 117328
xgks_2.6.1+dfsg.2-16.debian.tar.xz
Files:
3f8f7e428901e781304131ca4a491ed3 2201 utils optional xgks_2.6.1+dfsg.2-16.dsc
657ebbe4cdcabcd6ed9e8ac9ae7e6b16 117328 utils optional
xgks_2.6.1+dfsg.2-16.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAma2Ti4ACgkQy+a7Tl2a
06UbERAAqr7xim5F3NSWLf+DNpfoYyvAwJnNSE5eJGlHn9z06rnuZypqaUO+nUzs
K1xiA67oYqNyBFuGJXMzrX9SzIxunHrX+FJ5aZZGsV3TTv/9Kdxa5/llVTmk8fZL
g6sdfCvJ/41s0qEq87FVc1kU1DbDm9cJObfwZMvnmjDbdMYdrsed2iSCCyV2AlBy
HKBrPxqPe2Cs5wI2mgaLql2swoK78dy9VBaMRe9gsYJcD/Po0J9JnMI389LeNQcg
9p3LOIFYGEaYuShwqXmDP2y/HeOMMTUQHq3wSRJIBiQ6ftWcxPyauPYtFhYhB2i5
U64Y3o2jEE/7q7J5U+w0rQxtFw5Vo9XkkwNXMPBx7QqehnFCIUH5xDFTF21rvZG9
mcLOtGhcUTLbD0A9JHPjKYOyJ3DgrEQDJUm0pW68/rru09ugfaVHlpIW8O1BrDhr
mJaMHqIiVR6n/btbZIKXvfrveDSwiseVKL4KVzvDl1orOk6/C0dmFDBTLmVVGAPy
aV5Tltbz0oVzF5+4l1k8p5bRWiiqQIvVvYeGhS4ckfKFcKiCZV9Qss3vhTD2INHI
uNkUJU5FAG1LZ7C/fcbqDmGGtxyNGatVV+rmue7b9Z0WHF/UbIW/lN6ntQGgzD/Z
3Kd+8B5c7beBd77nbx3xflbbAurAuOWmpt4ei5Q/+w8LiR8UASk=
=rIU0
-----END PGP SIGNATURE-----
pgpzdEGvsATJO.pgp
Description: PGP signature
--- End Message ---