Front page | perl.cpan.testers |
Postings from March 2008
FAIL TDB_File-0.96a MSWin32-x86-multi-thread 5.1
From:
DAGOLDEN
Date:
March 23, 2008 08:00
Subject:
FAIL TDB_File-0.96a MSWin32-x86-multi-thread 5.1
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 Angus Lees,
This is a computer-generated report for TDB_File-0.96a
on perl 5.10.0, created by CPAN-Reporter-1.12.
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 'C:\strawberry\c\bin\dmake.EXE':
cp TDB_File.pm blib\lib\TDB_File.pm
C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\lib\ExtUtils\xsubpp -prototypes -typemap C:\strawberry\perl\lib\ExtUtils\typemap -typemap typemap TDB_File.xs > TDB_File.xsc && C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e mv TDB_File.xsc TDB_File.c
gcc -c -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX -s -O2 -DVERSION=\"0.96a\" -DXS_VERSION=\"0.96a\" "-IC:\strawberry\perl\lib\CORE" TDB_File.c
TDB_File.xs:6:17: tdb.h: No such file or directory
In file included from TDB_File.xs:8:
const-c.inc: In function `constant_10':
const-c.inc:44: error: `TDB_ERR_IO' undeclared (first use in this function)
const-c.inc:44: error: (Each undeclared identifier is reported only once
const-c.inc:44: error: for each function it appears in.)
const-c.inc: In function `constant_11':
const-c.inc:95: error: `TDB_SUCCESS' undeclared (first use in this function)
const-c.inc:135: error: `TDB_ERR_OOM' undeclared (first use in this function)
const-c.inc: In function `constant':
const-c.inc:197: error: `TDB_ERR_LOCK' undeclared (first use in this function)
const-c.inc:232: error: `TDB_ERR_EXISTS' undeclared (first use in this function)
const-c.inc:239: error: `TDB_ERR_NOLOCK' undeclared (first use in this function)
const-c.inc:253: error: `TDB_ERR_CORRUPT' undeclared (first use in this function)
const-c.inc:260: error: `TDB_ERR_NOEXIST' undeclared (first use in this function)
TDB_File.xs: At top level:
TDB_File.xs:16: error: syntax error before '*' token
TDB_File.xs:16: error: syntax error before '*' token
TDB_File.xs:16: error: `u32' declared as function returning a function
TDB_File.xs:20: error: syntax error before '*' token
TDB_File.xs: In function `delete_key_cb':
TDB_File.xs:22: error: `tdb' undeclared (first use in this function)
TDB_File.xs:22: error: `key' undeclared (first use in this function)
TDB_File.xs: At top level:
TDB_File.xs:28: error: syntax error before '*' token
TDB_File.xs: In function `log_func_cb':
TDB_File.xs:41: error: `tdb' undeclared (first use in this function)
TDB_File.xs:52: error: `fmt' undeclared (first use in this function)
TDB_File.xs:60: error: `level' undeclared (first use in this function)
TDB_File.xs: At top level:
TDB_File.xs:76: error: syntax error before '*' token
TDB_File.xs:77: error: `hash_func_cb' declared as function returning a function
TDB_File.xs: In function `hash_func_cb':
TDB_File.xs:88: error: `key' undeclared (first use in this function)
TDB_File.xs:99: error: invalid lvalue in assignment
TDB_File.xs:105: warning: return makes integer from pointer without a cast
TDB_File.xs: At top level:
TDB_File.xs:109: error: syntax error before '*' token
TDB_File.xs: In function `traverse_cb':
TDB_File.xs:112: error: `status' undeclared (first use in this function)
TDB_File.xs:121: error: `key' undeclared (first use in this function)
TDB_File.xs:122: error: `data' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_chainlock':
TDB_File.c:287: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:287: error: `tdb' undeclared (first use in this function)
TDB_File.c:288: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:288: error: syntax error before "key"
TDB_File.c:293: error: syntax error before ')' token
TDB_File.c:300: error: `key' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_chainunlock':
TDB_File.c:327: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:327: error: `tdb' undeclared (first use in this function)
TDB_File.c:328: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:328: error: syntax error before "key"
TDB_File.c:332: error: syntax error before ')' token
TDB_File.c:339: error: `key' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_DESTROY':
TDB_File.c:364: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:364: error: `tdb' undeclared (first use in this function)
TDB_File.c:368: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_delete':
TDB_File.c:397: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:397: error: `tdb' undeclared (first use in this function)
TDB_File.c:398: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:398: error: syntax error before "key"
TDB_File.c:403: error: syntax error before ')' token
TDB_File.c:410: error: `key' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_CLEAR':
TDB_File.c:437: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:437: error: `tdb' undeclared (first use in this function)
TDB_File.c:441: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_dump_all':
TDB_File.c:465: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:465: error: `tdb' undeclared (first use in this function)
TDB_File.c:469: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_error':
TDB_File.c:492: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:492: error: `tdb' undeclared (first use in this function)
TDB_File.c:493: error: storage size of 'RETVAL' isn't known
TDB_File.c:498: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_errorstr':
TDB_File.c:522: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:522: error: `tdb' undeclared (first use in this function)
TDB_File.c:528: error: syntax error before ')' token
TDB_File.c:533: warning: assignment makes pointer from integer without a cast
TDB_File.c: In function `XS_TDB_File_exists':
TDB_File.c:553: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:553: error: `tdb' undeclared (first use in this function)
TDB_File.c:554: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:554: error: syntax error before "key"
TDB_File.c:560: error: syntax error before ')' token
TDB_File.c:567: error: `key' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_fetch':
TDB_File.c:594: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:594: error: `tdb' undeclared (first use in this function)
TDB_File.c:595: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:595: error: syntax error before "key"
TDB_File.c:600: error: syntax error before ')' token
TDB_File.c:607: error: `key' undeclared (first use in this function)
TDB_File.c:614: error: `RETVAL' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_firstkey':
TDB_File.c:639: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:639: error: `tdb' undeclared (first use in this function)
TDB_File.c:640: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:640: error: syntax error before "RETVAL"
TDB_File.c:644: error: syntax error before ')' token
TDB_File.c:649: error: `RETVAL' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_lockall':
TDB_File.c:673: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:673: error: `tdb' undeclared (first use in this function)
TDB_File.c:678: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_logging_function':
TDB_File.c:778: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:778: error: `tdb' undeclared (first use in this function)
TDB_File.c:783: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_nextkey':
TDB_File.c:813: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:813: error: `tdb' undeclared (first use in this function)
TDB_File.c:814: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:814: error: syntax error before "key"
TDB_File.c:819: error: syntax error before ')' token
TDB_File.c:826: error: `key' undeclared (first use in this function)
TDB_File.c:833: error: `RETVAL' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_open':
TDB_File.c:866: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:866: error: `RETVAL' undeclared (first use in this function)
TDB_File.c:875: error: `TDB_DEFAULT' undeclared (first use in this function)
TDB_File.xs:281: error: `tdb_log_func' undeclared (first use in this function)
TDB_File.xs:281: error: syntax error before "log_func"
TDB_File.xs:282: error: `tdb_hash_func' undeclared (first use in this function)
TDB_File.xs:289: error: `hash_func' undeclared (first use in this function)
TDB_File.xs:299: error: `log_func' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_printfreelist':
TDB_File.c:973: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:973: error: `tdb' undeclared (first use in this function)
TDB_File.c:977: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_reopen':
TDB_File.c:1000: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:1000: error: `tdb' undeclared (first use in this function)
TDB_File.c:1005: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_store':
TDB_File.c:1060: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:1060: error: `tdb' undeclared (first use in this function)
TDB_File.c:1061: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:1061: error: syntax error before "key"
TDB_File.c:1068: error: syntax error before ')' token
TDB_File.c:1075: error: `key' undeclared (first use in this function)
TDB_File.c:1084: error: `dbuf' undeclared (first use in this function)
TDB_File.c:1092: error: `TDB_REPLACE' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_traverse':
TDB_File.c:1117: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:1117: error: `tdb' undeclared (first use in this function)
TDB_File.c:1124: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_unlockall':
TDB_File.c:1159: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:1159: error: `tdb' undeclared (first use in this function)
TDB_File.c:1163: error: syntax error before ')' token
TDB_File.xs: In function `log_func_cb':
TDB_File.xs:52: error: `va_start' used in function with fixed args
dmake.EXE: Error code 129, while making 'TDB_File.o'
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
INCLUDE = ;C:\strawberry\c\include;C:\strawberry\perl\lib\CORE
LIB = ;C:\strawberry\c\lib;C:\strawberry\perl\bin
NUMBER_OF_PROCESSORS = 1
PATH = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\bin;C:\strawberry\c\bin;C:\strawberry\perl\bin
PERL5LIB =
PERL5_CPANPLUS_IS_RUNNING = 1144
PERL5_CPAN_IS_EXECUTING = C:\strawberry\cpan\build\TDB_File-0.96a-09YEaY\Makefile.PL
PERL5_CPAN_IS_RUNNING = 1144
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 460,1144
PERL_CR_SMOKER_CURRENT = TDB_File-0.96a
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 6 Model 15 Stepping 6, GenuineIntel
TEMP = C:\DOCUME~1\David\LOCALS~1\Temp
TERM = dumb
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\strawberry\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = WinXP/.Net
Win32::GetOSVersion = Service Pack 2, 5, 1, 2600, 2, 2, 0, 768, 1
Win32::FsType = FAT32
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- ---------
CPAN 1.92_57
Cwd 3.2701
ExtUtils::CBuilder 0.21
ExtUtils::Command 1.13
ExtUtils::Install 1.44
ExtUtils::MakeMaker 6.42
ExtUtils::Manifest 1.51_01
ExtUtils::ParseXS 2.18_02
File::Spec 3.2701
Module::Build 0.2808_01
Module::Signature n/a
Test::Harness 3.09
Test::More 0.74
YAML 0.66
YAML::Syck 1.04
version 0.74
--
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='3.4.5', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
libpth=C:\strawberry\c\lib
libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
libc=-lmsvcrt, so=dll, useshrplib=true, libperl=libperl510.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
-
FAIL TDB_File-0.96a MSWin32-x86-multi-thread 5.1
by DAGOLDEN