Skip Menu |

This queue is for tickets about the App-MultiSsh CPAN distribution.

Report information
The Basics
Id: 98880
Status: resolved
Priority: 0/
Queue: App-MultiSsh

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: System perl used in tests (0.02)
It seems that the test suite is using the system perl instead of the perl currently being used for building and testing. See the below output --- the presence of "/etc/perl" in @INC suggests that Debian's /usr/bin/perl is used. Output from './Build test': Can't locate Path/Class.pm in @INC (@INC contains: lib /tmpfs/.cpan-build/App-MultiSsh-0.02-LlWbgG/blib/lib /tmpfs/.cpan-build/App-MultiSsh-0.02-LlWbgG/blib/arch /home/eserte/.cpan/build/Test-EOF-0.060-X44gGc/blib/arch /home/eserte/.cpan/build/Test-EOF-0.060-X44gGc/blib/lib /home/eserte/.cpan/build/Group-Git-v0.3.4-7m_Moe/blib/arch /home/eserte/.cpan/build/Group-Git-v0.3.4-7m_Moe/blib/lib /home/eserte/.cpan/build/Test-EOF-0.060-X44gGc/blib/arch /home/eserte/.cpan/build/Test-EOF-0.060-X44gGc/blib/lib /home/eserte/.cpan/build/Group-Git-v0.3.4-7m_Moe/blib/arch /home/eserte/.cpan/build/Group-Git-v0.3.4-7m_Moe/blib/lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at bin/mssh line 17. BEGIN failed--compilation aborted at bin/mssh line 17. # Failed test 'bin/mssh compiles' # at t/00-load.t line 10. # Testing App::MultiSsh 0.02, Perl 5.018002, /bbbike/perl-5.18.2/bin/perl5.18.2 # Looks like you failed 1 test of 3. t/00-load.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests
Thanks, was wondering why I was getting these errors (also fixed some of my other distributions) On Mon Sep 15 04:49:55 2014, SREZIC wrote: Show quoted text
> It seems that the test suite is using the system perl instead of the > perl currently being used for building and testing. See the below > output --- the presence of "/etc/perl" in @INC suggests that Debian's > /usr/bin/perl is used. > > Output from './Build test': > > Can't locate Path/Class.pm in @INC (@INC contains: lib /tmpfs/.cpan- > build/App-MultiSsh-0.02-LlWbgG/blib/lib /tmpfs/.cpan-build/App- > MultiSsh-0.02-LlWbgG/blib/arch /home/eserte/.cpan/build/Test-EOF- > 0.060-X44gGc/blib/arch /home/eserte/.cpan/build/Test-EOF-0.060- > X44gGc/blib/lib /home/eserte/.cpan/build/Group-Git-v0.3.4- > 7m_Moe/blib/arch /home/eserte/.cpan/build/Group-Git-v0.3.4- > 7m_Moe/blib/lib /home/eserte/.cpan/build/Test-EOF-0.060- > X44gGc/blib/arch /home/eserte/.cpan/build/Test-EOF-0.060- > X44gGc/blib/lib /home/eserte/.cpan/build/Group-Git-v0.3.4- > 7m_Moe/blib/arch /home/eserte/.cpan/build/Group-Git-v0.3.4- > 7m_Moe/blib/lib /etc/perl /usr/local/lib/perl/5.14.2 > /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 > /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at > bin/mssh line 17. > BEGIN failed--compilation aborted at bin/mssh line 17. > > # Failed test 'bin/mssh compiles' > # at t/00-load.t line 10. > # Testing App::MultiSsh 0.02, Perl 5.018002, /bbbike/perl- > 5.18.2/bin/perl5.18.2 > # Looks like you failed 1 test of 3. > t/00-load.t ......... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/3 subtests