Control: reopen -1 Aha! See here in my build log:
> Making check in testsuite > make[2]: Entering directory `/tmp/tmp.qZtvS03tZP/procps-3.3.3/testsuite' > make check-DEJAGNU > make[3]: Entering directory `/tmp/tmp.qZtvS03tZP/procps-3.3.3/testsuite' > Making a new site.exp file... > srcdir='.'; export srcdir; \ > EXPECT=expect; export EXPECT; \ > runtest=runtest; \ > if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \ > exit_status=0; l='kill pmap slabtop sysctl free lib pgrep pkill ps > pwdx uptime vmstat w'; for tool in $l; do \ > if $runtest --tool $tool --srcdir $srcdir ; \ > then :; else exit_status=1; fi; \ > done; \ > else echo "WARNING: could not find \`runtest'" 1>&2; :;\ > fi; \ > exit $exit_status > WARNING: could not find `runtest' > make[3]: Leaving directory `/tmp/tmp.qZtvS03tZP/procps-3.3.3/testsuite' > make[2]: Leaving directory `/tmp/tmp.qZtvS03tZP/procps-3.3.3/testsuite' So procps is possibly not declaring a Build-Depends on dejagnu... The same happened when procps was built on the Debian buildds. Only if dejagnu is already installed, the tests will run, and a "dpkg-buildpackage -b" fails with: > Running target unix > Using /usr/share/dejagnu/baseboards/unix.exp as board description file for > target. > Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. > Using ./config/unix.exp as tool-and-target-specific interface file. > Running ./w.test/w.exp ... > > === w Summary === > > # of expected passes 7 > /tmp/tmp.qZtvS03tZP/procps-3.3.3/w version 3.3.3 > > make[3]: *** [check-DEJAGNU] Error 1 > make[3]: Leaving directory `/tmp/tmp.qZtvS03tZP/procps-3.3.3/testsuite' > make[2]: *** [check-am] Error 2 > make[2]: Leaving directory `/tmp/tmp.qZtvS03tZP/procps-3.3.3/testsuite' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/tmp/tmp.qZtvS03tZP/procps-3.3.3' > dh_auto_test: make -j1 check returned exit code 2 > make: *** [build] Error 29 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 By the way, I also noticed this which may be relevant: > debian/rules build > dh build > dh: warning: invalid flag in DEB_BUILD_OPTIONS: 'nocheck' > dh_testdir > debian/rules override_dh_auto_configure Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org