-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Hi, I'm using perl-5.38.2 along with perl-cross-1.5.2 and am getting mixed results. While I can execute successfully
echo 'print "Hello world!\n";' | perlI cannot do things like perldoc perl:
Can't locate Fcntl.pm in @INC (you may need to install the Fcntl module) (@INC entries checked: /opt/gitlab/bootstrap/lib/perl5/site_perl/5.38.2/x86_64-linux /opt/gitlab/bootstrap/lib64/perl5/site_perl/5.38.2 /opt/gitlab/bootstrap/lib/perl5/5.38.2/x86_64-linux /opt/gitlab/bootstrap/lib64/perl5/5.38.2) at /opt/gitlab/bootstrap/lib64/perl5/5.38.2/Pod/Perldoc.pm line 8.
BEGIN failed--compilation aborted at /opt/gitlab/bootstrap/lib64/perl5/5.38.2/Pod/Perldoc.pm line 8.
Compilation failed in require at /opt/gitlab/bootstrap/bin/perldoc line 12.
BEGIN failed--compilation aborted at /opt/gitlab/bootstrap/bin/perldoc line 12.
whatever I do I can't make Fcntl.pm be part of deployment. I suspect other modules might be missing as well, I just stumbled with this one specifically.
So I see it's been built but I don't see it in DESTDIR
brief version of steps taken:
make crosspatch
make
make modules
make extensions
make static_ext
make nonxs_ext
make DESTDIR=/build/perl-5.38.2+crosstool/build/../dist CC=cc CXX=g++ installMetadata
Metadata
Assignees
Labels
No labels