cpantestlogs/POE::Loop::Kqueue_genfailure.log
2017-05-02 18:44:36 -07:00

123 lines
7.5 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/1493232608.7290
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 POE::Loop::Kqueue () on cpanmetadb ...
Unpacking POE-Loop-Kqueue-0.02.tar.gz
--> Working on POE::Loop::Kqueue
Fetching http://www.cpan.org/authors/id/G/GD/GDSL/POE-Loop-Kqueue-0.02.tar.gz ... OK
POE-Loop-Kqueue-0.02/
POE-Loop-Kqueue-0.02/ppport.h
POE-Loop-Kqueue-0.02/META.yml
POE-Loop-Kqueue-0.02/Kqueue.xs
POE-Loop-Kqueue-0.02/Changes
POE-Loop-Kqueue-0.02/Kqueue.pm
POE-Loop-Kqueue-0.02/MANIFEST
POE-Loop-Kqueue-0.02/t/
POE-Loop-Kqueue-0.02/t/dummy.t
POE-Loop-Kqueue-0.02/Makefile.PL
POE-Loop-Kqueue-0.02/README
Entering POE-Loop-Kqueue-0.02
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring POE-Loop-Kqueue-0.02 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for POE::Loop::Kqueue
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have POE 0.3009 ... Yes (1.367)
OK
Building and testing POE-Loop-Kqueue-0.02 ... cp Kqueue.pm blib/lib/POE/Loop/Kqueue.pm
Running Mkbootstrap for Kqueue ()
chmod 644 "Kqueue.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Kqueue.bs blib/arch/auto/POE/Loop/Kqueue/Kqueue.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' Kqueue.xs > Kqueue.xsc
mv Kqueue.xsc Kqueue.c
cc -c -Wall -Wpointer-arith -Winline -Wstrict-prototypes -Wconversion -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" Kqueue.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 Kqueue.xs:9:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h: In function SvAMAGIC_off:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:979:39: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion]
#define HvAMAGIC_off(hv) (SvFLAGS(hv) &=~ SVf_AMAGIC)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h:213:2: note: in expansion of macro HvAMAGIC_off
HvAMAGIC_off(SvSTASH(SvRV(sv)));
^~~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5785:0,
from Kqueue.xs:9:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h: In function S_SvPADSTALE_off:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h:226:24: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion]
return SvFLAGS(sv) &= ~SVs_PADSTALE;
^~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/regexp.h:21:0,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3914,
from Kqueue.xs:9:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h: In function Perl_valid_utf8_to_uvchr:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/utf8.h:173:31: warning: conversion to UV {aka long unsigned int} from int may change the sign of the result [-Wsign-conversion]
#define NATIVE_UTF8_TO_I8(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) (ch)))
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h:310:10: note: in expansion of macro NATIVE_UTF8_TO_I8
uv = NATIVE_UTF8_TO_I8(uv) & UTF_START_MASK(expectlen);
^~~~~~~~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5785:0,
from Kqueue.xs:9:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h: In function S_is_utf8_string_flags:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h:589:16: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion]
if ((flags & ~UTF8_DISALLOW_ABOVE_31_BIT)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h:595:16: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion]
if ((flags & ~UTF8_DISALLOW_ABOVE_31_BIT)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h: In function S_is_utf8_string_loclen_flags:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h:835:16: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion]
if ((flags & ~UTF8_DISALLOW_ABOVE_31_BIT)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h:841:16: warning: negative integer implicitly converted to unsigned type [-Wsign-conversion]
if ((flags & ~UTF8_DISALLOW_ABOVE_31_BIT)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h: In function S_cx_pushsub:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h:1385:20: warning: conversion to U8 {aka unsigned char} from int may alter its value [-Wconversion]
cx->cx_type |= (hasargs) ? CXp_HASARGS : 0;
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h: In function S_cx_pusheval:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/inline.h:1504:19: warning: conversion to U16 {aka short unsigned int} from int may alter its value [-Wconversion]
cx->blk_u16 = (PL_in_eval & 0x3F) | ((U16)PL_op->op_type << 7);
^
Kqueue.xs: At top level:
Kqueue.xs:17:23: fatal error: sys/event.h: No such file or directory
#include <sys/event.h>
^
compilation terminated.
Makefile:330: recipe for target 'Kqueue.o' failed
make: *** [Kqueue.o] Error 1
! Installing POE::Loop::Kqueue failed. See /home/ryan/.cpanm/work/1493232608.7290/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose POE::Loop::Kqueue] 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