cpantestlogs/Perl::AfterFork_genfailure.log
2017-05-02 18:44:36 -07:00

107 lines
5.3 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/1493538094.30644
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 Perl::AfterFork () on cpanmetadb ...
Unpacking Perl-AfterFork-0.01.tar.gz
--> Working on Perl::AfterFork
Fetching http://www.cpan.org/authors/id/O/OP/OPI/Perl-AfterFork-0.01.tar.gz ... OK
Perl-AfterFork-0.01/
Perl-AfterFork-0.01/t/
Perl-AfterFork-0.01/t/3_reinit_all.t
Perl-AfterFork-0.01/t/2_fork.t
Perl-AfterFork-0.01/t/1_use.t
Perl-AfterFork-0.01/lib/
Perl-AfterFork-0.01/lib/Perl/
Perl-AfterFork-0.01/lib/Perl/AfterFork.pm
Perl-AfterFork-0.01/README
Perl-AfterFork-0.01/Changes
Perl-AfterFork-0.01/mk_README.sh
Perl-AfterFork-0.01/Makefile.PL
Perl-AfterFork-0.01/AfterFork.xs
Perl-AfterFork-0.01/ppport.h
Perl-AfterFork-0.01/META.yml
Perl-AfterFork-0.01/MANIFEST
Entering Perl-AfterFork-0.01
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Perl-AfterFork-0.01 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Perl::AfterFork
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 Perl-AfterFork-0.01 ... cp lib/Perl/AfterFork.pm blib/lib/Perl/AfterFork.pm
Running Mkbootstrap for AfterFork ()
chmod 644 "AfterFork.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- AfterFork.bs blib/arch/auto/Perl/AfterFork/AfterFork.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' AfterFork.xs > AfterFork.xsc
mv AfterFork.xsc AfterFork.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=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" AfterFork.c
In file included from AfterFork.xs:5:0:
ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined
# define PERL_UNUSED_DECL
In file included from AfterFork.xs:2:0:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:323:0: note: this is the location of the previous definition
# define PERL_UNUSED_DECL __attribute__unused__
AfterFork.xs: In function XS_Perl__AfterFork_reinit_ppid:
AfterFork.xs:46:7: error: PL_ppid undeclared (first use in this function)
PL_ppid = (IV)getppid();
^~~~~~~
AfterFork.xs:46:7: note: each undeclared identifier is reported only once for each function it appears in
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from AfterFork.xs:2:
AfterFork.xs: In function XS_Perl__AfterFork_reinit_pidstatus:
AfterFork.xs:55:16: error: PL_pidstatus undeclared (first use in this function)
hv_clear(PL_pidstatus); /* no kids, so don't wait for 'em */
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:225:42: note: in definition of macro hv_clear
#define hv_clear(a) Perl_hv_clear(aTHX_ a)
^
AfterFork.xs: In function XS_Perl__AfterFork_reinit:
AfterFork.xs:66:7: error: PL_ppid undeclared (first use in this function)
PL_ppid = (IV)getppid();
^~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from AfterFork.xs:2:
AfterFork.xs:67:16: error: PL_pidstatus undeclared (first use in this function)
hv_clear(PL_pidstatus); /* no kids, so don't wait for 'em */
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:225:42: note: in definition of macro hv_clear
#define hv_clear(a) Perl_hv_clear(aTHX_ a)
^
Makefile:335: recipe for target 'AfterFork.o' failed
make: *** [AfterFork.o] Error 1
! Installing Perl::AfterFork failed. See /home/ryan/.cpanm/work/1493538094.30644/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Perl::AfterFork] 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