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

Reply via email to