rakudo / star

Rakudo Star (Raku distribution)
https://rakudo.org/
Artistic License 2.0
266 stars 41 forks source link

add staging dir support for building #55

Closed rehsack closed 8 years ago

rehsack commented 8 years ago

See https://github.com/rehsack/meta-jens/commit/795476f0ea1d9b2512ae2a9985a64e0616dde31e

moritz commented 8 years ago

With this pull request, I still get the same error when running make:

moritz@hack:~/p6/star$ make  
== Configuring and building Rakudo  
cd rakudo && /usr/bin/perl Configure.pl --sysroot="" --sdkroot="" --prefix="/home/
moritz/p6/star/install" --backends=moar && make  
Option sysroot requires an argument  
Option sdkroot requires an argument  
Configure.pl - Rakudo Configure  

General Options:  
rehsack commented 8 years ago

Then I need a reasonable test environment - takes a few days to have access and time to such a machine.

moritz commented 8 years ago

I can give you access to hack.p6c.org, a shared linux machine for Perl 6 developers. The problem can be reproduced there. If you have interest, please tell me your desired username here or on IRC.

rehsack commented 8 years ago

Updated