Skip to content

Instantly share code, notes, and snippets.

@allisonheath
Last active August 29, 2015 13:57
Show Gist options
  • Save allisonheath/9537011 to your computer and use it in GitHub Desktop.
Save allisonheath/9537011 to your computer and use it in GitHub Desktop.
cpan Const::Fast
cpan Module::Build
cpan Data::UUID
cpan File::ShareDir
Using perl v5.14.2 on fairly vanilla Ubuntu 12.04.1 LTS
In order that they appear:
Can't locate Const/Fast.pm in @INC (@INC contains: 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 lib/PCAP.pm line 24.
Building BioPerl-1.006923 ... Module::Build version 0.42 required--this is only version 0.38 at ./Build line 43.
Error: Can't locate Data/UUID.pm in @INC (@INC contains: /opt/PCAP-core/blib/lib /opt/PCAP-core/blib/arch /opt/ICGC/lib/perl5/x86_64-linux-gnu-thread-multi /opt/ICGC/lib/perl5/x86_64-linux-gnu-thread-multi /opt/ICGC/lib/perl5 /opt/ICGC/lib/perl5/x86_64-linux-gnu-thread-multi /opt/ICGC/lib/perl5 /opt/ICGC/lib/perl5/x86_64-linux-gnu-thread-multi /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 /opt/PCAP-core/blib/lib/PCAP/SRA.pm line 36.
Error: Can't locate File/ShareDir.pm in @INC (@INC contains: /opt/PCAP-core/blib/lib /opt/PCAP-core/blib/arch /opt/ICGC/lib/perl5/x86_64-linux-gnu-thread-multi /opt/ICGC/lib/perl5/x86_64-linux-gnu-thread-multi /opt/ICGC/lib/perl5 /opt/ICGC/lib/perl5/x86_64-linux-gnu-thread-multi /opt/ICGC/lib/perl5 /opt/ICGC/lib/perl5/x86_64-linux-gnu-thread-multi /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 /opt/PCAP-core/blib/lib/PCAP/SRA.pm line 39.
Different tests failed this time:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1_pm_compile.t ...... ok
# Failed test 'Compilation check: /opt/PCAP-core/t/../bin/monitor.pl'
# at t/2_pl_compile.t line 40.
# Looks like you failed 1 test of 5.
t/2_pl_compile.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
t/3_external_progs.t .. ok
t/pcap.t .............. ok
t/pcapBam.t ........... ok
t/pcapBwa.t ........... ok
t/pcapBwaMeta.t ....... ok
Use of uninitialized value $this in pattern match (m//) at t/pcapCli.t line 54.
# Failed test 'Fail when provided an existing write protected dir.'
# at t/pcapCli.t line 54.
# undef
# doesn't match '(?^:Option '.+' points to an existing WRITE PROTECTED directory: )'
Use of uninitialized value $this in pattern match (m//) at t/pcapCli.t line 58.
# Failed test 'Fails when unable to create directory (parent protected)'
# at t/pcapCli.t line 58.
# undef
# doesn't match '(?^:Permission denied)'
# Looks like you failed 2 tests of 7.
# Failed test 'out_dir_check'
# at t/pcapCli.t line 67.
# Looks like you failed 1 test of 3.
t/pcapCli.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
t/pcapSra.t ........... ok
t/pcapThreaded.t ...... ok
Test Summary Report
-------------------
t/2_pl_compile.t (Wstat: 256 Tests: 5 Failed: 1)
Failed test: 5
Non-zero exit status: 1
t/pcapCli.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 3
Non-zero exit status: 1
Files=10, Tests=43, 3 wallclock secs ( 0.06 usr 0.04 sys + 2.94 cusr 0.32 csys = 3.36 CPU)
Result: FAIL
Failed 2/10 test programs. 2/43 subtests failed.
make: *** [test_dynamic] Error 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment