Re: [perl #132183] Insufficient debug messages from zef/perl6.bat when package build fails

2017-10-02 Thread Ville Koskinen via RT
Thanks, that helps. I wasn't sure where to file this bug, because this is the first time I've used Rakudo. What looks odd to me is the line Can't find string terminator '"' anywhere before EOF at -e line 1. which is presumably the command shell('perl -e "use v5.18;"') on the line you linked t

Re: [perl #132183] Insufficient debug messages from zef/perl6.bat when package build fails

2017-10-02 Thread Steve Mynott via RT
Well spotted! Docs at https://docs.perl6.org/routine/shell may help But this looks to me to be a known issue "quote bug in shell command on windows" https://rt.perl.org/Public/Bug/Display.html?id=131814 On 2 October 2017 at 09:06, Ville Koskinen wrote: > Thanks, that helps. I wasn't sure wher

Re: [perl #132183] Insufficient debug messages from zef/perl6.bat when package build fails

2017-10-02 Thread Steve Mynott
Well spotted! Docs at https://docs.perl6.org/routine/shell may help But this looks to me to be a known issue "quote bug in shell command on windows" https://rt.perl.org/Public/Bug/Display.html?id=131814 On 2 October 2017 at 09:06, Ville Koskinen wrote: > Thanks, that helps. I wasn't sure wher

Re: [perl #132183] Insufficient debug messages from zef/perl6.bat when package build fails

2017-10-02 Thread Ville Koskinen
Thanks, that helps. I wasn't sure where to file this bug, because this is the first time I've used Rakudo. What looks odd to me is the line Can't find string terminator '"' anywhere before EOF at -e line 1. which is presumably the command shell('perl -e "use v5.18;"') on the line you linked

Re: [perl #132183] Insufficient debug messages from zef/perl6.bat when package build fails

2017-10-01 Thread Steve Mynott
It seems a bit unfair ("shooting the messenger") blaming zef for module install error messages and after all it does says "Perl 5 version requirement not met" Looking at what triggers this error... https://github.com/niner/Inline-Perl5/blob/master/Build.pm#L6 suggests you need 5.18 or better and

Re: [perl #132183] Insufficient debug messages from zef/perl6.bat when package build fails

2017-10-01 Thread Steve Mynott via RT
It seems a bit unfair ("shooting the messenger") blaming zef for module install error messages and after all it does says "Perl 5 version requirement not met" Looking at what triggers this error... https://github.com/niner/Inline-Perl5/blob/master/Build.pm#L6 suggests you need 5.18 or better and

[perl #132183] Insufficient debug messages from zef/perl6.bat when package build fails

2017-09-30 Thread via RT
# New Ticket Created by Ville Koskinen # Please include the string: [perl #132183] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132183 > I downloaded and installed the latest Windows x64 build of Rakudo (http://rakudo.org/d