- * Package: dev-perl/cache-mmap-0.09
- * Repository: gentoo
- * Maintainer: perl@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking Cache-Mmap-0.09.tar.gz to /tmp/portage/dev-perl/cache-mmap-0.09/work
- >>> Source unpacked in /tmp/portage/dev-perl/cache-mmap-0.09/work
- >>> Compiling source in /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09 ...
- * Using ExtUtils::MakeMaker
- * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/tmp/portage/dev-perl/cache-mmap-0.09/image/
- WARNING! I can't test for the existence of mmap() yet.
- If your system does not provide mmap(), you will be unable
- to compile this module.
- Checking if your kit is complete...
- Looks good
- Writing Makefile for Cache::Mmap
- Writing MYMETA.yml and MYMETA.json
- * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
- make -j24 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed'
- /usr/bin/perl5.12.4 /usr/lib64/perl5/vendor_perl/5.12.4/ExtUtils/xsubpp -typemap /usr/lib64/perl5/5.12.4/ExtUtils/typemap -typemap typemap Mmap.xs > Mmap.xsc && mv Mmap.xsc Mmap.c
- Running Mkbootstrap for Cache::Mmap ()
- cp Mmap.pm blib/lib/Cache/Mmap.pm
- chmod 644 Mmap.bs
- cp Mmap.bs blib/arch/auto/Cache/Mmap/Mmap.bs
- chmod 644 blib/arch/auto/Cache/Mmap/Mmap.bs
- x86_64-pc-linux-gnu-gcc -c -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.09\" -DXS_VERSION=\"0.09\" -fPIC "-I/usr/lib64/perl5/5.12.4/x86_64-linux-thread-multi/CORE" Mmap.c
- In file included from Mmap.xs:40:0:
- ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined
- /usr/lib64/perl5/5.12.4/x86_64-linux-thread-multi/CORE/perl.h:308:0: note: this is the location of the previous definition
- rm -f blib/arch/auto/Cache/Mmap/Mmap.so
- x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed Mmap.o -Wl,-O1 -Wl,--as-needed -o blib/arch/auto/Cache/Mmap/Mmap.so \
- \
-
- chmod 755 blib/arch/auto/Cache/Mmap/Mmap.so
- >>> Source compiled.
- make -j24 test TEST_VERBOSE=1
- PERL_DL_NONLAZY=1 /usr/bin/perl5.12.4 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
- t/01simple.t ...
- 1..46
- not ok 1 - use Cache::Mmap;
- # Failed test 'use Cache::Mmap;'
- # at t/01simple.t line 5.
- # Tried to use 'Cache::Mmap'.
- # Error: Invalid version format (non-numeric data) at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # BEGIN failed--compilation aborted at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # Compilation failed in require at (eval 4) line 2.
- # BEGIN failed--compilation aborted at (eval 4) line 2.
- Can't locate object method "new" via package "Cache::Mmap" at t/01simple.t line 14.
- # Looks like you planned 46 tests but ran 1.
- # Looks like you failed 1 test of 1 run.
- # Looks like your test exited with 2 just after 1.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 46/46 subtests
- t/02entries.t ..
- 1..6
- not ok 1 - use Cache::Mmap;
- # Failed test 'use Cache::Mmap;'
- # at t/02entries.t line 6.
- # Tried to use 'Cache::Mmap'.
- # Error: Invalid version format (non-numeric data) at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # BEGIN failed--compilation aborted at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # Compilation failed in require at (eval 4) line 2.
- # BEGIN failed--compilation aborted at (eval 4) line 2.
- Can't locate object method "new" via package "Cache::Mmap" at t/02entries.t line 13.
- # Looks like you planned 6 tests but ran 1.
- # Looks like you failed 1 test of 1 run.
- # Looks like your test exited with 2 just after 1.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 6/6 subtests
- t/03corrupt.t ..
- 1..26
- not ok 1 - use Cache::Mmap;
- # Failed test 'use Cache::Mmap;'
- # at t/03corrupt.t line 10.
- # Tried to use 'Cache::Mmap'.
- # Error: Invalid version format (non-numeric data) at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # BEGIN failed--compilation aborted at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # Compilation failed in require at (eval 8) line 2.
- # BEGIN failed--compilation aborted at (eval 8) line 2.
- Can't locate object method "new" via package "Cache::Mmap" at t/03corrupt.t line 124.
- # Looks like you planned 26 tests but ran 1.
- # Looks like you failed 1 test of 1 run.
- # Looks like your test exited with 2 just after 1.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 26/26 subtests
- t/04utf8.t .....
- 1..13
- not ok 1 - use Cache::Mmap;
- # Failed test 'use Cache::Mmap;'
- # at t/04utf8.t line 12.
- # Tried to use 'Cache::Mmap'.
- # Error: Invalid version format (non-numeric data) at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # BEGIN failed--compilation aborted at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # Compilation failed in require at (eval 4) line 2.
- # BEGIN failed--compilation aborted at (eval 4) line 2.
- Can't locate object method "new" via package "Cache::Mmap" at t/04utf8.t line 21.
- # Looks like you planned 13 tests but ran 1.
- # Looks like you failed 1 test of 1 run.
- # Looks like your test exited with 2 just after 1.
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 13/13 subtests
- t/05keep.t .....
- 1..9
- not ok 1 - use Cache::Mmap;
- # Failed test 'use Cache::Mmap;'
- # at t/05keep.t line 6.
- # Tried to use 'Cache::Mmap'.
- # Error: Invalid version format (non-numeric data) at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # BEGIN failed--compilation aborted at /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09/blib/lib/Cache/Mmap.pm line 35.
- # Compilation failed in require at (eval 4) line 2.
- # BEGIN failed--compilation aborted at (eval 4) line 2.
- Bareword "CMM_keep_expired_refresh" not allowed while "strict subs" in use at t/05keep.t line 31.
- Bareword "CMM_keep_expired" not allowed while "strict subs" in use at t/05keep.t line 37.
- Execution of t/05keep.t aborted due to compilation errors.
- # Looks like you planned 9 tests but ran 1.
- # Looks like you failed 1 test of 1 run.
- # Looks like your test exited with 255 just after 1.
- Dubious, test returned 255 (wstat 65280, 0xff00)
- Failed 9/9 subtests
- Test Summary Report
- -------------------
- t/01simple.t (Wstat: 512 Tests: 1 Failed: 1)
- Failed test: 1
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 46 tests but ran 1.
- t/02entries.t (Wstat: 512 Tests: 1 Failed: 1)
- Failed test: 1
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 6 tests but ran 1.
- t/03corrupt.t (Wstat: 512 Tests: 1 Failed: 1)
- Failed test: 1
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 26 tests but ran 1.
- t/04utf8.t (Wstat: 512 Tests: 1 Failed: 1)
- Failed test: 1
- Non-zero exit status: 2
- Parse errors: Bad plan. You planned 13 tests but ran 1.
- t/05keep.t (Wstat: 65280 Tests: 1 Failed: 1)
- Failed test: 1
- Non-zero exit status: 255
- Parse errors: Bad plan. You planned 9 tests but ran 1.
- Files=5, Tests=5, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.18 cusr 0.04 csys = 0.28 CPU)
- Result: FAIL
- Failed 5/5 test programs. 5/5 subtests failed.
- make: *** [test_dynamic] Error 255
- emake failed
- * ERROR: dev-perl/cache-mmap-0.09 failed (test phase):
- * test failed
- *
- * Call stack:
- * ebuild.sh, line 85: Called src_test
- * environment, line 2657: Called perl-module_src_test
- * environment, line 2338: 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/cache-mmap-0.09'`,
- * the complete build log and the output of `emerge -pqv '=dev-perl/cache-mmap-0.09'`.
- * The complete build log is located at '/var/log/portage/dev-perl:cache-mmap-0.09:20120809-093633.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/dev-perl/cache-mmap-0.09/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-perl/cache-mmap-0.09/temp/environment'.
- * Working directory: '/tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09'
- * S: '/tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09'
- >>> Install cache-mmap-0.09 into /tmp/portage/dev-perl/cache-mmap-0.09/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/cache-mmap-0.09/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux-thread-multi/auto/Cache/Mmap/Mmap.so
- Installing /tmp/portage/dev-perl/cache-mmap-0.09/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux-thread-multi/auto/Cache/Mmap/Mmap.bs
- Installing /tmp/portage/dev-perl/cache-mmap-0.09/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux-thread-multi/Cache/Mmap.pm
- >>> Completed installing cache-mmap-0.09 into /tmp/portage/dev-perl/cache-mmap-0.09/image/
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
- usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux-thread-multi/auto/Cache/Mmap/Mmap.so