On Fri, Mar 21, 2014 at 09:49:26AM +0000, Colin Watson wrote: > The autopkgtest job fails (in Ubuntu, but I think it'll be the same on > ci.debian.net when it gets round to it) due to stray stderr output from > autoreconf:
This actually needs a bit more, because there's some stray output from dh_auto_configure too: dsc0t-check FAIL status: 0, stderr: configure: WARNING: unrecognized options: --disable-maintainer-mode * Redirect dh_autoreconf and dh_auto_configure stderr to stdout in autopkgtest. diff -Nru libevdev-1.0.99.2+dfsg/debian/tests/check libevdev-1.0.99.2+dfsg/debian/tests/check --- libevdev-1.0.99.2+dfsg/debian/tests/check 2014-03-19 23:37:42.000000000 +0000 +++ libevdev-1.0.99.2+dfsg/debian/tests/check 2014-03-21 11:59:40.000000000 +0000 @@ -15,8 +15,8 @@ patch -p1 < debian/patches/use-system-libevdev-for-tests.patch # Reconfigure -dh_autoreconf -dh_auto_configure +dh_autoreconf 2>&1 +dh_auto_configure 2>&1 # Run the tests make check However, there seems to be another problem too, shown here: https://jenkins.qa.ubuntu.com/view/Trusty/view/AutoPkgTest/job/trusty-adt-libevdev/5/ARCH=i386,label=adt/console Do you think you could have a look at that? Thanks, -- Colin Watson [cjwat...@ubuntu.com] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org