Your message dated Wed, 11 Sep 2024 01:19:00 +0000
with message-id <e1soc0a-004oz4...@fasolo.debian.org>
and subject line Bug#1074810: fixed in ample 0.5.7-14
has caused the Debian Bug report #1074810,
regarding ample: 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.)
--
1074810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ample
Version: 0.5.7-13
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/ample_0.5.7-13_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
[...]
helper.c: In function ‘setid3v2title’:
helper.c:746:9: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
746 | fread(header, sizeof(char), 10, file);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
helper.c: In function ‘setid3v1title’:
helper.c:704:17: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
704 | fgets(buffer, 31, file);
| ^~~~~~~~~~~~~~~~~~~~~~~
configuration.c: In function ‘readrequest’:
configuration.c:298:32: warning: comparison between pointer and zero character
constant [-Wpointer-compare]
298 | if(tmp == '\0' || strlen(tmp) < 1) {
| ^~
configuration.c:298:28: note: did you mean to dereference the pointer?
298 | if(tmp == '\0' || strlen(tmp) < 1) {
| ^
configuration.c: In function ‘parseconfopt’:
configuration.c:570:54: warning: field precision specifier ‘.*’ expects
argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=]
570 | snprintf(retval, (end - tmp + 1), "%.*s", (end - tmp),
tmp);
| ~~^~ ~~~~~~~~~~~
| | |
| int long int
configuration.c:584:54: warning: field precision specifier ‘.*’ expects
argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=]
584 | snprintf(retval, (end - tmp + 1), "%.*s", (end - tmp),
tmp);
| ~~^~ ~~~~~~~~~~~
| | |
| int long int
entries.c: In function ‘checkpathtype’:
entries.c:750:25: warning: ignoring return value of ‘chdir’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
750 | chdir(dname);
| ^~~~~~~~~~~~
entries.c:757:25: warning: ignoring return value of ‘chdir’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
757 | chdir(owd);
| ^~~~~~~~~~
configuration.c: In function ‘preparehtml’:
entries.c: In function ‘parsem3u’:
entries.c:890:9: warning: ignoring return value of ‘chdir’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
890 | chdir(dname);
| ^~~~~~~~~~~~
entries.c:922:9: warning: ignoring return value of ‘chdir’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
922 | chdir(owd);
| ^~~~~~~~~~
configuration.c:438:33: warning: ignoring return value of ‘realloc’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
438 | realloc(tmp, tmpsize);
| ^~~~~~~~~~~~~~~~~~~~~
configuration.c:442:17: warning: ignoring return value of ‘realloc’ declared
with attribute ‘warn_unused_result’ [-Wunused-result]
442 | realloc(tmp, strlen(tmp) + 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
entries.c: In function ‘parsedir’:
entries.c:853:9: warning: ignoring return value of ‘chdir’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
853 | chdir(owd);
| ^~~~~~~~~~
ample.c: In function ‘main’:
ample.c:553:29: error: passing argument 2 of ‘signal’ from incompatible pointer
type [-Wincompatible-pointer-types]
553 | if (signal(SIGTERM, removepidfile) == SIG_ERR) {
| ^~~~~~~~~~~~~
| |
| void (*)(void)
In file included from /usr/include/x86_64-linux-gnu/sys/wait.h:36,
from ample.c:44:
/usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void
(*)(int)’} but argument is of type ‘void (*)(void)’
88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
| ~~~~~~~~~~~~~~~^~~~~~~~~
make[2]: *** [Makefile:63: ample.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:58: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ample
Source-Version: 0.5.7-14
Done: Bo YU <tsu.y...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
ample, 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.
Bo YU <tsu.y...@gmail.com> (supplier of updated ample 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: Wed, 11 Sep 2024 07:55:31 +0800
Source: ample
Architecture: source
Version: 0.5.7-14
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Bo YU <tsu.y...@gmail.com>
Closes: 1074810
Changes:
ample (0.5.7-14) unstable; urgency=medium
.
* QA upload.
* Update 040_add-pidfile-option.patch to fix FTBFS issue with gcc 14.
(Closes: #1074810).
* Remove obsolete dependence: lsb-base.
* Bumped Standards-Version to 4.7.0.
* Update debian/copyright.
Checksums-Sha1:
39e11a323bd777377265eebddf5779efc248125c 1828 ample_0.5.7-14.dsc
87e8fadadbbd3a036483c520788fd9c765acec36 9876 ample_0.5.7-14.debian.tar.xz
a461c70072614836446e8355ce6454610ceb75e5 6097 ample_0.5.7-14_source.buildinfo
Checksums-Sha256:
e3c1b0b1e2cbb91fbc77561c8df6d3877be0898839ffb1aea372b30c5f60788f 1828
ample_0.5.7-14.dsc
b74dbbde14cd5ead245af2f1bc1dcad346fbe868f42a6d6df2f1a847d098bc59 9876
ample_0.5.7-14.debian.tar.xz
792e062c9c8284140d47969bf4230ec7a9cce8d52f4a38d1c6c970ddbebaa61d 6097
ample_0.5.7-14_source.buildinfo
Files:
314e4342c73561ac0c264e0bb06c7862 1828 sound optional ample_0.5.7-14.dsc
7c8f638cf57319d8c028c6512c4fb2f0 9876 sound optional
ample_0.5.7-14.debian.tar.xz
d9d20fd32eca17ef02908b9127ce4b17 6097 sound optional
ample_0.5.7-14_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAmbg67kACgkQ3mO5xwTr
6e83qRAAhhpOE9CHW/4aArEcClmF8bhyJCi+cRAEXiFKnSPnnJ/sNqAtaMVOCri/
snk7bjlZsHAbXp/x0WlsTxaXwfc1OUxM03CT7GNsQvSP2yYgVI72czpBCD73S1tk
YN1bO/JTNNN0tpPUR5PZO0In3jk/Qo/QdcEyYzFkm8xCEZc1V7F4mHYonxSNdWHD
z+3D4Qjff5z6t2APoXpKZrBqwsXioEhzc6mm9/pLWtMscRD7nzI3LaG6SxsRWnc9
2TOgJRWw9meocCFuAEQWifLJ1Jy2lU6ksUdvB46cow9pqKrAAzolTqF3lVzY3zwm
1vOfmOuzwa8MhweYdEN2ML5UbMnLfWQgeug8L7+XJqc2yZQmpWAsJ8taT33TScyN
luvYwx3MJvB0ZY1OnPE5g2+MxnsoudpCJTuFaVGnk/L18SS4X3cXYtOMZUAPR98U
znITFWiJ8jXZ577GSD1DVQil3tf96Kpa9NCC7FTIxHwDxjjE5TPD2sz3qThnT2OS
L1H5lgg/845cUl8CmcVz7hYIubzmQbKnr977q8xjdXOmAFlbnKUrhTMvO75MxGi4
WCwePtH09ckt5YbgbLnh+ej70NHLnptYoCdhUlCIeoSWny3Ad9+3SxfJLoSpNr5e
RV60E8sD549oLXB2I3Fnfanto3ScpO3t2teyM70GrysNr2oOpY0=
=ExuL
-----END PGP SIGNATURE-----
pgpeI_qsDhpho.pgp
Description: PGP signature
--- End Message ---