-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rakudo* 2014:08 panda doesn't see bundled modules #3532
Comments
From @pmqsStart 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 Problem is NativeCall is installed $ ~/p/bin/perl6 -MNativeCall -e 1 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 |
From @FROGGS2014.09 will ship a panda state file, see: you can also check installed modules without attempting to install them via: $ panda --installed list |
@FROGGS - Status changed from 'new' to 'resolved' |
From @pmqsOn Thu Sep 25 14:01:25 2014, FROGGS.de wrote:
Just installed 2014.09 and still see the issue. $ perl6 -v Panda doesn't seem to see any installed modules $ panda install Compress::Zlib::Raw |
@pmqs - Status changed from 'resolved' to 'open' |
From @FROGGSwhat is your panda --installed list? |
From @pmqsOn Wed Oct 01 07:36:52 2014, FROGGS.de wrote:
This is what it is right now, because I've manually installed Compress::Zlib::Raw $ panda --installed list From a fresh install of R* it was empty |
From @FROGGSPlease retest with rakudo-star-2014.12.1-moar.msi. For me it gives this after a clean install of the msi: |
From @pmqsSorry, no. Still the same as before when I installed rakudo-star-2014.12.1.tar.gz. Panda doesn't see any of the installed modules. $ panda --installed list Not sure what the message about LSB is all about. if this worked for you with the Windoes install, is there any difference between that & the Linux one? Ping me if you need more details. |
From @FROGGSHi, what does `which panda` output? I'd almost say that it cannot find |
From @pmqsOn Sat Dec 27 12:56:14 2014, FROGGS.de wrote:
That was my first thought, but no. $ which panda |
From @FROGGSAhh, it might be possible that panda's state will only be installed I'll check the star tarball on a linux later and report back. |
From @pmqsIssue is still present in star 2015.01 |
From @cokeOn Sun Feb 08 04:52:40 2015, pmqs wrote:
Many changes in panda and rakudo since then; can you test this with the latest rakudo star from 2016.07? -- |
From @cokeOn Sun Feb 08 04:52:40 2015, pmqs wrote:
(resend to hit email list) |
From @stmukpanda is deprecated and the use of zef recommended. |
@stmuk - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#122839 (status was 'resolved')
Searchable as RT122839$
The text was updated successfully, but these errors were encountered: