Bug#857801: dopewars parallel FTBFS

Adrian Bunk bunk at debian.org
Wed Mar 15 09:40:21 UTC 2017


Source: dopewars
Version: 1.5.12-17
Severity: serious
Tags: patch

https://buildd.debian.org/status/fetch.php?pkg=dopewars&arch=ppc64el&ver=1.5.12-17%2Bb1&stamp=1489537587&raw=0

...
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -lesd -Wl,-z,relro -o libsound_esd.la  sound_esd.lo  -lglib-2.0
/bin/bash ../../libtool --mode=link gcc  -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,relro -o libsound_esd.la -rpath /usr/lib -lesd sound_esd.lo  -lglib-2.0
libtool: link: ar cru .libs/libsound_esd.a .libs/sound_esd.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libsound_esd.a
libtool: link: rm -fr  .libs/libsound_esd.a
ranlib: '.libs/libsound_esd.a': No such file
Makefile:418: recipe for target 'libsound_esd.la' failed
make[4]: *** [libsound_esd.la] Error 1


I can reproduce this sometimes on amd64 with
  dpkg-buildpackage -b -J100


The easiest workaround is the following change to disable
parallel building:

--- debian/rules.old	2017-03-15 09:21:52.000000000 +0000
+++ debian/rules	2017-03-15 09:22:20.000000000 +0000
@@ -26,4 +26,4 @@
 	dh_makeshlibs -Xusr/lib/dopewars
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --with autoreconf --no-parallel


More information about the Pkg-games-devel mailing list