Skip Menu |

This queue is for tickets about the Archive-Tar-Wrapper CPAN distribution.

Report information
The Basics
Id: 87536
Status: resolved
Priority: 0/
Queue: Archive-Tar-Wrapper

People
Owner: Nobody in particular
Requestors: tsibley [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.18
  • 0.20
Fixed in: (no value)



From: tsibley [...] cpan.org
Subject: Test failure when umask is not 0022
With a umask of 0077 I get the following failure. The test passes when I change the umask to 0022. --> Working on Archive::Tar::Wrapper Fetching http://www.cpan.org/authors/id/M/MS/MSCHILLI/Archive-Tar-Wrapper-0.18.tar.gz -> OK Unpacking Archive-Tar-Wrapper-0.18.tar.gz Entering Archive-Tar-Wrapper-0.18 Checking configure dependencies from META.json Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.66) Configuring Archive-Tar-Wrapper-0.18 Running Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Archive::Tar::Wrapper Writing MYMETA.yml and MYMETA.json -> OK Checking dependencies from MYMETA.json ... Checking if you have IPC::Run 0 ... Yes (0.92) Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.66) Checking if you have File::Temp 0 ... Yes (0.22) Checking if you have File::Which 0 ... Yes (1.09) Checking if you have Cwd 0 ... Yes (3.40) Checking if you have Log::Log4perl 0 ... Yes (1.39) Building and testing Archive-Tar-Wrapper-0.18 cp lib/Archive/Tar/Wrapper.pm blib/lib/Archive/Tar/Wrapper.pm Manifying blib/man3/Archive::Tar::Wrapper.3 PERL_DL_NONLAZY=1 /opt/perlbrew/perls/perl-5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "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 # Failed test 'check dir mode' # at t/006DirPerms.t line 45. # got: '448' # expected: '456' # Looks like you failed 1 test of 4. t/006DirPerms.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests Test Summary Report ------------------- t/006DirPerms.t (Wstat: 256 Tests: 4 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=6, Tests=46, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.57 cusr 0.17 csys = 0.80 CPU) Result: FAIL Failed 1/6 test programs. 1/46 subtests failed. make: *** [test_dynamic] Error 1 Testing Archive-Tar-Wrapper-0.18 failed.
This bug still happens with version 0.20. It's been over a year now since I reported this.