Subject: | System perl used in perls |
At least this an explanation for test failures of t/mogstored-shutdown.t (note: the presenve of /etc/perl in @INC indicates that debian's /usr/bin/perl is used, not $^X):
...
(Es konnten nicht alle Prozesse identifiziert werden; Informationen über
nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
Can't locate Perlbal.pm in @INC (you may need to install the Perlbal module) (@INC contains: lib /tmpfs/.cpan-build-cpansand/2016080106/MogileFS-Server-2.72-0/blib/lib /tmpfs/.cpan-build-cpansand/2016080106/MogileFS-Server-2.72-0/blib/arch /tmpfs/.cpan-build-cpansand/2016080106/MogileFS-Server-2.72-0/t/../lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /tmpfs/.cpan-build-cpansand/2016080106/MogileFS-Server-2.72-0/t/../mogstored line 19.
BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016080106/MogileFS-Server-2.72-0/t/../mogstored line 19.
# Failed test 'started daemonized mogstored'
# at t/mogstored-shutdown.t line 23.
(Es konnten nicht alle Prozesse identifiziert werden; Informationen über
nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
Use of uninitialized value $exist in concatenation (.) or string at t/mogstored-shutdown.t line 28.
exist =
wasn't able to start up. at t/mogstored-shutdown.t line 33.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/mogstored-shutdown.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
...