Re: Test suite failures due to Error.pm issues.
From: Rafael Garcia-Suarez <hidden>
Date: 2016-06-15 22:44:27
On 09/04/2008, carbonated beverage [off-list ref] wrote:
Hi all, I was trying to track down the cause of massive test failures in make test, and running the failing entries via -v showed the following popping up over and over again: Can't locate Error.pm in @INC (@INC contains: /home/ramune/src/git/git/t/../perl/blib/lib /home/ramune/src/git/git/t/../perl/blib/arch/auto/Git /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/ramune/src/git/git/t/../perl/blib/lib/Git.pm line 93.^ BEGIN failed--compilation aborted at /home/ramune/src/git/git/t/../perl/blib/lib/Git.pm line 93.^ Compilation failed in require at /home/ramune/src/git/git/t/../git-add--interactive line 5.^ BEGIN failed--compilation aborted at /home/ramune/src/git/git/t/../git-add--interactive line 5.^ Since git has private-Error.pm file, shouldn't that be picked up by the make test invocation?
The private Error file is not installed if perl/Makefile.PL detects than an Error.pm recent enough on your system. Do you actually have perl/blib/lib/Error.pm ? Try to run (cd perl; make clean; cd ..; make) and try the tests again.