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

222 lines
12 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/1493323510.465
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::pNET () on cpanmetadb ...
Unpacking DBD-pNET-0.1003.tar.gz
--> Working on DBD::pNET
Fetching http://www.cpan.org/authors/id/J/JW/JWIED/DBD-pNET-0.1003.tar.gz ... OK
DBD-pNET-0.1003/
DBD-pNET-0.1003/README.ingres
DBD-pNET-0.1003/t/
DBD-pNET-0.1003/t/30insertfetch.t
DBD-pNET-0.1003/t/10dsnlist.t
DBD-pNET-0.1003/t/README
DBD-pNET-0.1003/t/mSQL.dbtest
DBD-pNET-0.1003/t/pNET.mtest
DBD-pNET-0.1003/t/skeleton.test
DBD-pNET-0.1003/t/40nulls.t
DBD-pNET-0.1003/t/40bindparam.t
DBD-pNET-0.1003/t/40blobs.t
DBD-pNET-0.1003/t/40listfields.t
DBD-pNET-0.1003/t/Ingres.dbtest
DBD-pNET-0.1003/t/00base.t
DBD-pNET-0.1003/t/40numrows.t
DBD-pNET-0.1003/t/lib.pl
DBD-pNET-0.1003/t/Ingres.mtest
DBD-pNET-0.1003/t/ak-dbd.t
DBD-pNET-0.1003/t/mysql.dbtest
DBD-pNET-0.1003/t/pNET.dbtest
DBD-pNET-0.1003/t/50chopblanks.t
DBD-pNET-0.1003/t/20createdrop.t
DBD-pNET-0.1003/t/mysql.mtest
DBD-pNET-0.1003/t/mSQL.mtest
DBD-pNET-0.1003/pNETagent.PL
DBD-pNET-0.1003/MANIFEST
DBD-pNET-0.1003/dbdimp.c
DBD-pNET-0.1003/pNET.pm
DBD-pNET-0.1003/bindparam.h
DBD-pNET-0.1003/dbdimp.h
DBD-pNET-0.1003/Makefile.PL
DBD-pNET-0.1003/ChangeLog
DBD-pNET-0.1003/README
DBD-pNET-0.1003/README.tests
DBD-pNET-0.1003/pNET.xs
Entering DBD-pNET-0.1003
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring DBD-pNET-0.1003 ... Checking for DBI, 0.86 or later ... ok
Checking for Storable ... ok
Checking for RPC::pServer ... ok
Checking if your kit is complete...
Looks good
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::pNET
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-pNET-0.1003 ... cp pNET.pm blib/lib/DBD/pNET.pm
Running Mkbootstrap for pNET ()
chmod 644 "pNET.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- pNET.bs blib/arch/auto/DBD/pNET/pNET.bs 644
cc -c -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.1003\" -DXS_VERSION=\"0.1003\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" dbdimp.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 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:23,
from dbdimp.h:24,
from dbdimp.c:23:
dbdimp.c: In function pNET_error:
dbdimp.c:165:25: error: na undeclared (first use in this function)
what, rc, SvPV(errstr,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:165:13: note: in expansion of macro SvPV
what, rc, SvPV(errstr,na));
^~~~
dbdimp.c:165:25: note: each undeclared identifier is reported only once for each function it appears in
what, rc, SvPV(errstr,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:165:13: note: in expansion of macro SvPV
what, rc, SvPV(errstr,na));
^~~~
In file included from dbdimp.h:24:0,
from dbdimp.c:23:
/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:164:10: note: in expansion of macro DBILOGFP
fprintf(DBILOGFP, "%s error %d recorded: %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 dbdimp.h:24,
from dbdimp.c:23:
/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 dbdimp.h:24,
from dbdimp.c:23:
dbdimp.c: In function CheckCall:
dbdimp.c:197:37: error: na undeclared (first use in this function)
char* err = SvPV(sp[-count+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))
^~
dbdimp.c:197:18: note: in expansion of macro SvPV
char* err = SvPV(sp[-count+2], na);
^~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/auto/DBI/DBIXS.h:23:0,
from dbdimp.h:24,
from dbdimp.c:23:
dbdimp.c: In function pNET_db_login:
dbdimp.c:286:18: error: errgv undeclared (first use in this function)
if (SvTRUE(GvSV(errgv))) {
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3688:52: note: in expansion of macro cBOOL
#define LIKELY(cond) EXPECT(cBOOL(cond),TRUE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1743:28: note: in expansion of macro LIKELY
#define SvTRUE(sv) (LIKELY(sv) && (UNLIKELY(SvGMAGICAL(sv)) ? sv_2bool(sv) : SvTRUE_common(sv, sv_2bool_nomg(sv))))
^~~~~~
dbdimp.c:286:6: note: in expansion of macro SvTRUE
if (SvTRUE(GvSV(errgv))) {
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/gv.h:96:19: note: in expansion of macro GvGP
#define GvSV(gv) (GvGP(gv)->gp_sv)
^~~~
dbdimp.c:286:13: note: in expansion of macro GvSV
if (SvTRUE(GvSV(errgv))) {
^~~~
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 dbdimp.h:24,
from dbdimp.c:23:
dbdimp.c:288:16: error: na undeclared (first use in this function)
SvPV(*svp, na), SvPV(GvSV(errgv), 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:288:5: note: in expansion of macro SvPV
SvPV(*svp, na), SvPV(GvSV(errgv), na));
^~~~
dbdimp.c: In function dbd_discon_all:
dbdimp.c:365:10: error: dirty undeclared (first use in this function)
if (!dirty && !SvTRUE(perl_get_sv("DBI::PERL_ENDING",0))) {
^~~~~
dbdimp.c:373:9: error: perl_destruct_level undeclared (first use in this function)
if (perl_destruct_level)
^~~~~~~~~~~~~~~~~~~
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 dbdimp.h:24,
from dbdimp.c:23:
dbdimp.c: In function pNET_st_execute:
dbdimp.c:580:59: error: na undeclared (first use in this function)
croak("%s->execute: Object is not a hash ref", SvPV(sth, 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:580:49: note: in expansion of macro SvPV
croak("%s->execute: Object is not a hash ref", SvPV(sth, na));
^~~~
dbdimp.c: In function pNET_st_fetch:
dbdimp.c:656:52: error: sv_yes undeclared (first use in this function)
SV* cb = DBIc_is(imp_sth, DBIcf_ChopBlanks) ? &sv_yes : &sv_no;
^~~~~~
dbdimp.c:656:62: error: sv_no undeclared (first use in this function)
SV* cb = DBIc_is(imp_sth, DBIcf_ChopBlanks) ? &sv_yes : &sv_no;
^~~~~
dbdimp.c: In function pNET_st_FETCH_attrib:
dbdimp.c:853:47: error: sv_yes undeclared (first use in this function)
return DBIc_is(imp_sth, DBIcf_ChopBlanks) ? &sv_yes : &sv_no;
^~~~~~
dbdimp.c:853:57: error: sv_no undeclared (first use in this function)
return DBIc_is(imp_sth, DBIcf_ChopBlanks) ? &sv_yes : &sv_no;
^~~~~
Makefile:339: recipe for target 'dbdimp.o' failed
make: *** [dbdimp.o] Error 1
! Installing DBD::pNET failed. See /home/ryan/.cpanm/work/1493323510.465/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose DBD::pNET] 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