Package: libapp-cache-perl
Version: 0.31-1
Severity: serious
From my pbuilder build log:
...
fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
/usr/bin/perl Build test
t/pod.............skipped
all skipped: Test::Pod 1.14 required for testing POD: Can't locate
Test/Pod.pm in @INC (@INC contains: /tmp/buildd/libapp-cache-perl-0.31/blib/lib
/tmp/buildd/libapp-cache-perl-0.31/blib/arch /tmp/buildd/libapp-cache-perl-0.31
/etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl) at (eval 3) line 2.
t/pod_coverage....ok
t/simple..........Error fetching http://www.google.com/ncr: 500 Can't connect
to www.google.com:80 (Bad protocol 'tcp') at lib/App/Cache.pm line 97.
# Looks like you planned 36 tests but only ran 33.
# Looks like your test died just after 33.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 34-36
Failed 3/36 tests, 91.67% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/simple.t 255 65280 36 6 16.67% 34-36
1 test skipped.
Failed 1/3 test scripts, 66.67% okay. 3/37 subtests failed, 91.89% okay.
make: *** [install-stamp] Error 255
It looks like that test needs netbase installed (for /etc/protocols). But
it also looks like the test requires an active network connection to work,
which is bad for anybody trying to build the package offline (and that
case has to work too). So you should probably just disable that test
and any others requiring network access.
--
Daniel Schepler