Back
From: metabase:user:e3434da8-b236-11df-85ca-0247c6d74bde
Subject: UNKNOWN Win32API-ProcessStatus-0.01 v5.13.7 GNU/Linux
Date: 2010-12-01T23:03:25Z
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 Ferdinand Prantl,
This is a computer-generated report for Win32API-ProcessStatus-0.01
on perl 5.13.7, created by CPAN-Reporter-1.1803.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.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 ProcessStatus.pm blib/lib/Win32API/ProcessStatus.pm
/home/tester/testing/perl-5.13.7/bin/perl /home/tester/testing/perl-5.13.7/lib/5.13.7/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap -typemap typemap ProcessStatus.xs > ProcessStatus.xsc && mv ProcessStatus.xsc ProcessStatus.c
Please specify prototyping behavior for ProcessStatus.xs (see perlxs manual)
cc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I../../.." ProcessStatus.c
In file included from ProcessStatus.xs:2:
../../../perl.h:5960:63: error: libutil.h: No such file or directory
ProcessStatus.xs:6:21: error: windows.h: No such file or directory
ProcessStatus.xs:7:19: error: Psapi.h: No such file or directory
ProcessStatus.xs:36: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âdwLastErrorâ
ProcessStatus.xs:38: error: expected â)â before âdwErrorâ
ProcessStatus.xs:43: error: expected â)â before âbStatusâ
ProcessStatus.c: In function âXS_Win32API__ProcessStatus_GetLastProcessStatusErrorâ:
ProcessStatus.c:123: error: âDWORDâ undeclared (first use in this function)
ProcessStatus.c:123: error: (Each undeclared identifier is reported only once
ProcessStatus.c:123: error: for each function it appears in.)
ProcessStatus.c:123: error: expected â;â before âRETVALâ
ProcessStatus.xs:54: error: âRETVALâ undeclared (first use in this function)
ProcessStatus.xs:54: error: âdwLastErrorâ undeclared (first use in this function)
ProcessStatus.c: In function âXS_Win32API__ProcessStatus_EnumProcessesâ:
ProcessStatus.c:146: error: âDWORDâ undeclared (first use in this function)
ProcessStatus.c:146: error: âlpidProcessâ undeclared (first use in this function)
ProcessStatus.c:147: error: âBOOLâ undeclared (first use in this function)
ProcessStatus.c:147: error: expected â;â before âRETVALâ
ProcessStatus.xs:62: error: expected â;â before âcbâ
ProcessStatus.xs:63: error: expected â;â before âlen_lpidProcessâ
ProcessStatus.xs:66: error: âcbâ undeclared (first use in this function)
ProcessStatus.xs:67: error: expected expression before â)â token
ProcessStatus.xs:68: error: âRETVALâ undeclared (first use in this function)
ProcessStatus.xs:68: error: âlen_lpidProcessâ undeclared (first use in this function)
ProcessStatus.c: In function âXS_Win32API__ProcessStatus_EnumProcessModulesâ:
ProcessStatus.c:200: error: âHANDLEâ undeclared (first use in this function)
ProcessStatus.c:200: error: expected â;â before âhProcessâ
ProcessStatus.c:201: error: âHMODULEâ undeclared (first use in this function)
ProcessStatus.c:201: error: âlphModuleâ undeclared (first use in this function)
ProcessStatus.c:202: error: âBOOLâ undeclared (first use in this function)
ProcessStatus.c:202: error: expected â;â before âRETVALâ
ProcessStatus.xs:86: error: âDWORDâ undeclared (first use in this function)
ProcessStatus.xs:86: error: expected â;â before âcbâ
ProcessStatus.xs:87: error: expected â;â before âlen_lphModuleâ
ProcessStatus.xs:90: error: âcbâ undeclared (first use in this function)
ProcessStatus.xs:91: error: expected expression before â)â token
ProcessStatus.xs:92: error: âRETVALâ undeclared (first use in this function)
ProcessStatus.xs:92: error: âhProcessâ undeclared (first use in this function)
ProcessStatus.xs:92: error: âlen_lphModuleâ undeclared (first use in this function)
ProcessStatus.c: In function âXS_Win32API__ProcessStatus_GetModuleBaseNameAâ:
ProcessStatus.c:255: error: âHANDLEâ undeclared (first use in this function)
ProcessStatus.c:255: error: expected â;â before âhProcessâ
ProcessStatus.c:256: error: âHMODULEâ undeclared (first use in this function)
ProcessStatus.c:256: error: expected â;â before âhModuleâ
ProcessStatus.c:257: error: âCHARâ undeclared (first use in this function)
ProcessStatus.c:257: error: âlpBaseNameâ undeclared (first use in this function)
ProcessStatus.c:258: error: âDWORDâ undeclared (first use in this function)
ProcessStatus.c:258: error: expected â;â before âRETVALâ
ProcessStatus.xs:111: error: expected â;â before ânSizeâ
ProcessStatus.xs:114: error: ânSizeâ undeclared (first use in this function)
ProcessStatus.xs:114: error: âMAX_PATHâ undeclared (first use in this function)
ProcessStatus.xs:115: error: expected expression before â)â token
ProcessStatus.xs:116: error: âRETVALâ undeclared (first use in this function)
ProcessStatus.xs:116: error: âhProcessâ undeclared (first use in this function)
ProcessStatus.xs:116: error: âhModuleâ undeclared (first use in this function)
ProcessStatus.c: In function âXS_Win32API__ProcessStatus_GetModuleBaseNameWâ:
ProcessStatus.c:297: error: âHANDLEâ undeclared (first use in this function)
ProcessStatus.c:297: error: expected â;â before âhProcessâ
ProcessStatus.c:298: error: âHMODULEâ undeclared (first use in this function)
ProcessStatus.c:298: error: expected â;â before âhModuleâ
ProcessStatus.c:299: error: âWCHARâ undeclared (first use in this function)
ProcessStatus.c:299: error: âlpBaseNameâ undeclared (first use in this function)
ProcessStatus.c:300: error: âDWORDâ undeclared (first use in this function)
ProcessStatus.c:300: error: expected â;â before âRETVALâ
ProcessStatus.xs:128: error: expected â;â before ânSizeâ
ProcessStatus.xs:131: error: ânSizeâ undeclared (first use in this function)
ProcessStatus.xs:131: error: âMAX_PATHâ undeclared (first use in this function)
ProcessStatus.xs:132: error: expected expression before â)â token
ProcessStatus.xs:133: error: âRETVALâ undeclared (first use in this function)
ProcessStatus.xs:133: error: âhProcessâ undeclared (first use in this function)
ProcessStatus.xs:133: error: âhModuleâ undeclared (first use in this function)
ProcessStatus.c:314: error: âCHARâ undeclared (first use in this function)
ProcessStatus.c:314: error: âszStringâ undeclared (first use in this function)
ProcessStatus.c:314: error: expected expression before â)â token
ProcessStatus.c:315: error: âCP_ACPâ undeclared (first use in this function)
ProcessStatus.c: In function âXS_Win32API__ProcessStatus_GetModuleFileNameExAâ:
ProcessStatus.c:343: error: âHANDLEâ undeclared (first use in this function)
ProcessStatus.c:343: error: expected â;â before âhProcessâ
ProcessStatus.c:344: error: âHMODULEâ undeclared (first use in this function)
ProcessStatus.c:344: error: expected â;â before âhModuleâ
ProcessStatus.c:345: error: âCHARâ undeclared (first use in this function)
ProcessStatus.c:345: error: âlpFilenameâ undeclared (first use in this function)
ProcessStatus.c:346: error: âDWORDâ undeclared (first use in this function)
ProcessStatus.c:346: error: expected â;â before âRETVALâ
ProcessStatus.xs:145: error: expected â;â before ânSizeâ
ProcessStatus.xs:148: error: ânSizeâ undeclared (first use in this function)
ProcessStatus.xs:148: error: âMAX_PATHâ undeclared (first use in this function)
ProcessStatus.xs:149: error: expected expression before â)â token
ProcessStatus.xs:150: error: âRETVALâ undeclared (first use in this function)
ProcessStatus.xs:150: error: âhProcessâ undeclared (first use in this function)
ProcessStatus.xs:150: error: âhModuleâ undeclared (first use in this function)
ProcessStatus.c: In function âXS_Win32API__ProcessStatus_GetModuleFileNameExWâ:
ProcessStatus.c:385: error: âHANDLEâ undeclared (first use in this function)
ProcessStatus.c:385: error: expected â;â before âhProcessâ
ProcessStatus.c:386: error: âHMODULEâ undeclared (first use in this function)
ProcessStatus.c:386: error: expected â;â before âhModuleâ
ProcessStatus.c:387: error: âWCHARâ undeclared (first use in this function)
ProcessStatus.c:387: error: âlpFilenameâ undeclared (first use in this function)
ProcessStatus.c:388: error: âDWORDâ undeclared (first use in this function)
ProcessStatus.c:388: error: expected â;â before âRETVALâ
ProcessStatus.xs:162: error: expected â;â before ânSizeâ
ProcessStatus.xs:165: error: ânSizeâ undeclared (first use in this function)
ProcessStatus.xs:165: error: âMAX_PATHâ undeclared (first use in this function)
ProcessStatus.xs:166: error: expected expression before â)â token
ProcessStatus.xs:167: error: âRETVALâ undeclared (first use in this function)
ProcessStatus.xs:167: error: âhProcessâ undeclared (first use in this function)
ProcessStatus.xs:167: error: âhModuleâ undeclared (first use in this function)
ProcessStatus.c:402: error: âCHARâ undeclared (first use in this function)
ProcessStatus.c:402: error: âszStringâ undeclared (first use in this function)
ProcessStatus.c:402: error: expected expression before â)â token
ProcessStatus.c:403: error: âCP_ACPâ undeclared (first use in this function)
ProcessStatus.c: In function âXS_Win32API__ProcessStatus_GetModuleInformationâ:
ProcessStatus.c:431: error: âHANDLEâ undeclared (first use in this function)
ProcessStatus.c:431: error: expected â;â before âhProcessâ
ProcessStatus.c:432: error: âHMODULEâ undeclared (first use in this function)
ProcessStatus.c:432: error: expected â;â before âhModuleâ
ProcessStatus.c:433: error: âMODULEINFOâ undeclared (first use in this function)
ProcessStatus.c:433: error: expected â;â before âlpmodinfoâ
ProcessStatus.c:434: error: âBOOLâ undeclared (first use in this function)
ProcessStatus.c:434: error: expected â;â before âRETVALâ
ProcessStatus.xs:179: error: âRETVALâ undeclared (first use in this function)
ProcessStatus.xs:179: error: âhProcessâ undeclared (first use in this function)
ProcessStatus.xs:179: error: âhModuleâ undeclared (first use in this function)
ProcessStatus.xs:179: error: âlpmodinfoâ undeclared (first use in this function)
ProcessStatus.c: In function âXS_Win32API__ProcessStatus_SetLastProcessStatusErrorâ:
ProcessStatus.c:469: error: âDWORDâ undeclared (first use in this function)
ProcessStatus.c:469: error: expected â;â before âdwErrorâ
ProcessStatus.xs:189: error: âdwErrorâ undeclared (first use in this function)
make: *** [ProcessStatus.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- -------
ExtUtils::MakeMaker 0 6.57_05
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_GB.utf8
LC_COLLATE = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 22489
PERL5_CPAN_IS_EXECUTING = /home/tester/testing/perl-5.13.7/.cpan/build/Win32API-ProcessStatus-0.01-8vuHJt/Makefile.PL
PERL5_CPAN_IS_RUNNING = 22489
PERL5_MINISMOKEBOX = 0.36
PERL_AUTOINSTALL = --defaultdeps
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen-bce
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/tester/testing/perl-5.13.7/bin/perl
$UID/$EUID = 1002 / 1002
$GID = 1002 20 24 25 27 29 30 44 46 100 103 104 112 114 115 1002
$EGID = 1002 20 24 25 27 29 30 44 46 100 103 104 112 114 115 1002
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.94_62
Cwd 3.34
ExtUtils::CBuilder 0.2703
ExtUtils::Command 1.16
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.57_05
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2207
File::Spec 3.33
Module::Build 0.3607
Module::Signature n/a
Test::Harness 3.22
Test::More 0.97_01
YAML n/a
YAML::Syck 1.15
version 0.85
--
Summary of my perl5 (revision 5 version 13 subversion 7) configuration:
Platform:
osname=linux, osvers=2.6.35-4.slh.9-aptosid-amd64, archname=x86_64-linux-thread-multi
uname='linux verona 2.6.35-4.slh.9-aptosid-amd64 #1 smp preempt mon sep 13 16:28:34 utc 2010 x86_64 gnulinux '
config_args='-Dprefix=/home/tester/testing/perl-5.13.7 -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.5', 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 /usr/lib /lib64 /usr/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.11.2'
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 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 Nov 21 2010 08:45:10
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="22489"
PERL5_CPAN_IS_EXECUTING="/home/tester/testing/perl-5.13.7/.cpan/build/Win32API-ProcessStatus-0.01-8vuHJt/Makefile.PL"
PERL5_CPAN_IS_RUNNING="22489"
PERL5_MINISMOKEBOX="0.36"
PERL_AUTOINSTALL="--defaultdeps"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/tester/testing/perl-5.13.7/lib/site_perl/5.13.7/x86_64-linux-thread-multi
/home/tester/testing/perl-5.13.7/lib/site_perl/5.13.7
/home/tester/testing/perl-5.13.7/lib/5.13.7/x86_64-linux-thread-multi
/home/tester/testing/perl-5.13.7/lib/5.13.7
.