[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1096395: marked as done (bristol: ftbfs with GCC-15)



Your message dated Tue, 23 Sep 2025 00:58:57 +0000
with message-id <E1v0rMv-00Gnve-36@fasolo.debian.org>
and subject line Bug#1096395: fixed in bristol 0.60.11-5.1
has caused the Debian Bug report #1096395,
regarding bristol: 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 owner@bugs.debian.org
immediately.)


-- 
1096395: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096395
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:bristol
Version: 0.60.11-5
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
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/bristol_0.60.11-5_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

[...]
audioEngineALSA.c:314:9: error: too many arguments to function ‘bristolfree’; expected 0, have 1
  314 |         bristolfree(pfds);
      |         ^~~~~~~~~~~ ~~~~
./../include/bristol/bristol.h:693:13: note: declared here
  693 | extern void bristolfree();
      |             ^~~~~~~~~~~
audioEngineALSA.c:151:23: warning: variable ‘fragsize’ set but not used [-Wunused-but-set-variable]
  151 |         unsigned long fragsize;
      |                       ^~~~~~~~
audioEngineALSA.c: In function ‘alsaDevOpen’:
audioEngineALSA.c:359:9: error: too many arguments to function ‘bristolfree’; expected 0, have 1
  359 |         bristolfree(output);
      |         ^~~~~~~~~~~ ~~~~~~
./../include/bristol/bristol.h:693:13: note: declared here
  693 | extern void bristolfree();
      |             ^~~~~~~~~~~
audioEngineALSA.c:398:9: error: too many arguments to function ‘bristolfree’; expected 0, have 1
  398 |         bristolfree(audioDev->fragBuf);
      |         ^~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
./../include/bristol/bristol.h:693:13: note: declared here
  693 | extern void bristolfree();
      |             ^~~~~~~~~~~
audioEngineALSA.c:400:38: error: too many arguments to function ‘bristolmalloc’; expected 0, have 1
  400 |         audioDev->fragBuf = (char *) bristolmalloc(audioDev->fragSize);
      |                                      ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
./../include/bristol/bristol.h:691:15: note: declared here
  691 | extern void * bristolmalloc();
      |               ^~~~~~~~~~~~~
audioEngineALSA.c:326:13: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
  326 |         int err;
      |             ^~~
audioEngineALSA.c: In function ‘audioWrite’:
audioEngineALSA.c:488:1: warning: old-style function definition [-Wold-style-definition]
  488 | audioWrite(audioDev, buffer, count)
      | ^~~~~~~~~~
audioEngineALSA.c: In function ‘audioRead’:
audioEngineALSA.c:540:1: warning: old-style function definition [-Wold-style-definition]
  540 | audioRead(audioDev, buffer, count)
      | ^~~~~~~~~
audioEngineOSS.c: In function ‘ossAudioInit’:
audioEngineOSS.c:49:1: warning: old-style function definition [-Wold-style-definition]
   49 | ossAudioInit(audioDev, devID, fragSize)
      | ^~~~~~~~~~~~
audioEngineOSS.c:71:17: error: too many arguments to function ‘bristolfree’; expected 0, have 1
   71 |                 bristolfree(audioDev->fragBuf);
      |                 ^~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
In file included from audioEngineOSS.c:43:
./../include/bristol/bristol.h:693:13: note: declared here
  693 | extern void bristolfree();
      |             ^~~~~~~~~~~
audioEngineOSS.c:233:46: error: too many arguments to function ‘bristolmalloc’; expected 0, have 1
  233 |                 audioDev->fragBuf = (char *) bristolmalloc(audioDev->fragSize);
      |                                              ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
./../include/bristol/bristol.h:691:15: note: declared here
  691 | extern void * bristolmalloc();
      |               ^~~~~~~~~~~~~
audioEngineOSS.c: In function ‘checkAudioCaps2’:
audioEngineOSS.c:253:1: warning: old-style function definition [-Wold-style-definition]
  253 | checkAudioCaps2(audioDev, devID, fd)
      | ^~~~~~~~~~~~~~~
make[3]: *** [Makefile:431: audioEngineALSA.o] Error 1
make[3]: *** [Makefile:431: audioEngineOSS.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/bristol-0.60.11/libbristolaudio'
make[2]: *** [Makefile:451: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/bristol-0.60.11'
make[1]: *** [Makefile:383: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/bristol-0.60.11'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:14: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: bristol
Source-Version: 0.60.11-5.1
Done: Adrian Bunk <bunk@debian.org>

We believe that the bug you reported is fixed in the latest version of
bristol, 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 1096395@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated bristol 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 20 Sep 2025 18:45:35 +0300
Source: bristol
Architecture: source
Version: 0.60.11-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 1096395
Changes:
 bristol (0.60.11-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1096395)
Checksums-Sha1:
 de9df1fabf0df553264592ba4a464c03d21cc8d9 2105 bristol_0.60.11-5.1.dsc
 b53ad1203442b9b0ac4694f7e2627bc8ee51180b 10544 bristol_0.60.11-5.1.debian.tar.xz
Checksums-Sha256:
 96bf25df03b539249392c48347ae95a62725899e7ae4133ad87d465fa904844d 2105 bristol_0.60.11-5.1.dsc
 ee005a2fb24b36637b54289b8fb61ce65cd24c4ea7731413b735e756b5a4bb12 10544 bristol_0.60.11-5.1.debian.tar.xz
Files:
 ac6cec6cbf6d5876e84d36e6916ad866 2105 sound optional bristol_0.60.11-5.1.dsc
 ac7af2f3b7fce4a8717e7dcd16b79f6b 10544 sound optional bristol_0.60.11-5.1.debian.tar.xz

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

iQIyBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjOzJUACgkQiNJCh6LY
mLGd/g/4gjCTMaDV4unbV2783pDhmS/1fvvw/7+nAgQiXgEFXvR3Y/sTd/xSdlEa
Yvy/FqIRMTO8UqdR4ObJjKO/jzYlIpM0hUJJHDLF+yESurh+RIoMHdW6oy/kFP+W
jgjR65PI2QBwPTfy6NDJZpcsYQbLtnV3b5QHceaRHJAStF1QumzuIqxL/S6DUm5e
6J2IlAnVbDwZ8zLBrdf/j1QX62qW2YktKBklJVyWFlIjAdhFGb8+ZjTAkqc8G4sW
6G675UI0KJX3MgkFbVihIOxmeMjWKDVLem2+bxJhz46wq5OYo5JLHsbK24O28upp
U4HkxKbk8YcNKEG3b+frlZN8aGhXZ+ULcpcxDMYfX4MUe1BeICXLdf2ORxroQamC
JmmWUoeesliGia46bQgKSaCwT31ZBy/xgwLt+85YR2bwg8e+PmsrO9l6kuZBAQl5
vg/cyOl1vo3G3rKGnYeLuaQjqnh8SutxjEk7dCns4AOliP/UL7O2mQqdOkGRwDGR
qy+Jm6hDooakeD5q8MM+XL9UPKa4BBhHIz34URc2clwEIPNzbblV0mfH+tjjmAeT
97+4mOZHZzUaLyj0Q5rpkVJQxAYg9HakANtvmf7CCBSE4mZtqeTig8OkW8zSnerd
fGUc+IVf4VWiZq0S9LfQcFLj6jweCbk1JYXu5wENLdwIkuXQTg==
=C7oi
-----END PGP SIGNATURE-----

Attachment: pgpePrv6z3rrl.pgp
Description: PGP signature


--- End Message ---

Reply to: