conda-forge / perl-feedstock

A conda-smithy repository for perl.
BSD 3-Clause "New" or "Revised" License
3 stars 32 forks source link

Is this a typo? #57

Closed pepijndevos closed 2 years ago

pepijndevos commented 2 years ago

Checklist

We're seeing

checking for perl... $BUILD_PREFIX/bin/perl
checking for minimum required perl version >= 5.006... 5.032001
checking for full perl installation... no
ERROR: Cannot find Config.pm or $Config{archlib}. A full perl installation is required.

and found some suspicious config variables:

https://github.com/conda-forge/staged-recipes/pull/18792#issuecomment-1112560474

Not sure if this is the root cause, but if this is a typo maybe it's a step in the right direction.

Or maybe it's related to #29

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

zklaus commented 2 years ago

This does not seem to be a typo, but rather is Perls way of introducing relocatable builds. See https://github.com/Perl/perl5/blob/f8ed0a91515917f85c17206609b60adcb3b59fc4/INSTALL#L962.