Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/library/parrotlib.t 6 1536 6 6 100.00% 1-6
t/pmc/nci.t 1 256 46 1 2.17% 47
t/pmc/sys.t 1 256 1 1 100.00% 1
t/src/basic.t 2 512 3 2 66.67% 2-3
t/src/exit.t 3 768 3 3 100.00% 1-3
t/src/extend.t 13 3328 13 13 100.00% 1-13
t/src/hash.t 9 2304 10 9 90.00% 1-9
t/src/intlist.t 4 1024 4 4 100.00% 1-4
t/src/io.t 19 4864 20 19 95.00% 1-17 19-20
t/src/list.t 2 512 2 2 100.00% 1-2
t/src/sprintf.t 3 768 3 3 100.00% 1-3
t/src/string.t 1 256 1 1 100.00% 1
4 tests and 99 subtests skipped.
Failed 12/122 test scripts, 90.16% okay. 62/1937 subtests failed, 96.80% okay.
make: *** [test] Error 2
William Coleda wrote:
Makes. I just started make test, but it doesn't look good.
t/library/parrotlib............# Failed test (t/library/parrotlib.t
at line 47)
# got: 'Parrot VM: Can't stat
runtime/parrot/include/parrotlib.pbc, code 2.
# '
# expected: 'runtime/parrot/include/datatypes.pasm
# '
# '(cd . && ./parrot -b --gc-debug
"/Users/coke/research/parrot-11/t/library/parrotlib_1.imc")' failed with
exit code 138
t/library/parrotlib............NOK 1# Failed test
(t/library/parrotlib.t at line 56)
# got: 'Parrot VM: Can't stat
runtime/parrot/include/parrotlib.pbc, code 2.
etc.
Jens Rieks wrote:
c++ -o parrot -L/usr/local/lib -g imcc/main.o
blib/lib/libparrot.a -lm
-lpthread -lm -L/usr/local/lib -licuuc -lpthread -lm ld: warning can't
open dynamic library: libicudata.dylib.30 (checking for undefined
symbols
may be affected) (No such file or directory, errno = 2) ld: Undefined
symbols:
_icudt30_dat referenced from libicuuc.dylib.30 expected to be defined in
libicudata.dylib.30 make: *** [parrot] Error 1
does
c++ -o parrot -L/usr/local/lib -g imcc/main.o blib/lib/libparrot.a
-lm -lpthread -lm -L/usr/local/lib -licuuc -licudata -lpthread -lm
work?
jens