Your message dated Wed, 31 Jul 2024 16:51:49 +0000
with message-id <[email protected]>
and subject line Bug#1075704: fixed in yorick-yeti 6.4.0-2
has caused the Debian Bug report #1075704,
regarding yorick-yeti: 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 [email protected]
immediately.)
--
1075704: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075704
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: yorick-yeti
Source-Version: 6.4.0-2
Done: Thibaut Paumard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
yorick-yeti, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thibaut Paumard <[email protected]> (supplier of updated yorick-yeti 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 30 Jul 2024 20:01:33 +0200
Source: yorick-yeti
Architecture: source
Version: 6.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Thibaut Paumard <[email protected]>
Closes: 1075704
Changes:
yorick-yeti (6.4.0-2) unstable; urgency=medium
.
* Bump Policy to 4.7.0.
* Bug fix: "ftbfs with GCC-14", thanks to Matthias Klose (Closes:
#1075704), new patch gcc-14.
* Update VCS fields and debhelper compatibility.
Checksums-Sha1:
9524a5f468c680aab5800eedea45859014dea892 2236 yorick-yeti_6.4.0-2.dsc
64cf35558ff779c0871bab2f9980c66c9f70df6c 17064
yorick-yeti_6.4.0-2.debian.tar.xz
2b5485ee7c48673aaf43a566bd23a08e436530a1 10082
yorick-yeti_6.4.0-2_amd64.buildinfo
Checksums-Sha256:
a5b4fd8dda7e27e55ca8f231678502074948d56084b1db3d07b978534c26e7fe 2236
yorick-yeti_6.4.0-2.dsc
5908d9538e914f729065d0236793373930b0b3226ad8d66afc931ca95d3693cd 17064
yorick-yeti_6.4.0-2.debian.tar.xz
5863523892a478217aff7de0e01af5d01f5467043d0e8da1a6748d82439fb295 10082
yorick-yeti_6.4.0-2_amd64.buildinfo
Files:
2d40c6d95aac21e1f6f5ae716fa2cce3 2236 science optional yorick-yeti_6.4.0-2.dsc
6c8be81f22a3e671bbe61314048850a5 17064 science optional
yorick-yeti_6.4.0-2.debian.tar.xz
f11aa44a6829a646044626603edf2a92 10082 science optional
yorick-yeti_6.4.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCAAxFiEEvK37UrQZmNdNmdmOk5RTSODcKEAFAmaqZyoTHHRoaWJhdXRA
ZGViaWFuLm9yZwAKCRCTlFNI4NwoQE10EADGSty2vhlZbb9RN1IaZkyTD24n1YR1
PYOcoqMVHOJf1yhAzuj/uU1UG7sBh02GT76DrIZuqWn4TaNYe+sjU3K01RUrGmCy
VLzG6f2JZf3u6spu+TArE4JR76J6Tl8CE0W1JeqMQACk9PWxppZXhu7IFVE1NX4f
XzXZHSartAA4ojwQVxx04dYCA0AJIebETSCQQxm6rlPZ8mDF/B320F945neWH9Lv
YUsIEj7XBCwac1pbuwSQyAf5r9JcVLWwciEd4k8xFcfv+olR7fgBL5k7omAsIlcP
BlQctDx3VNKrYBaH1sK1y5fPZX3WGo8p2nkzj6asH4YFHq+NsC4BW6Wyu+io2bF9
+fqLzaBHRE/+2OiDOkD/ymucHBi3VEvE5zFgvLSRgJBUMzQ7sBHLDnfsuwcUFdm1
I2oUNtgFhxiF+1e1QFdhWvO4JlWTGKt4qHUjGt+mYc54Vu/okes+3WaCFLURt9re
Q9epXdozotnjZtFzMvspW3rCpB8Cu1MO4XClmGtZgypYN1TeJk4NIWASxwDKKhEg
ZoExJQS/sOyDScjlTHieT1vVuCeJBWzbChwLEiXALFVNty4qw106c7L6WeKhvOBG
fwxGIxlng6LH6eMkLTEmd2QCNRtmico86Uke5DQRlAZVBOpnxKKor8QMRuqVQr7p
dxzixkSyY34zaw==
=Fkkq
-----END PGP SIGNATURE-----
pgp64Vzx1rZWD.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers