cpantestlogs/File::Lock_genfailure.log
2017-05-02 18:44:36 -07:00

265 lines
13 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/1493344968.31433
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 File::Lock () on cpanmetadb ...
Unpacking File-Lock-0.9.tar.gz
--> Working on File::Lock
Fetching http://www.cpan.org/authors/id/K/KJ/KJALB/File-Lock-0.9.tar.gz ... OK
/bin/tar: A lone zero block at 100
File-Lock-0.9/
File-Lock-0.9/t/
File-Lock-0.9/t/new_r.t
File-Lock-0.9/t/base.t
File-Lock-0.9/t/fcntl_w.t
File-Lock-0.9/t/flock.t
File-Lock-0.9/t/lockf.t
File-Lock-0.9/t/flock_r.t
File-Lock-0.9/t/new_w.t
File-Lock-0.9/t/flock_w.t
File-Lock-0.9/t/lockf_w.t
File-Lock-0.9/t/fcntl.t
File-Lock-0.9/t/fcntl_r.t
File-Lock-0.9/typemap
File-Lock-0.9/Lock.xs
File-Lock-0.9/Lock.pm
File-Lock-0.9/MANIFEST
File-Lock-0.9/Makefile.PL
File-Lock-0.9/README
/bin/tar: A lone zero block at 100
Entering File-Lock-0.9
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring File-Lock-0.9 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for File::Lock
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 File-Lock-0.9 ... cp Lock.pm blib/lib/File/Lock.pm
AutoSplitting blib/lib/File/Lock.pm (blib/lib/auto/File/Lock)
Running Mkbootstrap for Lock ()
chmod 644 "Lock.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Lock.bs blib/arch/auto/File/Lock/Lock.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/1493344968.31433/File-Lock-0.9/typemap' Lock.xs > Lock.xsc
Please specify prototyping behavior for Lock.xs (see perlxs manual)
mv Lock.xsc Lock.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.9\" -DXS_VERSION=\"0.9\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Lock.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 Lock.xs:21:
Lock.c: In function XS_File__Lock_lockfile:
Lock.c:842:39: error: na undeclared (first use in this function)
char * work = (char*)SvPV(ST(1),na);
^
/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))
^~
Lock.c:842:28: note: in expansion of macro SvPV
char * work = (char*)SvPV(ST(1),na);
^~~~
Lock.c:842:39: note: each undeclared identifier is reported only once for each function it appears in
char * work = (char*)SvPV(ST(1),na);
^
/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))
^~
Lock.c:842:28: note: in expansion of macro SvPV
char * work = (char*)SvPV(ST(1),na);
^~~~
Lock.c: In function XS_File__Lock_fcntl:
Lock.c:916:39: error: na undeclared (first use in this function)
char * work = (char*)SvPV(ST(1),na);
^
/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))
^~
Lock.c:916:28: note: in expansion of macro SvPV
char * work = (char*)SvPV(ST(1),na);
^~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5589:0,
from Lock.xs:21:
Lock.xs:628:10: error: sv_undef undeclared (first use in this function)
PUSHs(&sv_undef);\
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:421:28: note: in definition of macro PUSHs
#define PUSHs(s) (*++sp = (s))
^
Lock.xs:700:5: note: in expansion of macro PUSHResult
PUSHResult(retflk.l_type,mode);
^~~~~~~~~~
Lock.xs:633:11: error: sv_yes undeclared (first use in this function)
PUSHs(&sv_yes);\
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:421:28: note: in definition of macro PUSHs
#define PUSHs(s) (*++sp = (s))
^
Lock.xs:700:5: note: in expansion of macro PUSHResult
PUSHResult(retflk.l_type,mode);
^~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
from Lock.xs:21:
Lock.c: In function XS_File__Lock_flock:
Lock.c:1049:39: error: na undeclared (first use in this function)
char * work = (char*)SvPV(ST(1),na);
^
/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))
^~
Lock.c:1049:28: note: in expansion of macro SvPV
char * work = (char*)SvPV(ST(1),na);
^~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5589:0,
from Lock.xs:21:
Lock.xs:628:10: error: sv_undef undeclared (first use in this function)
PUSHs(&sv_undef);\
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:421:28: note: in definition of macro PUSHs
#define PUSHs(s) (*++sp = (s))
^
Lock.xs:641:2: note: in expansion of macro PUSHResult
PUSHResult(result,mode); \
^~~~~~~~~~
Lock.xs:752:3: note: in expansion of macro ReturnResult
ReturnResult(_base_flock(fileno(file),mode),mode);
^~~~~~~~~~~~
Lock.xs:633:11: error: sv_yes undeclared (first use in this function)
PUSHs(&sv_yes);\
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:421:28: note: in definition of macro PUSHs
#define PUSHs(s) (*++sp = (s))
^
Lock.xs:641:2: note: in expansion of macro PUSHResult
PUSHResult(result,mode); \
^~~~~~~~~~
Lock.xs:752:3: note: in expansion of macro ReturnResult
ReturnResult(_base_flock(fileno(file),mode),mode);
^~~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
from Lock.xs:21:
Lock.c: In function XS_File__Lock_lockf:
Lock.c:1124:39: error: na undeclared (first use in this function)
char * work = (char*)SvPV(ST(1),na);
^
/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))
^~
Lock.c:1124:28: note: in expansion of macro SvPV
char * work = (char*)SvPV(ST(1),na);
^~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5589:0,
from Lock.xs:21:
Lock.xs:628:10: error: sv_undef undeclared (first use in this function)
PUSHs(&sv_undef);\
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:421:28: note: in definition of macro PUSHs
#define PUSHs(s) (*++sp = (s))
^
Lock.xs:641:2: note: in expansion of macro PUSHResult
PUSHResult(result,mode); \
^~~~~~~~~~
Lock.xs:782:3: note: in expansion of macro ReturnResult
ReturnResult(_base_lockf(fileno(file),mode,offset,whence,length),mode);
^~~~~~~~~~~~
Lock.xs:633:11: error: sv_yes undeclared (first use in this function)
PUSHs(&sv_yes);\
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:421:28: note: in definition of macro PUSHs
#define PUSHs(s) (*++sp = (s))
^
Lock.xs:641:2: note: in expansion of macro PUSHResult
PUSHResult(result,mode); \
^~~~~~~~~~
Lock.xs:782:3: note: in expansion of macro ReturnResult
ReturnResult(_base_lockf(fileno(file),mode,offset,whence,length),mode);
^~~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
from Lock.xs:21:
Lock.c: In function XS_File__Lock__mode:
Lock.c:1324:35: error: na undeclared (first use in this function)
char * work = (char*)SvPV(ST(0),na);
^
/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))
^~
Lock.c:1324:24: note: in expansion of macro SvPV
char * work = (char*)SvPV(ST(0),na);
^~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5589:0,
from Lock.xs:21:
Lock.xs:628:10: error: sv_undef undeclared (first use in this function)
PUSHs(&sv_undef);\
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:421:28: note: in definition of macro PUSHs
#define PUSHs(s) (*++sp = (s))
^
Lock.xs:641:2: note: in expansion of macro PUSHResult
PUSHResult(result,mode); \
^~~~~~~~~~
Lock.xs:871:3: note: in expansion of macro ReturnResult
ReturnResult(mode & Lock_modemask,Lock_test);
^~~~~~~~~~~~
Lock.xs:633:11: error: sv_yes undeclared (first use in this function)
PUSHs(&sv_yes);\
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:421:28: note: in definition of macro PUSHs
#define PUSHs(s) (*++sp = (s))
^
Lock.xs:641:2: note: in expansion of macro PUSHResult
PUSHResult(result,mode); \
^~~~~~~~~~
Lock.xs:871:3: note: in expansion of macro ReturnResult
ReturnResult(mode & Lock_modemask,Lock_test);
^~~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
from Lock.xs:21:
Lock.c: In function XS_File__Lock_new:
Lock.c:1382:39: error: na undeclared (first use in this function)
char * work = (char*)SvPV(ST(2),na);
^
/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))
^~
Lock.c:1382:28: note: in expansion of macro SvPV
char * work = (char*)SvPV(ST(2),na);
^~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5589:0,
from Lock.xs:21:
Lock.xs:916:11: error: sv_undef undeclared (first use in this function)
PUSHs(&sv_undef);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:421:28: note: in definition of macro PUSHs
#define PUSHs(s) (*++sp = (s))
^
Makefile:331: recipe for target 'Lock.o' failed
make: *** [Lock.o] Error 1
! Installing File::Lock failed. See /home/ryan/.cpanm/work/1493344968.31433/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose File::Lock] 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