Subject: | make test failing because it requires an X11 server to be running |
'make test' for this package is failing on most architectures because an
X server isn't running. Here's the make test output (from
i686-linux-64int 2.6.14):
ERL_DL_NONLAZY=1 /usr/local/perl-5.8.8/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/test....Use of uninitialized value in length at t/test.t line 7.
X11::GUITest - X Windows not running or DISPLAY not set.
FAILED before any test output arrived
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 255
I imagine this is a very non-trivial bug and it maybe should belong to
the Test framework rather than this package. But I thought a bug
explaining why all the tests were failing would be nice to have.