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

Bug#812539: criticalmass: FTBFS in pbuilder enviroment



Control: tag -1 unreproducible

On Sun, 24 Jan 2016 21:20:35 +0100 Tobias Frost <tobi@debian.org> wrote:
> Source: criticalmass
> Version: 1:1.0.0-4

> It FTBFS in a clean pbuilder enviroment.
> 
> built with:
> pdebuild --debbuildopts "-I -i -j4 -d"

Cannot reproduce this, looks like something is going parallel where it shouldn't.
I have DEB_BUILD_OPTIONS=parallel=8 in my pbuilder scripts.

excerpt from diff my.log your.log:

  debian/rules build
 dh_testdir
+dh_testdir
 dh_autotools-dev_updateconfig
+/usr/bin/make pkgdatadir=/usr/share/games/criticalmass
+make[1]: Entering directory '/build/criticalmass-1.0.0'
+make[1]: *** No targets specified and no makefile found.  Stop.
+make[1]: Leaving directory '/build/criticalmass-1.0.0'
+debian/rules:21: recipe for target 'build-stamp' failed
+make: *** [build-stamp] Error 2
+make: *** Waiting for unfinished jobs....
 ./autogen.sh
 aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
 Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
@@ -1127,7 +1133,7 @@
 configure.in:3: installing './config.sub'
 configure.in:7: installing './install-sh'
 configure.in:7: installing './missing'
-game/Makefile.am:57: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
+game/Makefile.am:55: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
 automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
 tools/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
 utils/Makefile.am:31: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
@@ -1227,1627 +1233,11 @@
 target:                     x86_64-pc-linux-gnu

 touch configure-stamp
-dh_testdir
-/usr/bin/make pkgdatadir=/usr/share/games/criticalmass
-make[1]: Entering directory '/build/criticalmass-1.0.0'
-/usr/bin/make  all-recursive


Looks like your side is running make before autogen.sh.


Andreas


Reply to: