-
Notifications
You must be signed in to change notification settings - Fork 822
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
perl not compiling #532
Comments
|
The strange thing is that it isn't picking it up automatically (on Linux it does). This makes utilities like plenv and perlbrew not work correctly (they don't set the PERL5LIB, and they use a temporary directory for compiling perl). Maybe @xsawyerx can help out or point to someone that can help find out what's going on |
@pplu It depends where the environment variable is defined. Could you check in your ~/.profile file for "PERL5LIB"? If it's present in profile you'll have to launch bash.exe as a login shell to get it to load automatically:
|
I might be misunderstanding this problem, but you shouldn't have to set the For any perl + Windows debugging, I would personally refer to @bulk88. He's the expert. |
@benhillis I coincide with SawyerX. It looks like somewhere in the compilation chain, that PERL5LIB env variable gets lost. It doesn't on Linux. @bulk88: I found specially helpful this GitHub bug mojolicious/mojo#954 and where it links to, to get the the subsystem installed and working, and some Perl issues corrected |
Anyone figured out how to get perl compilation working? |
@erossetto: I've got perl to compile manually (no plenv) from a source tarball by setting the PERL5LIB as @lateau suggests. It's an ugly workaround, but it works 😄 |
The problem is that File::Find can't search recursively on the FUSE filesystem that is used by BashOnWindows. See also #186. This will make the compilation work:
|
#186 is marked as fixed and closed, so doing the same here. Please reopen if you are still hitting issues and we can investigate. |
@stehufntdev I've been able to compile Perl 5.24.0 😄 |
Hi,
I'm trying to compile perl on
It fails at a step where it tries to load Pod::Simple::SimpleTree, but it seems to not be in miniperls' INC PATH. It would seem that some early stage in the build process fails due to someting in WSL not working as expected.
The text was updated successfully, but these errors were encountered: