# New Ticket Created by "Will Coleda"
# Please include the string: [perl #51000]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51000 >
osx intel; 10.4.11, gcc 4.0.1; r25870
%prove -v t/src/intlist.t
t/src/intlist....1..4
# 'g++-4.0 -L/opt/local/lib t/src/intlist_1.o src/parrot_config.o -o
t/src/intlist_1 -L/Users/coke/research/parrot/blib/lib -Lblib/lib
-lparrot -lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread
-lm -lm -lreadline' failed with exit code 1
# Failed to build 't/src/intlist_1': /usr/bin/ld: Undefined symbols:
# _intlist_get
# _intlist_new
# _intlist_push
# collect2: ld returned 1 exit status
# Failed test (t/src/intlist.t at line 30)
not ok 1 - creation
# 'g++-4.0 -L/opt/local/lib t/src/intlist_2.o src/parrot_config.o -o
t/src/intlist_2 -L/Users/coke/research/parrot/blib/lib -Lblib/lib
-lparrot -lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread
-lm -lm -lreadline' failed with exit code 1
# Failed to build 't/src/intlist_2': /usr/bin/ld: Undefined symbols:
# _intlist_get
# _intlist_length
# _intlist_new
# _intlist_pop
# _intlist_push
# collect2: ld returned 1 exit status
# Failed test (t/src/intlist.t at line 57)
not ok 2 - list aerobics
# 'g++-4.0 -L/opt/local/lib t/src/intlist_3.o src/parrot_config.o -o
t/src/intlist_3 -L/Users/coke/research/parrot/blib/lib -Lblib/lib
-lparrot -lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread
-lm -lm -lreadline' failed with exit code 1
# Failed to build 't/src/intlist_3': /usr/bin/ld: Undefined symbols:
# _intlist_assign
# _intlist_get
# _intlist_length
# _intlist_new
# _intlist_pop
# _intlist_push
# _intlist_unshift
# collect2: ld returned 1 exit status
# Failed test (t/src/intlist.t at line 134)
not ok 3 - step aerobics
# 'g++-4.0 -L/opt/local/lib t/src/intlist_4.o src/parrot_config.o -o
t/src/intlist_4 -L/Users/coke/research/parrot/blib/lib -Lblib/lib
-lparrot -lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread
-lm -lm -lreadline' failed with exit code 1
# Failed to build 't/src/intlist_4': /usr/bin/ld: Undefined symbols:
# _intlist_get
# _intlist_new
# _intlist_pop
# _intlist_push
# _intlist_shift
# _intlist_unshift
# collect2: ld returned 1 exit status
# Failed test (t/src/intlist.t at line 264)
not ok 4 - yoyo
# Looks like you failed 4 tests of 4.
dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/src/intlist.t 4 1024 4 4 1-4
Failed 1/1 test scripts. 4/4 subtests failed.
Files=1, Tests=4, 3 wallclock secs ( 0.67 cusr + 0.54 csys = 1.21 CPU)
Failed 1/1 test programs. 4/4 subtests failed.
--
Will "Coke" Coleda