133 lines
6.6 KiB
Text
133 lines
6.6 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/1493303438.8158
|
||
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 Crypt::Serpent () on cpanmetadb ...
|
||
Unpacking Crypt-Serpent-1.01.tar.gz
|
||
--> Working on Crypt::Serpent
|
||
Fetching http://www.cpan.org/authors/id/J/JH/JHUGHES/Crypt-Serpent-1.01.tar.gz ... OK
|
||
Crypt-Serpent-1.01/
|
||
Crypt-Serpent-1.01/t/
|
||
Crypt-Serpent-1.01/t/00_load.t
|
||
Crypt-Serpent-1.01/COPYING
|
||
Crypt-Serpent-1.01/README
|
||
Crypt-Serpent-1.01/Makefile.PL
|
||
Crypt-Serpent-1.01/serpent.h
|
||
Crypt-Serpent-1.01/Serpent.pm
|
||
Crypt-Serpent-1.01/Serpent.xs
|
||
Crypt-Serpent-1.01/serpentsboxes.h
|
||
Crypt-Serpent-1.01/test.pl
|
||
Crypt-Serpent-1.01/typemap
|
||
Crypt-Serpent-1.01/_serpent.c
|
||
Crypt-Serpent-1.01/CHANGES
|
||
Entering Crypt-Serpent-1.01
|
||
META.yml/json not found. Creating skeleton for it.
|
||
Running Makefile.PL
|
||
Configuring Crypt-Serpent-1.01 ... Generating a Unix-style Makefile
|
||
Writing Makefile for Crypt::Serpent
|
||
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 Crypt-Serpent-1.01 ... cp Serpent.pm blib/lib/Crypt/Serpent.pm
|
||
Running Mkbootstrap for Serpent ()
|
||
chmod 644 "Serpent.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Serpent.bs blib/arch/auto/Crypt/Serpent/Serpent.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' -typemap '/home/ryan/.cpanm/work/1493303438.8158/Crypt-Serpent-1.01/typemap' Serpent.xs > Serpent.xsc
|
||
mv Serpent.xsc Serpent.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=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Serpent.c
|
||
In file included from _serpent.c:38:0,
|
||
from Serpent.xs:19:
|
||
serpent.h:36:0: warning: "TRUE" redefined
|
||
#define TRUE 1
|
||
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:2698:0,
|
||
from Serpent.xs:10:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:51:0: note: this is the location of the previous definition
|
||
#define TRUE (1)
|
||
|
||
In file included from _serpent.c:38:0,
|
||
from Serpent.xs:19:
|
||
serpent.h:37:0: warning: "FALSE" redefined
|
||
#define FALSE 0
|
||
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:2698:0,
|
||
from Serpent.xs:10:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:52:0: note: this is the location of the previous definition
|
||
#define FALSE (0)
|
||
|
||
In file included from Serpent.xs:19:0:
|
||
_serpent.c: In function ‘makeKey’:
|
||
_serpent.c:60:6: warning: implicit declaration of function ‘serpent_convert_from_string’ [-Wimplicit-function-declaration]
|
||
rc=serpent_convert_from_string(keyLen, keyMaterial, key->key);
|
||
^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
_serpent.c: In function ‘blockEncrypt’:
|
||
_serpent.c:159:2: warning: implicit declaration of function ‘serpent_encrypt’ [-Wimplicit-function-declaration]
|
||
serpent_encrypt(input, outBuffer, key->subkeys);
|
||
^~~~~~~~~~~~~~~
|
||
_serpent.c: In function ‘blockDecrypt’:
|
||
_serpent.c:236:2: warning: implicit declaration of function ‘serpent_decrypt’ [-Wimplicit-function-declaration]
|
||
serpent_decrypt(input, outBuffer, key->subkeys);
|
||
^~~~~~~~~~~~~~~
|
||
_serpent.c: At top level:
|
||
_serpent.c:301:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
|
||
serpent_encrypt(unsigned long plaintext[4],
|
||
^~~~~~~~~~~~~~~
|
||
_serpent.c:419:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
|
||
serpent_decrypt(unsigned long ciphertext[4],
|
||
^~~~~~~~~~~~~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
|
||
from Serpent.xs:10:
|
||
Serpent.xs: In function ‘XS_Crypt__Serpent_new’:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1689:5: warning: passing argument 2 of ‘serpent_convert_to_string’ from incompatible pointer type [-Wincompatible-pointer-types]
|
||
(SvPOK_nog(sv) \
|
||
^
|
||
Serpent.xs:60:49: note: in expansion of macro ‘SvPV_nolen’
|
||
serpent_convert_to_string(keySize << 3, SvPV_nolen(key), str);
|
||
^~~~~~~~~~
|
||
In file included from Serpent.xs:19:0:
|
||
_serpent.c:578:7: note: expected ‘long unsigned int *’ but argument is of type ‘char *’
|
||
char *serpent_convert_to_string(int len, unsigned long val[8], char *str)
|
||
^~~~~~~~~~~~~~~~~~~~~~~~~
|
||
rm -f blib/arch/auto/Crypt/Serpent/Serpent.so
|
||
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Serpent.o -o blib/arch/auto/Crypt/Serpent/Serpent.so \
|
||
\
|
||
|
||
chmod 755 blib/arch/auto/Crypt/Serpent/Serpent.so
|
||
Manifying 1 pod document
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Serpent.bs blib/arch/auto/Crypt/Serpent/Serpent.bs 644
|
||
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iblib/lib" "-Iblib/arch" test.pl
|
||
1..13
|
||
ok 1
|
||
Aborted
|
||
Makefile:1009: recipe for target 'test_dynamic' failed
|
||
make: *** [test_dynamic] Error 134
|
||
! Installing Crypt::Serpent failed. See /home/ryan/.cpanm/work/1493303438.8158/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose Crypt::Serpent] 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
|