Re: some permissions failures with Archive::Tar::Wrapper
[email protected] (Alceu Rodrigues de Freitas Junior via cpan-testers-discuss)
| Newsgroups | perl.cpan.testers.discuss |
|---|---|
| Message-ID | <[email protected]> |
Em 07/05/2024 20:54, James E Keenan escreveu: > > 1. These have been going on for some time. This is at least the 3rd > release of your distro so affected. > > 2. A quick glance suggests that these failures are all on Alpine > Linux. That has sometime been problematic over in Perl 5 smoke-testing. > > 3. Have you tried contacting him? He's always been very responsive to > my inquiries. (Will bcc him.) Thanks! Meanwhile he doesn't provide more details, I made a test using the latest Alpine Docker image: Running make test for ARFREITAS/Archive-Tar-Wrapper-0.39.tar.gz 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/001Basic.t ....... ok t/002Mult.t ........ ok t/003Dirs.t ........ ok t/004Utf8.t ........ ok t/005Cwd.t ......... ok t/006DirPerms.t .... ok t/007bzip.t ........ ok t/009compressed.t .. ok t/010openbsd.t ..... ok t/011remdots.t ..... ok t/012tarinfo.t ..... ok All tests successful. Files=11, Tests=83, 1 wallclock secs ( 0.04 usr 0.00 sys + 1.04 cusr 0.14 csys = 1.22 CPU) Result: PASS ARFREITAS/Archive-Tar-Wrapper-0.39.tar.gz make test -- OK Running make install for ARFREITAS/Archive-Tar-Wrapper-0.39.tar.gz Manifying 1 pod document Installing /usr/local/share/perl5/site_perl/Archive/Tar/Wrapper.pm Installing /usr/local/share/man/man3/Archive::Tar::Wrapper.3pm Appending installation info to /usr/lib/perl5/core_perl/perllocal.pod ARFREITAS/Archive-Tar-Wrapper-0.39.tar.gz make install -- OK / # cat /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=3.19.1 So yeah, after banging my head with Alpine dependencies and packages, I was able to test Archive::Tar::Wrapper but without reproducing the error. Maybe Carlos is using a perl compiled from source instead?