Bug#925807: pulseaudio: ftbfs with GCC-9

Matthias Klose doko at debian.org
Wed Mar 27 19:47:40 GMT 2019


Package: src:pulseaudio
Version: 12.2-4
Severity: normal
Tags: sid bullseye
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/pulseaudio_12.2-4_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
PASS: thread-test
PASS: mix-test
PASS: proplist-test
PASS: mainloop-test
PASS: volume-test
PASS: cpu-sconv-test
FAIL: cpu-volume-test
PASS: cpu-mix-test
PASS: cpu-remap-test
PASS: lfe-filter-test
PASS: sigbus-test
PASS: usergroup-test
PASS: srbchannel-test
PASS: mult-s16-test
PASS: mainloop-test-glib
PASS: alsa-mixer-path-test
PASS: once-test
PASS: thread-mainloop-test
PASS: lock-autospawn-test
=========================================
   pulseaudio 12.2: src/test-suite.log
=========================================

# TOTAL: 36
# PASS:  35
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: cpu-volume-test
=====================

Running suite(s): CPU
66%: Checks: 3, Failures: 1, Errors: 0
tests/cpu-volume-test.c:81:F:svolume:svolume_mmx_test:0: Failed
FAIL cpu-volume-test (exit status: 1)

============================================================================
Testsuite summary for pulseaudio 12.2
============================================================================
# TOTAL: 36
# PASS:  35
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See src/test-suite.log
Please report to pulseaudio-discuss (at) lists (dot) freedesktop (dot) org
============================================================================
make[6]: *** [Makefile:11434: test-suite.log] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[5]: *** [Makefile:11542: check-TESTS] Error 2
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: *** [Makefile:11861: check-am] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:11863: check] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:814: check-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1108: check] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j4 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:37: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2



More information about the pkg-pulseaudio-devel mailing list