On Tue, Jun 09, 2009 at 09:10:50PM +0800, Paul Wise wrote: > Source: xulrunner > Version: 1.9.0.10-1 > Severity: serious > > xulrunner FTBFS on alpha due to a test suite failure: > > https://buildd.debian.org/fetch.cgi?&pkg=xulrunner&ver=1.9.0.10-1&arch=alpha&stamp=1241646067&file=log > https://buildd.debian.org/fetch.cgi?&pkg=xulrunner&ver=1.9.0.10-1&arch=alpha&stamp=1244489607&file=log > > # xpcshell should be enough to trigger xptc invoke/stubs breakages > Registering '@mozilla.org/module-loader/python;1' (libpyloader.so) > Registering '@mozilla.org/network/protocol/about;1?what=python' (pyabout.py) > xpcshell test successful > # basic test > ( if ( cd dist/bin; > GNOME22_USER_DIR="/build/buildd-xulrunner_1.9.0.10-1-alpha-VCtRMU/xulrunner-1.9.0.10/dist/.gnome2" > > HOME="/build/buildd-xulrunner_1.9.0.10-1-alpha-VCtRMU/xulrunner-1.9.0.10/dist" > xvfb-run -a sh -c "./xulrunner > '/build/buildd-xulrunner_1.9.0.10-1-alpha-VCtRMU/xulrunner-1.9.0.10/debian/test/application.ini' > 2> /dev/null" || echo "xulrunner test exited with code $?" >&2; ) | grep -q > '^unload$'; then echo "xulrunner test successful" >&2; else echo "xulrunner > test failed" >&2; exit 1; fi ) > xulrunner test exited with code 139 > xulrunner test failed > make: *** [test] Error 1 > dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave > error exit status 2 > > Interestingly it failed with the same error on powerpc: > > https://buildd.debian.org/fetch.cgi?&pkg=xulrunner&ver=1.9.0.10-1&arch=powerpc&stamp=1241698662&file=log > > But it succeeded on two other powerpc buildds: > > https://buildd.debian.org/fetch.cgi?&pkg=xulrunner&ver=1.9.0.10-1&arch=powerpc&stamp=1241674762&file=log > https://buildd.debian.org/fetch.cgi?&pkg=xulrunner&ver=1.9.0.10-1&arch=powerpc&stamp=1244376702&file=log
There may be something weird with the toolchain, because the same version[1] as the latest that failed on alpha built on the security buildds for lenny. Mike 1. The only difference, except for the debian/changelog, between xulrunner 1.9.0.11-0lenny1 and 1.9.0.11-1 is: --- a/configure.in +++ b/configure.in @@ -5985,7 +5985,7 @@ then SQLITE_CFLAGS= SQLITE_LIBS='$(call EXPAND_LIBNAME_PATH,sqlite3,$(DIST)/lib)' else - PKG_CHECK_MODULES(SQLITE, sqlite3) + PKG_CHECK_MODULES(SQLITE, sqlite3 >= $SQLITE_VERSION) fi AC_SUBST(MOZ_NATIVE_SQLITE) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org