Re: perl6 INC

2016-05-11 Thread Bennett Todd
Agreed. I too found panda didn't successfully install, so I just switched from rakudo-star to rakudo, and I use zef. This package looks like it tries to build rakudo-star, panda doesn't, it installs what bits succeed, and quietly ignores those that don't. I think the packager should work from r

Re: perl6 INC

2016-05-11 Thread Sebastien Moretti
Rakudo Star = Rakudo plus Perl 6 modules. It's a distribution of modules with a particular version of rakudo and probably doesn't fit easily into the RPM model. If you aren't including the Perl 6 modules it's not Rakudo Star but plain "Rakudo" and should be named as such. and Fedora calling it S

Re: perl6 INC

2016-05-11 Thread Steve Mynott
Rakudo Star = Rakudo plus Perl 6 modules. It's a distribution of modules with a particular version of rakudo and probably doesn't fit easily into the RPM model. If you aren't including the Perl 6 modules it's not Rakudo Star but plain "Rakudo" and should be named as such. and Fedora calling it St

Re: perl6 INC

2016-05-11 Thread Sebastien Moretti
It doesn't sound you are using Rakudo Star but a vendor packaged version of plain Rakudo. It's Rakudo Star, but packaged by Fedora Maybe Fedora have packaged panda separately and its in another SRPM/spec file? Panda is not available. Fedora does not look to support Perl6 actively for now.

Re: perl6 INC

2016-05-11 Thread Steve Mynott
It doesn't sound you are using Rakudo Star but a vendor packaged version of plain Rakudo. Maybe Fedora have packaged panda separately and its in another SRPM/spec file? Do you have a URL to the file(s) you are using? S On 11 May 2016 at 13:28, Sebastien Moretti wrote: > I have a particular ins

Re: perl6 INC

2016-05-11 Thread Sebastien Moretti
Panda or zef will have the same issue for me. What is the right place to put Perl6 modules? panda installed them in /usr/share/perl6/site/lib/ but Perl6 looks only in /usr/share/perl6/site/ in my case. If you ran Configure with --prefix specifying the final install dir, not the temporary bui

Re: perl6 INC

2016-05-11 Thread Tom Browder
On Wed, May 11, 2016 at 7:28 AM, Sebastien Moretti wrote: > I have a particular installation, so I follow Fedora spec files and at the > end no panda. > And no mention of panda in spec files. > > I can easily install panda by myself but I am faced with module path issues. In a pinch you can defin

Re: perl6 INC

2016-05-11 Thread Sebastien Moretti
I have a particular installation, so I follow Fedora spec files and at the end no panda. And no mention of panda in spec files. I can easily install panda by myself but I am faced with module path issues. Rakudo Star 2016.04 comes with panda but it's no longer in the same directory as "perl6"

Re: perl6 INC

2016-05-11 Thread Steve Mynott
Rakudo Star 2016.04 comes with panda but it's no longer in the same directory as "perl6" so you will need to add it to the path. If you install from source then it will display the path you need at the end of the last step. On a system which uses the --prefix /opt/rakudo-star-2016.04 panda will b