Source: gatos
Version: 0.0.5-19
Severity: serious
Tags: ftbfs bullseye sid patch

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/i386/gatos.html

...
/usr/bin/ld: .libs/libgatos.la-13.o:(.bss+0x540): multiple definition of 
`gatos_mixer_names'; .libs/sound.o:(.bss+0x80): first defined here
/usr/bin/ld: .libs/libgatos.la-13.o:(.bss+0x500): multiple definition of 
`gatos_mixer_labels'; .libs/sound.o:(.bss+0x40): first defined here
/usr/bin/ld: .libs/libgatos.la-13.o:(.bss+0x4c0): multiple definition of 
`gatos_mixernum'; .libs/sound.o:(.bss+0x0): first defined here
make[3]: *** [Makefile:493: libgatos.la] Error 1


Fix/Workaround:

--- debian/rules.old    2021-02-09 11:35:06.009538640 +0200
+++ debian/rules        2021-02-09 11:35:14.281532736 +0200
@@ -5,7 +5,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS = -O2 -Wall 
+CFLAGS = -O2 -Wall -fcommon
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -g
 endif

Reply via email to