Your message dated Sat, 07 Dec 2024 13:04:38 +0000
with message-id <e1tjuua-008hqw...@fasolo.debian.org>
and subject line Bug#1075291: fixed in mpg321 0.3.2-4
has caused the Debian Bug report #1075291,
regarding mpg321: 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.)
--
1075291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075291
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mpg321
Version: 0.3.2-3.3
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/mpg321_0.3.2-3.3_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
[...]
102 | extern http_file_length;
| ^~~~~~~~~~~~~~~~
mpg321.c: In function ‘read_keyb’:
mpg321.c:186:75: warning: format ‘%ld’ expects argument of type ‘long int’, but
argument 3 has type ‘int’ [-Wformat=]
186 | fprintf(stderr,"Volume:
%ld%% \r",volume);
|
~~^ ~~~~~~
|
| |
|
long int int
|
%d
mpg321.c:236:75: warning: format ‘%ld’ expects argument of type ‘long int’, but
argument 3 has type ‘int’ [-Wformat=]
236 | fprintf(stderr,"Volume:
%ld%% \r",volume);
|
~~^ ~~~~~~
|
| |
|
long int int
|
%d
mpg321.c: In function ‘show_id3’:
mpg321.c:450:24: warning: format not a string literal and no format arguments
[-Wformat-security]
450 | printf(emptystring);
| ^~~~~~~~~~~
mpg321.c:468:34: warning: format not a string literal and no format arguments
[-Wformat-security]
468 | fprintf (stderr, emptystring);
| ^~~~~~~~~~~
mpg321.c: In function ‘id3_get_tag’:
mpg321.c:1237:31: warning: pointer targets in passing argument 1 of ‘strlen’
differ in signedness [-Wpointer-sign]
1237 | if (!latin1 || strlen(latin1) == 0) return (NULL);
| ^~~~~~
| |
| id3_latin1_t * {aka unsigned char *}
In file included from mpg321.c:35:
/usr/include/string.h:407:35: note: expected ‘const char *’ but argument is of
type ‘id3_latin1_t *’ {aka ‘unsigned char *’}
407 | extern size_t strlen (const char *__s)
| ~~~~~~~~~~~~^~~
mpg321.c:1238:22: warning: pointer targets in passing argument 1 of ‘strlen’
differ in signedness [-Wpointer-sign]
1238 | len = strlen(latin1);
| ^~~~~~
| |
| id3_latin1_t * {aka unsigned char *}
/usr/include/string.h:407:35: note: expected ‘const char *’ but argument is of
type ‘id3_latin1_t *’ {aka ‘unsigned char *’}
407 | extern size_t strlen (const char *__s)
| ~~~~~~~~~~~~^~~
mpg321.c:1245:29: warning: pointer targets in passing argument 2 of ‘strncat’
differ in signedness [-Wpointer-sign]
1245 | strncat (printable, latin1, tocopy);
| ^~~~~~
| |
| id3_latin1_t * {aka unsigned char *}
/usr/include/string.h:152:71: note: expected ‘const char * restrict’ but
argument is of type ‘id3_latin1_t *’ {aka ‘unsigned char *’}
152 | extern char *strncat (char *__restrict __dest, const char *__restrict
__src,
|
~~~~~~~~~~~~~~~~~~~~~~~^~~~~
mpg321.c:1263:26: warning: pointer targets in passing argument 1 of ‘strlen’
differ in signedness [-Wpointer-sign]
1263 | len = strlen(latin1);
| ^~~~~~
| |
| id3_latin1_t * {aka unsigned char *}
/usr/include/string.h:407:35: note: expected ‘const char *’ but argument is of
type ‘id3_latin1_t *’ {aka ‘unsigned char *’}
407 | extern size_t strlen (const char *__s)
| ~~~~~~~~~~~~^~~
mpg321.c:1270:33: warning: pointer targets in passing argument 2 of ‘strncat’
differ in signedness [-Wpointer-sign]
1270 | strncat (printable, latin1, tocopy);
| ^~~~~~
| |
| id3_latin1_t * {aka unsigned char *}
/usr/include/string.h:152:71: note: expected ‘const char * restrict’ but
argument is of type ‘id3_latin1_t *’ {aka ‘unsigned char *’}
152 | extern char *strncat (char *__restrict __dest, const char *__restrict
__src,
|
~~~~~~~~~~~~~~~~~~~~~~~^~~~~
make[2]: *** [Makefile:369: mpg321.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:427: install-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:45: install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: mpg321
Source-Version: 0.3.2-4
Done: наб <nabijaczlew...@nabijaczleweli.xyz>
We believe that the bug you reported is fixed in the latest version of
mpg321, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
наб <nabijaczlew...@nabijaczleweli.xyz> (supplier of updated mpg321 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: Tue, 26 Nov 2024 11:38:44 +0100
Source: mpg321
Architecture: source
Version: 0.3.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: наб <nabijaczlew...@nabijaczleweli.xyz>
Closes: 687847 712832 728048 864499 1075291 1086803
Changes:
mpg321 (0.3.2-4) unstable; urgency=medium
.
* Team upload.
Closes: #1086803
* Maintain package in Debian Multimedia team
* Review d/copyright
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Secure URI in copyright format (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Remove trailing whitespace in debian/control (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* Rules-Requires-Root: no (routine-update)
* Trim trailing whitespace.
* Use versioned copyright format URI.
* Use secure URI in Homepage field.
* Fix day-of-week for changelog entry 0.2.11-1.
* watch file standard 4 (routine-update)
* Short dh
* Fix ftbfs with GCC-14
Closes: #1075291
* Secure URI in watch file
* "CPU uses to be reduced" is solved in version 0.3.x
Closes: #687847
* Enable hardening options
.
[ Helmut Grohne ]
* Fix FTCBFS: (Closes: #864499)
+ Let dh_auto_configure pass --host flag.
+ Deconfuse build/host.
.
[ Kevin Ryde ]
* Add mailcap entries
Closes: #728048
.
[ наб ]
* Note that the manual's Basic keys require -K in situ (Closes: #712832)
Checksums-Sha1:
23f8bda190734faedc170c3be22ca159dbb5ee65 1998 mpg321_0.3.2-4.dsc
0a9fc0b41e257d33c542ede02c6dd911cc6fe39b 14756 mpg321_0.3.2-4.debian.tar.xz
59a7a3552292f8f15011a6a11f400b9c7f4fe1d1 6528 mpg321_0.3.2-4_amd64.buildinfo
Checksums-Sha256:
f779fac5951cc3f0874987dbdd0859507cf74951a3119e6188be2e3c4dadf5dd 1998
mpg321_0.3.2-4.dsc
8d7a502b655d2a0d844943744e28c2ec5b252567f80c757967db1be4b280c09c 14756
mpg321_0.3.2-4.debian.tar.xz
861d9c8bfab44cbcaf3c47df83f245a6e443e512dc41dd6af17785f8341c285f 6528
mpg321_0.3.2-4_amd64.buildinfo
Files:
1ac6f2a3e285234d74a9e1acc6326533 1998 sound optional mpg321_0.3.2-4.dsc
07ab88f4cb6a9bea6a7978bd956a8d53 14756 sound optional
mpg321_0.3.2-4.debian.tar.xz
eff81238a7180947957a3d951ed6245b 6528 sound optional
mpg321_0.3.2-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmdHDwkRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtG4fQ//f9up2joLunHYhI36VAjuVzzsDmMa1yKz
vfsLSFDRqHw3jNf9fMgsYTRpe5gbWa4UOj/NxZQy2z/Ch9Bw7eu0i3vOXWjyr351
1p3KMJju4RyU+HL52d0MrOAgQVz5jUzbI6Jhavnw7AWsza4nbHoItoc6Qx6tkgqZ
Mjw455nCf3TKKj6riVEALA1c9CzpP/lmuKnqazCMHZt1624+OmVrmP7w7rMQLfkZ
sfEV4Zu+t5zI459e0jCeph+Se4wV3BBlZU8ZT0aO0xaoACpYG+U3AXSB586m4ykj
73PjtE3ykJC0ZltvwG7cLhCaZiog/sTqv8NsT50XjGZotdO0p9h/vThIk5tFwkUS
3CVc6/JsbLehcrqRmpGD6uTsgpnAEEVdEOP4yAkb1AT1MPc8MgX2oA++Oy4rgpBD
2RBXZfI91YzFv58z/AvbfQ0bNehmLkSDpZEZVxQ5t+5q6fpP/9zqTBKy+/zz/dH6
tboRVwgkIvdi+04u9pUQ30xgrXQZYfJ91EQWfgVwBhr8DP2Gl8zDkueFTbXo7qa7
0yEMFZra3yuO7O8DonOecuXqLg+4Rpq1onvLXiqhgGCdaBt/kR3ssbD1jq7pD2jV
ixrVje2DI0REzMRDEdG4eBipV/ynEuM0eqWT6U2Itd+gGIb+tp20PDa+RaYqM38Y
HnB+grn6s0A=
=AU7b
-----END PGP SIGNATURE-----
pgpdKtLvn2466.pgp
Description: PGP signature
--- End Message ---