Front page | perl.cpan.testers |
Postings from June 2008
FAIL AIX-Perfstat-0.03 i386-freebsd-64int 7.0-release
From:
stro
Date:
June 13, 2008 22:49
Subject:
FAIL AIX-Perfstat-0.03 i386-freebsd-64int 7.0-release
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/
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear Richard Holden,
This is a computer-generated report for AIX-Perfstat-0.03
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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp lib/AIX/Perfstat.pm blib/lib/AIX/Perfstat.pm
cp example1.pl blib/lib/AIX/example1.pl
/usr/local/bin/perl /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Perfstat.xs > Perfstat.xsc && mv Perfstat.xsc Perfstat.c
cc -c -I. -Icpu/ -Inetinterface/ -Idisk/ -Imemory/ -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O2 -fno-strict-aliasing -pipe -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/mach/CORE" Perfstat.c
In file included from Perfstat.c:29:
cpu/cpu.h:17:25: error: libperfstat.h: No such file or directory
In file included from Perfstat.c:29:
cpu/cpu.h:26: error: expected specifier-qualifier-list before 'perfstat_cpu_t'
cpu/cpu.h:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
cpu/cpu.h:34: error: expected declaration specifiers or '...' before 'perfstat_cpu_total_t'
Perfstat.c: In function 'XS_AIX__Perfstat_cpu_total':
Perfstat.c:38: error: 'perfstat_cpu_total_t' undeclared (first use in this function)
Perfstat.c:38: error: (Each undeclared identifier is reported only once
Perfstat.c:38: error: for each function it appears in.)
Perfstat.c:38: error: 'RETVAL' undeclared (first use in this function)
Perfstat.c:43: error: too many arguments to function 'XS_pack_perfstat_cpu_total_tPtr'
cpu/cpu_xs: In function 'XS_AIX__Perfstat_cpu':
cpu/cpu_xs:37: error: 'perfstat_id_t' undeclared (first use in this function)
cpu/cpu_xs:37: error: expected ';' before 'cpu_name'
cpu/cpu_xs:38: warning: ISO C90 forbids mixed declarations and code
cpu/cpu_xs:57: error: 'my_cpu_t' has no member named 'data'
In file included from Perfstat.c:128:
memory/memory.h: At top level:
memory/memory.h:22: error: expected declaration specifiers or '...' before 'perfstat_memory_total_t'
Perfstat.c: In function 'XS_AIX__Perfstat_memory_total':
Perfstat.c:137: error: 'perfstat_memory_total_t' undeclared (first use in this function)
Perfstat.c:137: error: 'RETVAL' undeclared (first use in this function)
memory/memory_xs:18: error: expected expression before ')' token
Perfstat.c:152: error: too many arguments to function 'XS_pack_perfstat_memory_total_tPtr'
In file included from Perfstat.c:166:
netinterface/netinterface.h: At top level:
netinterface/netinterface.h:26: error: expected specifier-qualifier-list before 'perfstat_netinterface_t'
netinterface/netinterface.h:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
netinterface/netinterface.h:34: error: expected declaration specifiers or '...' before 'perfstat_netinterface_total_t'
Perfstat.c: In function 'XS_AIX__Perfstat_netinterface_total':
Perfstat.c:175: error: 'perfstat_netinterface_total_t' undeclared (first use in this function)
Perfstat.c:175: error: 'RETVAL' undeclared (first use in this function)
Perfstat.c:180: error: too many arguments to function 'XS_pack_perfstat_netinterface_total_tPtr'
netinterface/netinterface_xs: In function 'XS_AIX__Perfstat_netinterface':
netinterface/netinterface_xs:38: error: 'perfstat_id_t' undeclared (first use in this function)
netinterface/netinterface_xs:38: error: expected ';' before 'netinterface_name'
netinterface/netinterface_xs:39: warning: ISO C90 forbids mixed declarations and code
netinterface/netinterface_xs:58: error: 'my_netinterface_t' has no member named 'data'
In file included from Perfstat.c:265:
disk/disk.h: At top level:
disk/disk.h:26: error: expected specifier-qualifier-list before 'perfstat_disk_t'
disk/disk.h:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
disk/disk.h:35: error: expected declaration specifiers or '...' before 'perfstat_disk_total_t'
Perfstat.c: In function 'XS_AIX__Perfstat_disk_total':
Perfstat.c:274: error: 'perfstat_disk_total_t' undeclared (first use in this function)
Perfstat.c:274: error: 'RETVAL' undeclared (first use in this function)
Perfstat.c:279: error: too many arguments to function 'XS_pack_perfstat_disk_total_tPtr'
disk/disk_xs: In function 'XS_AIX__Perfstat_disk':
disk/disk_xs:37: error: 'perfstat_id_t' undeclared (first use in this function)
disk/disk_xs:37: error: expected ';' before 'disk_name'
disk/disk_xs:38: warning: ISO C90 forbids mixed declarations and code
disk/disk_xs:57: error: 'my_disk_t' has no member named 'data'
*** Error code 1
Stop in /root/.cpan/build/AIX-Perfstat-0.03-3NyCyy.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 21184
PERL5_CPAN_IS_EXECUTING = /root/.cpan/build/AIX-Perfstat-0.03-3NyCyy/Makefile.PL
PERL5_CPAN_IS_RUNNING = 21184
SHELL = /bin/csh
TERM = cons25
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/local/bin/perl
$UID/$EUID = 0 / 0
$GID = 0 5 0 0
$EGID = 0 5 0 0
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.92_60
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 0.74
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=freebsd, osvers=7.0-release, archname=i386-freebsd-64int
uname='freebsd freebsd.org 7.0-release freebsd 7.0-release #0: fri dec 7 15:51:05 pst 2007 kris@freebsd.org:usrsrcsysmagickernelpath i386 '
config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.8.8/mach -Dprivlib=/usr/local/lib/perl5/5.8.8 -Dman3dir=/usr/local/lib/perl5/5.8.8/perl/man/man3 -Dman1dir=/usr/local/man/man1 -Dsitearch=/usr/local/lib/perl5/site_perl/5.8.8/mach -Dsitelib=/usr/local/lib/perl5/site_perl/5.8.8 -Dscriptdir=/usr/local/bin -Dsiteman3dir=/usr/local/lib/perl5/5.8.8/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Duseshrplib -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -Doptimize=-O2 -fno-strict-aliasing -pipe -Ud_dosuid -Ui_gdbm -Dusethreads=n -Dusemymalloc=y -Duse64bitint'
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=undef
usemymalloc=y, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include',
optimize='-O2 -fno-strict-aliasing -pipe ',
cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='4.2.1 20070719 [FreeBSD]', 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='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -Wl,-E -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lm -lcrypt -lutil
perllibs=-lm -lcrypt -lutil
libc=, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-R/usr/local/lib/perl5/5.8.8/mach/CORE'
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib'
-
FAIL AIX-Perfstat-0.03 i386-freebsd-64int 7.0-release
by stro