Report for TDB_File-0.96a

Back
From: metabase:user:d2c9f356-b46f-11df-9a90-20a83c0b7757
Subject: UNKNOWN TDB_File-0.96a v5.15.5 SunOS/Solaris
Date: 2011-12-17T19:25:02Z

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 Angus Lees,

This is a computer-generated report for TDB_File-0.96a
on perl 5.15.5, created by CPAN-Reporter-1.2003.

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/local/bin/make':

cp TDB_File.pm blib/lib/TDB_File.pm
/export/home/cpant4/perl5/bin/perl5.15.5 /export/home/cpant4/perl5/lib/site_perl/5.15.5/ExtUtils/xsubpp -prototypes -typemap /export/home/cpant4/perl5/lib/5.15.5/ExtUtils/typemap -typemap typemap  TDB_File.xs > TDB_File.xsc && mv TDB_File.xsc TDB_File.c
gcc -c   -DPTR_IS_LONG -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O   -DVERSION=\"0.96a\" -DXS_VERSION=\"0.96a\" -fPIC "-I/export/home/cpant4/perl5/lib/5.15.5/i86pc-solaris-64int/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:32: error: syntax error before numeric constant
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:55: error: invalid lvalue in unary `&'
TDB_File.xs:60: error: `level' undeclared (first use in this function)
TDB_File.xs:52: error: `va_start' used in function with fixed args
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:416: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:416: error: `tdb' undeclared (first use in this function)
TDB_File.c:417: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:417: error: syntax error before "key"
TDB_File.c:422: error: syntax error before ')' token
TDB_File.c:430: error: `key' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_chainunlock':
TDB_File.c:453: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:453: error: `tdb' undeclared (first use in this function)
TDB_File.c:454: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:454: error: syntax error before "key"
TDB_File.c:458: error: syntax error before ')' token
TDB_File.c:466: error: `key' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_DESTROY':
TDB_File.c:487: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:487: error: `tdb' undeclared (first use in this function)
TDB_File.c:491: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_delete':
TDB_File.c:516: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:516: error: `tdb' undeclared (first use in this function)
TDB_File.c:517: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:517: error: syntax error before "key"
TDB_File.c:522: error: syntax error before ')' token
TDB_File.c:530: error: `key' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_CLEAR':
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:557: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_dump_all':
TDB_File.c:577: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:577: error: `tdb' undeclared (first use in this function)
TDB_File.c:581: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_error':
TDB_File.c:600: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:600: error: `tdb' undeclared (first use in this function)
TDB_File.c:601: error: storage size of 'RETVAL' isn't known
TDB_File.c:606: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_errorstr':
TDB_File.c:626: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:626: error: `tdb' undeclared (first use in this function)
TDB_File.c:632: error: syntax error before ')' token
TDB_File.c:638: warning: assignment makes pointer from integer without a cast
TDB_File.c: In function `XS_TDB_File_exists':
TDB_File.c:653: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:653: error: `tdb' undeclared (first use in this function)
TDB_File.c:654: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:654: error: syntax error before "key"
TDB_File.c:660: error: syntax error before ')' token
TDB_File.c:668: error: `key' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_fetch':
TDB_File.c:691: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:691: error: `tdb' undeclared (first use in this function)
TDB_File.c:692: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:692: error: syntax error before "key"
TDB_File.c:697: error: syntax error before ')' token
TDB_File.c:705: error: `key' undeclared (first use in this function)
TDB_File.c:713: error: `RETVAL' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_firstkey':
TDB_File.c:733: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:733: error: `tdb' undeclared (first use in this function)
TDB_File.c:734: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:734: error: syntax error before "RETVAL"
TDB_File.c:738: error: syntax error before ')' token
TDB_File.c:744: error: `RETVAL' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_lockall':
TDB_File.c:763: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:763: error: `tdb' undeclared (first use in this function)
TDB_File.c:768: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_logging_function':
TDB_File.c:856: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:856: error: `tdb' undeclared (first use in this function)
TDB_File.c:862: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_nextkey':
TDB_File.c:888: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:888: error: `tdb' undeclared (first use in this function)
TDB_File.c:889: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:889: error: syntax error before "key"
TDB_File.c:894: error: syntax error before ')' token
TDB_File.c:902: error: `key' undeclared (first use in this function)
TDB_File.c:910: error: `RETVAL' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_open':
TDB_File.c:940: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:940: error: `RETVAL' undeclared (first use in this function)
TDB_File.c:950: 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:1048: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:1048: error: `tdb' undeclared (first use in this function)
TDB_File.c:1052: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_reopen':
TDB_File.c:1071: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:1071: error: `tdb' undeclared (first use in this function)
TDB_File.c:1076: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_store':
TDB_File.c:1122: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:1122: error: `tdb' undeclared (first use in this function)
TDB_File.c:1123: error: `TDB_DATA' undeclared (first use in this function)
TDB_File.c:1123: error: syntax error before "key"
TDB_File.c:1130: error: syntax error before ')' token
TDB_File.c:1138: error: `key' undeclared (first use in this function)
TDB_File.c:1148: error: `dbuf' undeclared (first use in this function)
TDB_File.c:1157: error: `TDB_REPLACE' undeclared (first use in this function)
TDB_File.c: In function `XS_TDB_File_traverse':
TDB_File.c:1178: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:1178: error: `tdb' undeclared (first use in this function)
TDB_File.c:1185: error: syntax error before ')' token
TDB_File.c: In function `XS_TDB_File_unlockall':
TDB_File.c:1217: error: `TDB_CONTEXT' undeclared (first use in this function)
TDB_File.c:1217: error: `tdb' undeclared (first use in this function)
TDB_File.c:1221: error: syntax error before ')' token
make: *** [TDB_File.o] Error 1

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have   
    ------------------- ---- -------
    ExtUtils::MakeMaker 0    6.63_02


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = C
    LD_LIBRARY_PATH = /usr/local/lib:
    PATH = /export/home/cpant4/perl5/bin:/usr/local/bin:/usr/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 7072
    PERL5_CPAN_IS_EXECUTING = /export/home/cpant4/.cpan/build/TDB_File-0.96a-xh_cPS/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 7072
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2919,7072
    PERL_AUTOINSTALL = --defaultdeps
    PERL_CR_SMOKER_CURRENT = TDB_File-0.96a
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /export/home/cpant4/perl5/bin/perl5.15.5
    $UID/$EUID = 104 / 104
    $GID = 1 1
    $EGID = 1 1

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.112621
    Cwd                 3.37    
    ExtUtils::CBuilder  0.280204
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.57    
    ExtUtils::MakeMaker 6.63_02 
    ExtUtils::Manifest  1.60    
    ExtUtils::ParseXS   3.07    
    File::Spec          3.34    
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.39_01 
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4401  
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.77    
    YAML::Syck          1.19    
    version             0.95    


--

Summary of my perl5 (revision 5 version 15 subversion 5) configuration:
   
  Platform:
    osname=solaris, osvers=2.10, archname=i86pc-solaris-64int
    uname='sunos vmrz0046 5.10 generic_141445-09 i86pc i386 i86pc solaris '
    config_args='-Dcc=gcc -Dprefix=~/perl5 -Duse64bitint -Dusedevel -d'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-DPTR_IS_LONG -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV',
    optimize='-O',
    cppflags='-DPTR_IS_LONG -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='3.4.6', gccosandvers='solaris2.10'
    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='gcc', ldflags =' -L/usr/local/lib '
    libpth=/usr/local/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -lgdbm -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
                        PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Built under solaris
  Compiled at Nov 28 2011 11:34:47
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="7072"
    PERL5_CPAN_IS_EXECUTING="/export/home/cpant4/.cpan/build/TDB_File-0.96a-xh_cPS/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="7072"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="2919,7072"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_CR_SMOKER_CURRENT="TDB_File-0.96a"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /export/home/cpant4/perl5/lib/site_perl/5.15.5/i86pc-solaris-64int
    /export/home/cpant4/perl5/lib/site_perl/5.15.5
    /export/home/cpant4/perl5/lib/5.15.5/i86pc-solaris-64int
    /export/home/cpant4/perl5/lib/5.15.5
    /export/home/cpant4/perl5/lib/site_perl
    .