Discussion:
[perl #69524] [PATCH] I'm missing some needed files from the Parrot installation:
(too old to reply)
V-Lk
2009-10-01 14:32:10 UTC
Permalink
# New Ticket Created by v-lk
# Please include the string: [perl #69524]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69524 >


Hello!

I've installed rakudo on my PC with Ubuntu AMD64.
Everything was OK, BUT later I began to configure Perl and received ERROR in the terminal after: /rakudo$ perl Configure.pl


===SORRY!===
I'm missing some needed files from the Parrot installation:
/usr/local/lib/parrot/1.6.0-devel/languages/nqp/nqp.pbc
/usr/local/lib/parrot/1.6.0-devel/tools/build/ops2c.pl
/usr/local/lib/parrot/1.6.0-devel/tools/build/pmc2c.pl
/usr/local/src/parrot/1.6.0-devel
/usr/local/src/parrot/1.6.0-devel/pmc
/usr/local/include/parrot/1.6.0-devel/pmc
(Perhaps you need to use Parrot's "make install-dev" or
install the "parrot-devel" package for your system?)

But I have the Parrot installed. I tryed several times to reinstall without any result.

Good Luck!!!

Victor
Will Coleda
2009-10-01 22:19:54 UTC
Permalink
--
Will "Coke" Coleda
Post by V-Lk
# New Ticket Created by v-lk
# Please include the string: [perl #69524]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69524 >
Hello!
I've installed rakudo on my PC with Ubuntu AMD64.
Everything was OK, BUT later I began to configure Perl and received
ERROR in the terminal after: /rakudo$ perl Configure.pl
===SORRY!===
/usr/local/lib/parrot/1.6.0-devel/languages/nqp/nqp.pbc
/usr/local/lib/parrot/1.6.0-devel/tools/build/ops2c.pl
/usr/local/lib/parrot/1.6.0-devel/tools/build/pmc2c.pl
/usr/local/src/parrot/1.6.0-devel
/usr/local/src/parrot/1.6.0-devel/pmc
/usr/local/include/parrot/1.6.0-devel/pmc
(Perhaps you need to use Parrot's "make install-dev" or
install the "parrot-devel" package for your system?)
But I have the Parrot installed. I tryed several times to reinstall without any result.
Good Luck!!!
Victor
Did you run 'make install' or 'make install-dev'?
Moritz Lenz
2009-10-01 21:13:43 UTC
Permalink
Post by V-Lk
===SORRY!===
/usr/local/lib/parrot/1.6.0-devel/languages/nqp/nqp.pbc
/usr/local/lib/parrot/1.6.0-devel/tools/build/ops2c.pl
/usr/local/lib/parrot/1.6.0-devel/tools/build/pmc2c.pl
/usr/local/src/parrot/1.6.0-devel
/usr/local/src/parrot/1.6.0-devel/pmc
/usr/local/include/parrot/1.6.0-devel/pmc
(Perhaps you need to use Parrot's "make install-dev" or
install the "parrot-devel" package for your system?)
But I have the Parrot installed. I tryed several times to reinstall without any result.
You need the parrot-dev package (or if you built parrot yourself you
need 'make parrot-dev' in the parrot directory).

Didn't the error message say that? ;-)

Cheers,
Moritz

Loading...