This has been fixed by https://github.com/MoarVM/MoarVM/commit/404ed261be00e2
I see an already-existing test for mkdir in S32-io/mkdir_rmdir.t, so I think 
this one just slipped through due to being Windows-specific.



On Mon, 07 Nov 2016 05:18:43 -0800, 1parr...@gmail.com wrote:
> I've also encountered a problem with "make" blowing up, on a Raspberry
> Pi, which I haven't yet investigated in enough detail to report
> formally. I first attributed it to some peculiarity of the
> environment, but this sounds an awful lot like the same problem.
> 
> On 11/6/16, Steve Mynott <perl6-bugs-follo...@perl.org> wrote:
> > # New Ticket Created by  Steve Mynott
> > # Please include the string:  [perl #130031]
> > # in the subject line of all future correspondence about this issue.
> > # <URL: https://rt.perl.org/Ticket/Display.html?id=130031 >
> >
> >
> > Although discovered while trying to create Rakudo Star 2016.10
> > binaries for
> > Windows I also see the same error with the plain Rakudo 2016.10
> > release. I
> > had no problems doing the same with 2016.07.
> >
> > Using the gcc and gmake supplied with Strawberry Perl the final
> > "gmake
> > install" step fails with
> >
> > C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp
> > perl6.moarvm
> > perl6-debug.moarvm C:\rakudo/share/perl6/runtime
> > C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath
> > C:\rakudo/share/perl6/runtime/dynext
> > C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp
> > dynext/perl6_ops_moar.dll C:\rakudo/share/perl6/runtime/dynext
> > .\perl6-m.bat tools/build/upgrade-repository.pl C:\rakudo/share/perl6
> > Failed to create directory 'C:\rakudo\share\perl6\resources' with
> > mode
> > '0o777': Failed to mkdir: 2
> >  in any  at ././CORE.setting.moarvm line 1
> >  in block <unit> at tools/build/upgrade-repository.pl line 1
> >
> > Actually thrown at:
> >  in block <unit> at tools/build/upgrade-repository.pl line 1
> >
> > makefile:553: recipe for target 'm-install' failed
> > gmake[1]: *** [m-install] Error 1
> > gmake[1]: Leaving directory
> > 'C:/Users/steve/Downloads/rakudo-star-2016.10/rakudo'
> > makefile:53: recipe for target 'rakudo-install' failed
> > gmake: *** [rakudo-install] Error 2
> >
> > --
> > 4096R/EA75174B Steve Mynott <steve.myn...@gmail.com>
> >



Reply via email to