# New Ticket Created by  Paul Marquess 
# Please include the string:  [perl #122839]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122839 >


Start with a fresh install of R* 2014.08 (from 
http://rakudo.org/downloads/star/rakudo-star-2014.08.tar.gz) on a Linux box.

When I attempted to install Compress::Zlib with panda I got this error

$ ~/p/bin/panda install Compress::Zlib
==> Compress::Zlib depends on NativeCall, Compress::Zlib::Raw
==> Compress::Zlib::Raw depends on NativeCall
==> Fetching NativeCall
==> Building NativeCall
Compiling lib/NativeCall.pm6 to mbc
===SORRY!===
No registered operation handler for 'nativecallglobal'
build stage failed for NativeCall: Failed building lib/NativeCall.pm6


Problem is NativeCall is installed 

$ ~/p/bin/perl6 -MNativeCall -e 1
$ find ~/p/languages/perl6/ -name NativeCall\*
/home/pmarques/p/languages/perl6/lib/NativeCall.pm6.moarvm
/home/pmarques/p/languages/perl6/lib/NativeCall.pm6


Can work around by running panda with --nodeps.

Not sure if panda can see *any* of the installed modules. Picked JSON::Tiny at 
random and panda doesn't think it is installed either.


$ ~/p/bin/panda info JSON::Tiny
JSON::Tiny
A minimal JSON (de)serializer
State: not installed
Source-url: git://github.com/moritz/json.git


Reply via email to