[perl #131378] 2017.05-133-g094e77a fails to gmake install on Windows10

2017-05-27 Thread Zoffix Znet via RT
On Fri, 26 May 2017 23:10:58 -0700, n...@detonation.org wrote: > Can you please re-run with RAKUDO_MODULE_DEBUG=1? See attached. > I bet, there's a file handle left open somewhere. Indeed, I fixed this by closing an open filehandle; please check the close is in a right place: https://github.com

[perl #131378] 2017.05-133-g094e77a fails to gmake install on Windows10

2017-05-27 Thread Zoffix Znet via RT
On Fri, 26 May 2017 23:10:58 -0700, n...@detonation.org wrote: > Can you please re-run with RAKUDO_MODULE_DEBUG=1? See attached. > I bet, there's a file handle left open somewhere. Indeed, I fixed this by closing an open filehandle; please check the close is in a right place: https://github.com

[perl #131378] 2017.05-133-g094e77a fails to gmake install on Windows10

2017-05-26 Thread Stefan Seifert via RT
I bet, there's a file handle left open somewhere. This error is about CompUnit::Repository::Staging which is precompiled _three times_ in that script. Once when loading the module, the second time when installing the CORE dist and the third time to fix the source path of the installed Staging mo

[perl #131378] 2017.05-133-g094e77a fails to gmake install on Windows10

2017-05-26 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131378] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131378 > All proceeds well until install-core-dist.pl at which point it crashes with rename operat