Your message dated Sat, 23 Nov 2024 15:05:29 +0000
with message-id <e1terhr-0093yr...@fasolo.debian.org>
and subject line Bug#1074819: fixed in ascd 0.13.2-8
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-8
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: Sat, 23 Nov 2024 15:14:36 +0100
Source: ascd
Binary: ascd ascd-dbgsym
Architecture: source amd64
Version: 0.13.2-8
Distribution: unstable
Urgency: medium
Maintainer: Fredrik Hallenberg <hal...@debian.org>
Changed-By: Fredrik Hallenberg <hal...@debian.org>
Description:
ascd - CD player and mixer
Closes: 1074819
Changes:
ascd (0.13.2-8) unstable; urgency=medium
.
* Fixed build gcc-14 (closes: #1074819)
Checksums-Sha1:
e48f5d5d7a8c38242a2b440e339e8b99f4ad66e1 1691 ascd_0.13.2-8.dsc
332ed89dbad9d8f27c9ee4601b1a28cb950e5cb4 17904 ascd_0.13.2-8.debian.tar.xz
67c34b90b0ea0cba0f4d37306229d5a856466d01 114800 ascd-dbgsym_0.13.2-8_amd64.deb
548bf79837f85e742a90d212effb667d62ab19e8 7046 ascd_0.13.2-8_amd64.buildinfo
9e6e37053e8fec88ace1afd89b02ec58852fcf49 184224 ascd_0.13.2-8_amd64.deb
Checksums-Sha256:
3526c56e5932429de48ebeb037c709dc41ff48d7797533798eeca5e6420b7aae 1691
ascd_0.13.2-8.dsc
653d4b4580551c22b8af9c6604547fdba1a7958ebe714cccfccf4fca950f8d27 17904
ascd_0.13.2-8.debian.tar.xz
3927dbea5ab2998b62cc6313bd796336d6631d30b010d26e6b2ba3f356b967fd 114800
ascd-dbgsym_0.13.2-8_amd64.deb
d1d24462101a412263e1ae5ca175448dac54df1b12ea5c223d53f38d41b744c0 7046
ascd_0.13.2-8_amd64.buildinfo
7ee7558276437943625b5b4c15fed1031bb21d6802f06ef44bc73cb14475b17d 184224
ascd_0.13.2-8_amd64.deb
Files:
f2b8e74e48d9657441222506711059a6 1691 sound optional ascd_0.13.2-8.dsc
3ea30b3cdc5f05ae00ee9e967e0d5f21 17904 sound optional
ascd_0.13.2-8.debian.tar.xz
c4198da19b8d9eced5cca4a782b6656e 114800 debug optional
ascd-dbgsym_0.13.2-8_amd64.deb
59e59e647beb5a29f3de0aad66d6778a 7046 sound optional
ascd_0.13.2-8_amd64.buildinfo
0c236262d9a2769b7a850ad8cd3561b6 184224 sound optional ascd_0.13.2-8_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEuty0xD097U5UB3Ha4zfbk0JuQVQFAmdB6ZAACgkQ4zfbk0Ju
QVQp/w//S9Ftk+DQtqcuOd/oUDDZVgGeQHcXvubvneQLiw16frDjhWcwgilzm1+I
ccKme+rxr5zYyb2FinjAniTfMOxDXw5/MIBbd0srzmh95jS8iEM6Z1tCsWP9VGAg
+R9cGjW8I41MtWKnm+MuxrvX7KC4YwwP8p0bFnsponb+yez4ZkdZGmz/NzJhbmIn
7yYJoAGegGBfNxuhzaGKidCwxLm5Sk/cn4Xa9aFmc6kFQbg+OGq9Zlvt9DmcRLOC
lUglQ9vy04AyRa0meqzjEIfud8YrNrVum4+2cOadeFf9USl0nyzAktSNB/Eyblo0
/4iMgAEdjFIIg3/dNmvoriMaSnYyjcDxGrg6LsfJOnJs8zPM0sdpu/8FSeHT7Suv
B5MuJwu4V1HLET7Krst6MNOLOM0nEQGPccWHYoh/J6mqpvmfODxqx3mmHoKbLFhE
szGHU48KK202SHWYEZyRILfgFAkp0okNcGyTirK6vmPmskprcQxswzygClJobcfy
Vdi4E5hibt+ZooYhn7cpsGEl+ONbBs7vUJ53KZ2gbiSGddZJ7xWk6W29wcK5U63K
KbHJJuLkZoq0rXsrVYxszXo0o+zu4Tv4FmFdlt6ARsbvd5Mzf55zT0kmZEIpcoCu
O9yBarIu85UOfM8vYug4xEeMLv392xaLHfzu1J47eYP4vg3nhf4=
=MCpy
-----END PGP SIGNATURE-----
pgpvzBp69wZCK.pgp
Description: PGP signature
--- End Message ---