Moritz Lenz via RT wrote: > First of all thank you for your report. > > > On Sat Feb 07 13:30:52 2009, rakudo...@nihil.co.uk wrote: >> I followed Moritz Lenz' recipe for rakudo (rakudo within parrot) from >> Where Rakudo Lives Now on Planet Perl Six and got this error: >> >> svn co http:/svn.pugscode.org/pugs/t/spec t/spec > > I'm curious - is that a windows system? Jerry changed > config/makefiles/root.in to double all slashes in that URL, but it > didn't work for me on Linux because the double slashes weren't replaced > by single ones, so it tried to checkout a http:////svn.pugs... URL, > which of course didn't work out either, so I reverted the change > temporarily.
I'm using Ubuntu 8.10 64bit. > > It seems we need some way to make our build system more portable - any > ideas anybody? > > And why did it work out before the switch to a different repository? > >> I looked in rakudo/Configure.pl, but can't find an obvious place to fix >> the bug. > > Since Configure.pl calls Parrot's Configure.pl, it's probably hidden > deep down in that system :( > > Cheers, > Moritz > > >