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

132 lines
7.6 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/1493316406.11780
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::SEED () on cpanmetadb ...
Unpacking Crypt-SEED-0.01.tar.gz
--> Working on Crypt::SEED
Fetching http://www.cpan.org/authors/id/J/JP/JPJEON/Crypt-SEED-0.01.tar.gz ... OK
Crypt-SEED-0.01/
Crypt-SEED-0.01/SEED.xs
Crypt-SEED-0.01/SEED.pm
Crypt-SEED-0.01/Makefile.PL
Crypt-SEED-0.01/README
Crypt-SEED-0.01/test.pl
Crypt-SEED-0.01/Changes
Crypt-SEED-0.01/MANIFEST
Crypt-SEED-0.01/SEED_test_KISA.c
Crypt-SEED-0.01/SEED_KISA.c
Crypt-SEED-0.01/SEED_KISA.h
Crypt-SEED-0.01/SEED_KISA.tab
Crypt-SEED-0.01/test_vector.txt
Crypt-SEED-0.01/make_test_set.c
Crypt-SEED-0.01/SEED_VERIFY.txt
Crypt-SEED-0.01/filetest.pl
Entering Crypt-SEED-0.01
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring Crypt-SEED-0.01 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Crypt::SEED
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-SEED-0.01 ... cp SEED.pm blib/lib/Crypt/SEED.pm
cp filetest.pl blib/lib/Crypt/filetest.pl
Running Mkbootstrap for SEED ()
chmod 644 "SEED.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SEED.bs blib/arch/auto/Crypt/SEED/SEED.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' SEED.xs > SEED.xsc
Please specify prototyping behavior for SEED.xs (see perlxs manual)
mv SEED.xsc SEED.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.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" -DSEED_LITTLE_ENDIAN SEED.c
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from SEED.xs:2:
SEED.xs: In function XS_Crypt__SEED__encrypt:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:57: warning: passing argument 2 of Perl_sv_2pv_flags from incompatible pointer type [-Wincompatible-pointer-types]
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:55: note: in definition of macro sv_2pv_flags
#define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
SEED.xs:54:18: note: in expansion of macro SvPV
pdata = (char*)SvPV(data, len);
^~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
from SEED.xs:2:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:2971:21: note: expected STRLEN * const {aka long unsigned int * const} but argument is of type int *
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
^~~~~~~~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from SEED.xs:2:
SEED.xs: In function XS_Crypt__SEED__decrypt:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:57: warning: passing argument 2 of Perl_sv_2pv_flags from incompatible pointer type [-Wincompatible-pointer-types]
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:55: note: in definition of macro sv_2pv_flags
#define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
SEED.xs:78:20: note: in expansion of macro SvPV
pcipher = (char*)SvPV(cipher, len);
^~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
from SEED.xs:2:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:2971:21: note: expected STRLEN * const {aka long unsigned int * const} but argument is of type int *
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
^~~~~~~~~~~~~~~~~
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.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" -DSEED_LITTLE_ENDIAN SEED_KISA.c
rm -f blib/arch/auto/Crypt/SEED/SEED.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong SEED.o SEED_KISA.o -o blib/arch/auto/Crypt/SEED/SEED.so \
\
chmod 755 blib/arch/auto/Crypt/SEED/SEED.so
Manifying 1 pod document
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SEED.bs blib/arch/auto/Crypt/SEED/SEED.bs 644
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iblib/lib" "-Iblib/arch" test.pl
1..14
# Running under perl version 5.026000 for linux
# Current time local: Thu Apr 27 11:06:46 2017
# Current time GMT: Thu Apr 27 18:06:46 2017
# Using Test.pm version 1.26
Do we have a verification file ready ?...ok 1
Does the file have verification data ?...ok 2
Testing low level functions..............Aborted
Makefile:1024: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 134
! Installing Crypt::SEED failed. See /home/ryan/.cpanm/work/1493316406.11780/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Crypt::SEED] 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