Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INSTALL_BASE Not Propagated to DIR entries #329

Open
theory opened this issue Oct 3, 2018 · 0 comments
Open

INSTALL_BASE Not Propagated to DIR entries #329

theory opened this issue Oct 3, 2018 · 0 comments

Comments

@theory
Copy link

theory commented Oct 3, 2018

Noticed while building Locale::TextDomain:

curl -O https://cpan.metacpan.org/authors/id/G/GU/GUIDO/libintl-perl-1.29.tar.gz
tar zxf libintl-perl-1.29.tar.gz
cd libintl-perl-1.29
perl -i -pe 's/#DIR/DIR/' Makefile.PL
perl Makefile.PL INSTALL_BASE=/tmp/install/here

Note that it won't bother running the Makefile in the gettext_xs directory if it doesn't think it'll build, so the second-to-last line of this block uncomments a line in the Makefile.PL to force it to operate on the subdirectory. Good enough to demonstrate the issue:

> grep ^INSTALL_BASE Makefile  
INSTALL_BASE = /tmp/install/here
> grep ^INSTALL_BASE gettext_xs/Makefile

:-( Latest version of EU::MM:

 perl -MExtUtils::MakeMaker -E 'say ExtUtils::MakeMaker->VERSION'
7.34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant