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
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