Hi Ron,
I looks like the SVN repo was just down temporarily. Try again and it'll probably work. You can also run the svn commands directly to grab parrot... Take a look in gen_parrot.pl


Lyle

Ron Savage wrote:
Hi Folks

>From this page: http://rakudo.org/how-to-get-rakudo

I tried:

1) r...@zoe:~$ git clone git://github.com/rakudo/rakudo.git
Initialized empty Git repository in /home/ron/rakudo/.git/
remote: Counting objects: 16457, done.
remote: Compressing objects: 100% (4671/4671), done.
remote: Total 16457 (delta 11974), reused 15717 (delta 11445)
Receiving objects: 100% (16457/16457), 2.21 MiB | 54 KiB/s, done.
Resolving deltas: 100% (11974/11974), done.

and then:

2) r...@zoe:~/rakudo$ perl Configure.pl --gen-parrot
Generating Parrot ...
/usr/bin/perl build/gen_parrot.pl

Checking out Parrot r39599 via svn...
svn: OPTIONS of 'https://svn.parrot.org/parrot/trunk': could not connect
to server (https://svn.parrot.org)

Configuring Parrot ...
/usr/bin/perl Configure.pl
Unable to locate parrot_config

To automatically checkout (svn) and build a copy of parrot r39599,
try re-running Configure.pl with the '--gen-parrot' option.
Or, use the '--parrot-config' option to explicitly specify
the location of parrot_config to be used to build Rakudo Perl.

Building Parrot ...
Unable to locate parrot_config

To automatically checkout (svn) and build a copy of parrot r39599,
try re-running Configure.pl with the '--gen-parrot' option.
Or, use the '--parrot-config' option to explicitly specify
the location of parrot_config to be used to build Rakudo Perl.

3) I asked on irc://irc.perl.org/parrot, but got chopped off due to
'flooding'.

4) So, yes, I can see it did not connect, but what do I do next :-(?

Reply via email to