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

331 lines
20 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/1493627022.20378
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 DBD::Empress () on cpanmetadb ...
Unpacking DBD-Empress-0.52.tar.gz
--> Working on DBD::Empress
Fetching http://www.cpan.org/authors/id/S/SW/SWILLIAM/DBD-Empress-0.52.tar.gz ... OK
DBD-Empress-0.52/
DBD-Empress-0.52/lib/
DBD-Empress-0.52/MANIFEST
DBD-Empress-0.52/Empress.h
DBD-Empress-0.52/README
DBD-Empress-0.52/Empress.pm
DBD-Empress-0.52/Empress.xs
DBD-Empress-0.52/Changes
DBD-Empress-0.52/test.pl
DBD-Empress-0.52/test_db.data
DBD-Empress-0.52/test_db.schema
DBD-Empress-0.52/Makefile.PL
DBD-Empress-0.52/dbdimp.c
DBD-Empress-0.52/mklibms.pl
DBD-Empress-0.52/dbdimp.h
DBD-Empress-0.52/config/
DBD-Empress-0.52/config/srv.conf
DBD-Empress-0.52/config/passwd
DBD-Empress-0.52/runtest
DBD-Empress-0.52/install.sh
DBD-Empress-0.52/install
DBD-Empress-0.52/j_runtest
DBD-Empress-0.52/j_test.pl
DBD-Empress-0.52/j_test_db.data
DBD-Empress-0.52/j_test_db.schema
DBD-Empress-0.52/se.h
Entering DBD-Empress-0.52
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring DBD-Empress-0.52 ... Using Empress Local Interface
Checking if your kit is complete...
Warning: the following files are missing in your kit:
lib/libdse.a
Please inform the author.
Warning: -L./lib changed to -L/home/ryan/.cpanm/work/1493627022.20378/DBD-Empress-0.52/./lib
Warning (mostly harmless): No library found for -ldse
Warning (mostly harmless): No library found for -lms
Using DBI 1.636 (for perl 5.026000 on x86_64-linux) installed in /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/
Generating a Unix-style Makefile
Writing Makefile for DBD::Empress
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 DBD-Empress-0.52 ... cp Empress.pm blib/lib/DBD/Empress.pm
Running Mkbootstrap for Empress ()
chmod 644 "Empress.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Empress.bs blib/arch/auto/DBD/Empress/Empress.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -p -e "s/~DRIVER~/Empress/g" /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/Driver.xst > Empress.xsi
"/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' Empress.xs > Empress.xsc
mv Empress.xsc Empress.c
cc -c -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/DBI -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.52\" -DXS_VERSION=\"0.52\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Empress.c
In file included from Empress.h:12:0,
from Empress.xs:1:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/Driver_xst.h: In function dbdxst_bind_params:
dbdimp.h:82:33: warning: implicit declaration of function emp_bind_ph [-Wimplicit-function-declaration]
#define dbd_bind_ph emp_bind_ph
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/Driver_xst.h:81:7: note: in expansion of macro dbd_bind_ph
if (!dbd_bind_ph(sth, imp_sth, idx, value, 0, Nullsv, FALSE, 0)) {
^~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__dr_discon_all_:
dbdimp.h:83:25: warning: implicit declaration of function emp_discon_all [-Wimplicit-function-declaration]
#define dbd_discon_all emp_discon_all
^
./Empress.xsi:71:13: note: in expansion of macro dbd_discon_all
ST(0) = dbd_discon_all(drh, imp_drh) ? &PL_sv_yes : &PL_sv_no;
^~~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__db__login:
dbdimp.h:65:33: warning: implicit declaration of function emp_db_login [-Wimplicit-function-declaration]
#define dbd_db_login emp_db_login
^
./Empress.xsi:125:13: note: in expansion of macro dbd_db_login
ST(0) = dbd_db_login( dbh, imp_dbh, SvPV_nolen(dbname), u, p) ? &PL_sv_yes : &PL_sv_no;
^~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__db_selectall_arrayref:
dbdimp.h:74:33: warning: implicit declaration of function emp_st_execute [-Wimplicit-function-declaration]
#define dbd_st_execute emp_st_execute
^
./Empress.xsi:177:10: note: in expansion of macro dbd_st_execute
if ( dbd_st_execute(sth, imp_sth) <= -2 ) { /* -2 == error */
^~~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__db_selectrow_arrayref:
dbdimp.h:76:33: warning: implicit declaration of function emp_st_finish [-Wimplicit-function-declaration]
#define dbd_st_finish emp_st_finish
^
./Empress.xsi:249:5: note: in expansion of macro dbd_st_finish
dbd_st_finish(sth, imp_sth);
^~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__db_commit:
dbdimp.h:66:33: warning: implicit declaration of function emp_db_commit [-Wimplicit-function-declaration]
#define dbd_db_commit emp_db_commit
^
./Empress.xsi:303:13: note: in expansion of macro dbd_db_commit
ST(0) = dbd_db_commit(dbh, imp_dbh) ? &PL_sv_yes : &PL_sv_no;
^~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__db_rollback:
dbdimp.h:67:33: warning: implicit declaration of function emp_db_rollback [-Wimplicit-function-declaration]
#define dbd_db_rollback emp_db_rollback
^
./Empress.xsi:313:13: note: in expansion of macro dbd_db_rollback
ST(0) = dbd_db_rollback(dbh, imp_dbh) ? &PL_sv_yes : &PL_sv_no;
^~~~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__db_disconnect:
dbdimp.h:68:33: warning: implicit declaration of function emp_db_disconnect [-Wimplicit-function-declaration]
#define dbd_db_disconnect emp_db_disconnect
^
./Empress.xsi:333:13: note: in expansion of macro dbd_db_disconnect
ST(0) = dbd_db_disconnect(dbh, imp_dbh) ? &PL_sv_yes : &PL_sv_no;
^~~~~~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__db_STORE:
dbdimp.h:70:33: warning: implicit declaration of function emp_db_STORE_attrib [-Wimplicit-function-declaration]
#define dbd_db_STORE_attrib emp_db_STORE_attrib
^
./Empress.xsi:347:10: note: in expansion of macro dbd_db_STORE_attrib
if (!dbd_db_STORE_attrib(dbh, imp_dbh, keysv, valuesv))
^~~~~~~~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__db_DESTROY:
dbdimp.h:69:33: warning: implicit declaration of function emp_db_destroy [-Wimplicit-function-declaration]
#define dbd_db_destroy emp_db_destroy
^
./Empress.xsi:411:9: note: in expansion of macro dbd_db_destroy
dbd_db_destroy(dbh, imp_dbh);
^~~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__st__prepare:
dbdimp.h:72:33: warning: implicit declaration of function emp_st_prepare [-Wimplicit-function-declaration]
#define dbd_st_prepare emp_st_prepare
^
./Empress.xsi:480:13: note: in expansion of macro dbd_st_prepare
ST(0) = dbd_st_prepare(sth, imp_sth, SvPV_nolen(statement), attribs) ? &PL_sv_yes : &PL_sv_no;
^~~~~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:23,
from Empress.h:10,
from Empress.xs:1:
./Empress.xsi: In function XS_DBD__Empress__st_rows:
dbdimp.h:73:33: warning: implicit declaration of function emp_st_rows [-Wimplicit-function-declaration]
#define dbd_st_rows emp_st_rows
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:596:46: note: in definition of macro sv_2mortal
#define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/XSUB.h:307:43: note: in expansion of macro newSViv
#define XST_mIV(i,v) (ST(i) = sv_2mortal(newSViv(v)) )
^~~~~~~
./Empress.xsi:492:5: note: in expansion of macro XST_mIV
XST_mIV(0, dbd_st_rows(sth, imp_sth));
^~~~~~~
./Empress.xsi:492:16: note: in expansion of macro dbd_st_rows
XST_mIV(0, dbd_st_rows(sth, imp_sth));
^~~~~~~~~~~
In file included from Empress.h:12:0,
from Empress.xs:1:
./Empress.xsi: In function XS_DBD__Empress__st_blob_read:
dbdimp.h:78:33: warning: implicit declaration of function emp_st_blob_read [-Wimplicit-function-declaration]
#define dbd_st_blob_read emp_st_blob_read
^
./Empress.xsi:728:9: note: in expansion of macro dbd_st_blob_read
if (dbd_st_blob_read(sth, imp_sth, field, offset, len, destrv, destoffset))
^~~~~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__st_STORE:
dbdimp.h:79:33: warning: implicit declaration of function emp_st_STORE_attrib [-Wimplicit-function-declaration]
#define dbd_st_STORE_attrib emp_st_STORE_attrib
^
./Empress.xsi:744:10: note: in expansion of macro dbd_st_STORE_attrib
if (!dbd_st_STORE_attrib(sth, imp_sth, keysv, valuesv))
^~~~~~~~~~~~~~~~~~~
./Empress.xsi: In function XS_DBD__Empress__st_DESTROY:
dbdimp.h:77:33: warning: implicit declaration of function emp_st_destroy [-Wimplicit-function-declaration]
#define dbd_st_destroy emp_st_destroy
^
./Empress.xsi:799:9: note: in expansion of macro dbd_st_destroy
dbd_st_destroy(sth, imp_sth);
^~~~~~~~~~~~~~
./Empress.xsi: In function boot_DBD__Empress:
dbdimp.h:64:33: warning: implicit declaration of function emp_init [-Wimplicit-function-declaration]
#define dbd_init emp_init
^
./Empress.xsi:45:5: note: in expansion of macro dbd_init
dbd_init(DBIS);
^~~~~~~~
cc -c -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/DBI -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.52\" -DXS_VERSION=\"0.52\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" dbdimp.c
In file included from Empress.h:12:0,
from dbdimp.c:1:
dbdimp.c: In function emp_st_fetch:
dbdimp.h:76:33: warning: implicit declaration of function emp_st_finish [-Wimplicit-function-declaration]
#define dbd_st_finish emp_st_finish
^
dbdimp.c:504:5: note: in expansion of macro dbd_st_finish
dbd_st_finish (sth, imp_sth);
^~~~~~~~~~~~~
dbdimp.c: In function emp_discon_all:
dbdimp.c:750:10: error: dirty undeclared (first use in this function)
if (!dirty && !SvTRUE(perl_get_sv("DBI::PERL_ENDING",0))) {
^~~~~
dbdimp.c:750:10: note: each undeclared identifier is reported only once for each function it appears in
dbdimp.c:758:9: error: perl_destruct_level undeclared (first use in this function)
if (perl_destruct_level)
^~~~~~~~~~~~~~~~~~~
dbdimp.c: In function dbd_preparse:
dbdimp.c:850:19: error: sv_undef undeclared (first use in this function)
phs_tpl.sv = &sv_undef;
^~~~~~~~
In file included from Empress.h:10:0,
from dbdimp.c:1:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:477:25: warning: passing argument 1 of fprintf from incompatible pointer type [-Wincompatible-pointer-types]
#define DBILOGFP (DBIS->logfp)
^
dbdimp.c:944:14: note: in expansion of macro DBILOGFP
fprintf(DBILOGFP, " dbd_preparse scanned %d distinct placeholders\n",
^~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perlio.h:41:0,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/iperlsys.h:51,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3880,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:23,
from Empress.h:10,
from dbdimp.c:1:
/usr/include/stdio.h:358:12: note: expected FILE * restrict {aka struct _IO_FILE * restrict} but argument is of type PerlIOl ** {aka struct _PerlIO **}
extern int fprintf (FILE *__restrict __stream,
^~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:23,
from Empress.h:10,
from dbdimp.c:1:
dbdimp.c: In function emp_bind_ph:
dbdimp.c:985:23: error: na undeclared (first use in this function)
name, SvPV(newvalue,na), attribs ? SvPV(attribs,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))
^~
dbdimp.c:985:9: note: in expansion of macro SvPV
name, SvPV(newvalue,na), attribs ? SvPV(attribs,na) : "" );
^~~~
In file included from Empress.h:10:0,
from dbdimp.c:1:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:477:25: warning: passing argument 1 of fprintf from incompatible pointer type [-Wincompatible-pointer-types]
#define DBILOGFP (DBIS->logfp)
^
dbdimp.c:984:10: note: in expansion of macro DBILOGFP
fprintf(DBILOGFP, "bind %s <== '%.200s' (attribs: %s)\n",
^~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perlio.h:41:0,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/iperlsys.h:51,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3880,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:23,
from Empress.h:10,
from dbdimp.c:1:
/usr/include/stdio.h:358:12: note: expected FILE * restrict {aka struct _IO_FILE * restrict} but argument is of type PerlIOl ** {aka struct _PerlIO **}
extern int fprintf (FILE *__restrict __stream,
^~~~~~~
dbdimp.c:992:21: error: sv_undef undeclared (first use in this function)
if (phs->sv == &sv_undef) { /* first bind for this placeholder */
^~~~~~~~
In file included from Empress.h:10:0,
from dbdimp.c:1:
dbdimp.c: In function _dbd_rebind_ph:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:477:25: warning: passing argument 1 of fprintf from incompatible pointer type [-Wincompatible-pointer-types]
#define DBILOGFP (DBIS->logfp)
^
dbdimp.c:1040:17: note: in expansion of macro DBILOGFP
fprintf(DBILOGFP, "bind %s <== %s (size %d/%d/%ld, ptype %ld, otype %d)\n",
^~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perlio.h:41:0,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/iperlsys.h:51,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3880,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:23,
from Empress.h:10,
from dbdimp.c:1:
/usr/include/stdio.h:358:12: note: expected FILE * restrict {aka struct _IO_FILE * restrict} but argument is of type PerlIOl ** {aka struct _PerlIO **}
extern int fprintf (FILE *__restrict __stream,
^~~~~~~
dbdimp.c:1051:19: error: no_modify undeclared (first use in this function)
croak(no_modify);
^~~~~~~~~
In file included from Empress.h:10:0,
from dbdimp.c:1:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:477:25: warning: passing argument 1 of fprintf from incompatible pointer type [-Wincompatible-pointer-types]
#define DBILOGFP (DBIS->logfp)
^
dbdimp.c:1078:17: note: in expansion of macro DBILOGFP
fprintf(DBILOGFP, "bind %s <== '%.100s' (size %d, ok %d)\n",
^~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perlio.h:41:0,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/iperlsys.h:51,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3880,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:23,
from Empress.h:10,
from dbdimp.c:1:
/usr/include/stdio.h:358:12: note: expected FILE * restrict {aka struct _IO_FILE * restrict} but argument is of type PerlIOl ** {aka struct _PerlIO **}
extern int fprintf (FILE *__restrict __stream,
^~~~~~~
Makefile:340: recipe for target 'dbdimp.o' failed
make: *** [dbdimp.o] Error 1
! Installing DBD::Empress failed. See /home/ryan/.cpanm/work/1493627022.20378/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose DBD::Empress] 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