Subject: | Installing Archive::Zip failed |
Date: | Thu, 06 Oct 2016 23:26:39 +0100 |
To: | bug-Archive-Zip [...] rt.cpan.org |
From: | Zemmoura Khalil <zemmoura.khalil [...] gmail.com> |
Hi,
I wanted to install the Archive-Zip-1.59 And The Build and Test failed
I am using perl 5.024000
System:
Linux archBox 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016
x86_64 GNU/Linux
here is the log that was generated by cpanm:
Log ---------------------------------------------
cpanm (App::cpanminus) 1.7042 on perl 5.024000 built for
x86_64-linux-thread-multi
Work directory is /home/.../.cpanm/work/1475791714.1534
You have make /usr/bin/make
You have LWP 6.15
You have /usr/bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Archive::Zip () on cpanmetadb ...
--> Working on Archive::Zip
Fetching http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.59.tar.gz
-> OK
Unpacking Archive-Zip-1.59.tar.gz
Entering Archive-Zip-1.59
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.10_01)
Configuring Archive-Zip-1.59
Running Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Archive::Zip
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.88 ... Yes (1.001014)
Checking if you have IO::Seekable 0 ... Yes (1.10)
Checking if you have Time::Local 0 ... Yes (1.2300)
Checking if you have File::Temp 0 ... Yes (0.2304)
Checking if you have Test::MockModule 0 ... Yes (0.11)
Checking if you have File::Copy 0 ... Yes (2.31)
Checking if you have File::Spec 0.80 ... Yes (3.63)
Checking if you have File::Path 0 ... Yes (2.12_01)
Checking if you have File::Find 0 ... Yes (1.34)
Checking if you have Compress::Raw::Zlib 2.017 ... Yes (2.069)
Checking if you have IO::File 0 ... Yes (1.16)
Checking if you have File::Basename 0 ... Yes (2.85)
Checking if you have IO::Handle 0 ... Yes (1.36)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.10_01)
Building and testing Archive-Zip-1.59
cp lib/Archive/Zip/FAQ.pod blib/lib/Archive/Zip/FAQ.pod
cp lib/Archive/Zip.pm blib/lib/Archive/Zip.pm
cp lib/Archive/Zip/StringMember.pm blib/lib/Archive/Zip/StringMember.pm
cp lib/Archive/Zip/BufferedFileHandle.pm blib/lib/Archive/Zip/BufferedFileHandle.pm
cp lib/Archive/Zip/MockFileHandle.pm blib/lib/Archive/Zip/MockFileHandle.pm
cp lib/Archive/Zip/Member.pm blib/lib/Archive/Zip/Member.pm
cp lib/Archive/Zip/ZipFileMember.pm blib/lib/Archive/Zip/ZipFileMember.pm
cp lib/Archive/Zip/NewFileMember.pm blib/lib/Archive/Zip/NewFileMember.pm
cp lib/Archive/Zip/Archive.pm blib/lib/Archive/Zip/Archive.pm
cp lib/Archive/Zip/DirectoryMember.pm blib/lib/Archive/Zip/DirectoryMember.pm
cp lib/Archive/Zip/MemberRead.pm blib/lib/Archive/Zip/MemberRead.pm
cp lib/Archive/Zip/FileMember.pm blib/lib/Archive/Zip/FileMember.pm
cp lib/Archive/Zip/Tree.pm blib/lib/Archive/Zip/Tree.pm
cp script/crc32 blib/script/crc32
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/crc32
Manifying 4 pod documents
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/01_compile.t ................ ok
t/02_main.t ................... ok
t/03_ex.t ..................... ok
t/04_readmember.t ............. ok
t/05_tree.t ................... ok
t/06_update.t ................. ok
t/07_filenames_of_0.t ......... ok
t/08_readmember_record_sep.t .. ok
t/09_output_record_sep.t ...... ok
t/10_chmod.t .................. ok
t/11_explorer.t ............... ok
t/12_bug_47223.t .............. skipped: Only required on Win32.
t/13_bug_46303.t .............. ok
t/14_leading_separator.t ...... ok
t/15_decrypt.t ................ ok
t/16_decrypt.t ................ ok
t/17_101092.t ................. ok
t/18_bug_92205.t .............. ok
t/19_bug_101240.t ............. ok
t/20_bug_github11.t ........... ok
t/21_zip64.t .................. ok
# Failed test 'output zip isn't corrupted'
# at t/22_deflated_dir.t line 25.
# got: '512'
# expected: '0'
# Looks like you failed 1 test of 4.
t/22_deflated_dir.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
t/23_closed_handle.t .......... ok
t/24_unicode_win32.t .......... ok
Test Summary Report
-------------------
t/22_deflated_dir.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Files=24, Tests=304, 9 wallclock secs ( 0.21 usr 0.04 sys + 7.20 cusr 0.90 csys = 8.35 CPU)
Result: FAIL
Failed 1/24 test programs. 1/304 subtests failed.
make: *** [Makefile:952: test_dynamic] Error 255
-> FAIL Installing Archive::Zip failed. See /home/.../.cpanm/work/1475791714.1534/build.log for details. Retry with --force to force install it.
Expiring 2 work directories.
Best Regards Zakaria