I just subscribed and downloaded the latest parrot build. I did do a Google
search on
the following messages before posting here, but no results, and I did read
the README :)
Following the install instructions....
make test_prog finishes fine.
Then
[root@cpan parrot]# make test
...
Can't locate Parrot/OpLib/core.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0/i386-linux
/usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .
/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl .) at Parrot/Assembler.pm line 36.
BEGIN failed--compilation aborted at Parrot/Assembler.pm line 36.
Compilation failed in require at assemble.pl line 9.
BEGIN failed--compilation aborted at assemble.pl line 9.
t/op/trans..........NOK 17# Failed test (Parrot/Test.pm at line
74)
# got: 'can't stat t/op/trans17.pbc, code 2
etc. etc. etc.
Finally
Failed 8/8 test scripts, 0.00% okay. 112/115 subtests failed, 2.61%
okay.
make: *** [.test_dummy] Error 2
[root@cpan parrot]#
I can see that core.pm doesn't exist under Parrot/OpLib but where to go
from here; am I missing
another module?
Melvin Smith