Jonathan Klee wrote:
> When building with pbuilder, I have the following error due to a missing 
> build depend (libtest-pod-perl) : 
> pbuilder build --aptcache "" --basetgz /var/cache/pbuilder/squeeze-i386.tgz 
> debhelper_8.0.0.dsc

It has nothing to do with Test::Pod; that test is skipped if it is not
installed:

> t/pod ............................. skipped: Test::Pod required
                                      ^^^^^^^
> t/size ............................ ok
> t/syntax .......................... ok
> 
> #   Failed test 'unavailable jobserver'
> #   at t/buildsystems/buildsystem_tests line 540.
> # Looks like you failed 1 test of 300.

My guess is that something in your pbuilder environment may be
exposing an open FD 5 or 6 to debhelper's build process, which
would cause this test to unexpectedly fail.

Yeah:

j...@gnu:~/src/debhelper>exec 5>&1
j...@gnu:~/src/debhelper>dh_auto_test
printf "package Debian::Debhelper::Dh_Version;\n\$version='8.1.0';\n1" > \
                Debian/Debhelper/Dh_Version.pm
./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x 
} @ARGV' t/* t/buildsystems/*
t/dh_install ...................... ok     
t/dh_link ......................... ok     
t/override_target ................. ok   
t/pod ............................. ok     
t/size ............................ ok       
t/syntax .......................... ok     
t/buildsystems/buildsystem_tests .. 271/300 
#   Failed test 'unavailable jobserver'
#   at t/buildsystems/buildsystem_tests line 540.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to