okay I am finding that the make test step of building Text-Iconv is
failing. I must be missing something but I am not clearly reading the
readme file. so I am not sure what to do here. anybody have some clues.
typhoon# pwd
/usr/ports/distfiles/Text-Iconv-1.2
typhoon# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/libdata/perl/5.005
03/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness qw(&runtests
$verbose)
; $verbose=0; runtests @ARGV;' t/*.t
t/00_load...........Can't load 'blib/arch/auto/Text/Iconv/Iconv.so' for
module T
ext::Iconv: blib/arch/auto/Text/Iconv/Iconv.so: Undefined symbol
"libiconv_open"
at /usr/libdata/perl/5.00503/DynaLoader.pm line 169.
at t/00_load.t line 3
BEGIN failed--compilation aborted at t/00_load.t line 3.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/01_charsets.......Can't load 'blib/arch/auto/Text/Iconv/Iconv.so' for
module T
ext::Iconv: blib/arch/auto/Text/Iconv/Iconv.so: Undefined symbol
"libiconv_open"
at /usr/libdata/perl/5.00503/DynaLoader.pm line 169.
at t/01_charsets.t line 3
BEGIN failed--compilation aborted at t/01_charsets.t line 3.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-13
Failed 13/13 tests, 0.00% okay
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/00_load.t 255 65280 1 1 100.00% 1
t/01_charsets.t 255 65280 13 13 100.00% 1-13
Failed 2/2 test scripts, 0.00% okay. 14/14 subtests failed, 0.00% okay.
*** Error code 2
Stop in /usr/ports/distfiles/Text-Iconv-1.2.
typhoon#