Package: libtk-pod-perl Version: 0.9932-4 Severity: serious From my pbuilder build log:
... xvfb-run /usr/bin/make test make[1]: Entering directory `/tmp/buildd/libtk-pod-perl-0.9932' ... /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/tkpod PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic...........# Test 2 got: "couldn't connect to display \":99\" at /usr/lib/perl5/Tk/MainWindow.pm line 55.\nTk::MainWindow->new() at t/basic.t line 44\n" (t/basic.t at line 45) # Expected: "" (can't create MainWindow) # t/basic.t line 45 is: ok($@, "", "can't create MainWindow"); ... Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/basic.t 33 11 33.33% 2-3 5 13 21 28-33 t/more.t 111 28416 1 2 200.00% 1 t/pods.t 111 28416 4 8 200.00% 1-4 t/podtree.t 111 28416 5 10 200.00% 1-5 t/subclass.t 111 28416 1 2 200.00% 1 1 test and 18 subtests skipped. Failed 5/7 test scripts, 28.57% okay. 22/50 subtests failed, 56.00% okay. make[1]: *** [test_dynamic] Error 111 make[1]: Leaving directory `/tmp/buildd/libtk-pod-perl-0.9932' /usr/bin/xvfb-run: line 158: kill: (12712) - No such process make: *** [install] Error 1 If I add xfonts-base to the Build-Depends, the package still fails to build but with only one test failure: ... t/cmdline.........ok 5/6# Test 6 got: "512" (t/cmdline.t at line 53) # Expected: "0" # t/cmdline.t line 53 is: ok($?, 0); t/cmdline.........FAILED test 6 -- Daniel Schepler