Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

parrot-0.1.1 make test and nci

10 views
Skip to first unread message

Ian Joyce

unread,
Jan 3, 2005, 11:06:22 PM1/3/05
to perl6-i...@perl.org
Pardon me if this is the wrong list for this question.

I'm attempting to build parrot-0.1.1. Configure and make go fine.
However when running 'make test' 45/46 tests for nci fail. See below
for sample failure.

t/pmc/nci......................NOK 5# Failed test (t/pmc/nci.t at line 181)
# got: 'Couldn't load '(null)': libnci: cannot open shared
object file: No such file or directory
# Couldn't load '(null)': libnci: cannot open shared object file: No
such file or directory
# loaded
# '
# expected: 'loaded
# dlfunced
# ok 1
# ok 2
# '
# '(cd . && ./parrot -b --gc-debug
"/home/ijoyce/downloads/parrot-0.1.1/t/pmc/nci_6.pasm")' failed with
exit code 139

libnci.so exists at runtime/parrot/dynext/libnci.so

Any help in getting this to pass all tests would be appreciated.

--Ian

Leopold Toetsch

unread,
Jan 4, 2005, 6:38:56 AM1/4/05
to Ian Joyce, perl6-i...@perl.org
Ian Joyce <ian....@gmail.com> wrote:
> Pardon me if this is the wrong list for this question.

No, you are quite right here.

> I'm attempting to build parrot-0.1.1.

Parrot is evolving quickly. You might consider to use the CVS version.

> t/pmc/nci......................NOK 5# Failed test (t/pmc/nci.t at line 181)

> libnci.so exists at runtime/parrot/dynext/libnci.so

This is fixed in CVS. But you could do:

perl Configure.pl --prefix=$(pwd)

to get the install and test paths matching.

> --Ian

leo

0 new messages