- * Package: dev-perl/Inline-Python-0.400.0
- * Repository: gentoo
- * Maintainer: perl@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- Installed LAPACK for library directory lib64
- [1] reference *
- Installed BLAS for library directory lib64
- [1] reference *
- Installed CBLAS for library directory lib64
- [1] gsl
- [2] reference *
- >>> Unpacking source...
- >>> Unpacking Inline-Python-0.40.tar.gz to /tmp/portage/dev-perl/Inline-Python-0.400.0/work
- >>> Source unpacked in /tmp/portage/dev-perl/Inline-Python-0.400.0/work
- >>> Preparing source in /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40 ...
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40 ...
- * Using ExtUtils::MakeMaker
- * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/tmp/portage/dev-perl/Inline-Python-0.400.0/image/
- Found these python executables on your PATH:
- 1. /usr/bin/python
- Use which? [1] 1
- Using /usr/bin/python
- This python's configuration files are messed up. You'll have have to
- answer the questions yourself. Here is what Python said:
- Extra Libs: -lpthread -ldl -lutil
- Python Library: /usr/lib64/python2.7/config/libpython2.7.a
- Include Path: /usr/include/python2.7
- 1. LIBS option. I need to know what extra libraries, if any,
- are required by this build of python. I recommend this:
- -lpthread -ldl -lutil
- Enter extra libraries (e.g. -lfoo -lbar) [-lpthread -ldl -lutil] -lpthread -ldl -lutil
- 2. LIBRARY option. The location of the python library.
- Inline::Python needs to link against it to use Python.
- Here are the libraries I know about:
- 1) /usr/lib64/libpython2.7-kdevelop.so
- 2) /usr/lib64/libpython2.7.a
- 3) /usr/lib64/libpython2.7.so
- 4) /usr/lib64/libpython3.2.a
- 5) /usr/lib64/libpython3.2.so
- Which? Or enter another. [1] 1
- 3. INCLUDE option. The location of the python include files.
- Inline::Python needs these to compile.
- Here are the locations I know about:
- 1) /usr/include/python2.7
- 2) /usr/include/python3.2
- Which? Or enter another. [1] 1
- Using These Settings:
- Extra Libs: -lpthread -ldl -lutil
- Python Lib: -L/usr/lib64 -lpython2.7-kdevelop
- Includes: -I/usr/include/python2.7
- Extra Flags: none (perl Makefile.PL --help for details)
- Checking if your kit is complete...
- Looks good
- Writing Makefile for Inline::Python
- Writing MYMETA.yml and MYMETA.json
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40 ...
- * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
- make -j24 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed'
- /usr/bin/perl5.16.2 /usr/lib64/perl5/vendor_perl/5.16.2/ExtUtils/xsubpp -typemap /usr/lib64/perl5/5.16.2/ExtUtils/typemap Python.xs > Python.xsc && mv Python.xsc Python.c
- x86_64-pc-linux-gnu-gcc -c -I/usr/include/python2.7 -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DVERSION=\"0.40\" -DXS_VERSION=\"0.40\" -fPIC "-I/usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE" -DEXPOSE_PERL -DCREATE_PYTHON -UCREATE_PERL py2pl.c
- x86_64-pc-linux-gnu-gcc -c -I/usr/include/python2.7 -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DVERSION=\"0.40\" -DXS_VERSION=\"0.40\" -fPIC "-I/usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE" -DEXPOSE_PERL -DCREATE_PYTHON -UCREATE_PERL perlmodule.c
- x86_64-pc-linux-gnu-gcc -c -I/usr/include/python2.7 -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DVERSION=\"0.40\" -DXS_VERSION=\"0.40\" -fPIC "-I/usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE" -DEXPOSE_PERL -DCREATE_PYTHON -UCREATE_PERL util.c
- Running Mkbootstrap for Inline::Python ()
- cp Python.pm blib/lib/Inline/Python.pm
- cp Python.pod blib/lib/Inline/Python.pod
- chmod 644 Python.bs
- cp Python.bs blib/arch/auto/Inline/Python/Python.bs
- chmod 644 blib/arch/auto/Inline/Python/Python.bs
- x86_64-pc-linux-gnu-gcc -c -I/usr/include/python2.7 -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DVERSION=\"0.40\" -DXS_VERSION=\"0.40\" -fPIC "-I/usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE" -DEXPOSE_PERL -DCREATE_PYTHON -UCREATE_PERL Python.c
- In file included from /usr/include/python2.7/Python.h:8:0,
- from py2pl.c:5:
- /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
- In file included from /usr/include/sys/types.h:25:0,
- from /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE/perl.h:610,
- from py2pl.c:2:
- /usr/include/features.h:168:0: note: this is the location of the previous definition
- In file included from /usr/include/python2.7/Python.h:8:0,
- from py2pl.c:5:
- /usr/include/python2.7/pyconfig.h:1183:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
- In file included from /usr/include/sys/types.h:25:0,
- from /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE/perl.h:610,
- from py2pl.c:2:
- /usr/include/features.h:170:0: note: this is the location of the previous definition
- In file included from /usr/include/python2.7/Python.h:8:0,
- from util.c:8:
- /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
- In file included from /usr/include/sys/types.h:25:0,
- from /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE/perl.h:610,
- from util.c:5:
- /usr/include/features.h:168:0: note: this is the location of the previous definition
- In file included from /usr/include/python2.7/Python.h:8:0,
- from util.c:8:
- /usr/include/python2.7/pyconfig.h:1183:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
- In file included from /usr/include/sys/types.h:25:0,
- from /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE/perl.h:610,
- from util.c:5:
- /usr/include/features.h:170:0: note: this is the location of the previous definition
- In file included from /usr/include/python2.7/Python.h:8:0,
- from perlmodule.c:9:
- /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
- In file included from /usr/include/sys/types.h:25:0,
- from /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE/perl.h:610,
- from perlmodule.c:6:
- /usr/include/features.h:168:0: note: this is the location of the previous definition
- In file included from /usr/include/python2.7/Python.h:8:0,
- from perlmodule.c:9:
- /usr/include/python2.7/pyconfig.h:1183:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
- In file included from /usr/include/sys/types.h:25:0,
- from /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE/perl.h:610,
- from perlmodule.c:6:
- /usr/include/features.h:170:0: note: this is the location of the previous definition
- In file included from /usr/include/python2.7/Python.h:8:0,
- from Python.xs:7:
- /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
- In file included from /usr/include/sys/types.h:25:0,
- from /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE/perl.h:610,
- from Python.xs:4:
- /usr/include/features.h:168:0: note: this is the location of the previous definition
- In file included from /usr/include/python2.7/Python.h:8:0,
- from Python.xs:7:
- /usr/include/python2.7/pyconfig.h:1183:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
- In file included from /usr/include/sys/types.h:25:0,
- from /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/CORE/perl.h:610,
- from Python.xs:4:
- /usr/include/features.h:170:0: note: this is the location of the previous definition
- rm -f blib/arch/auto/Inline/Python/Python.so
- LD_RUN_PATH="/usr/lib64" x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed Python.o py2pl.o perlmodule.o util.o -Wl,-O1 -Wl,--as-needed -o blib/arch/auto/Inline/Python/Python.so \
- -L/usr/lib64 -lpython2.7-kdevelop -lpthread -ldl -lutil \
-
- chmod 755 blib/arch/auto/Inline/Python/Python.so
- >>> Source compiled.
- make -j24 test TEST_VERBOSE=1
- PERL_DL_NONLAZY=1 /usr/bin/perl5.16.2 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
- t/00init.t .............
- 1..1
- ok 1
- ok
- t/01testpl.t ...........
- 1..8
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:50 2013
- # Current time GMT: Wed Jan 23 02:51:50 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/01testpl.t line 6.
- BEGIN failed--compilation aborted at t/01testpl.t line 25.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 8/8 subtests
- t/02testpl.t ...........
- 1..9
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:50 2013
- # Current time GMT: Wed Jan 23 02:51:50 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/02testpl.t line 23.
- Compilation failed in require at t/02testpl.t line 23.
- BEGIN failed--compilation aborted at t/02testpl.t line 23.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 9/9 subtests
- t/03parse.t ............
- 1..5
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:51 2013
- # Current time GMT: Wed Jan 23 02:51:51 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/03parse.t line 5.
- Compilation failed in require at t/03parse.t line 5.
- BEGIN failed--compilation aborted at t/03parse.t line 5.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 5/5 subtests
- t/04func.t .............
- 1..3
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:51 2013
- # Current time GMT: Wed Jan 23 02:51:51 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/04func.t line 7.
- Compilation failed in require at t/04func.t line 7.
- BEGIN failed--compilation aborted at t/04func.t line 7.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 3/3 subtests
- t/05JAxH.t .............
- 1..1
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/05JAxH.t line 7.
- BEGIN failed--compilation aborted at t/05JAxH.t line 9.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 1/1 subtests
- t/06dict.t .............
- 1..6
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/06dict.t line 8.
- BEGIN failed--compilation aborted at t/06dict.t line 24.
- # Looks like your test exited with 255 before it could output anything.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 6/6 subtests
- t/07nherit.t ...........
- 1..5
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:51 2013
- # Current time GMT: Wed Jan 23 02:51:51 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/07nherit.t line 4.
- BEGIN failed--compilation aborted at t/07nherit.t line 38.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 5/5 subtests
- t/08ipyobj.t ...........
- 1..9
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:51 2013
- # Current time GMT: Wed Jan 23 02:51:51 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/08ipyobj.t line 9.
- Compilation failed in require at t/08ipyobj.t line 9.
- BEGIN failed--compilation aborted at t/08ipyobj.t line 9.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 9/9 subtests
- t/09bind.t .............
- 1..6
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:51 2013
- # Current time GMT: Wed Jan 23 02:51:51 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/09bind.t line 9.
- Compilation failed in require at t/09bind.t line 9.
- BEGIN failed--compilation aborted at t/09bind.t line 9.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 6/6 subtests
- t/10pyeval.t ...........
- 1..6
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:51 2013
- # Current time GMT: Wed Jan 23 02:51:51 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/10pyeval.t line 4.
- Compilation failed in require at t/10pyeval.t line 4.
- BEGIN failed--compilation aborted at t/10pyeval.t line 4.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 6/6 subtests
- t/11factor.t ...........
- 1..133
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:51 2013
- # Current time GMT: Wed Jan 23 02:51:51 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/11factor.t line 0.
- INIT failed--call queue aborted.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 133/133 subtests
- t/12evnodd.t ...........
- 1..150
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:52 2013
- # Current time GMT: Wed Jan 23 02:51:52 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/12evnodd.t line 0.
- INIT failed--call queue aborted.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 150/150 subtests
- t/13fibbon.t ...........
- 1..277
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:52 2013
- # Current time GMT: Wed Jan 23 02:51:52 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/13fibbon.t line 3.
- Compilation failed in require at t/13fibbon.t line 3.
- BEGIN failed--compilation aborted at t/13fibbon.t line 3.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 277/277 subtests
- t/14study.t ............
- 1..14
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:52 2013
- # Current time GMT: Wed Jan 23 02:51:52 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/14study.t line 3.
- Compilation failed in require at t/14study.t line 3.
- BEGIN failed--compilation aborted at t/14study.t line 3.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 14/14 subtests
- t/15anon.t .............
- 1..2
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:52 2013
- # Current time GMT: Wed Jan 23 02:51:52 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'PYTHON' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/15anon.t line 0.
- INIT failed--call queue aborted.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 2/2 subtests
- t/16evalpy.t ...........
- 1..11
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/16evalpy.t line 4.
- Compilation failed in require at t/16evalpy.t line 4.
- BEGIN failed--compilation aborted at t/16evalpy.t line 4.
- # Looks like your test exited with 2 before it could output anything.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 11/11 subtests
- t/17once.t .............
- 1..1
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:52 2013
- # Current time GMT: Wed Jan 23 02:51:52 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/17once.t line 0.
- INIT failed--call queue aborted.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 1/1 subtests
- t/18newclass.t .........
- 1..5
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:52 2013
- # Current time GMT: Wed Jan 23 02:51:52 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/18newclass.t line 4.
- BEGIN failed--compilation aborted at t/18newclass.t line 38.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 5/5 subtests
- t/19testref.t ..........
- 1..57
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/19testref.t line 65.
- Compilation failed in require at t/19testref.t line 65.
- BEGIN failed--compilation aborted at t/19testref.t line 65.
- # Looks like your test exited with 2 before it could output anything.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 57/57 subtests
- t/20unicode.t .......... Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/20unicode.t line 11.
- BEGIN failed--compilation aborted at t/20unicode.t line 29.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- No subtests run
- t/21arrayref.t .........
- 1..19
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/21arrayref.t line 4.
- Compilation failed in require at t/21arrayref.t line 4.
- BEGIN failed--compilation aborted at t/21arrayref.t line 4.
- # Looks like your test exited with 2 before it could output anything.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 19/19 subtests
- t/22int.t ..............
- 1..3
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:53 2013
- # Current time GMT: Wed Jan 23 02:51:53 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/22int.t line 4.
- Compilation failed in require at t/22int.t line 4.
- BEGIN failed--compilation aborted at t/22int.t line 4.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 3/3 subtests
- t/23getattr.t ..........
- 1..6
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:53 2013
- # Current time GMT: Wed Jan 23 02:51:53 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/23getattr.t line 31.
- Compilation failed in require at t/23getattr.t line 31.
- BEGIN failed--compilation aborted at t/23getattr.t line 31.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 6/6 subtests
- t/24getitem.t ..........
- 1..4
- # Running under perl version 5.016002 for linux
- # Current time local: Wed Jan 23 02:51:53 2013
- # Current time GMT: Wed Jan 23 02:51:53 2013
- # Using Test.pm version 1.26
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at t/24getitem.t line 31.
- Compilation failed in require at t/24getitem.t line 31.
- BEGIN failed--compilation aborted at t/24getitem.t line 31.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 4/4 subtests
- t/25py_sub.t ...........
- 1..16
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/25py_sub.t line 5.
- BEGIN failed--compilation aborted at t/25py_sub.t line 35.
- # Looks like your test exited with 255 before it could output anything.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 16/16 subtests
- t/26undef.t ............
- 1..2
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/26undef.t line 6.
- BEGIN failed--compilation aborted at t/26undef.t line 10.
- # Looks like your test exited with 255 before it could output anything.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 2/2 subtests
- t/27pyattrs.t ..........
- 1..14
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/27pyattrs.t line 5.
- BEGIN failed--compilation aborted at t/27pyattrs.t line 26.
- # Looks like your test exited with 255 before it could output anything.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 14/14 subtests
- t/28exception.t ........
- 1..6
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/28exception.t line 5.
- BEGIN failed--compilation aborted at t/28exception.t line 23.
- # Looks like your test exited with 255 before it could output anything.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 6/6 subtests
- t/29named_params.t .....
- 1..5
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/29named_params.t line 6.
- BEGIN failed--compilation aborted at t/29named_params.t line 13.
- # Looks like your test exited with 255 before it could output anything.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 5/5 subtests
- t/30floats.t ...........
- 1..4
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/30floats.t line 7.
- BEGIN failed--compilation aborted at t/30floats.t line 11.
- # Looks like your test exited with 255 before it could output anything.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 4/4 subtests
- t/31stringification.t ..
- 1..2
- Can't load '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so' for module Inline::Python: /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib/arch/auto/Inline/Python/Python.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 at /usr/lib64/perl5/5.16.2/x86_64-linux-thread-multi/DynaLoader.pm line 190.
- at -e line 0.
- Compilation failed in require at (eval 14) line 1.
- Error. You have specified 'Python' as an Inline programming language.
- I currently only know about the following languages:
- C, Foo, foo
- If you have installed a support module for this language, try deleting the
- config-x86_64-linux-thread-multi-5.016002 file from the following Inline DIRECTORY, and run again:
- /tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40/blib_test
- (And if that works, please file a bug report.)
- at t/31stringification.t line 7.
- BEGIN failed--compilation aborted at t/31stringification.t line 19.
- # Looks like your test exited with 255 before it could output anything.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 2/2 subtests
- Test Summary Report
- -------------------
- t/01testpl.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 8 tests but ran 0.
- t/02testpl.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 9 tests but ran 0.
- t/03parse.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 5 tests but ran 0.
- t/04func.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 3 tests but ran 0.
- t/05JAxH.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 1 tests but ran 0.
- t/06dict.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 6 tests but ran 0.
- t/07nherit.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 5 tests but ran 0.
- t/08ipyobj.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 9 tests but ran 0.
- t/09bind.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 6 tests but ran 0.
- t/10pyeval.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 6 tests but ran 0.
- t/11factor.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 133 tests but ran 0.
- t/12evnodd.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 150 tests but ran 0.
- t/13fibbon.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 277 tests but ran 0.
- t/14study.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 14 tests but ran 0.
- t/15anon.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 2 tests but ran 0.
- t/16evalpy.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 11 tests but ran 0.
- t/17once.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 1 tests but ran 0.
- t/18newclass.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 5 tests but ran 0.
- t/19testref.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 57 tests but ran 0.
- t/20unicode.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: No plan found in TAP output
- t/21arrayref.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 19 tests but ran 0.
- t/22int.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 3 tests but ran 0.
- t/23getattr.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 6 tests but ran 0.
- t/24getitem.t (Wstat: 512 Tests: 0 Failed: 0)
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 4 tests but ran 0.
- t/25py_sub.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 16 tests but ran 0.
- t/26undef.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 2 tests but ran 0.
- t/27pyattrs.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 14 tests but ran 0.
- t/28exception.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 6 tests but ran 0.
- t/29named_params.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 5 tests but ran 0.
- t/30floats.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 4 tests but ran 0.
- t/31stringification.t (Wstat: 65280 Tests: 0 Failed: 0)
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 2 tests but ran 0.
- Files=32, Tests=1, 4 wallclock secs ( 0.15 usr 0.06 sys + 3.23 cusr 0.63 csys = 4.07 CPU)
- Result: FAIL
- Failed 31/32 test programs. 0/1 subtests failed.
- make: *** [test_dynamic] Error 255
- emake failed
- * ERROR: dev-perl/Inline-Python-0.400.0 failed (test phase):
- * test failed
- *
- * Call stack:
- * ebuild.sh, line 93: Called src_test
- * environment, line 2725: Called perl-module_src_test
- * environment, line 2417: Called die
- * The specific snippet of code:
- * emake test TEST_VERBOSE=${TEST_VERBOSE:-0} || die "test failed";
- *
- * If you need support, post the output of `emerge --info '=dev-perl/Inline-Python-0.400.0'`,
- * the complete build log and the output of `emerge -pqv '=dev-perl/Inline-Python-0.400.0'`.
- * The complete build log is located at '/var/log/portage/dev-perl:Inline-Python-0.400.0:20130123-025144.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/dev-perl/Inline-Python-0.400.0/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-perl/Inline-Python-0.400.0/temp/environment'.
- * Working directory: '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40'
- * S: '/tmp/portage/dev-perl/Inline-Python-0.400.0/work/Inline-Python-0.40'
- >>> Install Inline-Python-0.400.0 into /tmp/portage/dev-perl/Inline-Python-0.400.0/image/ category dev-perl
- make -j24 pure_install
- Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
- Installing /tmp/portage/dev-perl/Inline-Python-0.400.0/image/usr/lib64/perl5/vendor_perl/5.16.2/x86_64-linux-thread-multi/auto/Inline/Python/Python.so
- Installing /tmp/portage/dev-perl/Inline-Python-0.400.0/image/usr/lib64/perl5/vendor_perl/5.16.2/x86_64-linux-thread-multi/auto/Inline/Python/Python.bs
- Installing /tmp/portage/dev-perl/Inline-Python-0.400.0/image/usr/lib64/perl5/vendor_perl/5.16.2/x86_64-linux-thread-multi/Inline/Python.pod
- Installing /tmp/portage/dev-perl/Inline-Python-0.400.0/image/usr/lib64/perl5/vendor_perl/5.16.2/x86_64-linux-thread-multi/Inline/Python.pm
- >>> Completed installing Inline-Python-0.400.0 into /tmp/portage/dev-perl/Inline-Python-0.400.0/image/
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
- usr/lib64/perl5/vendor_perl/5.16.2/x86_64-linux-thread-multi/auto/Inline/Python/Python.so