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

134 lines
6.2 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/1493077697.8252
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 BingoX::Argon () on cpanmetadb ...
Unpacking BingoX-1.93.tar.gz
--> Working on BingoX::Argon
Fetching http://www.cpan.org/authors/id/C/CN/CNATION/BingoX-1.93.tar.gz ... OK
BingoX-1.93/
BingoX-1.93/README
BingoX-1.93/COPYING
BingoX-1.93/conf/
BingoX-1.93/conf/bingox.conf.template
BingoX-1.93/conf/bingox.conf.modules
BingoX-1.93/MANIFEST
BingoX-1.93/lib/
BingoX-1.93/lib/BingoX/
BingoX-1.93/lib/BingoX/Carbon.pm
BingoX-1.93/lib/BingoX/Cobalt.pm
BingoX-1.93/lib/BingoX/Argon.pm
BingoX-1.93/lib/BingoX/Time.pm
BingoX-1.93/lib/BingoX/Chromium.pm
BingoX-1.93/MANIFEST.SKIP
BingoX-1.93/INSTALL
BingoX-1.93/Makefile.PL
Entering BingoX-1.93
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring BingoX-1.93 ... Warning: prerequisite Time::Object 0 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for BingoX
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Time::Object 0 ... No
Checking if you have DBI 0 ... Yes (1.634)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Date::Parse 0 ... Yes (2.30)
Searching Time::Object (0) on cpanmetadb ...
Unpacking Time-Object-1.00.tar.gz
OK
==> Found dependencies: Time::Object
--> Working on Time::Object
Fetching http://www.cpan.org/authors/id/M/MS/MSERGEANT/Time-Object-1.00.tar.gz ... OK
Time-Object-1.00/
Time-Object-1.00/t/
Time-Object-1.00/t/base.t
Time-Object-1.00/t/core.t
Time-Object-1.00/Object.xs
Time-Object-1.00/Makefile.PL
Time-Object-1.00/Seconds.pm
Time-Object-1.00/Object.pm
Time-Object-1.00/README
Time-Object-1.00/MANIFEST
Entering Time-Object-1.00
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring Time-Object-1.00 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Time::Object
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 Time-Object-1.00 ... cp Seconds.pm blib/lib/Time/Seconds.pm
cp Object.pm blib/lib/Time/Object.pm
Running Mkbootstrap for Object ()
chmod 644 "Object.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Object.bs blib/arch/auto/Time/Object/Object.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' Object.xs > Object.xsc
Please specify prototyping behavior for Object.xs (see perlxs manual)
mv Object.xsc Object.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=\"1.00\" -DXS_VERSION=\"1.00\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Object.c
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from Object.xs:5:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:245:21: error: static declaration of Perl_init_tm follows non-static declaration
#define init_tm(a) Perl_init_tm(aTHX_ a)
^
Object.xs:34:1: note: in expansion of macro init_tm
init_tm(struct tm *ptm) /* see mktime, strftime and asctime */
^~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
from Object.xs:5:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:1339:20: note: previous declaration of Perl_init_tm was here
PERL_CALLCONV void Perl_init_tm(pTHX_ struct tm *ptm);
^~~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from Object.xs:5:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:352:22: error: static declaration of Perl_mini_mktime follows non-static declaration
#define mini_mktime Perl_mini_mktime
^
Object.xs:50:1: note: in expansion of macro mini_mktime
mini_mktime(struct tm *ptm)
^~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
from Object.xs:5:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:2017:20: note: previous declaration of Perl_mini_mktime was here
PERL_CALLCONV void Perl_mini_mktime(struct tm *ptm);
^~~~~~~~~~~~~~~~
Makefile:330: recipe for target 'Object.o' failed
make: *** [Object.o] Error 1
! Installing Time::Object failed. See /home/ryan/.cpanm/work/1493077697.8252/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'Time::Object' is not installed
! Bailing out the installation for BingoX-1.93.
FAIL
Command [cpanm --reinstall --verbose BingoX::Argon] 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