101 lines
4.8 KiB
Text
101 lines
4.8 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/1493211664.19820
|
||
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 Apache::Mmap () on cpanmetadb ...
|
||
Unpacking Apache-Mmap-0.05.tar.gz
|
||
--> Working on Apache::Mmap
|
||
Fetching http://www.cpan.org/authors/id/F/FL/FLETCH/Apache-Mmap-0.05.tar.gz ... OK
|
||
Apache-Mmap-0.05/
|
||
Apache-Mmap-0.05/typemap
|
||
Apache-Mmap-0.05/Artistic
|
||
Apache-Mmap-0.05/Mmap.xs
|
||
Apache-Mmap-0.05/eg/
|
||
Apache-Mmap-0.05/eg/bench.pl
|
||
Apache-Mmap-0.05/eg/MmapHandler.pm
|
||
Apache-Mmap-0.05/eg/bench2.pl
|
||
Apache-Mmap-0.05/eg/bench3.pl
|
||
Apache-Mmap-0.05/t/
|
||
Apache-Mmap-0.05/t/tie.t
|
||
Apache-Mmap-0.05/t/mmap.t
|
||
Apache-Mmap-0.05/t/handle.t
|
||
Apache-Mmap-0.05/Makefile.PL
|
||
Apache-Mmap-0.05/README
|
||
Apache-Mmap-0.05/Mmap.pm
|
||
Apache-Mmap-0.05/MANIFEST
|
||
Apache-Mmap-0.05/Handle.pm
|
||
Apache-Mmap-0.05/Copying
|
||
Apache-Mmap-0.05/Changes
|
||
Entering Apache-Mmap-0.05
|
||
META.yml/json not found. Creating skeleton for it.
|
||
Running Makefile.PL
|
||
Configuring Apache-Mmap-0.05 ... Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for Apache::Mmap
|
||
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 Apache-Mmap-0.05 ... cp Mmap.pm blib/lib/Apache/Mmap.pm
|
||
AutoSplitting blib/lib/Apache/Mmap.pm (blib/lib/auto/Apache/Mmap)
|
||
cp Handle.pm blib/lib/Apache/Mmap/Handle.pm
|
||
AutoSplitting blib/lib/Apache/Mmap/Handle.pm (blib/lib/auto/Apache/Mmap/Handle)
|
||
Running Mkbootstrap for Mmap ()
|
||
chmod 644 "Mmap.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Mmap.bs blib/arch/auto/Apache/Mmap/Mmap.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/1493211664.19820/Apache-Mmap-0.05/typemap' Mmap.xs > Mmap.xsc
|
||
mv Mmap.xsc Mmap.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.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Mmap.c
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
|
||
from Mmap.xs:26:
|
||
Mmap.xs: In function ‘XS_Apache__Mmap_STORE’:
|
||
Mmap.xs:238:37: error: ‘na’ undeclared (first use in this function)
|
||
memcpy( self->addr, SvPV( what, na ), self->len );
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:10: note: in definition of macro ‘SvPV_flags’
|
||
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
|
||
^~
|
||
Mmap.xs:238:25: note: in expansion of macro ‘SvPV’
|
||
memcpy( self->addr, SvPV( what, na ), self->len );
|
||
^~~~
|
||
Mmap.xs:238:37: note: each undeclared identifier is reported only once for each function it appears in
|
||
memcpy( self->addr, SvPV( what, na ), self->len );
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:10: note: in definition of macro ‘SvPV_flags’
|
||
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
|
||
^~
|
||
Mmap.xs:238:25: note: in expansion of macro ‘SvPV’
|
||
memcpy( self->addr, SvPV( what, na ), self->len );
|
||
^~~~
|
||
Makefile:331: recipe for target 'Mmap.o' failed
|
||
make: *** [Mmap.o] Error 1
|
||
! Installing Apache::Mmap failed. See /home/ryan/.cpanm/work/1493211664.19820/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose Apache::Mmap] 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
|