Your message dated Tue, 30 Jul 2024 10:06:21 +0000
with message-id <e1syjkl-006bms...@fasolo.debian.org>
and subject line Bug#1075701: fixed in yorick-hdf5 0.8.0-9
has caused the Debian Bug report #1075701,
regarding yorick-hdf5: 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.)
--
1075701: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075701
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:yorick-hdf5
Version: 0.8.0-8
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/yorick-hdf5_0.8.0-8_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
[...]
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-2e7521ba-224a-4d59-a6a0-afdac4399d9a
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package yorick-hdf5
dpkg-buildpackage: info: source version 0.8.0-8
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Thibaut Paumard <thib...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
[ ! -f /usr/lib/yorick/Make.cfg ] || /usr/bin/make Y_MAKEDIR=/usr/lib/yorick
Y_EXE=/usr/bin/yorick clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *~ '#'* core* *.core a.out yinit.* ywrap.* *.dep so_locations Make.tmp
rm -f Y_HOME.txt
rm -f hdf5.o yorick libhdf5.a hdf5.so hdf5.def
rm -rf binaries
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in
use)
debian/rules build
dh build
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_update_autotools_config
dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated
(level 9 in use)
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make COPT_DEFAULT="" \
Y_CFLAGS="-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/serial" \
Y_LDFLAGS="-Wl,-z,relro -Wl,-z,now
-Wl,-L/usr/lib/x86_64-linux-gnu/hdf5/serial"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/serial -D H5_USE_16_API
-fPIC -DPLUG_IN -I. -I/usr/lib/yorick/include -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/hdf5/serial -c -o hdf5.o hdf5.c
hdf5.c: In function ‘Y__H5Gopen’:
hdf5.c:253:6: error: type of ‘nArgs’ defaults to ‘int’ [-Wimplicit-int]
253 | void Y__H5Gopen(nArgs)
| ^~~~~~~~~~
hdf5.c: In function ‘Y__H5Gclose’:
hdf5.c:263:6: error: type of ‘nArgs’ defaults to ‘int’ [-Wimplicit-int]
263 | void Y__H5Gclose(nArgs)
| ^~~~~~~~~~~
hdf5.c: In function ‘Y__H5Gcreate’:
hdf5.c:273:6: error: type of ‘nArgs’ defaults to ‘int’ [-Wimplicit-int]
273 | void Y__H5Gcreate(nArgs)
| ^~~~~~~~~~~~
hdf5.c: In function ‘Y__H5Gget_num_objs’:
hdf5.c:285:6: error: type of ‘nArgs’ defaults to ‘int’ [-Wimplicit-int]
285 | void Y__H5Gget_num_objs(nArgs)
| ^~~~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: hdf5.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: yorick-hdf5
Source-Version: 0.8.0-9
Done: Thibaut Paumard <thib...@debian.org>
We believe that the bug you reported is fixed in the latest version of
yorick-hdf5, 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.
Thibaut Paumard <thib...@debian.org> (supplier of updated yorick-hdf5 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: Tue, 30 Jul 2024 11:37:14 +0200
Source: yorick-hdf5
Architecture: source
Version: 0.8.0-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Thibaut Paumard <thib...@debian.org>
Closes: 1075701
Changes:
yorick-hdf5 (0.8.0-9) unstable; urgency=medium
.
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
.
[ Thibaut Paumard ]
* Update VCS URIs.
* Bump Policy to 4.7.0.
* Bug fix: "ftbfs with GCC-14", thanks to Matthias Klose (Closes:
#1075701).
Checksums-Sha1:
5d8a6077bd1c8e1196548c8b393dd7b5005c6f5c 2007 yorick-hdf5_0.8.0-9.dsc
bcf6d2c63a787ded1543a03beb9f01ae7d6172af 9028 yorick-hdf5_0.8.0-9.debian.tar.xz
b4c79844d7f2813b458e7590be61eb09e89cd0aa 8289
yorick-hdf5_0.8.0-9_amd64.buildinfo
Checksums-Sha256:
bf0349a220d00f8ac766b36668087967f48a1a55cfc3e2849d42ac3e37c230bf 2007
yorick-hdf5_0.8.0-9.dsc
69b70f640ea83430da6c52347e58ab4938c49258f1406ca208ef4e15b6d09b42 9028
yorick-hdf5_0.8.0-9.debian.tar.xz
d6bcbc112331cee970678124afade0796b096ccc787e6101612955779a4f4e17 8289
yorick-hdf5_0.8.0-9_amd64.buildinfo
Files:
0cf9d39efb8d2ff4e02aa082eb044198 2007 science optional yorick-hdf5_0.8.0-9.dsc
068aa653ae1bb117de2ee83602c80aa9 9028 science optional
yorick-hdf5_0.8.0-9.debian.tar.xz
cd01da0fe2b4c0b756999cf6aaddbcf9 8289 science optional
yorick-hdf5_0.8.0-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCAAxFiEEvK37UrQZmNdNmdmOk5RTSODcKEAFAmaotwITHHRoaWJhdXRA
ZGViaWFuLm9yZwAKCRCTlFNI4NwoQNwlD/45ZpJwTbXdCLiOm7NKDGiRnCyrJ8ac
ZsMR7B9k7R0PLmIoyP/+C4+9HfMEi3xd8uGnwc15lzXxdMzOmaXAbCjF/BTIjlk1
WTcvZGkCVg5SeXDSO/dQXD96Ggr91Dufh0iDyeTlc99KPXAAjJpAbV7NCDEK8pqU
FEQOFSAdbKUFbM2s+Q0IRg2YjPqE6AGAAzRdjcDmyzyeb25o7zRkFJ6VhO3usx45
or0eVCwVo6iFBAuB7d+9oO8NjgKfBaOtzVJ48TJO7Ih6osViaJk9IIebRyVgg4XI
mOOnRgYc5r684pARjywfK9gCFuPZ8AGtt7mBWYDT+iTo5A5hNfA9c16RHZ/RWiAC
2DbO2EjGPnwGffM+2EvzIX6zQ6QIpBphjGWKIOfmaQkHkTpXyKMREhIGP2fychHI
PF7MuG74WV6eiK4qj2ry7hMm162VPF9LaC2rxuIhN0iTag+eLN0N+AVepgo/WSNn
dGmD0DkV+hVKjDA5GdIzz4P6itISWOR6l5Fv94fqD/DDcBpS72cSyV2HbIKDMQwU
ixu/MmBlc68FwBXufS7CdhvVjIDCj8lda1TN37GW2TrHJkhddHvXIupltkEgztax
DzAd7YPPE3g3h9FjkQZvwBC+Tu1psAClAUFKNXWMdp1jmWjLWWmHBmZFTL0FCsiM
zJg5fY2lK+e9hg==
=oUs+
-----END PGP SIGNATURE-----
pgp942piOOD_h.pgp
Description: PGP signature
--- End Message ---