Front page | perl.cpan.testers |
Postings from June 2008
FAIL POE-Loop-Kqueue-0.02 i686-linux-64int-ld 2.6.24-16-generic
From:
DAGOLDEN
Date:
June 10, 2008 06:41
Subject:
FAIL POE-Loop-Kqueue-0.02 i686-linux-64int-ld 2.6.24-16-generic
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
--
Dear Sergey Skvortsov,
This is a computer-generated report for POE-Loop-Kqueue-0.02
on perl 5.8.8, created by CPAN-Reporter-1.15.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://cpantest.grango.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp Kqueue.pm blib/lib/POE/Loop/Kqueue.pm
/home/david/perl/5.8.8/bin/perl /home/david/perl/5.8.8/lib/5.8.8/ExtUtils/xsubpp -typemap /home/david/perl/5.8.8/lib/5.8.8/ExtUtils/typemap Kqueue.xs > Kqueue.xsc && mv Kqueue.xsc Kqueue.c
gcc -c -Wall -Wpointer-arith -Winline -Wstrict-prototypes -Wconversion -O2 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fpic "-I/home/david/perl/5.8.8/lib/5.8.8/i686-linux-64int-ld/CORE" Kqueue.c
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/david/perl/5.8.8/lib/5.8.8/i686-linux-64int-ld/CORE/perl.h:163: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: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:128: warning: unused variable ‘Perl___notused’
Kqueue.xs: In function ‘kevent_update’:
Kqueue.xs:185: warning: implicit declaration of function ‘kevent’
Kqueue.xs:183: warning: unused variable ‘Perl___notused’
Kqueue.xs: In function ‘do_timeslice’:
Kqueue.xs:235: warning: dereferencing type-punned pointer will break strict-aliasing rules
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:346: error: dereferencing pointer to incomplete type
Kqueue.xs:347: error: ‘EVFILT_READ’ undeclared (first use in this function)
Kqueue.xs:353: error: dereferencing pointer to incomplete type
Kqueue.xs:356: error: ‘EVFILT_WRITE’ undeclared (first use in this function)
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:375: warning: dereferencing type-punned pointer will break strict-aliasing rules
Kqueue.xs:223: warning: unused variable ‘Perl___notused’
Kqueue.xs: In function ‘XS_POE__Kernel_loop_initialize’:
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.xs: In function ‘XS_POE__Kernel_loop_watch_filehandle’:
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: In function ‘XS_POE__Kernel_loop_ignore_filehandle’:
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.xs: In function ‘XS_POE__Kernel_loop_pause_filehandle’:
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: In function ‘XS_POE__Kernel_loop_resume_filehandle’:
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: In function ‘XS_POE__Kernel_loop_run’:
Kqueue.xs:702: warning: dereferencing type-punned pointer will break strict-aliasing rules
make: *** [Kqueue.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------ ------ ------
POE 0.3009 1.0002
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LD_LIBRARY_PATH = /home/david/opt/subversion/lib
PATH = .:/home/david/bin:/home/david/git/utility-scripts:/home/david/perl/current/bin:.:/home/david/bin:/home/david/git/utility-scripts:/home/david/perl/current/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PERL5LIB = /home/david/.cpan/build/CGI-Cache-1.4200-4KajBH/blib/arch:/home/david/.cpan/build/CGI-Cache-1.4200-4KajBH/blib/lib:/home/david/.cpan/build/Business-SEDOL-2.01-Q3GI6V/blib/arch:/home/david/.cpan/build/Business-SEDOL-2.01-Q3GI6V/blib/lib:/home/david/.cpan/build/Filesys-Virtual-DPAP-0.01-1icAJG/blib/arch:/home/david/.cpan/build/Filesys-Virtual-DPAP-0.01-1icAJG/blib/lib:/home/david/.cpan/build/Parse-PhoneNumber-1.5-iGAh3B/blib/arch:/home/david/.cpan/build/Parse-PhoneNumber-1.5-iGAh3B/blib/lib:/home/david/.cpan/build/Javascript-Select-Chain-1.3-KvqICO/blib/arch:/home/david/.cpan/build/Javascript-Select-Chain-1.3-KvqICO/blib/lib:/home/david/.cpan/build/Pragmatic-1.7-TTgq5F/blib/arch:/home/david/.cpan/build/Pragmatic-1.7-TTgq5F/blib/lib:/home/david/.cpan/build/Business-OnlinePayment-eSelectPlus-0.01-EmrwPF/blib/arch:/home/david/.cpan/build/Business-OnlinePayment-eSelectPlus-0.01-EmrwPF/blib/lib:/home/david/.cpan/build/MMM-Sylk-0.02-csLy4o/blib/arch:/home/david/.cpan/build/MMM-Sylk-0.02-csLy4o/blib/lib:/home/david/.cpan/build/Petal-Mail-0.31-vlmAyx/blib/arch:/home/david/.cpan/build/Petal-Mail-0.31-vlmAyx/blib/lib:/home/david/.cpan/build/Algorithm-BinPack-0.5-5dXYNS/blib/arch:/home/david/.cpan/build/Algorithm-BinPack-0.5-5dXYNS/blib/lib:/home/david/.cpan/build/WWW-Mechanize-Frames-0.03-q0Jnwh/blib/arch:/home/david/.cpan/build/WWW-Mechanize-Frames-0.03-q0Jnwh/blib/lib:/home/david/.cpan/build/Math-Random-Brownian-0.03-L1bJ6d/blib/arch:/home/david/.cpan/build/Math-Random-Brownian-0.03-L1bJ6d/blib/lib:/home/david/.cpan/build/Devel-Refactor-0.05-GkoWiF/blib/arch:/home/david/.cpan/build/Devel-Refactor-0.05-GkoWiF/blib/lib:/home/david/.cpan/build/CGI-Authen-Simple-1.0-awF4kh/blib/arch:/home/david/.cpan/build/CGI-Authen-Simple-1.0-awF4kh/blib/lib:/home/david/.cpan/build/Math-FitRect-0.02-MgkttI/blib/arch:/home/david/.cpan/build/Math-FitRect-0.02-MgkttI/blib/lib:/home/david/.cpan/build/Net-MarkLogic-XDBC-0.11-SWR0ZG/blib/arch:/home/david/.cpan/build/Net-MarkLogic-XDBC-0.11-SWR0ZG/blib/lib:/home/david/.cpan/build/perlysmil-johKEY/blib/arch:/home/david/.cpan/build/perlysmil-johKEY/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20856
PERL5_CPAN_IS_EXECUTING = /home/david/.cpan/build/POE-Loop-Kqueue-0.02-H_fIzv/Makefile.PL
PERL5_CPAN_IS_RUNNING = 20856
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 11035,20856
PERL_CR_SMOKER_CURRENT = POE-Loop-Kqueue-0.02
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/david/perl/5.8.8/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 1000 116 115 107 46 44 30 29 25 24 20 4
$EGID = 1000 1000 116 115 107 46 44 30 29 25 24 20 4
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.92_62
Cwd 3.2701
ExtUtils::CBuilder 0.23
ExtUtils::Command 1.13
ExtUtils::Install 1.45
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51
ExtUtils::ParseXS n/a
File::Spec 3.2701
Module::Build 0.2808
Module::Signature n/a
Test::Harness 3.10
Test::More 0.80
YAML 0.66
YAML::Syck 1.04
version n/a
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.24-16-generic, archname=i686-linux-64int-ld
uname='linux griffon 2.6.24-16-generic #1 smp thu apr 10 13:23:42 utc 2008 i686 gnulinux '
config_args='-de -Uversiononly -Dusedevel -Dusemorebits -Dprefix=/home/david/perl/5.8.8 -Dmydomain=.hyperbolic.net -Dcf_email=dagolden@cpan.org -Dperladmin=dagolden@cpan.org -Dcc=gcc'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='4.2.3 (Ubuntu 4.2.3-2ubuntu7)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='long double', nvsize=12, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
-
FAIL POE-Loop-Kqueue-0.02 i686-linux-64int-ld 2.6.24-16-generic
by DAGOLDEN