Marcus Del Greco (via RT) wrote:
> # New Ticket Created by  Marcus Del Greco 
> # Please include the string:  [perl #75262]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75262 >
> 
> 
> This is my first bug report so please be patient.  I am on Red Hat EL 5:
> 
> delgr...@connie[rakudo]: git log
> commit 9a15b82be117e9cd6dec67c17f91a0cf2fd2a911
> Author: Moritz Lenz <mor...@faui2k3.org>
> Date:   Fri May 21 20:43:36 2010 +0200
> 
> 
> and then...
> 
> delgr...@connie[rakudo]: sudo perl ./Configure.pl --gen-parrot

I don't know if that's related, but you shouldn't use sudo for that.
Please chown all root-owned files back to your normal user, and do the
entire compilation without root access.
If you use the default paths, you can even do the install without root
privs (it installs into the rakudo/parrot_install directory).

> Generating Parrot ...
> /usr/bin/perl build/gen_parrot.pl
> --prefix=/usr/local/rakudo/parrot_install --optimize
> 
> Checking out Parrot r46819 via svn...
> Checked out revision 46819.
> 
> Performing 'gmake realclean' ...
> Makefile:188: compilers/nqp/Defines.mak: No such file or directory
> Makefile:193: compilers/json/Defines.mak: No such file or directory
> Makefile:3964: compilers/nqp/Rules.mak: No such file or directory
> Makefile:3969: compilers/json/Rules.mak: No such file or directory
> gmake: *** No rule to make target `compilers/json/Rules.mak'.  Stop.
> Command failed (status 512): gmake realclean
> 
> Reading configuration information from parrot_install/bin/parrot_config ...
> ===SORRY!===
> Parrot revision r46819 required (currently r45822)
> 
> 
> 
> It looks like the parrot directories may be getting mixed up somehow?

Yes. Please try to remove it,a nd run perl Configure --gen-parrot again.

Cheers,
Moritz

Reply via email to