Perl tests fail
---------------
Key: THRIFT-355
URL: https://issues.apache.org/jira/browse/THRIFT-355
Project: Thrift
Issue Type: Bug
Components: Compiler (Perl)
Reporter: Kevin Clark
Getting this from trunk:
make -f Makefile-perl.mk
make[4]: Entering directory `/Users/kev/code/thrift/lib/perl'
make[4]: Leaving directory `/Users/kev/code/thrift/lib/perl'
find blib -name 'Makefile*' -exec rm -f {} \;
make check-local
make[4]: Entering directory `/Users/kev/code/thrift/lib/perl'
/usr/local/bin/perl -Iblib/lib -I/Users/kev/code/thrift/lib/perl
-I./test/gen-perl \
/Users/kev/code/thrift/lib/perl/test.pl
/Users/kev/code/thrift/lib/perl/test/*.t
/Users/kev/code/thrift/lib/perl/test/memory_buffer....Can't locate
Bit/Vector.pm in @INC (@INC contains: blib/lib /Users/kev/code/thrift/lib/perl
./test/gen-perl /usr/local/lib/svn-perl/
/usr/local/lib/perl5/5.8.8/darwin-2level /usr/local/lib/perl5/5.8.8
/usr/local/lib/perl5/site_perl/5.8.8/darwin-2level
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/vendor_perl/5.8.8/darwin-2level
/usr/local/lib/perl5/vendor_perl/5.8.8 /usr/local/lib/perl5/vendor_perl .) at
blib/lib/Thrift/BinaryProtocol.pm line 24.
BEGIN failed--compilation aborted at blib/lib/Thrift/BinaryProtocol.pm line 24.
Compilation failed in require at
/Users/kev/code/thrift/lib/perl/test/memory_buffer.t line 8.
BEGIN failed--compilation aborted at
/Users/kev/code/thrift/lib/perl/test/memory_buffer.t line 8.
# Looks like your test died before it could output anything.
/Users/kev/code/thrift/lib/perl/test/memory_buffer....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
/Users/kev/code/thrift/lib/perl/t 255 65280 6 12 200.00% 1-6
Failed 1/1 test scripts, 0.00% okay. 6/6 subtests failed, 0.00% okay.
make[4]: *** [check-local] Error 255
make[4]: Leaving directory `/Users/kev/code/thrift/lib/perl'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/Users/kev/code/thrift/lib/perl'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/Users/kev/code/thrift/lib/perl'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/Users/kev/code/thrift/lib'
make: *** [check-recursive] Error 1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.