Subject: | make test failure on darwin (macosx) |
I get the following failure when installing ExtUtils::Embed on perl 5.6.0 under Mac OSX (aka darwin). This is far from crucial for me. I was just installing as part of CPAN autobundle. I haven't looked into the code at all, so all I have to report is the failure. Contact me if you'd like any further details.
Thanks,
Chris Dolan
Show quoted text
cpan> test ExtUtils::Embed
Running test for module ExtUtils::Embed
Running make for D/DO/DOUGM/ExtUtils-Embed-1.14.tar.gz
Is already unwrapped into directory /var/root/.cpan/build/ExtUtils-Embed-1.14
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/build...........ok 1/2loop.c: In function `main':
loop.c:11: `perl_destruct_level' undeclared (first use in this function)
loop.c:11: (Each undeclared identifier is reported only once
loop.c:11: for each function it appears in.)
make[1]: *** [loop.o] Error 1
t/build...........FAILED test 2
Failed 1/2 tests, 50.00% okay
t/embed...........ok
t/loop............zsh: no such file or directory: ./loop
zsh: no such file or directory: ./loop
zsh: no such file or directory: ./loop
zsh: no such file or directory: ./loop
zsh: no such file or directory: ./loop
zsh: no such file or directory: ./loop
zsh: no such file or directory: ./loop
zsh: no such file or directory: ./loop
t/loop............FAILED tests 1-18
Failed 18/18 tests, 0.00% okay
t/multiplicity....Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/build.t 2 1 50.00% 2
t/loop.t 18 18 100.00% 1-18
Failed 2/4 test scripts, 25.00% okay. 19/24 subtests failed, 20.83% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Show quoted textcpan>