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

Bug#949896: ecl: Frequent (parallel?) FTBFS



Source: ecl
Version: 16.1.3+ds-3
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=ecl&arch=amd64&ver=16.1.3%2Bds-3&stamp=1579443555&raw=0

...
	make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd build; make
make[2]: Entering directory '/<<PKGBUILDDIR>>/build'
cp: cannot create regular file 'ecl/ecl.h': File exists
make[2]: *** [Makefile:121: ecl/ecl.h] Error 1


https://buildd.debian.org/status/fetch.php?pkg=ecl&arch=armhf&ver=16.1.3%2Bds-3&stamp=1579440943&raw=0

...
make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd build; make
make[2]: Entering directory '/<<PKGBUILDDIR>>/build'
cp: cannot create directory 'ecl/impl': File exists
make[2]: *** [Makefile:121: ecl/ecl.h] Error 1


This looks as if there are some Makefire dependencies missing.

In this case a workaround would be:

--- debian/rules.old	2020-01-20 15:13:16.542115314 +0000
+++ debian/rules	2020-01-20 15:13:23.102114802 +0000
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 override_dh_auto_configure:
 	touch src/configure.in && \


Reply to: