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

Bug#957483: libvisual-plugins: ftbfs with GCC-10



Package: src:libvisual-plugins
Version: 1:0.4.0+dfsg1-14
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. 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/gcc10-20200225/libvisual-plugins_0.4.0+dfsg1-14_unstable_gcc10.log
The last lines of the build log are at the end of this report.

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

[...]
      | 
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-misc.lo gfx-misc.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-scope.lo gfx-scope.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-misc.c  -fPIC -DPIC -o .libs/gfx-misc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-scope.c  -fPIC -DPIC -o .libs/gfx-scope.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o screen.lo screen.c
gfx-scope.c: In function ‘_oink_gfx_scope_normal’:
gfx-scope.c:186:16: warning: implicit declaration of function ‘sin’ [-Wimplicit-function-declaration]
  186 |   fy[i] = (1 + sin(i)) * 0.5;
      |                ^~~
gfx-scope.c:186:16: warning: incompatible implicit declaration of built-in function ‘sin’
gfx-scope.c:31:1: note: include ‘<math.h>’ or provide a declaration of ‘sin’
   30 | #include "gfx-scope.h"
  +++ |+#include <math.h>
   31 | 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c screen.c  -fPIC -DPIC -o .libs/screen.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o audio.lo audio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c audio.c  -fPIC -DPIC -o .libs/audio.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-analyzer.lo gfx-analyzer.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-blur.lo gfx-blur.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-palette.lo gfx-palette.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-analyzer.c  -fPIC -DPIC -o .libs/gfx-analyzer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-blur.c  -fPIC -DPIC -o .libs/gfx-blur.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-palette.c  -fPIC -DPIC -o .libs/gfx-palette.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o misc.lo misc.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o scene.lo scene.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c misc.c  -fPIC -DPIC -o .libs/misc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c scene.c  -fPIC -DPIC -o .libs/scene.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o table.lo table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c table.c  -fPIC -DPIC -o .libs/table.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -module -avoid-version  -Wl,-z,relro -Wl,-z,now -o actor_oinksie.la -rpath /usr/lib/x86_64-linux-gnu/libvisual-0.4/actor actor_oinksie.lo oinksie.lo config.lo gfx-background.lo gfx-misc.lo gfx-scope.lo screen.lo audio.lo gfx-analyzer.lo gfx-blur.lo gfx-palette.lo misc.lo scene.lo table.lo -lpthread -lm -ldl -lvisual-0.4 -lasound -lm -ldl -lpthread
libtool: link: gcc -shared  -fPIC -DPIC  .libs/actor_oinksie.o .libs/oinksie.o .libs/config.o .libs/gfx-background.o .libs/gfx-misc.o .libs/gfx-scope.o .libs/screen.o .libs/audio.o .libs/gfx-analyzer.o .libs/gfx-blur.o .libs/gfx-palette.o .libs/misc.o .libs/scene.o .libs/table.o   -lvisual-0.4 -lasound -lm -ldl -lpthread  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,actor_oinksie.so -o .libs/actor_oinksie.so
/usr/bin/ld: .libs/gfx-background.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/gfx-background.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/gfx-background.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/gfx-background.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/gfx-misc.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/gfx-misc.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/gfx-misc.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/gfx-misc.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/gfx-scope.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/gfx-scope.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/gfx-scope.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/gfx-scope.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/misc.o:./plugins/actor/oinksie/./table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/misc.o:./plugins/actor/oinksie/./table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/misc.o:./plugins/actor/oinksie/./table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/misc.o:./plugins/actor/oinksie/./table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/scene.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/scene.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/scene.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/scene.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/table.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/table.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/table.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/table.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:485: actor_oinksie.la] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/plugins/actor/oinksie'
make[4]: *** [Makefile:422: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugins/actor'
make[3]: *** [Makefile:407: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins'
make[2]: *** [Makefile:458: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:390: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Reply to: