On Tue, May 07, 2024 at 11:01:25PM -0300, Alceu Rodrigues de Freitas Junior via cpan-testers-discuss wrote: > > 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 ... > > 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?
He is, since he's using the latest development perl. It's possible his VM is using the BusyBox tar (the default on Alpine) instead of GNU tar which may make a difference. Tony