tsee / extutils-cppguess

Guess the C++ compiler for Perl modules
6 stars 9 forks source link

Test fails with ExtUtils-MakeMaker ≥ 7.05_05 present #10

Closed mpan-pl closed 5 years ago

mpan-pl commented 9 years ago

If ExtUtils-MakeMaker 7.05_05 or newer is present (including 7.07), make test fails: https://gist.github.com/mpan-pl/5e850a276298ffbfaa12. If ExtUtils-MakeMaker is not present or version 7.05_04 or older is used (tested up to 7.04), ExtUtils-CppGuess test succeeds.

If this will help with tracking the source of the problem: the issue does not happen before commit 1c525d7424fa635b82d30a9035b5dc44b6ff2368.

Tested with Perl 5.22.

ioquatix commented 8 years ago

I also am having this problem, or something similar.

ioquatix commented 8 years ago

The solution for me was to uninstall makemaker:

 sudo pacman -R perl-extutils-makemaker-aur

Then the build proceeded correctly.

mohawk2 commented 8 years ago

This was addressed with EUMM 7.14.

ioquatix commented 8 years ago

Still having this problem with 7.18

mohawk2 commented 5 years ago

@ioquatix If this is still a problem, could you reopen? 0.13 provides a lot more reporting info that will help us nail this. Closing till then.

ioquatix commented 5 years ago

Okay. I have built it since then and it seemed to work okay.