* Test::Harness Jobs=3 make -j3 test TEST_VERBOSE=0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate t/lib/TestUtils.pm in @INC (you may need to install the t::lib::TestUtils module) (@INC contains: /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/lib /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/arch /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/lib /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/arch /etc/perl /usr/local/lib64/perl5/5.25.11/x86_64-linux /usr/local/lib64/perl5/5.25.11 /usr/lib64/perl5/vendor_perl/5.25.11/x86_64-linux /usr/lib64/perl5/vendor_perl/5.25.11 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl/5.25.11 /usr/lib64/perl5/vendor_perl/5.22.3 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.25.11/x86_64-linux /usr/lib64/perl5/5.25.11) at t/010_module_build.t line 5. BEGIN failed--compilation aborted at t/010_module_build.t line 5. # Looks like your test exited with 2 before it could output anything. t/010_module_build.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests ===( 0;0 0/? 0/? )==============================================Can't locate t/lib/TestUtils.pm in @INC (you may need to install the t::lib::TestUtils module) (@INC contains: /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/lib /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/arch /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/lib /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/arch /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/lib /var/tmp/portage/dev-perl/ExtUtils-CppGuess-0.110.0/work/ExtUtils-CppGuess-0.11/blib/arch /etc/perl /usr/local/lib64/perl5/5.25.11/x86_64-linux /usr/local/lib64/perl5/5.25.11 /usr/lib64/perl5/vendor_perl/5.25.11/x86_64-linux /usr/lib64/perl5/vendor_perl/5.25.11 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl/5.25.11 /usr/lib64/perl5/vendor_perl/5.22.3 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.25.11/x86_64-linux /usr/lib64/perl5/5.25.11) at t/011_makemaker.t line 5. BEGIN failed--compilation aborted at t/011_makemaker.t line 5. # Looks like your test exited with 2 before it could output anything. t/011_makemaker.t ..... Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests t/001_load.t .......... 1/2 # EUMM:$VAR1 = { # 'dynamic_lib' => { # 'OTHERLDFLAGS' => ' -lstdc++ ' # }, # 'CCFLAGS' => ' -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ ' # }; # --- # MB:$VAR1 = { # 'extra_linker_flags' => ' -lstdc++ ', # 'extra_compiler_flags' => ' -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ ' # }; t/001_load.t .......... ok
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bc5e4c83e631f85dabb3ae29b90fdc92539a19 commit a4bc5e4c83e631f85dabb3ae29b90fdc92539a19 Author: Kent Fredric <kentnl@gentoo.org> AuthorDate: 2017-10-21 00:28:08 +0000 Commit: Kent Fredric <kentnl@gentoo.org> CommitDate: 2017-10-21 00:28:47 +0000 dev-perl/ExtUtils-CppGuess: Fix test failures without '.' in @INC bug #615842 Closes: https://bugs.gentoo.org/615842 Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../ExtUtils-CppGuess-0.110.0.ebuild | 3 +- .../ExtUtils-CppGuess-0.110.0-no-dot-inc.patch | 56 ++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-)