Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL WWW-Curl-4.17 v5.16.3 FreeBSD
Date: 2014-06-10T18:18:21Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Balint Szilakszi,
This is a computer-generated report for WWW-Curl-4.17
on perl 5.16.3, created by CPAN-Reporter-1.2011.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
Running Mkbootstrap for WWW::Curl ()
chmod 644 Curl.bs
PERL_DL_NONLAZY=1 /usr/perl5.16.3t/bin/perl5.16.3 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at t/00constants.t line 5.
BEGIN failed--compilation aborted at t/00constants.t line 5.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/00constants.t line 5.
t/00constants.t ...........
Dubious, test returned 22 (wstat 5632, 0x1600)
No subtests run
# Failed test 'use WWW::Curl::Easy;'
# at t/01basic.t line 8.
# Tried to use 'WWW::Curl::Easy'.
# Error: Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
# at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at t/01basic.t line 8.
# BEGIN failed--compilation aborted at t/01basic.t line 8.
Bareword "CURLOPT_NOPROGRESS" not allowed while "strict subs" in use at t/01basic.t line 18.
Bareword "CURLOPT_FOLLOWLOCATION" not allowed while "strict subs" in use at t/01basic.t line 19.
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/01basic.t line 20.
Bareword "CURLOPT_ENCODING" not allowed while "strict subs" in use at t/01basic.t line 21.
Bareword "CURLOPT_RESUME_FROM_LARGE" not allowed while "strict subs" in use at t/01basic.t line 22.
Bareword "CURLOPT_HEADER" not allowed while "strict subs" in use at t/01basic.t line 23.
Bareword "CURLOPT_WRITEHEADER" not allowed while "strict subs" in use at t/01basic.t line 26.
Bareword "CURLOPT_WRITEDATA" not allowed while "strict subs" in use at t/01basic.t line 29.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/01basic.t line 31.
Bareword "CURLOPT_HTTPHEADER" not allowed while "strict subs" in use at t/01basic.t line 36.
Bareword "CURLOPT_HTTPHEADER" not allowed while "strict subs" in use at t/01basic.t line 37.
Bareword "CURLOPT_COOKIEFILE" not allowed while "strict subs" in use at t/01basic.t line 39.
Bareword "CURLINFO_SIZE_DOWNLOAD" not allowed while "strict subs" in use at t/01basic.t line 44.
Bareword "CURLINFO_EFFECTIVE_URL" not allowed while "strict subs" in use at t/01basic.t line 46.
Bareword "CURLINFO_HTTP_CODE" not allowed while "strict subs" in use at t/01basic.t line 48.
Execution of t/01basic.t aborted due to compilation errors.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/01basic.t line 62.
# Looks like you planned 19 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 22 just after 1.
t/01basic.t ...............
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 19/19 subtests
# Failed test 'use WWW::Curl::Easy;'
# at t/02callbacks.t line 8.
# Tried to use 'WWW::Curl::Easy'.
# Error: Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
# at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at t/02callbacks.t line 8.
# BEGIN failed--compilation aborted at t/02callbacks.t line 8.
Bareword "CURLOPT_NOPROGRESS" not allowed while "strict subs" in use at t/02callbacks.t line 17.
Bareword "CURLOPT_FOLLOWLOCATION" not allowed while "strict subs" in use at t/02callbacks.t line 18.
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/02callbacks.t line 19.
Bareword "CURLOPT_WRITEHEADER" not allowed while "strict subs" in use at t/02callbacks.t line 22.
Bareword "CURLOPT_FILE" not allowed while "strict subs" in use at t/02callbacks.t line 25.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/02callbacks.t line 27.
Bareword "CURLOPT_HEADERFUNCTION" not allowed while "strict subs" in use at t/02callbacks.t line 36.
Bareword "CURLOPT_WRITEFUNCTION" not allowed while "strict subs" in use at t/02callbacks.t line 37.
Execution of t/02callbacks.t aborted due to compilation errors.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/02callbacks.t line 41.
# Looks like you planned 7 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 22 just after 1.
t/02callbacks.t ...........
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 7/7 subtests
# Failed test 'use WWW::Curl::Easy;'
# at t/04abort-test.t line 8.
# Tried to use 'WWW::Curl::Easy'.
# Error: Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
# at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at t/04abort-test.t line 8.
# BEGIN failed--compilation aborted at t/04abort-test.t line 8.
Bareword "CURLOPT_NOPROGRESS" not allowed while "strict subs" in use at t/04abort-test.t line 17.
Bareword "CURLOPT_FOLLOWLOCATION" not allowed while "strict subs" in use at t/04abort-test.t line 18.
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/04abort-test.t line 19.
Bareword "CURLOPT_WRITEHEADER" not allowed while "strict subs" in use at t/04abort-test.t line 22.
Bareword "CURLOPT_FILE" not allowed while "strict subs" in use at t/04abort-test.t line 25.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/04abort-test.t line 27.
Bareword "CURLOPT_WRITEFUNCTION" not allowed while "strict subs" in use at t/04abort-test.t line 32.
Execution of t/04abort-test.t aborted due to compilation errors.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/04abort-test.t line 36.
# Looks like you planned 8 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 22 just after 1.
t/04abort-test.t ..........
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 8/8 subtests
# Failed test 'use WWW::Curl::Easy;'
# at t/05progress.t line 8.
# Tried to use 'WWW::Curl::Easy'.
# Error: Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
# at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at t/05progress.t line 8.
# BEGIN failed--compilation aborted at t/05progress.t line 8.
Bareword "CURLOPT_NOPROGRESS" not allowed while "strict subs" in use at t/05progress.t line 17.
Bareword "CURLOPT_FOLLOWLOCATION" not allowed while "strict subs" in use at t/05progress.t line 18.
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/05progress.t line 19.
Bareword "CURLOPT_WRITEHEADER" not allowed while "strict subs" in use at t/05progress.t line 22.
Bareword "CURLOPT_FILE" not allowed while "strict subs" in use at t/05progress.t line 25.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/05progress.t line 27.
Bareword "CURLOPT_HTTPHEADER" not allowed while "strict subs" in use at t/05progress.t line 32.
Bareword "CURLOPT_PROGRESSDATA" not allowed while "strict subs" in use at t/05progress.t line 34.
Bareword "CURLOPT_PROGRESSFUNCTION" not allowed while "strict subs" in use at t/05progress.t line 46.
Bareword "CURLOPT_NOPROGRESS" not allowed while "strict subs" in use at t/05progress.t line 48.
Execution of t/05progress.t aborted due to compilation errors.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/05progress.t line 54.
# Looks like you planned 16 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 22 just after 1.
t/05progress.t ............
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 16/16 subtests
t/06http-post.t ........... skipped: Not performing http POST/upload tests
t/07ftp-upload.t .......... skipped: Not performing ftp upload tests
Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at t/08ssl.t line 7.
BEGIN failed--compilation aborted at t/08ssl.t line 7.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/08ssl.t line 7.
t/08ssl.t .................
Dubious, test returned 22 (wstat 5632, 0x1600)
No subtests run
# Failed test 'use WWW::Curl::Easy;'
# at t/09times.t line 8.
# Tried to use 'WWW::Curl::Easy'.
# Error: Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
# at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at t/09times.t line 8.
# BEGIN failed--compilation aborted at t/09times.t line 8.
Bareword "CURLOPT_NOPROGRESS" not allowed while "strict subs" in use at t/09times.t line 17.
Bareword "CURLOPT_FOLLOWLOCATION" not allowed while "strict subs" in use at t/09times.t line 18.
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/09times.t line 19.
Bareword "CURLOPT_WRITEHEADER" not allowed while "strict subs" in use at t/09times.t line 22.
Bareword "CURLOPT_FILE" not allowed while "strict subs" in use at t/09times.t line 25.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/09times.t line 27.
Bareword "CURLOPT_HTTPHEADER" not allowed while "strict subs" in use at t/09times.t line 32.
Bareword "CURLINFO_SIZE_DOWNLOAD" not allowed while "strict subs" in use at t/09times.t line 39.
Bareword "CURLINFO_EFFECTIVE_URL" not allowed while "strict subs" in use at t/09times.t line 41.
Bareword "CURLINFO_HTTP_CODE" not allowed while "strict subs" in use at t/09times.t line 43.
Bareword "CURLINFO_STARTTRANSFER_TIME" not allowed while "strict subs" in use at t/09times.t line 47.
Bareword "CURLINFO_TOTAL_TIME" not allowed while "strict subs" in use at t/09times.t line 49.
Bareword "CURLINFO_NAMELOOKUP_TIME" not allowed while "strict subs" in use at t/09times.t line 51.
Bareword "CURLINFO_CONNECT_TIME" not allowed while "strict subs" in use at t/09times.t line 53.
Bareword "CURLINFO_PRETRANSFER_TIME" not allowed while "strict subs" in use at t/09times.t line 55.
Execution of t/09times.t aborted due to compilation errors.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/09times.t line 58.
# Looks like you planned 19 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 22 just after 1.
t/09times.t ...............
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 19/19 subtests
# Failed test 'use WWW::Curl::Easy;'
# at t/10errbuf.t line 8.
# Tried to use 'WWW::Curl::Easy'.
# Error: Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
# at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at t/10errbuf.t line 8.
# BEGIN failed--compilation aborted at t/10errbuf.t line 8.
Bareword "CURLOPT_NOPROGRESS" not allowed while "strict subs" in use at t/10errbuf.t line 17.
Bareword "CURLOPT_FOLLOWLOCATION" not allowed while "strict subs" in use at t/10errbuf.t line 18.
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/10errbuf.t line 19.
Bareword "CURLOPT_WRITEHEADER" not allowed while "strict subs" in use at t/10errbuf.t line 22.
Bareword "CURLOPT_FILE" not allowed while "strict subs" in use at t/10errbuf.t line 25.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/10errbuf.t line 27.
Bareword "CURLOPT_STDERR" not allowed while "strict subs" in use at t/10errbuf.t line 30.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/10errbuf.t line 34.
Execution of t/10errbuf.t aborted due to compilation errors.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/10errbuf.t line 40.
# Looks like you planned 12 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 22 just after 1.
t/10errbuf.t ..............
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 12/12 subtests
t/13slowleak.t ............ skipped: Not performing slow leakage regression test
# Failed test 'use WWW::Curl::Easy;'
# at t/14duphandle.t line 11.
# Tried to use 'WWW::Curl::Easy'.
# Error: Can't load 'blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
# at blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at blib/lib/WWW/Curl/Easy.pm line 9.
# BEGIN failed--compilation aborted at blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at t/14duphandle.t line 11.
# BEGIN failed--compilation aborted at t/14duphandle.t line 11.
Bareword "CURLOPT_NOPROGRESS" not allowed while "strict subs" in use at t/14duphandle.t line 26.
Bareword "CURLOPT_FOLLOWLOCATION" not allowed while "strict subs" in use at t/14duphandle.t line 27.
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/14duphandle.t line 28.
Bareword "CURLOPT_WRITEHEADER" not allowed while "strict subs" in use at t/14duphandle.t line 30.
Bareword "CURLOPT_FILE" not allowed while "strict subs" in use at t/14duphandle.t line 32.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/14duphandle.t line 34.
Bareword "CURLOPT_HTTPHEADER" not allowed while "strict subs" in use at t/14duphandle.t line 39.
Bareword "CURLINFO_SIZE_DOWNLOAD" not allowed while "strict subs" in use at t/14duphandle.t line 49.
Bareword "CURLINFO_EFFECTIVE_URL" not allowed while "strict subs" in use at t/14duphandle.t line 50.
Bareword "CURLINFO_HTTP_CODE" not allowed while "strict subs" in use at t/14duphandle.t line 51.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/14duphandle.t line 58.
Bareword "CURLINFO_SIZE_DOWNLOAD" not allowed while "strict subs" in use at t/14duphandle.t line 62.
Bareword "CURLINFO_EFFECTIVE_URL" not allowed while "strict subs" in use at t/14duphandle.t line 63.
Bareword "CURLINFO_HTTP_CODE" not allowed while "strict subs" in use at t/14duphandle.t line 64.
Execution of t/14duphandle.t aborted due to compilation errors.
Undefined subroutine &WWW::Curl::_global_cleanup called at blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/14duphandle.t line 71.
# Looks like you planned 17 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 22 just after 1.
t/14duphandle.t ...........
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 17/17 subtests
Can't load 'blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
at blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at blib/lib/WWW/Curl/Easy.pm line 9.
BEGIN failed--compilation aborted at blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at t/15duphandle-callback.t line 10.
BEGIN failed--compilation aborted at t/15duphandle-callback.t line 10.
Undefined subroutine &WWW::Curl::_global_cleanup called at blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/15duphandle-callback.t line 10.
# Looks like your test exited with 22 before it could output anything.
t/15duphandle-callback.t ..
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 25/25 subtests
t/16formpost.t ............ skipped: Not performing POST
t/17slist.t ............... skipped: Not performing printenv cgi tests
# Failed test 'use WWW::Curl::Easy;'
# at t/18twinhandles.t line 7.
# Tried to use 'WWW::Curl::Easy'.
# Error: Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
# at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
# Compilation failed in require at t/18twinhandles.t line 7.
# BEGIN failed--compilation aborted at t/18twinhandles.t line 7.
Bareword "CURLOPT_NOPROGRESS" not allowed while "strict subs" in use at t/18twinhandles.t line 32.
Bareword "CURLOPT_FOLLOWLOCATION" not allowed while "strict subs" in use at t/18twinhandles.t line 33.
Bareword "CURLOPT_TIMEOUT" not allowed while "strict subs" in use at t/18twinhandles.t line 34.
Bareword "CURLOPT_WRITEFUNCTION" not allowed while "strict subs" in use at t/18twinhandles.t line 37.
Bareword "CURLOPT_HEADERFUNCTION" not allowed while "strict subs" in use at t/18twinhandles.t line 38.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/18twinhandles.t line 42.
Bareword "CURLOPT_URL" not allowed while "strict subs" in use at t/18twinhandles.t line 43.
Bareword "CURLE_UNSUPPORTED_PROTOCOL" not allowed while "strict subs" in use at t/18twinhandles.t line 47.
Execution of t/18twinhandles.t aborted due to compilation errors.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/18twinhandles.t line 53.
# Looks like you planned 12 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 22 just after 1.
t/18twinhandles.t .........
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 12/12 subtests
Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at t/19multi.t line 6.
BEGIN failed--compilation aborted at t/19multi.t line 6.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/19multi.t line 6.
# Looks like your test exited with 22 before it could output anything.
t/19multi.t ...............
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 20/20 subtests
Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at t/20undefined_subs.t line 5.
BEGIN failed--compilation aborted at t/20undefined_subs.t line 5.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/20undefined_subs.t line 5.
# Looks like your test exited with 22 before it could output anything.
t/20undefined_subs.t ......
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 4/4 subtests
Can't load '/usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/arch/auto/WWW/Curl/Curl.so' for module WWW::Curl: /usr/local/lib/libroken.so.19: Undefined symbol "unvis" at /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm line 190.
at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl/Easy.pm line 9.
Compilation failed in require at t/21write-to-scalar.t line 6.
BEGIN failed--compilation aborted at t/21write-to-scalar.t line 6.
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted at t/21write-to-scalar.t line 6.
# Looks like your test exited with 22 before it could output anything.
t/21write-to-scalar.t .....
Dubious, test returned 22 (wstat 5632, 0x1600)
No subtests run
t/meta.t .................. ok
# Failed test 'WWW::Curl has proper POD coverage'
# at t/pod-coverage.t line 7.
# WWW::Curl: requiring 'WWW::Curl' failed
Undefined subroutine &WWW::Curl::_global_cleanup called at /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV/blib/lib/WWW/Curl.pm line 11.
END failed--call queue aborted.
# Looks like you failed 1 test of 1.
# Looks like your test exited with 22 just after 1.
t/pod-coverage.t ..........
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 1/1 subtests
t/pod.t ................... ok
Test Summary Report
-------------------
t/00constants.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: No plan found in TAP output
t/01basic.t (Wstat: 5632 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 22
Parse errors: Bad plan. You planned 19 tests but ran 1.
t/02callbacks.t (Wstat: 5632 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 22
Parse errors: Bad plan. You planned 7 tests but ran 1.
t/04abort-test.t (Wstat: 5632 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 22
Parse errors: Bad plan. You planned 8 tests but ran 1.
t/05progress.t (Wstat: 5632 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 22
Parse errors: Bad plan. You planned 16 tests but ran 1.
t/08ssl.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: No plan found in TAP output
t/09times.t (Wstat: 5632 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 22
Parse errors: Bad plan. You planned 19 tests but ran 1.
t/10errbuf.t (Wstat: 5632 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 22
Parse errors: Bad plan. You planned 12 tests but ran 1.
t/14duphandle.t (Wstat: 5632 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 22
Parse errors: Bad plan. You planned 17 tests but ran 1.
t/15duphandle-callback.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 25 tests but ran 0.
t/18twinhandles.t (Wstat: 5632 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 22
Parse errors: Bad plan. You planned 12 tests but ran 1.
t/19multi.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 20 tests but ran 0.
t/20undefined_subs.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/21write-to-scalar.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: No plan found in TAP output
t/pod-coverage.t (Wstat: 5632 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 22
Files=22, Tests=16, 3 wallclock secs ( 0.18 usr 0.09 sys + 2.58 cusr 0.48 csys = 3.33 CPU)
Result: FAIL
Failed 15/22 test programs. 9/16 subtests failed.
*** [test_dynamic] Error code 255
Stop in /usr/home/eserte/.cpan/build/WWW-Curl-4.17-ERFjYV.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 6.42 6.98
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 6.98
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 6.42 6.98
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
DBIC_NO_WARN_BAD_PERL = 1
LC_ALL = de_DE.ISO8859-1
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd9.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 16247
PERL5_CPAN_IS_RUNNING = 16247
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 15999,16247
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/W23jlxg8NO_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.16.3t/bin/perl5.16.3
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.9800
CPAN::Meta 2.141520
Cwd 3.47
ExtUtils::CBuilder 0.280206
ExtUtils::Command 1.17
ExtUtils::Install 1.68
ExtUtils::MakeMaker 6.98
ExtUtils::Manifest 1.61
ExtUtils::ParseXS 3.24
File::Spec 3.47
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4205
Module::Signature 0.73
Parse::CPAN::Meta 1.4414
Test::Harness 3.31
Test::More 1.001003
YAML 0.92
YAML::Syck 1.27
version 0.9908
--
Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
Platform:
osname=freebsd, osvers=9.2-release-p4, archname=amd64-freebsd-thread-multi
uname='freebsd cvrsnica-freebsd-92 9.2-release-p4 freebsd 9.2-release-p4 #0: tue apr 8 18:08:22 utc 2014 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.16.3t -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -lm -lcrypt
perllibs=-lm -lcrypt
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under freebsd
Compiled at May 16 2014 07:49:48
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="16247"
PERL5_CPAN_IS_RUNNING="16247"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="15999,16247"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/W23jlxg8NO_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_HTML_DISPLAY_CLASS="HTML::Display::Mozilla"
@INC:
/usr/perl5.16.3t/lib/site_perl/5.16.3/amd64-freebsd-thread-multi
/usr/perl5.16.3t/lib/site_perl/5.16.3
/usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi
/usr/perl5.16.3t/lib/5.16.3
.