You have make /usr/bin/make You have LWP 5.834 You have /bin/tar: tar (GNU tar) 1.23 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. You have /usr/bin/unzip Searching Text::CSV_XS on cpanmetadb ... Fetching http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-0.72.tgz ... OK Unpacking Text-CSV_XS-0.72.tgz Text-CSV_XS-0.72/ Text-CSV_XS-0.72/META.yml Text-CSV_XS-0.72/files/ Text-CSV_XS-0.72/files/utf8.csv Text-CSV_XS-0.72/ChangeLog Text-CSV_XS-0.72/examples/ Text-CSV_XS-0.72/examples/csv2xls Text-CSV_XS-0.72/examples/speed.pl Text-CSV_XS-0.72/examples/parser-xs.pl Text-CSV_XS-0.72/examples/csvdiff Text-CSV_XS-0.72/examples/csv-check Text-CSV_XS-0.72/README Text-CSV_XS-0.72/ppport.h Text-CSV_XS-0.72/CSV_XS.xs Text-CSV_XS-0.72/t/ Text-CSV_XS-0.72/t/22_scalario.t Text-CSV_XS-0.72/t/70_rt.t Text-CSV_XS-0.72/t/12_acc.t Text-CSV_XS-0.72/t/15_flags.t Text-CSV_XS-0.72/t/75_hashref.t Text-CSV_XS-0.72/t/01_pod.t Text-CSV_XS-0.72/t/00_pod.t Text-CSV_XS-0.72/t/50_utf8.t Text-CSV_XS-0.72/t/20_file.t Text-CSV_XS-0.72/t/55_combi.t Text-CSV_XS-0.72/t/41_null.t Text-CSV_XS-0.72/t/76_magic.t Text-CSV_XS-0.72/t/30_types.t Text-CSV_XS-0.72/t/21_lexicalio.t Text-CSV_XS-0.72/t/40_misc.t Text-CSV_XS-0.72/t/51_utf8.t Text-CSV_XS-0.72/t/80_diag.t Text-CSV_XS-0.72/t/util.pl Text-CSV_XS-0.72/t/10_base.t Text-CSV_XS-0.72/t/45_eol.t Text-CSV_XS-0.72/t/65_allow.t Text-CSV_XS-0.72/t/60_samples.t Text-CSV_XS-0.72/t/81_subclass.t Text-CSV_XS-0.72/Makefile.PL Text-CSV_XS-0.72/CSV_XS.PL Text-CSV_XS-0.72/MANIFEST Text-CSV_XS-0.72/CSV_XS.pm Entering Text-CSV_XS-0.72 Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.56) Configuring Text-CSV_XS-0.72 ... Running Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Text::CSV_XS OK Finding PREREQ from Makefile ... Checking if you have Test::Harness 0 ... Yes (3.21) Checking if you have Test::More 0 ... Yes (0.94) Checking if you have IO::Handle 0 ... Yes (1.28) Checking if you have DynaLoader 0 ... Yes (1.10) Building and testing Text-CSV_XS-0.72 for Text::CSV_XS ... cp CSV_XS.pm blib/lib/Text/CSV_XS.pm /home/rafl/.perl/bin/perl /home/rafl/.perl/lib/5.12.0/ExtUtils/xsubpp -typemap /home/rafl/.perl/lib/5.12.0/ExtUtils/typemap CSV_XS.xs > CSV_XS.xsc && mv CSV_XS.xsc CSV_XS.c cc -c -D_REENTRANT -D_GNU_SOURCE -Wall -Wextra -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -ggdb3 -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/home/rafl/.perl/lib/5.12.0/x86_64-linux-thread-multi/CORE" CSV_XS.c Running Mkbootstrap for Text::CSV_XS () chmod 644 CSV_XS.bs rm -f blib/arch/auto/Text/CSV_XS/CSV_XS.so cc -shared -O0 -ggdb3 -L/usr/local/lib -fstack-protector CSV_XS.o -o blib/arch/auto/Text/CSV_XS/CSV_XS.so \ \ chmod 755 blib/arch/auto/Text/CSV_XS/CSV_XS.so cp CSV_XS.bs blib/arch/auto/Text/CSV_XS/CSV_XS.bs chmod 644 blib/arch/auto/Text/CSV_XS/CSV_XS.bs Manifying blib/man3/Text::CSV_XS.3 /home/rafl/.perl/bin/perl "-Iblib/arch" "-Iblib/lib" CSV_XS.PL CSV_XS PERL_DL_NONLAZY=1 /home/rafl/.perl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_pod.t ........ ok t/00_pod.t ........ ok t/10_base.t ....... ok t/12_acc.t ........ ok t/15_flags.t ...... ok # Failed test '2 - good getline ()' # at t/21_lexicalio.t line 64. # Failed test '2 - field 0' # at t/21_lexicalio.t line 68. # got: undef # expected: '' # Failed test '2 - field 1' # at t/21_lexicalio.t line 68. # got: undef # expected: '' # Failed test '13 - false getline ()' # at t/20_file.t line 51. # got: 'ARRAY(0x1d8abf8)' # expected: undef # Failed test '4 - false getline ()' # at t/21_lexicalio.t line 61. # got: 'ARRAY(0x14de6d0)' # expected: undef # Failed test '1 - getline ESC +, '\n'' # at t/20_file.t line 143. # Failed test 'Error expected 0' # at t/20_file.t line 144. # got: '2011' # expected: '0' # Failed test 'Error expected 0' # at t/20_file.t line 144. # got: '2011' # expected: '0' # Failed test 'Error expected 0' # at t/20_file.t line 144. # got: '2011' # expected: '0' # Failed test 'Error expected 2021' # at t/20_file.t line 144. # got: '2012' # expected: '2021' # Failed test 'Error expected 2011' # at t/20_file.t line 144. # got: '2012' # expected: '2011' # Failed test '8 - getline ESC +, '"+'' # at t/20_file.t line 143. # Failed test 'Error expected 2024' # at t/20_file.t line 144. # got: '2027' # expected: '2024' # Failed test '9 - getline ESC +, '""+'' # at t/20_file.t line 143. # Failed test 'Error expected 2011' # at t/20_file.t line 144. # got: '2027' # expected: '2011' # Failed test '13 - getline ESC +, '+\r\r+'' # at t/20_file.t line 143. # Failed test '16 - getline ESC +, '"\r\r"\t'' # at t/20_file.t line 143. # Failed test '2 - getline ESC +, '+\n'' # at t/21_lexicalio.t line 153. # Failed test 'Error expected 0' # at t/21_lexicalio.t line 154. # got: '2022' # expected: '0' # Failed test 'Error expected 0' # at t/21_lexicalio.t line 154. # got: '2022' # expected: '0' # Failed test 'Error expected 2025' # at t/20_file.t line 144. # got: '2021' # expected: '2025' # Failed test 'Error expected 2025' # at t/20_file.t line 144. # got: '2011' # expected: '2025' # Failed test 'Error expected 2027' # at t/21_lexicalio.t line 154. # got: '2022' # expected: '2027' # Failed test 'Error expected 2011' # at t/21_lexicalio.t line 154. # got: '2025' # expected: '2011' # Failed test 'Error expected 2022' # at t/20_file.t line 144. # got: '2024' # expected: '2022' # Looks like you failed 16 tests of 105. t/20_file.t ....... Dubious, test returned 16 (wstat 4096, 0x1000) Failed 16/105 subtests # Looks like you failed 9 tests of 105. t/21_lexicalio.t .. Dubious, test returned 9 (wstat 2304, 0x900) Failed 9/105 subtests t/30_types.t ...... ok t/22_scalario.t ... ok t/40_misc.t ....... ok t/41_null.t ....... ok t/45_eol.t ........ ok t/50_utf8.t ....... ok t/51_utf8.t ....... ok t/60_samples.t .... ok t/65_allow.t ...... ok t/70_rt.t ......... ok t/75_hashref.t .... ok t/76_magic.t ...... ok t/80_diag.t ....... ok t/81_subclass.t ... ok t/55_combi.t ...... ok Test Summary Report ------------------- t/20_file.t (Wstat: 4096 Tests: 105 Failed: 16) Failed tests: 39, 62-63, 65, 67, 69, 73, 76-79, 86, 92 95, 97, 101 Non-zero exit status: 16 t/21_lexicalio.t (Wstat: 2304 Tests: 105 Failed: 9) Failed tests: 7-9, 13, 64-65, 67, 75, 79 Non-zero exit status: 9 Files=22, Tests=12057, 15 wallclock secs ( 6.13 usr 0.18 sys + 12.18 cusr 0.42 csys = 18.91 CPU) Result: FAIL Failed 2/22 test programs. 25/12057 subtests failed. make: *** [test_dynamic] Error 255 FAIL ! Installing Text::CSV_XS failed. See /home/rafl/.cpanm/build.log for details.