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

unable to find Inline/p5helper.so IN @*INC #17

Closed
muraiki opened this issue Mar 30, 2015 · 1 comment
Closed

unable to find Inline/p5helper.so IN @*INC #17

muraiki opened this issue Mar 30, 2015 · 1 comment

Comments

@muraiki
Copy link

muraiki commented Mar 30, 2015

I just built Rakudo on MoarVM using rakudobrew and the installed Inline::Perl5 via panda. All tests passed. When I try to use Inline::Perl5 in a repl I get the following error:

> use Inline::Perl5
unable to find Inline/p5helper.so IN @*INC
  in sub native at lib/Inline/Perl5.pm6:25
  in block <unit> at lib/Inline/Perl5.pm6:62
  in any <unit-outer> at lib/Inline/Perl5.pm6:1
  in any  at src/gen/m-ModuleLoader.nqp:249
  in any  at src/gen/m-ModuleLoader.nqp:243
  in any load_module at src/gen/m-ModuleLoader.nqp:225
  in method load_module at src/gen/m-CORE.setting:26349
  in any load_module at src/Perl6/World.nqp:352
  in any statement_control:sym<use> at src/Perl6/Grammar.nqp:1670
  in any statement_control at /usr/home/staff/muraiki/.rakudobrew/moar-nom/install/share/nqp/lib/Perl6/Grammar.moarvm:1
  in any statement at src/Perl6/Grammar.nqp:1342

MoarVM version 2015.03-23-g3819ea7 built with JIT support

perl6 version 2015.03-96-g02e1e99 built on MoarVM version 2015.03-23-g3819ea7

perl 5.20.2 compiled with -Duseshrplib and -Dusemultiplicity; a test related to cwd failed but I was able to install a bunch of modules without a problem.

> say @*INC
file:/usr/home/staff/muraiki/.perl6/2015.03-96-g02e1e99/lib inst:/usr/home/staff/muraiki/.perl6/2015.03-96-g02e1e99 file:/usr/h
ome/staff/muraiki/.rakudobrew/moar-nom/install/share/perl6/lib file:/usr/home/staff/muraiki/.rakudobrew/moar-nom/install/share/
perl6/vendor/lib file:/usr/home/staff/muraiki/.rakudobrew/moar-nom/install/share/perl6/site/lib inst:/usr/home/staff/muraiki/.r
akudobrew/moar-nom/install/share/perl6 inst:/usr/home/staff/muraiki/.rakudobrew/moar-nom/install/share/perl6/vendor inst:/usr/h
ome/staff/muraiki/.rakudobrew/moar-nom/install/share/perl6/site
@niner
Copy link
Owner

niner commented Mar 30, 2015

Should be fixed in commit 2576145

@niner niner closed this as completed Mar 30, 2015
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

2 participants