[perl #123579] [Parrot] precompiling Pod::To::HTML for R* hangs

2015-01-10 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #123579] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123579 > When building the rakudo-star-daily, precompiling Pod::To::HTML to PIR hangs on the parro

Re: [perl #123497] AutoReply: p6doc does not work on OSX (Rakudo * 2014.09)

2015-01-10 Thread Gabor Szabo
On Sat, Jan 10, 2015 at 2:27 PM, Moritz Lenz via RT < perl6-bugs-follo...@perl.org> wrote: > On 10.01.2015 12:45, Gabor Szabo wrote: > > If I put > > > > #!/usr/bin/env perl6 > > > > as the sh-bang of either of those script, they start to work. > > That's quite dangerous. Precompiled modules (on w

Re: [perl #123497] AutoReply: p6doc does not work on OSX (Rakudo * 2014.09)

2015-01-10 Thread Moritz Lenz
On 10.01.2015 12:45, Gabor Szabo wrote: If I put #!/usr/bin/env perl6 as the sh-bang of either of those script, they start to work. That's quite dangerous. Precompiled modules (on which scripts often depend) only work with the rakudo that compiled them. If a different one is in $PATH before

Re: [perl #123497] AutoReply: p6doc does not work on OSX (Rakudo * 2014.09)

2015-01-10 Thread Gabor Szabo
/Users/gabor/rakudo-star-2014.12.1/install/bin/perl6-m On Sat, Jan 10, 2015 at 1:49 PM, Tobias Leich via RT < perl6-bugs-follo...@perl.org> wrote: > what was in there before? > > Am 10.01.2015 um 12:45 schrieb Gabor Szabo: > > If I put > > > > #!/usr/bin/env perl6 > > > > as the sh-bang of either

Re: [perl #123497] AutoReply: p6doc does not work on OSX (Rakudo * 2014.09)

2015-01-10 Thread Gabor Szabo
Or more specifically #!/Users/gabor/rakudo-star-2014.12.1/install/bin/perl6-m On Sat, Jan 10, 2015 at 1:57 PM, Gabor Szabo wrote: > /Users/gabor/rakudo-star-2014.12.1/install/bin/perl6-m > > > On Sat, Jan 10, 2015 at 1:49 PM, Tobias Leich via RT < > perl6-bugs-follo...@perl.org> wrote: > >> wha

Re: [perl #123497] AutoReply: p6doc does not work on OSX (Rakudo * 2014.09)

2015-01-10 Thread Tobias Leich
what was in there before? Am 10.01.2015 um 12:45 schrieb Gabor Szabo: > If I put > > #!/usr/bin/env perl6 > > as the sh-bang of either of those script, they start to work. > > Gabor > >

Re: [perl #123497] AutoReply: p6doc does not work on OSX (Rakudo * 2014.09)

2015-01-10 Thread Gabor Szabo
If I put #!/usr/bin/env perl6 as the sh-bang of either of those script, they start to work. Gabor