Set up gcc environment - 3.3 Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lcrfpp Writing Makefile for Algorithm::CRF cp lib/Algorithm/CRF.pm blib/lib/Algorithm/CRF.pm /export/home/cpanrun/build/5.10.0/bin/perl /export/home/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -C++ -typemap /export/home/cpanrun/build/5.10.0/lib/ExtUtils/typemap CRF.xs > CRF.xsc && mv CRF.xsc CRF.c c++ -c -I. -Wall -Wno-deprecated -D_REENTRANT -DPRIVLIB_LAST_IN_INC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -pipe -O -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/export/home/cpanrun/build/5.10.0/lib/CORE" CRF.c CRF.c: In function `void XS_Algorithm__CRF_crfpp_learn(PerlInterpreter*, CV*)': CRF.c:55: warning: `bool RETVAL' might be used uninitialized in this function Running Mkbootstrap for Algorithm::CRF () chmod 644 CRF.bs rm -f blib/arch/auto/Algorithm/CRF/CRF.so c++ -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/prod/lib CRF.o -o blib/arch/auto/Algorithm/CRF/CRF.so \ \ chmod 755 blib/arch/auto/Algorithm/CRF/CRF.so cp CRF.bs blib/arch/auto/Algorithm/CRF/CRF.bs chmod 644 blib/arch/auto/Algorithm/CRF/CRF.bs Manifying blib/man3/Algorithm::CRF.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/0-basic.........1..1 not ok 1 - use Algorithm::CRF; # Failed test 'use Algorithm::CRF;' # at t/0-basic.t line 9. # Tried to use 'Algorithm::CRF'. # Error: Can't load '/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Algorithm-CRF/blib/arch/auto/Algorithm/CRF/CRF.so' for module Algorithm::CRF: ld.so.1: perl: fatal: relocation error: file /export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Algorithm-CRF/blib/arch/auto/Algorithm/CRF/CRF.so: symbol _ZN5CRFPP7Encoder7convertEPKcS2_: referenced symbol not found at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 203. # at (eval 3) line 2 # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at t/0-basic.t line 9. # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/1-crf_learn.....1..2 not ok 1 - use Algorithm::CRF; # Failed test 'use Algorithm::CRF;' # at t/1-crf_learn.t line 9. # Tried to use 'Algorithm::CRF'. # Error: Can't load '/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Algorithm-CRF/blib/arch/auto/Algorithm/CRF/CRF.so' for module Algorithm::CRF: ld.so.1: perl: fatal: relocation error: file /export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Algorithm-CRF/blib/arch/auto/Algorithm/CRF/CRF.so: symbol _ZN5CRFPP7Encoder7convertEPKcS2_: referenced symbol not found at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 203. # at (eval 3) line 2 # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at t/1-crf_learn.t line 9. Undefined subroutine &Algorithm::CRF::crfpp_learn called at t/1-crf_learn.t line 13. # Looks like you planned 2 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/0-basic.t 1 256 1 1 1 t/1-crf_learn.t 255 65280 2 3 1-2 2 tests skipped. Failed 2/4 test scripts. 3/3 subtests failed. Files=4, Tests=3, 2 wallclock secs ( 0.96 cusr + 0.26 csys = 1.22 CPU) Failed 2/4 test programs. 3/3 subtests failed. make: *** [test_dynamic] Error 255