Subject: | make test error on darwin |
hi.
tried to install net::liblo on max osx 10.4 (darwin)....
and make test gives me som error message .....
example return messages like that too
output of./Build test
####
t/00use........ok
t/10address....dyld: lazy symbol binding failed: Symbol not found: _lo_address_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _lo_address_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
t/10address....dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/20message....dyld: lazy symbol binding failed: Symbol not found: _lo_message_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _lo_message_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
t/20message....dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED tests 1-13
Failed 13/13 tests, 0.00% okay
t/30bundle.....dyld: lazy symbol binding failed: Symbol not found: _lo_bundle_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _lo_bundle_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
nameserver:/home/transit/perl/perl-modules/Net-LibLO-0.04 root# ./Build test
t/00use........ok
t/10address....dyld: lazy symbol binding failed: Symbol not found: _lo_address_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _lo_address_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
t/10address....dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/20message....dyld: lazy symbol binding failed: Symbol not found: _lo_message_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _lo_message_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
t/20message....dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED tests 1-13
Failed 13/13 tests, 0.00% okay
t/30bundle.....dyld: lazy symbol binding failed: Symbol not found: _lo_bundle_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _lo_bundle_new
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
t/30bundle.....dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
t/40send.......dyld: lazy symbol binding failed: Symbol not found:
_lo_server_new_with_proto
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _lo_server_new_with_proto
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
t/40send.......dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay
t/50receive....dyld: lazy symbol binding failed: Symbol not found:
_lo_server_new_with_proto
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _lo_server_new_with_proto
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
t/50receive....dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
t/60reply......dyld: lazy symbol binding failed: Symbol not found:
_lo_server_new_with_proto
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _lo_server_new_with_proto
Referenced from: /Users/transit/perl/perl-modules/Net-LibLO-0.04/blib/arch/auto/
Net/LibLO/LibLO.bundle
Expected in: dynamic lookup
t/60reply......dubious
Test returned status 0 (wstat 5, 0x5)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------
------
t/10address.t 0 5 10 20 200.00% 1-10
t/20message.t 0 5 13 26 200.00% 1-13
t/30bundle.t 0 5 4 8 200.00% 1-4
t/40send.t 0 5 11 22 200.00% 1-11
t/50receive.t 0 5 7 14 200.00% 1-7
t/60reply.t 0 5 5 10 200.00% 1-5
Failed 6/7 test scripts, 14.29% okay. 50/54 subtests failed, 7.41% okay.