On Monday, I started working for a new client on site for 3 months.
In the process of installing a few custom things onto the RedHat development virtual machine I hit the following error building what is otherwise a straight forward module.
I think when it comes to @INC paths, this is a new personal record for me.
CPAN.pm: Going to build A/AD/ADAMK/Test-Script-1.02.tar.gz
cp lib/Test/Script.pm blib/lib/Test/Script.pm
Manifying blib/man3/Test::Script.3pm
Running make test
PERL_DL_NONLAZY=1
t/01_compile....ok
t/02_good.......Can't locate Test/Builder/Tester.pm in @INC (@INC contains:
BEGIN failed--compilation aborted at t/02_good.t line 12.
t/02_good.......dubious
Test returned status 2 (wstat 512, 0x200)
t/03_bad........Can't locate Test/Builder/Tester.pm in @INC (@INC contains:
BEGIN failed--compilation aborted at t/03_bad.t line 12.
t/03_bad........dubious
Test returned status 2 (wstat 512, 0x200)
t/99_author.....skipped
all skipped: Author tests not required for installation
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/02_good.t 2 512 ?? ?? % ??
t/03_bad.t 2 512 ?? ?? % ??
1 test skipped.
Failed 2/4 test scripts, 50.00% okay. 0/3 subtests failed, 100.00% okay.
make: *** [test_dynamic] Error 255
Running make install
make test had returned bad status, won't install without force
@INC dirs on separate lines (Score:1)
I haven't seen any that long before, either.
Incidentally, I wish all the directories in the "@INC contains" error were actually listed on individual lines like that instead of the normal space-separated way.
Installs fine for me (Score:2)
Re: (Score:2)