cpantestlogs/Sman_genfailure.log
2017-05-02 18:44:36 -07:00

142 lines
5.5 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493315799.26574
You have make /usr/bin/make
You have LWP 6.26
You have /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 Sman () on cpanmetadb ...
Unpacking Sman-1.03.tar.gz
--> Working on Sman
Fetching http://www.cpan.org/authors/id/J/JO/JOSHR/Sman-1.03.tar.gz ... OK
Sman-1.03/
Sman-1.03/sman-defaults.conf
Sman-1.03/Changes
Sman-1.03/Sman/
Sman-1.03/Sman/Swishe.pm
Sman-1.03/Sman/Man/
Sman-1.03/Sman/Man/Cache.pm
Sman-1.03/Sman/Man/Cache/
Sman-1.03/Sman/Man/Cache/FileCache.pm
Sman-1.03/Sman/Man/Cache/DB_File.pm
Sman-1.03/Sman/Man/Find.pm
Sman-1.03/Sman/Man/Convert.pm
Sman-1.03/Sman/Util.pm
Sman-1.03/Sman/Autoconfig.pm
Sman-1.03/Sman/Config.pm
Sman-1.03/Sman/IndexVersion.pm
Sman-1.03/Sman/sman.conf.pm
Sman-1.03/t/
Sman-1.03/t/01_Sman.t
Sman-1.03/t/02_SmanConfig.t
Sman-1.03/t/05_ManConvert.t
Sman-1.03/t/06_ManFind.t
Sman-1.03/t/04_SmanSwishe.t
Sman-1.03/t/03_SmanUtil.t
Sman-1.03/t/30_SmanGetVersionString.t
Sman-1.03/t/32_SmanManCacheDBFile.t
Sman-1.03/t/34_SmanIndexVersion.t
Sman-1.03/t/40_Sman_Scripts.t
Sman-1.03/t/20_SWISHAPI.t
Sman-1.03/t/33_SmanManCacheFileCache.t
Sman-1.03/t/31_SmanAutoconfig.t
Sman-1.03/MANIFEST
Sman-1.03/TODO
Sman-1.03/META.yml
Sman-1.03/Sman.pm
Sman-1.03/script/
Sman-1.03/script/sman
Sman-1.03/script/sman-update
Sman-1.03/Makefile.PL
Sman-1.03/README
Entering Sman-1.03
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Sman-1.03 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Sman
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Digest::MD5 0 ... Yes (2.55)
Checking if you have Cache::Cache 0 ... Yes (1.08)
Checking if you have FreezeThaw 0 ... Yes (0.5001)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have File::Temp 0 ... Yes (0.2304)
Checking if you have Compress::Zlib 0 ... Yes (2.074)
Checking if you have File::Find 0 ... Yes (1.34)
Checking if you have POSIX 0 ... Yes (1.76)
Checking if you have Cache::FileCache 0 ... Yes (undef)
Checking if you have Term::Size 0 ... Yes (0.207)
Checking if you have Storable 0 ... Yes (2.51)
Checking if you have FindBin 0 ... Yes (1.51)
OK
Building and testing Sman-1.03 ... cp Sman/Man/Cache/FileCache.pm blib/lib/Sman/Man/Cache/FileCache.pm
cp Sman/Util.pm blib/lib/Sman/Util.pm
cp Sman/Man/Convert.pm blib/lib/Sman/Man/Convert.pm
cp Sman/Config.pm blib/lib/Sman/Config.pm
cp Sman/Man/Cache/DB_File.pm blib/lib/Sman/Man/Cache/DB_File.pm
cp Sman/sman.conf.pm blib/lib/Sman/sman.conf.pm
cp Sman.pm blib/lib/Sman.pm
cp Sman/Man/Cache.pm blib/lib/Sman/Man/Cache.pm
cp Sman/IndexVersion.pm blib/lib/Sman/IndexVersion.pm
cp Sman/Swishe.pm blib/lib/Sman/Swishe.pm
cp Sman/Autoconfig.pm blib/lib/Sman/Autoconfig.pm
cp Sman/Man/Find.pm blib/lib/Sman/Man/Find.pm
cp script/sman blib/script/sman
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sman
cp script/sman-update blib/script/sman-update
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sman-update
Manifying 2 pod documents
Manifying 12 pod documents
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_Sman.t ................... ok
t/02_SmanConfig.t ............. ok
t/03_SmanUtil.t ............... ok
t/04_SmanSwishe.t ............. ok
t/05_ManConvert.t ............. ok
t/06_ManFind.t ................ ok
t/20_SWISHAPI.t ............... ok
t/30_SmanGetVersionString.t ... ok
t/31_SmanAutoconfig.t ......... ok
t/32_SmanManCacheDBFile.t ..... ok
t/33_SmanManCacheFileCache.t .. ok
t/34_SmanIndexVersion.t ....... ok
t/40_Sman_Scripts.t ........... ok
All tests successful.
Files=13, Tests=15, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.18 cusr 0.01 csys = 0.22 CPU)
Result: PASS
Manifying 2 pod documents
Manifying 12 pod documents
Appending installation info to /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/perllocal.pod
mkdir -p /usr/local/etc
mkdir -p /var/lib/sman
mkdir: cannot create directory /var/lib/sman: Permission denied
Makefile:1008: recipe for target 'install' failed
make: *** [install] Error 1
! Installing Sman failed. See /home/ryan/.cpanm/work/1493315799.26574/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Sman] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man