Your message dated Wed, 10 Sep 2025 20:46:59 +0000
with message-id <[email protected]>
and subject line Bug#1097944: fixed in streamripper 1.64.6-3
has caused the Debian Bug report #1097944,
regarding streamripper: ftbfs with GCC-15
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.)


-- 
1097944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097944
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:streamripper
Version: 1.64.6-2
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/streamripper_1.64.6-2_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
   67 | extern void free ();            /* Free malloc'd memory */
      |             ^~~~
lib/argv.c:67:13: note: ‘free’ is declared in header ‘<stdlib.h>’
lib/argv.c:68:14: error: conflicting types for ‘strdup’; have ‘char *(void)’
   68 | extern char *strdup ();         /* Duplicate a string */
      |              ^~~~~~
In file included from lib/argv.c:33:
/usr/include/string.h:187:14: note: previous declaration of ‘strdup’ with type 
‘char *(const char *)’
  187 | extern char *strdup (const char *__s)
      |              ^~~~~~
lib/argv.c: In function ‘dupargv’:
lib/argv.c:100:1: warning: old-style function definition 
[-Wold-style-definition]
  100 | dupargv (argv)
      | ^~~~~~~
lib/argv.c:111:20: error: too many arguments to function ‘malloc’; expected 0, 
have 1
  111 |   copy = (char **) malloc ((argc + 1) * sizeof (char *));
      |                    ^~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/argv.c:65:14: note: declared here
   65 | extern void *malloc ();         /* Standard memory allocater */
      |              ^~~~~~
lib/argv.c:119:20: error: too many arguments to function ‘malloc’; expected 0, 
have 1
  119 |       copy[argc] = malloc (sizeof (char *) * (len + 1));
      |                    ^~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/argv.c:65:14: note: declared here
   65 | extern void *malloc ();         /* Standard memory allocater */
      |              ^~~~~~
lib/argv.c: In function ‘freeargv’:
lib/argv.c:144:6: warning: old-style function definition 
[-Wold-style-definition]
  144 | void freeargv (vector)
      |      ^~~~~~~~
lib/argv.c:153:11: error: too many arguments to function ‘free’; expected 0, 
have 1
  153 |           free (*scan);
      |           ^~~~  ~~~~~
lib/argv.c:67:13: note: declared here
   67 | extern void free ();            /* Free malloc'd memory */
      |             ^~~~
lib/argv.c:155:7: error: too many arguments to function ‘free’; expected 0, 
have 1
  155 |       free (vector);
      |       ^~~~  ~~~~~~
lib/argv.c:67:13: note: declared here
   67 | extern void free ();            /* Free malloc'd memory */
      |             ^~~~
lib/argv.c: In function ‘buildargv’:
lib/argv.c:199:8: warning: old-style function definition 
[-Wold-style-definition]
  199 | char **buildargv (input)
      |        ^~~~~~~~~
lib/argv.c:230:37: error: too many arguments to function ‘malloc’; expected 0, 
have 1
  230 |                   nargv = (char **) malloc (maxargc * sizeof (char *));
      |                                     ^~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~
lib/argv.c:65:14: note: declared here
   65 | extern void *malloc ();         /* Standard memory allocater */
      |              ^~~~~~
lib/argv.c:235:37: error: too many arguments to function ‘realloc’; expected 0, 
have 2
  235 |                   nargv = (char **) realloc (argv, maxargc * sizeof 
(char *));
      |                                     ^~~~~~~  ~~~~
lib/argv.c:66:14: note: declared here
   66 | extern void *realloc ();        /* Standard memory reallocator */
      |              ^~~~~~~
lib/argv.c:309:24: error: too many arguments to function ‘strdup’; expected 0, 
have 1
  309 |           argv[argc] = strdup (copybuf);
      |                        ^~~~~~  ~~~~~~~
lib/argv.c:68:14: note: declared here
   68 | extern char *strdup ();         /* Duplicate a string */
      |              ^~~~~~
make[2]: *** [Makefile:750: argv.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/streamripper-1.64.6'
make[1]: *** [Makefile:811: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/streamripper-1.64.6'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: streamripper
Source-Version: 1.64.6-3
Done: Michael Ablassmeier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
streamripper, 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.
Michael Ablassmeier <[email protected]> (supplier of updated streamripper 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: Tue, 09 Sep 2025 12:42:28 +0200
Source: streamripper
Architecture: source
Version: 1.64.6-3
Distribution: unstable
Urgency: medium
Maintainer: Michael Ablassmeier <[email protected]>
Changed-By: Michael Ablassmeier <[email protected]>
Closes: 1097944
Changes:
 streamripper (1.64.6-3) unstable; urgency=medium
 .
   * Add patch for FTBFS with gcc-15 (Closes: #1097944)
Checksums-Sha1:
 8ad310c6956402048eb3c275b48a6abaf814b959 1965 streamripper_1.64.6-3.dsc
 d84783d6c6656ec7e4d374ede994d340c79e8a77 6816 
streamripper_1.64.6-3.debian.tar.xz
Checksums-Sha256:
 c2834d5eaa253b0a6d576d418b91ecf6472b275781cfddc2a3c7bf8c8667e687 1965 
streamripper_1.64.6-3.dsc
 c6cdf89df9e5cd94e82385303c7eaf216570831fd79ce968e07d71df83fc61f0 6816 
streamripper_1.64.6-3.debian.tar.xz
Files:
 b3173fc65bd53b789a9d5a824f859b91 1965 sound optional streamripper_1.64.6-3.dsc
 8780c15c26fcfb373f20cdc3984d49c1 6816 sound optional 
streamripper_1.64.6-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEnKh3dJ+rLk+paGLs3GhqJ7Q0gbAFAmjB1Q8ACgkQ3GhqJ7Q0
gbBFpg//egQs0yclzKGX0/fJxz94SM/z6v7/GPNvHDWKOrx4WmSlcRsQAdoEQaO1
OkmAkWbUd/7hXkO+fRgLE2E+Ip1w+IUUwA0ZlECR/3rwSDMU38yQIUeoRaiW106R
New3xvOvUoWzoXi0pEtt5pWWubw1H1HOfDtnuWAGntbk2GqIAiia7sr3dV+/gntT
UMPufYRJwoTq/E4qZxi5WYTW5egZrSJwlFKzkOH6txkvYwIkdNshwi6EOrf/4fLj
gEPjYNrbR3Srev0+D9ppJ9rngipllq3AmKOkESEz/bsQKnCR3ehCuER2QKo0Pham
r54kcuKbz7KSQizzivSTxBVpt4CWyo+qa7DaqLNSJQa+ilbgXCOhhLV6Hgls7hsr
CUoNpdN/mXe6XhBF9W45C7wBgS1sKJKkogw7vSlKLDrtuOg/0/pAAdbDHY8g+9Pa
ZlL/ylIRl58jBq5qt7N0KEJpnveIYheRvknrVhJYwUxxfSjJQM+rEdJDxGk2qRJ/
AwP+bkmeU0HG5DqVLFAtmQSi/9/9vuOYyHGTM4y5MztGpxN3VmJbM/BwaCAD7fs1
PqpwFcnOMbLWXt1nUn7mAPtZG0a3eXOcyy+GZiCfZ4u/WWj9H3iBqZ/T99IwHbEU
vf8iJ6pkSYsmGW9yFrW8t+2S15q8xfYI6Gji1Evf4rBS2VEUvOM=
=21c+
-----END PGP SIGNATURE-----

Attachment: pgpTUcTzKo4UZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to