Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
64 stars 77 forks source link

blead: PERL_CORE is set but I can't find your perl source! #372

Closed toddr closed 4 years ago

toddr commented 4 years ago

While attempting to merge 7.48 into blead, I noticed this TAP output from the perl test suite.

$>./TEST ../cpan/ExtUtils-MakeMaker/t/*.t
t/../cpan/ExtUtils-MakeMaker/t/00compile .............. skipped
t/../cpan/ExtUtils-MakeMaker/t/01perl_bugs ............ ok
t/../cpan/ExtUtils-MakeMaker/t/02-xsdynamic ........... PERL_CORE is set but I can't find your perl source!
ok
t/../cpan/ExtUtils-MakeMaker/t/03-xsstatic ............ PERL_CORE is set but I can't find your perl source!
ok
t/../cpan/ExtUtils-MakeMaker/t/arch_check ............. ok
toddr commented 4 years ago

The code that emits that string blames back to 2002 - 0cdc38947

toddr commented 4 years ago

This appears to bisect to 45df335bef8f6b3dab4542482d7f9a1cf7edd6ff

toddr commented 4 years ago

Looking at the commit message, I assume that the code that looked for the perl source dir is getting confused because we're changing directories now?