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

147 lines
7.1 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/1493494448.11377
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 PHP () on cpanmetadb ...
Unpacking PHP-0.15.tar.gz
--> Working on PHP
Fetching http://www.cpan.org/authors/id/M/MO/MOB/PHP-0.15.tar.gz ... OK
PHP-0.15/
PHP-0.15/META.yml
PHP-0.15/test.pl
PHP-0.15/PHP.pm
PHP-0.15/PHP.c
PHP-0.15/Changes
PHP-0.15/Makefile.PL
PHP-0.15/MANIFEST
PHP-0.15/PHP.h
PHP-0.15/README
PHP-0.15/META.json
PHP-0.15/array.c
Entering PHP-0.15
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring PHP-0.15 ... Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lphp5
Generating a Unix-style Makefile
Writing Makefile for PHP
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 PHP-0.15 ... cp PHP.pm blib/lib/PHP.pm
Running Mkbootstrap for PHP ()
chmod 644 "PHP.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- PHP.bs blib/arch/auto/PHP/PHP.bs 644
cc -c -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -Wall -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" PHP.c
In file included from /usr/include/php5/main/php.h:34:0,
from /usr/include/php5/sapi/embed/php_embed.h:23,
from PHP.h:14,
from PHP.c:4:
/usr/include/php5/main/php_config.h:2487:0: warning: "_GNU_SOURCE" redefined
#define _GNU_SOURCE 1
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:28:0,
from PHP.h:9,
from PHP.c:4:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/config.h:1057:0: note: this is the location of the previous definition
# define _GNU_SOURCE
PHP.c: In function PHP_stringify:
PHP.c:201:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
sprintf( str, "PHP(0x%x)", (unsigned int) SvRV( sv));
^
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from PHP.h:9,
from PHP.c:4:
PHP.c: In function PHP_set_php_input:
/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)
^~~~~~~~~~
PHP.c:818:17: note: in expansion of macro SvPV
post_content = SvPV(ST(0), post_content_length);
^~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
from PHP.h:9,
from PHP.c:4:
/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 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -Wall -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" array.c
In file included from /usr/include/php5/main/php.h:34:0,
from /usr/include/php5/sapi/embed/php_embed.h:23,
from PHP.h:14,
from array.c:9:
/usr/include/php5/main/php_config.h:2487:0: warning: "_GNU_SOURCE" redefined
#define _GNU_SOURCE 1
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:28:0,
from PHP.h:9,
from array.c:9:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/config.h:1057:0: note: this is the location of the previous definition
# define _GNU_SOURCE
rm -f blib/arch/auto/PHP/PHP.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong PHP.o array.o -o blib/arch/auto/PHP/PHP.so \
\
chmod 755 blib/arch/auto/PHP/PHP.so
Manifying 1 pod document
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- PHP.bs blib/arch/auto/PHP/PHP.bs 644
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iblib/lib" "-Iblib/arch" test.pl
1..79
not ok 1 - use_ok PHP
# Failed test 'use_ok PHP'
# at test.pl line 11.
not ok 2 - require PHP;
# Failed test 'require PHP;'
# at test.pl line 18.
# Tried to require 'PHP'.
# Error: Attempt to reload PHP.pm aborted.
# Compilation failed in require at (eval 7) line 2.
not ok 3 - eval
# Failed test 'eval'
# at test.pl line 49.
Module PHP failed to load at blib/lib/PHP.pm line 80.
Module PHP failed to load at blib/lib/PHP.pm line 80.
END failed--call queue aborted.
# Looks like your test exited with 22 just after 3.
Makefile:1006: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 22
! Installing PHP failed. See /home/ryan/.cpanm/work/1493494448.11377/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose PHP] 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