299 lines
16 KiB
Text
299 lines
16 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/1493618207.32183
|
||
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 Inline::BC () on cpanmetadb ...
|
||
Unpacking Inline-BC-0.08.tar.gz
|
||
--> Working on Inline::BC
|
||
Fetching http://www.cpan.org/authors/id/R/RO/RONGRW/Inline-BC-0.08.tar.gz ... OK
|
||
Inline-BC-0.08/
|
||
Inline-BC-0.08/BC.xs
|
||
Inline-BC-0.08/BC.pm
|
||
Inline-BC-0.08/Changes
|
||
Inline-BC-0.08/mylib/
|
||
Inline-BC-0.08/mylib/proto.h
|
||
Inline-BC-0.08/mylib/bc.y
|
||
Inline-BC-0.08/mylib/libmath.h
|
||
Inline-BC-0.08/mylib/COPYING
|
||
Inline-BC-0.08/mylib/global.c
|
||
Inline-BC-0.08/mylib/global.h
|
||
Inline-BC-0.08/mylib/test1.b
|
||
Inline-BC-0.08/mylib/vfprintf.c
|
||
Inline-BC-0.08/mylib/config.h
|
||
Inline-BC-0.08/mylib/number.c
|
||
Inline-BC-0.08/mylib/load.c
|
||
Inline-BC-0.08/mylib/inlinebc.h
|
||
Inline-BC-0.08/mylib/bc.c
|
||
Inline-BC-0.08/mylib/bcdefs.h
|
||
Inline-BC-0.08/mylib/scan.c
|
||
Inline-BC-0.08/mylib/testc.b
|
||
Inline-BC-0.08/mylib/execute.c
|
||
Inline-BC-0.08/mylib/COPYING.LIB
|
||
Inline-BC-0.08/mylib/myutil1.c
|
||
Inline-BC-0.08/mylib/const.h
|
||
Inline-BC-0.08/mylib/getopt.h
|
||
Inline-BC-0.08/mylib/number.h
|
||
Inline-BC-0.08/mylib/Makefile.PL
|
||
Inline-BC-0.08/mylib/getopt.c
|
||
Inline-BC-0.08/mylib/test.b
|
||
Inline-BC-0.08/mylib/bc.h
|
||
Inline-BC-0.08/mylib/README
|
||
Inline-BC-0.08/mylib/myutil2.c
|
||
Inline-BC-0.08/mylib/getopt1.c
|
||
Inline-BC-0.08/mylib/storage.c
|
||
Inline-BC-0.08/META.yml
|
||
Inline-BC-0.08/Makefile.PL
|
||
Inline-BC-0.08/MANIFEST
|
||
Inline-BC-0.08/README
|
||
Inline-BC-0.08/t/
|
||
Inline-BC-0.08/t/01bc.t
|
||
Inline-BC-0.08/t/00use.t
|
||
Inline-BC-0.08/t/02mathlib.t
|
||
Inline-BC-0.08/tools/
|
||
Inline-BC-0.08/tools/test.dat
|
||
Inline-BC-0.08/tools/02mathlib-ev.dat
|
||
Inline-BC-0.08/tools/t-02mathlib-ev.bc
|
||
Entering Inline-BC-0.08
|
||
Checking configure dependencies from META.yml
|
||
Running Makefile.PL
|
||
Configuring Inline-BC-0.08 ... Checking if your kit is complete...
|
||
Looks good
|
||
Warning (mostly harmless): No library found for -lfl
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for Inline::BC
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
||
Checking if you have Inline 0.43 ... Yes (0.80)
|
||
Checking if you have Test::More 0.72 ... Yes (1.302083)
|
||
OK
|
||
Building and testing Inline-BC-0.08 ... cp BC.pm blib/lib/Inline/BC.pm
|
||
cd mylib && make
|
||
make[1]: Entering directory '/home/ryan/.cpanm/work/1493618207.32183/Inline-BC-0.08/mylib'
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" execute.c
|
||
In file included from bcdefs.h:32:0,
|
||
from execute.c:31:
|
||
config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" bc.c
|
||
In file included from bcdefs.h:32:0,
|
||
from bc.y:33:
|
||
config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
bc.y: In function ‘yyparse’:
|
||
bc.y:130:3: warning: implicit declaration of function ‘my_warn’ [-Wimplicit-function-declaration]
|
||
{ my_warn ("newline not allowed"); }
|
||
^ ~~
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" global.c
|
||
In file included from bcdefs.h:32:0,
|
||
from global.c:31:
|
||
config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" storage.c
|
||
In file included from bcdefs.h:32:0,
|
||
from storage.c:31:
|
||
config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" load.c
|
||
In file included from bcdefs.h:32:0,
|
||
from load.c:31:
|
||
config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" scan.c
|
||
In file included from bcdefs.h:32:0,
|
||
from scan.l:32:
|
||
config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" myutil1.c
|
||
In file included from bcdefs.h:32:0,
|
||
from myutil1.c:31:
|
||
config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
myutil1.c: In function ‘generate’:
|
||
myutil1.c:74:5: warning: implicit declaration of function ‘load_code’ [-Wimplicit-function-declaration]
|
||
load_code (str);
|
||
^~~~~~~~~
|
||
myutil1.c: In function ‘init_gen’:
|
||
myutil1.c:94:5: warning: implicit declaration of function ‘init_load’ [-Wimplicit-function-declaration]
|
||
init_load ();
|
||
^~~~~~~~~
|
||
myutil1.c: In function ‘run_code’:
|
||
myutil1.c:116:2: warning: implicit declaration of function ‘execute’ [-Wimplicit-function-declaration]
|
||
execute ();
|
||
^~~~~~~
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" myutil2.c
|
||
In file included from bcdefs.h:32:0,
|
||
from myutil2.c:32:
|
||
config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
myutil2.c: In function ‘my_perl_bc_parse’:
|
||
myutil2.c:212:30: warning: implicit declaration of function ‘yy_scan_string’ [-Wimplicit-function-declaration]
|
||
my_buf = (YY_BUFFER_STATE) yy_scan_string(str);
|
||
^~~~~~~~~~~~~~
|
||
myutil2.c:212:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
|
||
my_buf = (YY_BUFFER_STATE) yy_scan_string(str);
|
||
^
|
||
myutil2.c:214:3: warning: implicit declaration of function ‘yy_delete_buffer’ [-Wimplicit-function-declaration]
|
||
yy_delete_buffer(my_buf);
|
||
^~~~~~~~~~~~~~~~
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" getopt.c
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" getopt1.c
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" vfprintf.c
|
||
In file included from vfprintf.c:4:0:
|
||
config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
cc -c -I./ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" number.c
|
||
In file included from number.c:33:0:
|
||
./config.h:81:0: warning: "VERSION" redefined
|
||
#define VERSION "1.06"
|
||
|
||
<command-line>:0:0: note: this is the location of the previous definition
|
||
number.c: In function ‘bc_new_num’:
|
||
number.c:76:3: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
|
||
memset (temp->n_ptr, 0, length+scale);
|
||
^~~~~~
|
||
number.c:76:3: warning: incompatible implicit declaration of built-in function ‘memset’
|
||
number.c:76:3: note: include ‘<string.h>’ or provide a declaration of ‘memset’
|
||
number.c: In function ‘bc_sub’:
|
||
number.c:558:4: warning: incompatible implicit declaration of built-in function ‘memset’
|
||
memset (diff->n_value, 0, res_scale+1);
|
||
^~~~~~
|
||
number.c:558:4: note: include ‘<string.h>’ or provide a declaration of ‘memset’
|
||
number.c: In function ‘bc_add’:
|
||
number.c:607:4: warning: incompatible implicit declaration of built-in function ‘memset’
|
||
memset (sum->n_value, 0, res_scale+1);
|
||
^~~~~~
|
||
number.c:607:4: note: include ‘<string.h>’ or provide a declaration of ‘memset’
|
||
number.c: In function ‘_one_mult’:
|
||
number.c:901:5: warning: incompatible implicit declaration of built-in function ‘memset’
|
||
memset (result, 0, size);
|
||
^~~~~~
|
||
number.c:901:5: note: include ‘<string.h>’ or provide a declaration of ‘memset’
|
||
number.c:905:2: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration]
|
||
memcpy (result, num, size);
|
||
^~~~~~
|
||
number.c:905:2: warning: incompatible implicit declaration of built-in function ‘memcpy’
|
||
number.c:905:2: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
|
||
number.c: In function ‘bc_divide’:
|
||
number.c:956:4: warning: incompatible implicit declaration of built-in function ‘memset’
|
||
memset (&qval->n_value[n1->n_len],0,scale);
|
||
^~~~~~
|
||
number.c:956:4: note: include ‘<string.h>’ or provide a declaration of ‘memset’
|
||
number.c:957:4: warning: incompatible implicit declaration of built-in function ‘memcpy’
|
||
memcpy (qval->n_value, n1->n_value,
|
||
^~~~~~
|
||
number.c:957:4: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
|
||
number.c:978:3: warning: incompatible implicit declaration of built-in function ‘memset’
|
||
memset (num1, 0, n1->n_len+n1->n_scale+extra+2);
|
||
^~~~~~
|
||
number.c:978:3: note: include ‘<string.h>’ or provide a declaration of ‘memset’
|
||
number.c:979:3: warning: incompatible implicit declaration of built-in function ‘memcpy’
|
||
memcpy (num1+1, n1->n_value, n1->n_len+n1->n_scale);
|
||
^~~~~~
|
||
number.c:979:3: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
|
||
number.c: In function ‘bc_out_long’:
|
||
number.c:1442:9: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
|
||
len = strlen (digits);
|
||
^~~~~~
|
||
number.c:1442:9: warning: incompatible implicit declaration of built-in function ‘strlen’
|
||
number.c:1442:9: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
|
||
ar cr libbc.a execute.o bc.o global.o storage.o load.o scan.o myutil1.o myutil2.o getopt.o getopt1.o vfprintf.o number.o
|
||
: libbc.a
|
||
make[1]: Leaving directory '/home/ryan/.cpanm/work/1493618207.32183/Inline-BC-0.08/mylib'
|
||
make[1]: Entering directory '/home/ryan/.cpanm/work/1493618207.32183/Inline-BC-0.08/mylib'
|
||
make[1]: Nothing to be done for 'all'.
|
||
make[1]: Leaving directory '/home/ryan/.cpanm/work/1493618207.32183/Inline-BC-0.08/mylib'
|
||
Running Mkbootstrap for BC ()
|
||
chmod 644 "BC.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- BC.bs blib/arch/auto/Inline/BC/BC.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' BC.xs > BC.xsc
|
||
mv BC.xsc BC.c
|
||
cc -c -Imylib -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" BC.c
|
||
rm -f blib/arch/auto/Inline/BC/BC.so
|
||
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong BC.o -o blib/arch/auto/Inline/BC/BC.so mylib/libbc.a \
|
||
\
|
||
|
||
chmod 755 blib/arch/auto/Inline/BC/BC.so
|
||
Manifying 1 pod document
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- BC.bs blib/arch/auto/Inline/BC/BC.bs 644
|
||
make[1]: Entering directory '/home/ryan/.cpanm/work/1493618207.32183/Inline-BC-0.08/mylib'
|
||
make[1]: Nothing to be done for 'all'.
|
||
make[1]: Leaving directory '/home/ryan/.cpanm/work/1493618207.32183/Inline-BC-0.08/mylib'
|
||
make[1]: Entering directory '/home/ryan/.cpanm/work/1493618207.32183/Inline-BC-0.08/mylib'
|
||
No tests defined for libbc extension.
|
||
make[1]: Leaving directory '/home/ryan/.cpanm/work/1493618207.32183/Inline-BC-0.08/mylib'
|
||
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
|
||
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/function(\s+)([a-z0-9_]+)(\s*){ <-- HERE (.*?)}/ at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Inline/Echo.pm line 25.
|
||
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/function(\s+)([a-z0-9_]+)(\s*){ <-- HERE (.*?)}/ at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Inline/Nouse.pm line 28.
|
||
t/00use.t ......
|
||
Failed 1/1 subtests
|
||
t/01bc.t .......
|
||
Failed 5/5 subtests
|
||
# using Test::More 1.302083
|
||
t/02mathlib.t ..
|
||
Failed 840/841 subtests
|
||
|
||
Test Summary Report
|
||
-------------------
|
||
t/00use.t (Wstat: 11 Tests: 0 Failed: 0)
|
||
Non-zero wait status: 11
|
||
Parse errors: Bad plan. You planned 1 tests but ran 0.
|
||
t/01bc.t (Wstat: 11 Tests: 0 Failed: 0)
|
||
Non-zero wait status: 11
|
||
Parse errors: Bad plan. You planned 5 tests but ran 0.
|
||
t/02mathlib.t (Wstat: 11 Tests: 1 Failed: 0)
|
||
Non-zero wait status: 11
|
||
Parse errors: Bad plan. You planned 841 tests but ran 1.
|
||
Files=3, Tests=1, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.16 cusr 0.01 csys = 0.18 CPU)
|
||
Result: FAIL
|
||
Failed 3/3 test programs. 0/1 subtests failed.
|
||
Makefile:1033: recipe for target 'test_dynamic' failed
|
||
make: *** [test_dynamic] Error 255
|
||
! Installing Inline::BC failed. See /home/ryan/.cpanm/work/1493618207.32183/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose Inline::BC] 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
|