Your message dated Thu, 11 Jul 2024 15:54:12 +0000 with message-id <e1srw7y-003gaa...@fasolo.debian.org> and subject line Bug#1075265: fixed in metview 5.22.0-2 has caused the Debian Bug report #1075265, regarding metview: 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.) -- 1075265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075265 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: src:metview Version: 5.22.0-1 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/metview_5.22.0-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 [...] 277 | (xdrproc)&readtcp, (xdrproc)&writetcp); | ^~~~~~~~~~~~~~~~~~ | | | int (*)(char *, char *, int) /usr/include/tirpc/rpc/xdr.h:363:29: note: expected 'int (*)(void *, void *, int)' but argument is of type 'int (*)(char *, char *, int)' 363 | int (*)(void *, void *, int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/mars-client/src/netbase.c: In function 'netbase_open': /<<PKGBUILDDIR>>/mars-client/src/netbase.c:435:23: error: passing argument 5 of 'xdrrec_create' from incompatible pointer type [-Wincompatible-pointer-types] 435 | (xdrproc)&readtcp, (xdrproc)&writetcp); | ^~~~~~~~~~~~~~~~~ | | | int (*)(char *, char *, int) /usr/include/tirpc/rpc/xdr.h:362:29: note: expected 'int (*)(void *, void *, int)' but argument is of type 'int (*)(char *, char *, int)' 362 | int (*)(void *, void *, int), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/mars-client/src/netbase.c:435:42: error: passing argument 6 of 'xdrrec_create' from incompatible pointer type [-Wincompatible-pointer-types] 435 | (xdrproc)&readtcp, (xdrproc)&writetcp); | ^~~~~~~~~~~~~~~~~~ | | | int (*)(char *, char *, int) /usr/include/tirpc/rpc/xdr.h:363:29: note: expected 'int (*)(void *, void *, int)' but argument is of type 'int (*)(char *, char *, int)' 363 | int (*)(void *, void *, int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/mars-client/src/netbase.c: In function 'basetask': /<<PKGBUILDDIR>>/mars-client/src/netbase.c:941:19: error: passing argument 5 of 'xdrrec_create' from incompatible pointer type [-Wincompatible-pointer-types] 941 | (xdrproc)&readtcp, (xdrproc)&writetcp); | ^~~~~~~~~~~~~~~~~ | | | int (*)(char *, char *, int) /usr/include/tirpc/rpc/xdr.h:362:29: note: expected 'int (*)(void *, void *, int)' but argument is of type 'int (*)(char *, char *, int)' 362 | int (*)(void *, void *, int), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/mars-client/src/netbase.c:941:38: error: passing argument 6 of 'xdrrec_create' from incompatible pointer type [-Wincompatible-pointer-types] 941 | (xdrproc)&readtcp, (xdrproc)&writetcp); | ^~~~~~~~~~~~~~~~~~ | | | int (*)(char *, char *, int) /usr/include/tirpc/rpc/xdr.h:363:29: note: expected 'int (*)(void *, void *, int)' but argument is of type 'int (*)(char *, char *, int)' 363 | int (*)(void *, void *, int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/mars-client/src/netcdf.c: In function 'netcdf_to_request': /<<PKGBUILDDIR>>/mars-client/src/netcdf.c:157:9: warning: unused variable 'ret' [-Wunused-variable] 157 | err ret = 0; | ^~~ /<<PKGBUILDDIR>>/mars-client/src/netcdf.c: At top level: /<<PKGBUILDDIR>>/mars-client/src/netcdf.c:22:20: warning: 'get_type' defined but not used [-Wunused-function] 22 | static const char* get_type(int type) { | ^~~~~~~~ /<<PKGBUILDDIR>>/mars-client/src/netbase.c: In function 'ecaccess_connect': /<<PKGBUILDDIR>>/mars-client/src/netbase.c:357:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 357 | fgets(buf, BUFSIZ - 1, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [mars-client/src/CMakeFiles/marsclient.dir/build.make:718: mars-client/src/CMakeFiles/marsclient.dir/netbase.c.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build' make[2]: *** [CMakeFiles/Makefile2:4183: mars-client/src/CMakeFiles/marsclient.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs.... [ 32%] Linking CXX executable mir_tests_unit_atlas cd /<<PKGBUILDDIR>>/debian/build/mir/tests/unit && /usr/bin/cmake -E remove EXE_FILENAME-NOTFOUND cd /<<PKGBUILDDIR>>/debian/build/mir/tests/unit && /usr/bin/cmake -E cmake_link_script CMakeFiles/mir_tests_unit_atlas.dir/link.txt --verbose=1 /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -fcf-protection -std=gnu++17 -I /usr/include/eigen3 -Wdate-time -D_FORTIFY_SOURCE=2 -pipe -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -Wno-sign-compare -O3 -DNDEBUG -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags CMakeFiles/mir_tests_unit_atlas.dir/atlas.cc.o -o mir_tests_unit_atlas -Wl,-rpath,/<<PKGBUILDDIR>>/debian/build/lib ../../../lib/libmir.so.0.0.0 /usr/lib/x86_64-linux-gnu/libeckit_linalg.so.0d /usr/lib/x86_64-linux-gnu/libeckit_geometry.so.0d /usr/lib/x86_64-linux-gnu/libeckit_option.so.0d /usr/lib/x86_64-linux-gnu/libeckit.so.0d /usr/lib/x86_64-linux-gnu/librt.a -ldl /usr/lib/x86_64-linux-gnu/libeccodes.so.0 -lm -latlas_ecmwf make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build' [ 32%] Built target mir_tests_unit_atlas make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build' make[1]: *** [Makefile:169: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/debian/build' dh_auto_build: error: cd debian/build && make -j8 "INSTALL=install --strip-program=true" returned exit code 2 make: *** [debian/rules:53: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---Source: metview Source-Version: 5.22.0-2 Done: Alastair McKinstry <mckins...@debian.org> We believe that the bug you reported is fixed in the latest version of metview, 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 metview 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: Thu, 11 Jul 2024 13:51:14 +0100 Source: metview Architecture: source Version: 5.22.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers <debian-science-maintain...@lists.alioth.debian.org> Changed-By: Alastair McKinstry <mckins...@debian.org> Closes: 1073325 1075265 Changes: metview (5.22.0-2) unstable; urgency=medium . * Patch g++14-changes.patch to fix FTBFS with g++14. Closes: #1075265 * Rebuild against updated atlas. Closes: #1073325 * Set Debian Science Maint. as maintainer * Fix broken vcs url * Standards-Version: 4.7.0; no changes required Checksums-Sha1: c473b54ca097a744adaf778eda013a267faa0088 3327 metview_5.22.0-2.dsc 91d288414f0f936b3f17003e7e6128580026c6e2 41388 metview_5.22.0-2.debian.tar.xz Checksums-Sha256: f9eb6ce4852271eb16a7cb8e8b4aa6ffbba57948582ba237ebea12894377dc92 3327 metview_5.22.0-2.dsc 9a95d15b6f8a16dc8cf8cb6b05171b8647a751e1a1c9c11f4f4baa01f51154fa 41388 metview_5.22.0-2.debian.tar.xz Files: 80d4fa93a49a6475822bb0c6369ff34e 3327 science optional metview_5.22.0-2.dsc d1544ad8cbf0b249c1fce979ac487231 41388 science optional metview_5.22.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmaP9wgACgkQy+a7Tl2a 06UuGg//SwwYeNKjz+zl+64Ad1/bbX+8XjIYiMg1AdZZy7SrAOJwVRp865Y2Hnzk 0puONBxdtT9cIyPdYfB0unr7Zl7RxOy8O5KuXyz9+9ar1IEvZvhBNZIjU8+ElBt3 i1MkzcBTvWcsAVr+ezhvq2JY0nvqmVUigCx2WL046R0CV/+FXazoGI+L9RFstWA1 n3VOerYIGQqOpieQTmoZWPR8uz4a8yw6QXhmU3Nq3h22oEpu6Ktm+/ZyRl3A2AM1 KUJxvtcZSmf/O+EGgx4lUl8TB8X8SMzL/xFtiiHKQLakhj2EH8FEY7SuT16DbMKG I+F0yIJFIFDRtHgkC0DqQxHcfCii6vdGxFSS79NNy2Uxx9oSeXzVR4xJlfw1iLtH QWc8MpqTjq2p2BpKs6xx2E7wLP/YhvHg2fwZh1WR6evhDXOucYveT/2PlAv0z7Sr 500iSllCKikBQGDon9uQT1WlPh+PYqU0j41ZjtEpOhcIqavCQk4nBcwQjy2AVyzp xBYYjQxE6VDJYcrJaVwA/8jZ8WLS74J+sAT3h3gmxeLODYvsn8wfdDOK2NvyYNvt GQA8uFkFLqD/hLQJj+WdP/kuuJuJztiwbhEewTZ/T5fBDn/CoZgptrw9hhHsqu5v dvbZZ2uNCLMFuGTRd27TDG0CsPaqiMnFKMMsAKyeAJwy4sO+gsY= =s1Vv -----END PGP SIGNATURE-----pgpOFGv6AV9mO.pgp
Description: PGP signature
--- End Message ---