Your message dated Thu, 13 Feb 2025 23:05:51 +0000
with message-id <e1tiihh-00g9bw...@fasolo.debian.org>
and subject line Bug#1074978: fixed in gaviotatb 0.4-2.2
has caused the Debian Bug report #1074978,
regarding gaviotatb: 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.)
--
1074978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074978
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gaviotatb
Version: 0.4-2.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/gaviotatb_0.4-2.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
[...]
4387 | for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] =
NOSQUARE;
| ^~~
gtb-probe.c:4387:58: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘for’
4387 | for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] =
NOSQUARE;
| ^~
gtb-probe.c:4388:9: warning: this ‘for’ clause does not guard...
[-Wmisleading-indentation]
4388 | for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] =
NOSQUARE;
| ^~~
gtb-probe.c:4388:58: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘for’
4388 | for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] =
NOSQUARE;
| ^~
gtb-probe.c: In function ‘kaabk_pctoindex’:
gtb-probe.c:4536:9: warning: this ‘for’ clause does not guard...
[-Wmisleading-indentation]
4536 | for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] =
NOSQUARE;
| ^~~
gtb-probe.c:4536:58: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘for’
4536 | for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] =
NOSQUARE;
| ^~
gtb-probe.c:4537:9: warning: this ‘for’ clause does not guard...
[-Wmisleading-indentation]
4537 | for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] =
NOSQUARE;
| ^~~
gtb-probe.c:4537:58: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘for’
4537 | for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] =
NOSQUARE;
| ^~
gtb-probe.c: In function ‘kabbk_pctoindex’:
gtb-probe.c:4685:9: warning: this ‘for’ clause does not guard...
[-Wmisleading-indentation]
4685 | for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] =
NOSQUARE;
| ^~~
gtb-probe.c:4685:58: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘for’
4685 | for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] =
NOSQUARE;
| ^~
gtb-probe.c:4686:9: warning: this ‘for’ clause does not guard...
[-Wmisleading-indentation]
4686 | for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] =
NOSQUARE;
| ^~~
gtb-probe.c:4686:58: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘for’
4686 | for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] =
NOSQUARE;
| ^~
gtb-probe.c: In function ‘kaaak_pctoindex’:
gtb-probe.c:4907:9: warning: this ‘for’ clause does not guard...
[-Wmisleading-indentation]
4907 | for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] =
NOSQUARE;
| ^~~
gtb-probe.c:4907:58: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘for’
4907 | for (i = 0; i < N_WHITE; i++) ws[i] = inp_pw[i]; ws[N_WHITE] =
NOSQUARE;
| ^~
gtb-probe.c:4908:9: warning: this ‘for’ clause does not guard...
[-Wmisleading-indentation]
4908 | for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] =
NOSQUARE;
| ^~~
gtb-probe.c:4908:58: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘for’
4908 | for (i = 0; i < N_BLACK; i++) bs[i] = inp_pb[i]; bs[N_BLACK] =
NOSQUARE;
| ^~
/usr/bin/gcc -Wall -Wextra -fPIC -Isysport/ -Icompression/
-Icompression/liblzf/ -Icompression/lzma/ -Icompression/huffman/ -c -o
gtb-dec.o gtb-dec.c
/usr/bin/gcc -Wall -Wextra -fPIC -Isysport/ -Icompression/
-Icompression/liblzf/ -Icompression/lzma/ -Icompression/huffman/ -c -o
gtb-att.o gtb-att.c
/usr/bin/gcc -Wall -Wextra -fPIC -Isysport/ -Icompression/
-Icompression/liblzf/ -Icompression/lzma/ -Icompression/huffman/ -c -o
sysport/sysport.o sysport/sysport.c
/usr/bin/gcc -Wall -Wextra -fPIC -Isysport/ -Icompression/
-Icompression/liblzf/ -Icompression/lzma/ -Icompression/huffman/ -c -o
compression/wrap.o compression/wrap.c
compression/wrap.c: In function ‘zlib_encode’:
compression/wrap.c:81:19: error: implicit declaration of function ‘compress2’
[-Wimplicit-function-declaration]
81 | outcome = compress2 (out_start, &zz, in_start, in_len,
ZLIB_MAXIMUM_COMPRESSION);
| ^~~~~~~~~
compression/wrap.c: In function ‘zlib_decode’:
compression/wrap.c:92:19: error: implicit declaration of function ‘uncompress’;
did you mean ‘lzf_compress’? [-Wimplicit-function-declaration]
92 | outcome = uncompress (out_start, &nn, in_start, (unsigned
long)in_len);
| ^~~~~~~~~~
| lzf_compress
make[2]: *** [<builtin>: compression/wrap.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:37: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:8: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gaviotatb
Source-Version: 0.4-2.2
Done: Bastian Germann <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gaviotatb, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated gaviotatb 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: SHA512
Format: 1.8
Date: Thu, 13 Feb 2025 22:51:22 +0100
Source: gaviotatb
Architecture: source
Version: 0.4-2.2
Distribution: unstable
Urgency: medium
Maintainer: Varun Hiremath <va...@debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 872083 1074978
Changes:
gaviotatb (0.4-2.2) unstable; urgency=medium
.
* Non-maintainer upload
* Replace repack rules with Files-Excluded
* Remove .depend via d/clean
* Introduce Rules-Requires-Root
* Do not build with Z_SOLO (Closes: #1074978)
.
[ Helmut Grohne ]
* Fix FTCBFS: Force using the debhelper supplied CC. (Closes: #872083)
Checksums-Sha1:
a0dc00684f5c5c913ad4041c1e4ee0850b0129fe 1843 gaviotatb_0.4-2.2.dsc
7291df1332ef9b68ace98f6d8bacf8b6c677d23c 4544 gaviotatb_0.4-2.2.debian.tar.xz
7ce422068ae95ed078c1f3756700a2b0e5f3b344 5164
gaviotatb_0.4-2.2_source.buildinfo
Checksums-Sha256:
96490fe6d53860341aea198f5361b8e1f5619c56cda9afaaedba009f03f91011 1843
gaviotatb_0.4-2.2.dsc
604f55e198e8a0e209c26e91046d261fbcad8c3ec7c04b4b58231c95f4e9f0f9 4544
gaviotatb_0.4-2.2.debian.tar.xz
aed379019b1e51cb5913cda8ed14b15ea16bea5d5051fcb4b1d8b364c061ef3c 5164
gaviotatb_0.4-2.2_source.buildinfo
Files:
d31a73376b1c70befc27888ff0a57522 1843 libs extra gaviotatb_0.4-2.2.dsc
685cfbbca899dbe2ecec97c305064f79 4544 libs extra
gaviotatb_0.4-2.2.debian.tar.xz
43715e89472bd155d5964ec1e85c6871 5164 libs extra
gaviotatb_0.4-2.2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmeudRoQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFG1RDADhksdWnaJQyZrrkytMS57TeLabWOJVPpNs
uCf/2QDee9VkWn0MMcwm5fuzZhGvWkkZRhtEvo8YRTJ2Fa5jPMxvihf9usr+HheO
Bb52IRu86X6OQrMXF1z+uYul/rjFzWIpTORqId96TpLna7u/efTPpyf3i7CZbLgw
SRLESgcE25pxnIX2AU1wXWSK1lKA/iqEo2DNxfpGuwHH9VBhYJBwgztNpOOEggQU
S5oFr94t9jME+/DDkzvlRhl/6ldFirQhJvu/F23B+O7fRtfO3lQAajSux0mKHFVg
Qb+hLzl9GY3LPrDiFhGB69JkrJqJZjlN3Q7Ekicwkp+IdWOm3eITvxmlyyoPJaK+
i/hL45HQr9mdwLQYGYKpDnNcybVfXTWl+1Ihbdg+NctWuU2eWu2EeELKQiOIxBDL
lxPKYEA8POOEqqFoL/aj68SDvprY+6U9wJwETbLnWX0bgXF7d6oKkVZzKQGcMNw+
JFyI1mz84wKAf0LCpLWki5CtSJvnA5w=
=A7Kn
-----END PGP SIGNATURE-----
pgpFc3j8qevmd.pgp
Description: PGP signature
--- End Message ---