121 lines
6.2 KiB
Text
121 lines
6.2 KiB
Text
perl-blead
|
||
==========
|
||
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
||
Work directory is /home/ryan/.cpanm/work/1492983347.4170
|
||
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 Locale::Hebrew::Calendar () on cpanmetadb ...
|
||
Unpacking Locale-Hebrew-Calendar-0.03.tar.gz
|
||
--> Working on Locale::Hebrew::Calendar
|
||
Fetching http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Locale-Hebrew-Calendar-0.03.tar.gz ... OK
|
||
Locale-Hebrew-Calendar-0.03/
|
||
Locale-Hebrew-Calendar-0.03/hdate.h
|
||
Locale-Hebrew-Calendar-0.03/hdate.c
|
||
Locale-Hebrew-Calendar-0.03/Changes
|
||
Locale-Hebrew-Calendar-0.03/t/
|
||
Locale-Hebrew-Calendar-0.03/t/1-basic.t
|
||
Locale-Hebrew-Calendar-0.03/t/0-signature.t
|
||
Locale-Hebrew-Calendar-0.03/hcom.c
|
||
Locale-Hebrew-Calendar-0.03/MANIFEST
|
||
Locale-Hebrew-Calendar-0.03/MANIFEST.SKIP
|
||
Locale-Hebrew-Calendar-0.03/Calendar.xs
|
||
Locale-Hebrew-Calendar-0.03/Calendar.pm
|
||
Locale-Hebrew-Calendar-0.03/Makefile.PL
|
||
Locale-Hebrew-Calendar-0.03/README
|
||
Locale-Hebrew-Calendar-0.03/SIGNATURE
|
||
Entering Locale-Hebrew-Calendar-0.03
|
||
META.yml/json not found. Creating skeleton for it.
|
||
Running Makefile.PL
|
||
Configuring Locale-Hebrew-Calendar-0.03 ... Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for Locale::Hebrew::Calendar
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
||
OK
|
||
Building and testing Locale-Hebrew-Calendar-0.03 ... cp Calendar.pm blib/lib/Locale/Hebrew/Calendar.pm
|
||
Running Mkbootstrap for Calendar ()
|
||
chmod 644 "Calendar.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Calendar.bs blib/arch/auto/Locale/Hebrew/Calendar/Calendar.bs 644
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' Calendar.xs > Calendar.xsc
|
||
Please specify prototyping behavior for Calendar.xs (see perlxs manual)
|
||
mv Calendar.xsc Calendar.c
|
||
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Calendar.c
|
||
Calendar.xs: In function ‘XS_Locale__Hebrew__Calendar__j2g’:
|
||
Calendar.xs:19:6: warning: implicit declaration of function ‘gdate’ [-Wimplicit-function-declaration]
|
||
g = gdate(d, m, y);
|
||
^~~~~
|
||
Calendar.xs:19:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
g = gdate(d, m, y);
|
||
^
|
||
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" hdate.c
|
||
hdate.c: In function ‘gdate’:
|
||
hdate.c:26:6: warning: implicit declaration of function ‘dysiz’ [-Wimplicit-function-declaration]
|
||
s = dysiz(y);
|
||
^~~~~
|
||
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" hcom.c
|
||
hcom.c: In function ‘hdate’:
|
||
hcom.c:51:9: warning: type defaults to ‘int’ in declaration of ‘jflg’ [-Wimplicit-int]
|
||
extern jflg;
|
||
^~~~
|
||
hcom.c:66:6: warning: implicit declaration of function ‘dysiz’ [-Wimplicit-function-declaration]
|
||
s = dysiz(y);
|
||
^~~~~
|
||
hcom.c: At top level:
|
||
hcom.c:102:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
|
||
dysiz(y)
|
||
^~~~~
|
||
rm -f blib/arch/auto/Locale/Hebrew/Calendar/Calendar.so
|
||
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Calendar.o hdate.o hcom.o -o blib/arch/auto/Locale/Hebrew/Calendar/Calendar.so \
|
||
\
|
||
|
||
chmod 755 blib/arch/auto/Locale/Hebrew/Calendar/Calendar.so
|
||
Manifying 1 pod document
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Calendar.bs blib/arch/auto/Locale/Hebrew/Calendar/Calendar.bs 644
|
||
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
|
||
gpg: Signature made Thu 16 Jan 2003 10:05:08 PM PST
|
||
gpg: using DSA key B4B3DD373C3501A0
|
||
gpg: requesting key B4B3DD373C3501A0 from hkp server pool.sks-keyservers.net
|
||
gpg: Can't check signature: No public key
|
||
==> BAD/TAMPERED signature detected! <==
|
||
t/0-signature.t ..
|
||
Failed 1/1 subtests
|
||
t/1-basic.t ...... ok
|
||
|
||
Test Summary Report
|
||
-------------------
|
||
t/0-signature.t (Wstat: 0 Tests: 1 Failed: 1)
|
||
Failed test: 1
|
||
Files=2, Tests=2, 5 wallclock secs ( 0.01 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.03 CPU)
|
||
Result: FAIL
|
||
Failed 1/2 test programs. 1/2 subtests failed.
|
||
Makefile:1011: recipe for target 'test_dynamic' failed
|
||
make: *** [test_dynamic] Error 255
|
||
! Installing Locale::Hebrew::Calendar failed. See /home/ryan/.cpanm/work/1492983347.4170/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose Locale::Hebrew::Calendar] 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
|