Your message dated Mon, 25 Nov 2024 18:49:26 +0000
with message-id <e1tfe9g-002wna...@fasolo.debian.org>
and subject line Bug#1074819: fixed in ascd 0.13.2-9
has caused the Debian Bug report #1074819,
regarding ascd: 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.)
--
1074819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ascd
Version: 0.13.2-7.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/ascd_0.13.2-7.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
[...]
database.c:677:33: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
677 | fgets(cddb.path_to_cgi,
| ^~~~~~~~~~~~~~~~~~~~~~~
678 | sizeof(cddb.path_to_cgi), fp);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:693:33: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
693 | fgets(cddb.proxy_server,
| ^~~~~~~~~~~~~~~~~~~~~~~~
694 | sizeof(cddb.proxy_server), fp);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:726:25: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
726 | fscanf(fp, "%d", &ntracks);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:752:41: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
752 | fscanf(fp, "%d", &scratch);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:796:41: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
796 | fscanf(fp, "%d", &scratch);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:827:33: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
827 | fgets(buf, sizeof(buf), fp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:837:25: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
837 | fscanf(fp, "%d", &cd->playmode);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:866:37: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
866 | fgets(cd->cdname +
strlen(cd->cdname), sizeof(cd->cdname), fp);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:870:37: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
870 | fgets(cd->cdname,
sizeof(cd->cdname), fp);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:887:33: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
887 | fgets(cd->artist, sizeof(cd->artist),
fp);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:895:25: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
895 | fscanf(fp, "%d", &cd->volume);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:901:25: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
901 | fscanf(fp, "%d", &i);
| ^~~~~~~~~~~~~~~~~~~~
database.c:914:25: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
914 | fscanf(fp, "%d", &i);
| ^~~~~~~~~~~~~~~~~~~~
database.c:920:33: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
920 | fscanf(fp, "%d", &cd->trk[i].volume);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:930:25: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
930 | fscanf(fp, "%s", listname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:948:25: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
948 | fscanf(fp, "%d", &listsize);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:958:33: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
958 | fscanf(fp, "%d", &scratch);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:972:25: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
972 | fscanf(fp, "%d", &mark_val);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:979:25: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
979 | fgets(mark_name, sizeof(mark_name), fp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
database.c:1013:33: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1013 | fgets(input, sizeof(input), fp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: database.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libworkman'
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:30: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ascd
Source-Version: 0.13.2-9
Done: Fredrik Hallenberg <hal...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ascd, 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.
Fredrik Hallenberg <hal...@debian.org> (supplier of updated ascd 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: Mon, 25 Nov 2024 19:01:12 +0100
Source: ascd
Architecture: source
Version: 0.13.2-9
Distribution: unstable
Urgency: medium
Maintainer: Fredrik Hallenberg <hal...@debian.org>
Changed-By: Fredrik Hallenberg <hal...@debian.org>
Closes: 1074819
Changes:
ascd (0.13.2-9) unstable; urgency=medium
.
* Really fixed gcc-14 build issues (closes: #1074819)
Checksums-Sha1:
3832bb463c20634a72c4cb7a76977451a483351e 1716 ascd_0.13.2-9.dsc
6c0b44adacde196098a2b4af11d3ed3b9757ae5c 18376 ascd_0.13.2-9.debian.tar.xz
5bdc3f1b1f7fa890d8f40ad6b674c04c7ae0dde1 6726 ascd_0.13.2-9_source.buildinfo
Checksums-Sha256:
f7576b8f5ab0f18c36e6db9aee38fd572406ed4fdd0f8f2fbd77b61473ffb2f0 1716
ascd_0.13.2-9.dsc
6afac2ef81cf8d2b6acedd9ec5db06a6e96c23d9df7738d9a966c59a2e84b2c3 18376
ascd_0.13.2-9.debian.tar.xz
77d6c9e89c371f375f1fdf6a12a9d30fa7859f75c88519c079f8bde204e52a20 6726
ascd_0.13.2-9_source.buildinfo
Files:
132b9e1325a9b80c5c6fbd83218f5404 1716 sound optional ascd_0.13.2-9.dsc
310ac501bb463449602e53548a8d96c3 18376 sound optional
ascd_0.13.2-9.debian.tar.xz
71df77f778dc415b0401af100d584f0b 6726 sound optional
ascd_0.13.2-9_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEuty0xD097U5UB3Ha4zfbk0JuQVQFAmdExBMACgkQ4zfbk0Ju
QVQOFQ/8DswB0Kh6uJRF77TK8N2TZwcZIVjXsovEV68jV2FnZsQ6tReNzsLCicf+
zPPPf+YCaM8WeyB1I1ljSpxikYK2IjVkZQvfbqyK+Vka93oAeYrWRa6xlfXTULiK
a3rqbVUV8/KegYJpRJNrmX3yghpgnLHemiLmbVFir7WwhQhej4hx8r/ZEN6EaQ+3
F3PmvObTFVWhValaYYBNRzHx5/KHb5Z82mYqFLOlEsxArko5KFh1x49JaZeQkArH
omKGTodqwutXe0uQT+rGt7GPd3OrFCVTHToTecPylUzlj0eygXfWVfSijiDp2MSw
WgzrM90jlUiNHQ6xwvEWRWwuV2ccRaw8BD3KUhiMVRcA8aFMcV0odxW+q/Mrj/Tp
JvlWDDMlwqCRlCijOHDLGCjBfGQCvSOVPi52/67oQNv2Vcv9QQlGvjTYQ5Zdn1SB
aXxwM/bbkbJNrd7d6orRNxCMMsiM3s2AgHH0scD0r3ic5RA8bR3ZjOa+XMtyU4P4
tBr5zq7gyqdRpBt4W86nsCGeqsTKBUYyerxG6EX4+va8SBTvGAIZuHpeFjdK1MX/
l6ZyvpoHv64wTG+BBLu4yfEQpVnv0ic3fYqNG+6WUmfAJJb3xr+V1IYhAE3RDUMu
8/giroW04a0Ycgl8KG4u9wTTN9FQW4QrEPSFig0Wntn4Gep9CTk=
=XUVc
-----END PGP SIGNATURE-----
pgpdPqj_6YZen.pgp
Description: PGP signature
--- End Message ---