Package: src:yorick-yeti Version: 6.4.0-1.1 Severity: important Tags: sid trixie User: [email protected] 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-yeti_6.4.0-1.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 [...] 710 | uint16 orientation; | ^~~~~~ yeti_tiff.c:711:3: warning: ‘uint16’ is deprecated [-Wdeprecated-declarations] 711 | uint16 sampleFormat; | ^~~~~~ yeti_tiff.c:712:3: warning: ‘uint16’ is deprecated [-Wdeprecated-declarations] 712 | uint16 samplesPerPixel; | ^~~~~~ yeti_tiff.c:713:3: warning: ‘uint16’ is deprecated [-Wdeprecated-declarations] 713 | uint16 bitsPerSample; | ^~~~~~ yeti_tiff.c:714:3: warning: ‘uint16’ is deprecated [-Wdeprecated-declarations] 714 | uint16 planarConfig; | ^~~~~~ yeti_tiff.c:715:3: warning: ‘uint16’ is deprecated [-Wdeprecated-declarations] 715 | uint16 photometric; | ^~~~~~ yeti_tiff.c:716:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] 716 | uint32 width, height, depth; | ^~~~~~ yeti_tiff.c:716:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:716:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:717:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] 717 | uint32 rowsPerStrip; | ^~~~~~ yeti_tiff.c:718:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] 718 | uint32 stripSize; | ^~~~~~ yeti_tiff.c:719:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] 719 | uint32 x, y, y1, y0, rowLength, rowSize; | ^~~~~~ yeti_tiff.c:719:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:719:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:719:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:719:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:719:3: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:837:9: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] 837 | uint32 n = (rowLength/8)*8; | ^~~~~~ yeti_tiff.c:858:9: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] 858 | uint32 n = (rowLength/4)*4; | ^~~~~~ yeti_tiff.c:875:9: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] 875 | uint32 n = (rowLength/2)*2; | ^~~~~~ yeti_tiff.c:895:2: warning: #warning "take orientation into account..." [-Wcpp] 895 | #warning "take orientation into account..." | ^~~~~~~ yeti_tiff.c:948:5: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] 948 | uint32 i, number = width*height*samplesPerPixel; | ^~~~~~ yeti_tiff.c:948:5: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:959:7: warning: ‘uint16’ is deprecated [-Wdeprecated-declarations] 959 | case 16: REVERSE(uint16, 0x0000ffff) break; | ^~~~ yeti_tiff.c:959:7: warning: ‘uint16’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:959:7: warning: ‘uint16’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:960:7: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] 960 | case 32: REVERSE(uint32, 0xffffffff) break; | ^~~~ yeti_tiff.c:960:7: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] yeti_tiff.c:960:7: warning: ‘uint32’ is deprecated [-Wdeprecated-declarations] make[3]: *** [<builtin>: yeti_tiff.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/tiff' make[2]: *** [Makefile:43: all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:20: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:9: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 -- debian-science-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers
