* Package: dev-perl/PathTools-3.750.0:0 * Repository: gentoo * Maintainer: perl@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking PathTools-3.75.tar.gz to /var/tmp/portage/dev-perl/PathTools-3.750.0/work >>> Source unpacked in /var/tmp/portage/dev-perl/PathTools-3.750.0/work >>> Preparing source in /var/tmp/portage/dev-perl/PathTools-3.750.0/work/PathTools-3.75 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-perl/PathTools-3.750.0/work/PathTools-3.75 ... * Using ExtUtils::MakeMaker * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/PathTools-3.750.0/image Checking if your kit is complete... Warning: the following files are missing in your kit: t/cwd_enoent.t Please inform the author. Generating a Unix-style Makefile Writing Makefile for Cwd Writing MYMETA.yml and MYMETA.json >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-perl/PathTools-3.750.0/work/PathTools-3.75 ... make -j5 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' 'OPTIMIZE=-O2 -pipe -march=native -fno-diagnostics-color' Running Mkbootstrap for Cwd () "/usr/bin/perl" "/usr/lib64/perl5/5.38/ExtUtils/xsubpp" -typemap '/usr/lib64/perl5/5.38/ExtUtils/typemap' Cwd.xs > Cwd.xsc chmod 644 "Cwd.bs" cp lib/File/Spec/Mac.pm blib/lib/File/Spec/Mac.pm "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs blib/arch/auto/Cwd/Cwd.bs 644 cp lib/File/Spec/Win32.pm blib/lib/File/Spec/Win32.pm cp lib/File/Spec.pm blib/lib/File/Spec.pm cp lib/File/Spec/Epoc.pm blib/lib/File/Spec/Epoc.pm cp lib/File/Spec/Functions.pm blib/lib/File/Spec/Functions.pm cp lib/File/Spec/Cygwin.pm blib/lib/File/Spec/Cygwin.pm cp lib/File/Spec/VMS.pm blib/lib/File/Spec/VMS.pm cp lib/File/Spec/OS2.pm blib/lib/File/Spec/OS2.pm cp lib/File/Spec/Unix.pm blib/lib/File/Spec/Unix.pm cp Cwd.pm blib/lib/Cwd.pm cp lib/File/Spec/AmigaOS.pm blib/lib/File/Spec/AmigaOS.pm mv Cwd.xsc Cwd.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -DNO_PERL_RAND_SEED -fwrapv -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-diagnostics-color -DVERSION=\"3.75\" -DXS_VERSION=\"3.75\" -fPIC "-I/usr/lib64/perl5/5.38/x86_64-linux/CORE" -DDOUBLE_SLASHES_SPECIAL=0 Cwd.c rm -f blib/arch/auto/Cwd/Cwd.so x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 Cwd.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o blib/arch/auto/Cwd/Cwd.so \ \ chmod 755 blib/arch/auto/Cwd/Cwd.so >>> Source compiled. >>> Test phase: dev-perl/PathTools-3.750.0 * Test::Harness Jobs=5 make -j5 test TEST_VERBOSE=0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs blib/arch/auto/Cwd/Cwd.bs 644 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 t/crossplatform.t .. ok t/Functions.t ...... ok t/abs2rel.t ........ ok t/rel2abs2rel.t .... ok t/cwd.t ............ ok ===( 243;0 0/? 80/? 1/21 0/8 0/? )============================ # Failed test 'cwd() should not explode under taint mode' # at t/taint.t line 31. # got: 'Insecure directory in $ENV{PATH} while running with -T switch at /var/tmp/portage/dev-perl/PathTools-3.750.0/work/PathTools-3.75/blib/lib/Cwd.pm line 204. # ' # expected: '' # Failed test 'its return value should be tainted' # at t/taint.t line 32. Old package separator "'" deprecated at t/tmpdir.t line 46. ===( 274;0 0/? 92/? 19/21 1/8 0/? )============================ # Failed test 'fastgetcwd() should not explode under taint mode' # at t/taint.t line 31. # got: 'Insecure directory in $ENV{PATH} while running with -T switch at /var/tmp/portage/dev-perl/PathTools-3.750.0/work/PathTools-3.75/blib/lib/Cwd.pm line 204. # ' # expected: '' # Failed test 'its return value should be tainted' # at t/taint.t line 32. # Looks like you failed 4 tests of 21. t/taint.t .......... Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/21 subtests ===( 279;0 0/? 95/? 1/8 0/? )===================================Use of apostrophe as package separator was deprecated in Perl 5.37.9, and will be removed in Perl 5.42.0. You should change code that uses Test::More::isn't() to use Test::More::isnt() as a replacement at t/tmpdir.t line 46 Use of apostrophe as package separator was deprecated in Perl 5.37.9, and will be removed in Perl 5.42.0. You should change code that uses Test::More::isn't() to use Test::More::isnt() as a replacement at t/tmpdir.t line 46 t/tmpdir.t ......... ok t/Spec-taint.t ..... ok t/win32.t .......... skipped: this is not win32 t/Spec.t ........... ok Test Summary Report ------------------- t/taint.t (Wstat: 1024 (exited 4) Tests: 21 Failed: 4) Failed tests: 3-4, 7-8 Non-zero exit status: 4 Files=10, Tests=839, 0 wallclock secs ( 0.10 usr 0.00 sys + 0.66 cusr 0.17 csys = 0.93 CPU) Result: FAIL Failed 1/10 test programs. 4/839 subtests failed. make: *** [Makefile:1047: test_dynamic] Error 255 * ERROR: dev-perl/PathTools-3.750.0::gentoo failed (test phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-perl/PathTools-3.750.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-perl/PathTools-3.750.0::gentoo'`. * The complete build log is located at '/var/log/portage/dev-perl:PathTools-3.750.0:20230724-192505.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-perl/PathTools-3.750.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-perl/PathTools-3.750.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-perl/PathTools-3.750.0/work/PathTools-3.75' * S: '/var/tmp/portage/dev-perl/PathTools-3.750.0/work/PathTools-3.75'