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

123 lines
6 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/1493238854.28860
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 Method::Destructor () on cpanmetadb ...
Unpacking Method-Destructor-0.02.tar.gz
--> Working on Method::Destructor
Fetching http://www.cpan.org/authors/id/G/GF/GFUJI/Method-Destructor-0.02.tar.gz ... OK
Method-Destructor-0.02/
Method-Destructor-0.02/benchmark/
Method-Destructor-0.02/benchmark/destroy.pl
Method-Destructor-0.02/benchmark/mouse.pl
Method-Destructor-0.02/Changes
Method-Destructor-0.02/Destructor.xs
Method-Destructor-0.02/example/
Method-Destructor-0.02/example/demo.pl
Method-Destructor-0.02/inc/
Method-Destructor-0.02/inc/Module/
Method-Destructor-0.02/inc/Module/Install/
Method-Destructor-0.02/inc/Module/Install/AuthorTests.pm
Method-Destructor-0.02/inc/Module/Install/Base.pm
Method-Destructor-0.02/inc/Module/Install/Makefile.pm
Method-Destructor-0.02/inc/Module/Install/MakeMaker.pm
Method-Destructor-0.02/inc/Module/Install/Metadata.pm
Method-Destructor-0.02/inc/Module/Install.pm
Method-Destructor-0.02/lib/
Method-Destructor-0.02/lib/Method/
Method-Destructor-0.02/lib/Method/Destructor.pm
Method-Destructor-0.02/Makefile.PL
Method-Destructor-0.02/MANIFEST
Method-Destructor-0.02/MANIFEST.SKIP
Method-Destructor-0.02/META.yml
Method-Destructor-0.02/mgx.h
Method-Destructor-0.02/mro_compat.h
Method-Destructor-0.02/ppport.h
Method-Destructor-0.02/README
Method-Destructor-0.02/t/
Method-Destructor-0.02/t/00_compile.t
Method-Destructor-0.02/t/01_simple.t
Method-Destructor-0.02/t/02_optional.t
Method-Destructor-0.02/t/03_optional_skipped.t
Method-Destructor-0.02/t/04_cache.t
Method-Destructor-0.02/t/10_with_moose.t
Method-Destructor-0.02/t/11_with_mouse.t
Method-Destructor-0.02/t/12_leaktrace.t
Method-Destructor-0.02/xt/
Method-Destructor-0.02/xt/01_podspell.t
Method-Destructor-0.02/xt/02_pod.t
Method-Destructor-0.02/xt/03_pod-coverage.t
Method-Destructor-0.02/xt/04_synopsis.t
Entering Method-Destructor-0.02
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Method-Destructor-0.02 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Method::Destructor
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.62 ... Yes (1.302078)
Checking if you have MRO::Compat 0 ... Yes (0.13)
Checking if you have parent 0 ... Yes (0.236)
Checking if you have Test::LeakTrace 0.08 ... Yes (0.15)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing Method-Destructor-0.02 ... cp lib/Method/Destructor.pm blib/lib/Method/Destructor.pm
Running Mkbootstrap for Destructor ()
chmod 644 "Destructor.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Destructor.bs blib/arch/auto/Method/Destructor/Destructor.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" "/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' Destructor.xs > Destructor.xsc
mv Destructor.xsc Destructor.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=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Destructor.c
In file included from Destructor.xs:4:0:
Destructor.c:248:10: error: static declaration of XS_Method__Destructor_DESTROY follows non-static declaration
XS_EUPXS(XS_Method__Destructor_DESTROY); /* prototype to pass -Wmissing-prototypes */
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/XSUB.h:138:43: note: in definition of macro XS_INTERNAL
# define XS_INTERNAL(name) STATIC void name(pTHX_ CV* cv __attribute__unused__)
^~~~
Destructor.c:248:1: note: in expansion of macro XS_EUPXS
XS_EUPXS(XS_Method__Destructor_DESTROY); /* prototype to pass -Wmissing-prototypes */
^~~~~~~~
Destructor.xs:53:4: note: previous declaration of XS_Method__Destructor_DESTROY was here
XS(XS_Method__Destructor_DESTROY);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/XSUB.h:137:36: note: in definition of macro XS_EXTERNAL
# define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
^~~~
Destructor.xs:53:1: note: in expansion of macro XS
XS(XS_Method__Destructor_DESTROY);
^~
Makefile:338: recipe for target 'Destructor.o' failed
make: *** [Destructor.o] Error 1
! Installing Method::Destructor failed. See /home/ryan/.cpanm/work/1493238854.28860/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Method::Destructor] 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