Skip Menu |

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

Report information
The Basics
Id: 118440
Status: new
Priority: 0/
Queue: Archive-Tar

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Archive::Tar 2.12 fails on MS Windows / perl-5.24.1-RC4
Hi, I have experienced the following failure
t/01_use.t .............. ok
# No long filename support - long filename extraction disabled
t/02_methods.t .......... ok
t/03_file.t ............. ok
t/04_resolved_issues.t .. ok
t/05_iter.t ............. ok
t/06_error.t ............ ok
t/07_ptardiff.t ......... skipped: Text::Diff required to test ptardiff
t/08_ptargrep.t ......... ok
'tar' is not recognized as an internal or external command,
operable program or batch file.

#   Failed test 'src\long\bar.tar roundtrip on file names'
#   at t/09_roundtrip.t line 129.
#     Structures begin differing at:
#          $got->[2] = 'directory'
#     $expected->[2] = 'directory/'
'tar' is not recognized as an internal or external command,
operable program or batch file.

#   Failed test 'src\linktest\linktest_with_dir.tar roundtrip on file names'
#   at t/09_roundtrip.t line 129.
#     Structures begin differing at:
#          $got->[0] = 'linktest/orig'
#     $expected->[0] = 'linktest/orig/'
'tar' is not recognized as an internal or external command,
operable program or batch file.

#   Failed test 'src\long\foo.tgz roundtrip on file names'
#   at t/09_roundtrip.t line 129.
#     Structures begin differing at:
#          $got->[2] = 'directory'
#     $expected->[2] = 'directory/'
'tar' is not recognized as an internal or external command,
operable program or batch file.

#   Failed test 'src\long\foo.tbz roundtrip on file names'
#   at t/09_roundtrip.t line 129.
#     Structures begin differing at:
#          $got->[2] = 'directory'
#     $expected->[2] = 'directory/'
# Looks like you failed 4 tests of 7.
t/09_roundtrip.t ........
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/7 subtests
t/90_symlink.t .......... skipped: Skipping tests on this platform
t/99_pod.t .............. skipped: Test::Pod v0.95 required for testing POD

Test Summary Report
-------------------
t/09_roundtrip.t      (Wstat: 1024 Tests: 7 Failed: 4)
  Failed tests:  4-7
  Non-zero exit status: 4
Files=11, Tests=1142,  6 wallclock secs ( 0.27 usr +  0.06 sys =  0.33 CPU)
Result: FAIL