Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN POE-Loop-Kqueue-0.02 v5.14.1 GNU/Linux
Date: 2011-12-30T19:28:49Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear GDSL,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9115. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'fetch':
[ERROR] [Fri Dec 30 19:28:17 2011] MAKE failed: No such file or directory cp Kqueue.pm blib/lib/POE/Loop/Kqueue.pm
/home/cpan/pit/thr/perl-5.14.1/bin/perl /home/cpan/pit/thr/perl-5.14.1/lib/site_perl/5.14.1/ExtUtils/xsubpp -typemap /home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/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/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE" Kqueue.c
In file included from /home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE/regexp.h:226,
from /home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE/perl.h:3443,
from Kqueue.xs:9:
/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE/op_reg_common.h: In function 'set_regex_charset':
/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE/op_reg_common.h:64: warning: negative integer implicitly converted to unsigned type
Kqueue.xs:17:23: error: sys/event.h: No such file or directory
In file included from Kqueue.xs:20:
ppport.h:2979:1: warning: "PERL_UNUSED_DECL" redefined
In file included from Kqueue.xs:9:
/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE/perl.h:328:1: warning: this is the location of the previous definition
Kqueue.xs: In function 'push_event':
Kqueue.xs:131: error: invalid application of 'sizeof' to incomplete type 'struct kevent'
Kqueue.xs:131: error: invalid application of 'sizeof' to incomplete type 'struct kevent'
Kqueue.xs:131: error: invalid application of 'sizeof' to incomplete type 'struct kevent'
Kqueue.xs:131: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result
Kqueue.xs:133: error: invalid use of undefined type 'struct kevent'
Kqueue.xs:133: error: dereferencing pointer to incomplete type
Kqueue.xs:134: warning: implicit declaration of function 'EV_SET'
Kqueue.xs: At top level:
Kqueue.xs:181: error: 'void' must be the only parameter
Kqueue.xs: In function 'kevent_update':
Kqueue.xs:185: warning: implicit declaration of function 'kevent'
Kqueue.xs:191: warning: passing argument 1 of 'Perl_croak_nocontext' from incompatible pointer type
/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE/proto.h:5029: note: expected 'const char *' but argument is of type 'struct PerlInterpreter *'
Kqueue.xs: In function 'do_timeslice':
Kqueue.xs:246: warning: conversion to 'time_t' from 'UV' may change the sign of the result
Kqueue.xs:308: warning: passing argument 1 of 'Perl_croak_nocontext' from incompatible pointer type
/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE/proto.h:5029: note: expected 'const char *' but argument is of type 'struct PerlInterpreter *'
Kqueue.xs:329: error: increment of pointer to unknown structure
Kqueue.xs:329: error: arithmetic on pointer to an incomplete type
Kqueue.xs:336: error: dereferencing pointer to incomplete type
Kqueue.xs:336: error: 'EV_ERROR' undeclared (first use in this function)
Kqueue.xs:336: error: (Each undeclared identifier is reported only once
Kqueue.xs:336: error: for each function it appears in.)
Kqueue.xs:343: error: dereferencing pointer to incomplete type
Kqueue.xs:343: error: dereferencing pointer to incomplete type
Kqueue.xs:343: error: dereferencing pointer to incomplete type
Kqueue.xs:343: error: dereferencing pointer to incomplete type
Kqueue.xs:343: warning: passing argument 1 of 'Perl_croak_nocontext' from incompatible pointer type
/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE/proto.h:5029: note: expected 'const char *' but argument is of type 'struct PerlInterpreter *'
Kqueue.xs:346: error: dereferencing pointer to incomplete type
Kqueue.xs:347: error: 'EVFILT_READ' undeclared (first use in this function)
Kqueue.xs:352: warning: conversion to 'double' from 'long unsigned int' may alter its value
Kqueue.xs:353: error: dereferencing pointer to incomplete type
Kqueue.xs:356: error: 'EVFILT_WRITE' undeclared (first use in this function)
Kqueue.xs:361: warning: conversion to 'double' from 'long unsigned int' may alter its value
Kqueue.xs:362: error: dereferencing pointer to incomplete type
Kqueue.xs:367: error: dereferencing pointer to incomplete type
Kqueue.xs:367: error: dereferencing pointer to incomplete type
Kqueue.xs:367: warning: passing argument 1 of 'Perl_croak_nocontext' from incompatible pointer type
/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE/proto.h:5029: note: expected 'const char *' but argument is of type 'struct PerlInterpreter *'
Kqueue.c: In function 'XS_POE__Kernel_CLONE':
Kqueue.c:608: warning: unused variable 'items'
Kqueue.c:608: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_initialize':
Kqueue.xs:483: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.xs:486: warning: implicit declaration of function 'kqueue'
Kqueue.xs:494: error: invalid application of 'sizeof' to incomplete type 'struct kevent'
Kqueue.xs:494: error: invalid application of 'sizeof' to incomplete type 'struct kevent'
Kqueue.xs:494: error: invalid application of 'sizeof' to incomplete type 'struct kevent'
Kqueue.xs:496: error: invalid application of 'sizeof' to incomplete type 'struct kevent'
Kqueue.xs:496: error: invalid application of 'sizeof' to incomplete type 'struct kevent'
Kqueue.xs:496: error: invalid application of 'sizeof' to incomplete type 'struct kevent'
Kqueue.c:623: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_finalize':
Kqueue.xs:513: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.c:663: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_resume_time_watcher':
Kqueue.xs:533: warning: conversion to 'u_int' from 'UV' may alter its value
Kqueue.xs:535: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.c:696: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_reset_time_watcher':
Kqueue.xs:546: warning: conversion to 'u_int' from 'UV' may alter its value
Kqueue.xs:548: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.c:719: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_pause_time_watcher':
Kqueue.xs:562: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.c:742: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_watch_filehandle':
Kqueue.xs:571: warning: conversion to 'u_int' from 'int' may change the sign of the result
Kqueue.xs:572: warning: conversion to 'u_int' from 'UV' may alter its value
Kqueue.xs:579: error: 'EVFILT_READ' undeclared (first use in this function)
Kqueue.xs:579: error: 'EVFILT_WRITE' undeclared (first use in this function)
Kqueue.xs:579: error: 'EV_ADD' undeclared (first use in this function)
Kqueue.xs:579: error: 'EV_ENABLE' undeclared (first use in this function)
Kqueue.xs:581: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.c:764: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_ignore_filehandle':
Kqueue.xs:597: warning: conversion to 'u_int' from 'int' may change the sign of the result
Kqueue.xs:598: warning: conversion to 'u_int' from 'UV' may alter its value
Kqueue.xs:605: error: 'EVFILT_READ' undeclared (first use in this function)
Kqueue.xs:605: error: 'EVFILT_WRITE' undeclared (first use in this function)
Kqueue.xs:605: error: 'EV_DELETE' undeclared (first use in this function)
Kqueue.c:800: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_pause_filehandle':
Kqueue.xs:624: warning: conversion to 'u_int' from 'int' may change the sign of the result
Kqueue.xs:625: warning: conversion to 'int' from 'IV' may alter its value
Kqueue.xs:632: error: 'EVFILT_READ' undeclared (first use in this function)
Kqueue.xs:632: error: 'EVFILT_WRITE' undeclared (first use in this function)
Kqueue.xs:632: error: 'EV_DISABLE' undeclared (first use in this function)
Kqueue.xs:634: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.c:837: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_resume_filehandle':
Kqueue.xs:652: warning: conversion to 'u_int' from 'int' may change the sign of the result
Kqueue.xs:653: warning: conversion to 'u_int' from 'UV' may alter its value
Kqueue.xs:660: error: 'EVFILT_READ' undeclared (first use in this function)
Kqueue.xs:660: error: 'EVFILT_WRITE' undeclared (first use in this function)
Kqueue.xs:660: error: 'EV_ENABLE' undeclared (first use in this function)
Kqueue.xs:662: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.c:875: warning: unused variable 'Perl___notused'
Kqueue.c: In function 'XS_POE__Kernel_loop_do_timeslice':
Kqueue.c:913: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_run':
Kqueue.xs:694: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.c:932: warning: unused variable 'Perl___notused'
Kqueue.xs: In function 'XS_POE__Kernel_loop_halt':
Kqueue.xs:733: error: 'my_cxtp' undeclared (first use in this function)
Kqueue.c:982: warning: unused variable 'Perl___notused'
Kqueue.c: In function 'boot_POE__Loop__Kqueue':
Kqueue.c:1019: warning: conversion to 'U32' from 'I32' may change the sign of the result
Kqueue.c:1019: warning: conversion to 'U32' from 'I32' may change the sign of the result
Kqueue.c:1007: warning: unused variable 'Perl___notused'
make: *** [Kqueue.o] Error 1
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
ExtUtils::MakeMaker 6.62 0
POE 1.350 0.3009
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9115
CPANPLUS::Dist::Build 0.60
Cwd 3.36
ExtUtils::CBuilder 0.280203
ExtUtils::Command 1.17
ExtUtils::Install 1.56
ExtUtils::MakeMaker 6.62
ExtUtils::Manifest 1.60
ExtUtils::ParseXS 3.08
File::Spec 3.33
Module::Build 0.3800
Test::Harness 3.23
Test::More 0.98
version 0.95
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.66.
Powered by minismokebox version 0.54
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US
LC_COLLATE = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/java/bin:/usr/lib64/qt/bin:/usr/share/texmf/bin:.
PERL5LIB = :/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/IO-Tty-1.10/blib/lib:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/IO-Tty-1.10/blib/arch:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-Test-Loops-1.350/blib/lib:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-Test-Loops-1.350/blib/arch:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-1.350/blib/lib:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-1.350/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 28094
PERL5_CPANPLUS_IS_VERSION = 0.9115
PERL5_MINISMOKEBOX = 0.54
PERL5_YACSMOKE_BASE = /home/cpan/pit/thr/conf/perl-5.14.1
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/thr/perl-5.14.1/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 100 100
EGID: $) = 100 100
-------------------------------
--
Summary of my perl5 (revision 5 version 14 subversion 1) configuration:
Platform:
osname=linux, osvers=2.6.33.4, archname=x86_64-linux-thread-multi
uname='linux slack64 2.6.33.4 #3 smp wed may 12 23:13:09 cdt 2010 x86_64 intel(r) xeon(r) cpu e5520 @ 2.27ghz genuineintel gnulinux '
config_args='-des -Dprefix=/home/cpan/pit/thr/perl-5.14.1 -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.4.4', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.11.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under linux
Compiled at Jun 18 2011 17:27:21
%ENV:
PERL5LIB=":/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/IO-Tty-1.10/blib/lib:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/IO-Tty-1.10/blib/arch:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-Test-Loops-1.350/blib/lib:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-Test-Loops-1.350/blib/arch:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-1.350/blib/lib:/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-1.350/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="28094"
PERL5_CPANPLUS_IS_VERSION="0.9115"
PERL5_MINISMOKEBOX="0.54"
PERL5_YACSMOKE_BASE="/home/cpan/pit/thr/conf/perl-5.14.1"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/IO-Tty-1.10/blib/lib
/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/IO-Tty-1.10/blib/arch
/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-Test-Loops-1.350/blib/lib
/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-Test-Loops-1.350/blib/arch
/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-1.350/blib/lib
/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/POE-1.350/blib/arch
/home/cpan/pit/thr/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi
/home/cpan/pit/thr/perl-5.14.1/lib/site_perl/5.14.1
/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi
/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1
.