1. * Package: dev-perl/cache-mmap-0.09
  2. * Repository: gentoo
  3. * Maintainer: perl@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking Cache-Mmap-0.09.tar.gz to /tmp/portage/dev-perl/cache-mmap-0.09/work
  8. >>> Source unpacked in /tmp/portage/dev-perl/cache-mmap-0.09/work
  9. >>> Compiling source in /tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09 ...
  10. * Using ExtUtils::MakeMaker
  11. * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/tmp/portage/dev-perl/cache-mmap-0.09/image/
  12. WARNING! I can't test for the existence of mmap() yet.
  13. If your system does not provide mmap(), you will be unable
  14. to compile this module.
  15. Checking if your kit is complete...
  16. Looks good
  17. Writing Makefile for Cache::Mmap
  18. Writing MYMETA.yml and MYMETA.json
  19. * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
  20. make -j24 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed'
  21. /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
  22. Running Mkbootstrap for Cache::Mmap ()
  23. cp Mmap.pm blib/lib/Cache/Mmap.pm
  24. chmod 644 Mmap.bs
  25. cp Mmap.bs blib/arch/auto/Cache/Mmap/Mmap.bs
  26. chmod 644 blib/arch/auto/Cache/Mmap/Mmap.bs
  27. 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
  28. In file included from Mmap.xs:40:0:
  29. ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined
  30. /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
  31. rm -f blib/arch/auto/Cache/Mmap/Mmap.so
  32. 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 \
  33. \
  34. chmod 755 blib/arch/auto/Cache/Mmap/Mmap.so
  35. >>> Source compiled.
  36. make -j24 test TEST_VERBOSE=1
  37. PERL_DL_NONLAZY=1 /usr/bin/perl5.12.4 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
  38. t/01simple.t ...
  39. 1..46
  40. not ok 1 - use Cache::Mmap;
  41. # Failed test 'use Cache::Mmap;'
  42. # at t/01simple.t line 5.
  43. # Tried to use 'Cache::Mmap'.
  44. # 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.
  45. # 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.
  46. # Compilation failed in require at (eval 4) line 2.
  47. # BEGIN failed--compilation aborted at (eval 4) line 2.
  48. Can't locate object method "new" via package "Cache::Mmap" at t/01simple.t line 14.
  49. # Looks like you planned 46 tests but ran 1.
  50. # Looks like you failed 1 test of 1 run.
  51. # Looks like your test exited with 2 just after 1.
  52. Dubious, test returned 2 (wstat 512, 0x200)
  53. Failed 46/46 subtests
  54. t/02entries.t ..
  55. 1..6
  56. not ok 1 - use Cache::Mmap;
  57. # Failed test 'use Cache::Mmap;'
  58. # at t/02entries.t line 6.
  59. # Tried to use 'Cache::Mmap'.
  60. # 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.
  61. # 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.
  62. # Compilation failed in require at (eval 4) line 2.
  63. # BEGIN failed--compilation aborted at (eval 4) line 2.
  64. Can't locate object method "new" via package "Cache::Mmap" at t/02entries.t line 13.
  65. # Looks like you planned 6 tests but ran 1.
  66. # Looks like you failed 1 test of 1 run.
  67. # Looks like your test exited with 2 just after 1.
  68. Dubious, test returned 2 (wstat 512, 0x200)
  69. Failed 6/6 subtests
  70. t/03corrupt.t ..
  71. 1..26
  72. not ok 1 - use Cache::Mmap;
  73. # Failed test 'use Cache::Mmap;'
  74. # at t/03corrupt.t line 10.
  75. # Tried to use 'Cache::Mmap'.
  76. # 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.
  77. # 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.
  78. # Compilation failed in require at (eval 8) line 2.
  79. # BEGIN failed--compilation aborted at (eval 8) line 2.
  80. Can't locate object method "new" via package "Cache::Mmap" at t/03corrupt.t line 124.
  81. # Looks like you planned 26 tests but ran 1.
  82. # Looks like you failed 1 test of 1 run.
  83. # Looks like your test exited with 2 just after 1.
  84. Dubious, test returned 2 (wstat 512, 0x200)
  85. Failed 26/26 subtests
  86. t/04utf8.t .....
  87. 1..13
  88. not ok 1 - use Cache::Mmap;
  89. # Failed test 'use Cache::Mmap;'
  90. # at t/04utf8.t line 12.
  91. # Tried to use 'Cache::Mmap'.
  92. # 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.
  93. # 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.
  94. # Compilation failed in require at (eval 4) line 2.
  95. # BEGIN failed--compilation aborted at (eval 4) line 2.
  96. Can't locate object method "new" via package "Cache::Mmap" at t/04utf8.t line 21.
  97. # Looks like you planned 13 tests but ran 1.
  98. # Looks like you failed 1 test of 1 run.
  99. # Looks like your test exited with 2 just after 1.
  100. Dubious, test returned 2 (wstat 512, 0x200)
  101. Failed 13/13 subtests
  102. t/05keep.t .....
  103. 1..9
  104. not ok 1 - use Cache::Mmap;
  105. # Failed test 'use Cache::Mmap;'
  106. # at t/05keep.t line 6.
  107. # Tried to use 'Cache::Mmap'.
  108. # 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.
  109. # 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.
  110. # Compilation failed in require at (eval 4) line 2.
  111. # BEGIN failed--compilation aborted at (eval 4) line 2.
  112. Bareword "CMM_keep_expired_refresh" not allowed while "strict subs" in use at t/05keep.t line 31.
  113. Bareword "CMM_keep_expired" not allowed while "strict subs" in use at t/05keep.t line 37.
  114. Execution of t/05keep.t aborted due to compilation errors.
  115. # Looks like you planned 9 tests but ran 1.
  116. # Looks like you failed 1 test of 1 run.
  117. # Looks like your test exited with 255 just after 1.
  118. Dubious, test returned 255 (wstat 65280, 0xff00)
  119. Failed 9/9 subtests
  120. Test Summary Report
  121. -------------------
  122. t/01simple.t (Wstat: 512 Tests: 1 Failed: 1)
  123. Failed test: 1
  124. Non-zero exit status: 2
  125. Parse errors: Bad plan. You planned 46 tests but ran 1.
  126. t/02entries.t (Wstat: 512 Tests: 1 Failed: 1)
  127. Failed test: 1
  128. Non-zero exit status: 2
  129. Parse errors: Bad plan. You planned 6 tests but ran 1.
  130. t/03corrupt.t (Wstat: 512 Tests: 1 Failed: 1)
  131. Failed test: 1
  132. Non-zero exit status: 2
  133. Parse errors: Bad plan. You planned 26 tests but ran 1.
  134. t/04utf8.t (Wstat: 512 Tests: 1 Failed: 1)
  135. Failed test: 1
  136. Non-zero exit status: 2
  137. Parse errors: Bad plan. You planned 13 tests but ran 1.
  138. t/05keep.t (Wstat: 65280 Tests: 1 Failed: 1)
  139. Failed test: 1
  140. Non-zero exit status: 255
  141. Parse errors: Bad plan. You planned 9 tests but ran 1.
  142. Files=5, Tests=5, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.18 cusr 0.04 csys = 0.28 CPU)
  143. Result: FAIL
  144. Failed 5/5 test programs. 5/5 subtests failed.
  145. make: *** [test_dynamic] Error 255
  146. emake failed
  147. * ERROR: dev-perl/cache-mmap-0.09 failed (test phase):
  148. * test failed
  149. *
  150. * Call stack:
  151. * ebuild.sh, line 85: Called src_test
  152. * environment, line 2657: Called perl-module_src_test
  153. * environment, line 2338: Called die
  154. * The specific snippet of code:
  155. * emake test TEST_VERBOSE=${TEST_VERBOSE:-0} || die "test failed";
  156. *
  157. * If you need support, post the output of `emerge --info '=dev-perl/cache-mmap-0.09'`,
  158. * the complete build log and the output of `emerge -pqv '=dev-perl/cache-mmap-0.09'`.
  159. * The complete build log is located at '/var/log/portage/dev-perl:cache-mmap-0.09:20120809-093633.log'.
  160. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-perl/cache-mmap-0.09/temp/build.log'.
  161. * The ebuild environment file is located at '/tmp/portage/dev-perl/cache-mmap-0.09/temp/environment'.
  162. * Working directory: '/tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09'
  163. * S: '/tmp/portage/dev-perl/cache-mmap-0.09/work/Cache-Mmap-0.09'
  164. >>> Install cache-mmap-0.09 into /tmp/portage/dev-perl/cache-mmap-0.09/image/ category dev-perl
  165. make -j24 pure_install
  166. Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
  167. 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
  168. 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
  169. 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
  170. >>> Completed installing cache-mmap-0.09 into /tmp/portage/dev-perl/cache-mmap-0.09/image/
  171. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  172. usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux-thread-multi/auto/Cache/Mmap/Mmap.so