Your message dated Sat, 27 Jul 2024 13:05:51 +0000
with message-id <[email protected]>
and subject line Bug#1075209: fixed in libstb 0.0~git20240715.f7f20f39fe4f+ds-1
has caused the Debian Bug report #1075209,
regarding libstb: 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.)
--
1075209: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075209
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libstb
Version: 0.0~git20230129.5736b15+ds-1.2
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/libstb_0.0~git20230129.5736b15+ds-1.2_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
[...]
3903 | #define STB_nodelete(x) 0
| ^
deprecated/stb.c:3993:10: note: in expansion of macro ‘STB_nodelete’
3993 | DISPOSE(a->table[i].k);
\
| ^~~~~~~
deprecated/stb.c:4300:1: note: in expansion of macro ‘stb_define_hash_base’
4300 | stb_define_hash_base(STB_noprefix, stb_spmatrix, int val_size; void
*arena;, stb__spmatrix_,stb__spmatrix_, 0.85,
| ^~~~~~~~~~~~~~~~~~~~
deprecated/stb.c: In function ‘stb__spmatrix_remove’:
deprecated/stb.c:3903:30: warning: statement with no effect [-Wunused-value]
3903 | #define STB_nodelete(x) 0
| ^
deprecated/stb.c:4115:4: note: in expansion of macro ‘STB_nodelete’
4115 | DISPOSE(a->table[n].k);
\
| ^~~~~~~
deprecated/stb.c:4300:1: note: in expansion of macro ‘stb_define_hash_base’
4300 | stb_define_hash_base(STB_noprefix, stb_spmatrix, int val_size; void
*arena;, stb__spmatrix_,stb__spmatrix_, 0.85,
| ^~~~~~~~~~~~~~~~~~~~
deprecated/stb.c: In function ‘stb_dirtree2_from_files_relative’:
deprecated/stb.c:3183:56: warning: value computed is not used [-Wunused-value]
3183 | #define stb_arr_pop(a) ((stb_arr_check(a),
(a))[--stb_arrhead(a)->len])
|
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
deprecated/stb.c:6338:10: note: in expansion of macro ‘stb_arr_pop’
6338 | stb_arr_pop(descendents);
| ^~~~~~~~~~~
deprecated/stb.c: In function ‘stb__reg_parse_alt’:
deprecated/stb.c:9492:15: warning: variable ‘main_end’ set but not used
[-Wunused-but-set-variable]
9492 | stb_uint16 main_end;
| ^~~~~~~~
deprecated/stb.c: In function ‘stb__get_dfa_node’:
deprecated/stb.c:3202:53: warning: right-hand operand of comma expression has
no effect [-Wunused-value]
3202 | #define stb_arr_addn(a,n)
(stb_arr__addn((a),n),(a)+stb_arr_len(a)-(n))
| ^
deprecated/stb.c:3138:35: note: in expansion of macro ‘stb_arr_addn’
3138 | #define stb_arr_add(a) ( stb_arr_addn((a),1) )
| ^~~~~~~~~~~~
deprecated/stb.c:9851:4: note: in expansion of macro ‘stb_arr_add’
9851 | stb_arr_add(m->dfa);
| ^~~~~~~~~~~
deprecated/stb.c: In function ‘stb_fullpath’:
deprecated/stb.c:5484:7: warning: ignoring return value of ‘getcwd’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
5484 | getcwd(abs, abs_size);
| ^~~~~~~~~~~~~~~~~~~~~
deprecated/stb.c: In function ‘stb_fget_string’:
deprecated/stb.c:5958:4: warning: ignoring return value of ‘fread’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
5958 | fread(s, 1, len, f);
| ^~~~~~~~~~~~~~~~~~~
deprecated/stb.c: In function ‘stb_decompress_fromfile’:
deprecated/stb.c:10468:4: warning: ignoring return value of ‘fread’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
10468 | fread(p, 1, n, f);
| ^~~~~~~~~~~~~~~~~
deprecated/stb.c: In function ‘stb_fclose’:
deprecated/stb.c:5661:22: warning: pointer ‘f’ may be used after ‘fclose’
[-Wuse-after-free]
5661 | if (stb__files && stb_ptrmap_remove(stb__files, f, (void **) &d)) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deprecated/stb.c:5659:4: note: call to ‘fclose’ here
5659 | fclose(f);
| ^~~~~~~~~
deprecated/stb.c: In function ‘stb_shuffle’:
deprecated/stb.c:8405:7: warning: ‘old_seed’ may be used uninitialized
[-Wmaybe-uninitialized]
8405 | stb_srandLCG(old_seed);
| ^~~~~~~~~~~~~~~~~~~~~~
deprecated/stb.c:8393:17: note: ‘old_seed’ was declared here
8393 | unsigned int old_seed;
| ^~~~~~~~
rm stb_leakcheck.c stb_perlin.c stb_herringbone_wang_tile.c stb_image_write.c
stb_include.c stb_divide.c stb_c_lexer.c deprecated/stb.c stb_sprintf.c
stb_image.c stb_image_resize.c stb_dxt.c stb_ds.c stb_hexwave.c
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libstb
Source-Version: 0.0~git20240715.f7f20f39fe4f+ds-1
Done: Yangfl <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libstb, 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.
Yangfl <[email protected]> (supplier of updated libstb 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: SHA512
Format: 1.8
Date: Sat, 27 Jul 2024 09:08:44 +0800
Source: libstb
Architecture: source
Version: 0.0~git20240715.f7f20f39fe4f+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Yangfl <[email protected]>
Changed-By: Yangfl <[email protected]>
Closes: 1075209
Changes:
libstb (0.0~git20240715.f7f20f39fe4f+ds-1) unstable; urgency=medium
.
* New upstream snapshot
* Fix FTBFS with GCC 14 (Closes: #1075209)
* Bump Standards-Version to 4.7.0
Checksums-Sha1:
f80e12f58cf4a5fa55bdabb631ab188b4c82e03f 2102
libstb_0.0~git20240715.f7f20f39fe4f+ds-1.dsc
40a4588c91a4e774877adfecfbfcaa73d37dd67b 1158460
libstb_0.0~git20240715.f7f20f39fe4f+ds.orig.tar.xz
98a86ea8d721cb75ecd3a57747195c8d1c73a73d 13624
libstb_0.0~git20240715.f7f20f39fe4f+ds-1.debian.tar.xz
059ad3658392c17ba9e8174b130573c6aa870aa7 6584
libstb_0.0~git20240715.f7f20f39fe4f+ds-1_amd64.buildinfo
Checksums-Sha256:
e2690532eb8d72db5c316c92a3ebd3dfbc1b50d2ae2c87fc42a0df7fe61b82e5 2102
libstb_0.0~git20240715.f7f20f39fe4f+ds-1.dsc
908cf08f1689b14bbce95f178f7cba5a904d5563a4495d9b72d1f23d5d9f0489 1158460
libstb_0.0~git20240715.f7f20f39fe4f+ds.orig.tar.xz
b50a6cdcdbf908f19484dfb8a104d17cb88016b49249045682aaf8d9a09c6956 13624
libstb_0.0~git20240715.f7f20f39fe4f+ds-1.debian.tar.xz
bb5fa663ef1ba9d7abbab53a767bbc609e07c1def028fc57f97b54ce9ca7a19f 6584
libstb_0.0~git20240715.f7f20f39fe4f+ds-1_amd64.buildinfo
Files:
dec779cd92594b710c3ce2d6ec57a81e 2102 libs optional
libstb_0.0~git20240715.f7f20f39fe4f+ds-1.dsc
80c2ae44d99e444fcbe0fc1dd6412c4a 1158460 libs optional
libstb_0.0~git20240715.f7f20f39fe4f+ds.orig.tar.xz
9804c4664f96496a41be07f6cb5c0ae3 13624 libs optional
libstb_0.0~git20240715.f7f20f39fe4f+ds-1.debian.tar.xz
3ed36e47c9e718139d5822ebfa0244c9 6584 libs optional
libstb_0.0~git20240715.f7f20f39fe4f+ds-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmak6BIACgkQwpPntGGC
Ws5+hw/9Eaj7jqblmJe1z0+Hn+NY8zRUlN9N0tCIsOBy7A6A3y3E8mgXhyQc2kMb
B56J8oI4LxI9S2BPBPt9usT6kTpxgPnbYXfb3uKKX79cjAv+m+l7KjRTQ5djEorF
eaaVVbFnmuA9scV50jDBAS43KrhRUGsZrnJMv0LgNJp3FJuMUJgjIofEjdo2zOdl
s4nbgho6viWBt7eQ0cwU0fEuh8bhvFUYptwrWKOll/cdonEzVWWrmGl20Lh+BHYe
IfxCU0dnErccz65PanaATOsd+JO9XibXWHu02hTHPE1Phr+YdGnkz0h1VwF4ZPoW
F2EaBTGdt7l6+tPYAuMwJf+4jYqkOq1Vt8BNjdwedQzApIe6GVs3BBX5nPxHUfTa
5FbrUOedgqs4kBkjwUANDhuRsc8vcPz4WIGyc2O9cV85q03/xMxMC4hj0+BKEEmN
6P8C0GakZL79nNaFxedM4S7aw0CP6zSWRecz4ulCq1Q28ILrc/XidiqhP+iNlv7G
vmtuCa5jBr9xiiv8mtxju9uYbtyahX5FK/NsPdTWd8kKoVcXU8FzcgfZb/sHeu1d
AMHXVfhLLbyhIYFH3+GSgoHaPJ2GMR3X3JizOkS8VzmiVXyyN1ybxyWg8sflNdLk
X+KvfcKgzKR5y7M1CbTda7452lh3nttR4eYkFv1eVeQ7J17fD74=
=cGcA
-----END PGP SIGNATURE-----
pgplh8pyksiVH.pgp
Description: PGP signature
--- End Message ---