Front page | perl.cpan.testers |
Postings from March 2008
FAIL TDB_File-0.96a i686-linux-64int 2.6.14
From:
andreas.koenig.gmwojprw
Date:
March 17, 2008 16:22
Subject:
FAIL TDB_File-0.96a i686-linux-64int 2.6.14
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.8.8, 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 '/usr/bin/make':
cp TDB_File.pm blib/lib/TDB_File.pm
/home/src/perl/repoperls/installed-perls/maint-5.8/pIS17Oa/perl-5.8.0@27512/bin/perl /home/src/perl/repoperls/installed-perls/maint-5.8/pIS17Oa/perl-5.8.0@27512/lib/5.8.8/ExtUtils/xsubpp -prototypes -typemap /home/src/perl/repoperls/installed-perls/maint-5.8/pIS17Oa/perl-5.8.0@27512/lib/5.8.8/ExtUtils/typemap -typemap typemap TDB_File.xs > TDB_File.xsc && mv TDB_File.xsc TDB_File.c
cc -c -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.96a\" -DXS_VERSION=\"0.96a\" -fpic "-I/home/src/perl/repoperls/installed-perls/maint-5.8/pIS17Oa/perl-5.8.0@27512/lib/5.8.8/i686-linux-64int/CORE" TDB_File.c
TDB_File.xs:6:17: error: tdb.h: Datei oder Verzeichnis nicht gefunden
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: expected declaration specifiers or ‘...’ before ‘*’ token
TDB_File.xs:16: error: expected ‘)’ before ‘*’ token
TDB_File.xs:20: error: expected ‘)’ before ‘*’ token
TDB_File.xs:28: error: expected ‘)’ before ‘*’ token
TDB_File.xs:76: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘hash_func_cb’
TDB_File.xs:109: error: expected ‘)’ before ‘*’ token
TDB_File.c: In function ‘XS_TDB_File_chainlock’:
TDB_File.c:285: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:285: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:286: error: ‘TDB_DATA’ undeclared (first use in this function)
TDB_File.c:286: error: expected ‘;’ before ‘key’
TDB_File.c:287: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:291: error: expected expression before ‘)’ token
TDB_File.c:298: error: ‘key’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_chainunlock’:
TDB_File.c:325: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:325: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:326: error: ‘TDB_DATA’ undeclared (first use in this function)
TDB_File.c:326: error: expected ‘;’ before ‘key’
TDB_File.c:330: error: expected expression before ‘)’ token
TDB_File.c:337: error: ‘key’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_DESTROY’:
TDB_File.c:362: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:362: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:366: error: expected expression before ‘)’ token
TDB_File.c: In function ‘XS_TDB_File_delete’:
TDB_File.c:395: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:395: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:396: error: ‘TDB_DATA’ undeclared (first use in this function)
TDB_File.c:396: error: expected ‘;’ before ‘key’
TDB_File.c:397: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:401: error: expected expression before ‘)’ token
TDB_File.c:408: error: ‘key’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_CLEAR’:
TDB_File.c:435: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:435: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:439: error: expected expression before ‘)’ token
TDB_File.xs:180: error: ‘delete_key_cb’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_dump_all’:
TDB_File.c:463: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:463: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:467: error: expected expression before ‘)’ token
TDB_File.c: In function ‘XS_TDB_File_error’:
TDB_File.c:490: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:490: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:491: error: storage size of ‘RETVAL’ isn’t known
TDB_File.c:491: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:496: error: expected expression before ‘)’ token
TDB_File.c: In function ‘XS_TDB_File_errorstr’:
TDB_File.c:520: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:520: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:521: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:526: error: expected expression before ‘)’ token
TDB_File.c:531: warning: assignment makes pointer from integer without a cast
TDB_File.c: In function ‘XS_TDB_File_exists’:
TDB_File.c:551: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:551: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:552: error: ‘TDB_DATA’ undeclared (first use in this function)
TDB_File.c:552: error: expected ‘;’ before ‘key’
TDB_File.c:553: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:558: error: expected expression before ‘)’ token
TDB_File.c:565: error: ‘key’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_fetch’:
TDB_File.c:592: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:592: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:593: error: ‘TDB_DATA’ undeclared (first use in this function)
TDB_File.c:593: error: expected ‘;’ before ‘key’
TDB_File.c:594: error: expected ‘;’ before ‘RETVAL’
TDB_File.c:598: error: expected expression before ‘)’ token
TDB_File.c:605: error: ‘key’ undeclared (first use in this function)
TDB_File.c:612: error: ‘RETVAL’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_firstkey’:
TDB_File.c:637: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:637: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:638: error: ‘TDB_DATA’ undeclared (first use in this function)
TDB_File.c:638: error: expected ‘;’ before ‘RETVAL’
TDB_File.c:642: error: expected expression before ‘)’ token
TDB_File.c:647: error: ‘RETVAL’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_lockall’:
TDB_File.c:671: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:671: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:672: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:676: error: expected expression before ‘)’ token
TDB_File.c: In function ‘XS_TDB_File_logging_function’:
TDB_File.c:776: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:776: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:777: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:781: error: expected expression before ‘)’ token
TDB_File.xs:256: error: ‘log_func_cb’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_nextkey’:
TDB_File.c:811: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:811: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:812: error: ‘TDB_DATA’ undeclared (first use in this function)
TDB_File.c:812: error: expected ‘;’ before ‘key’
TDB_File.c:813: error: expected ‘;’ before ‘RETVAL’
TDB_File.c:817: error: expected expression before ‘)’ token
TDB_File.c:824: error: ‘key’ undeclared (first use in this function)
TDB_File.c:831: error: ‘RETVAL’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_open’:
TDB_File.c:864: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:864: error: ‘RETVAL’ undeclared (first use in this function)
TDB_File.c:873: 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: expected ‘;’ before ‘log_func’
TDB_File.xs:282: error: ‘tdb_hash_func’ undeclared (first use in this function)
TDB_File.xs:282: error: expected ‘;’ before ‘hash_func’
TDB_File.xs:289: error: ‘hash_func’ undeclared (first use in this function)
TDB_File.xs:289: error: ‘hash_func_cb’ undeclared (first use in this function)
TDB_File.xs:299: error: ‘log_func’ undeclared (first use in this function)
TDB_File.xs:299: error: ‘log_func_cb’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_printfreelist’:
TDB_File.c:971: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:971: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:975: error: expected expression before ‘)’ token
TDB_File.c: In function ‘XS_TDB_File_reopen’:
TDB_File.c:998: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:998: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:999: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:1003: error: expected expression before ‘)’ token
TDB_File.c: In function ‘XS_TDB_File_store’:
TDB_File.c:1058: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:1058: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:1059: error: ‘TDB_DATA’ undeclared (first use in this function)
TDB_File.c:1059: error: expected ‘;’ before ‘key’
TDB_File.c:1060: error: expected ‘;’ before ‘dbuf’
TDB_File.c:1061: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:1066: error: expected expression before ‘)’ token
TDB_File.c:1073: error: ‘key’ undeclared (first use in this function)
TDB_File.c:1082: error: ‘dbuf’ undeclared (first use in this function)
TDB_File.c:1090: error: ‘TDB_REPLACE’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_traverse’:
TDB_File.c:1115: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:1115: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:1116: warning: ISO C90 forbids mixed declarations and code
TDB_File.c:1122: error: expected expression before ‘)’ token
TDB_File.xs:365: error: ‘traverse_cb’ undeclared (first use in this function)
TDB_File.c: In function ‘XS_TDB_File_unlockall’:
TDB_File.c:1157: error: ‘TDB_CONTEXT’ undeclared (first use in this function)
TDB_File.c:1157: error: ‘tdb’ undeclared (first use in this function)
TDB_File.c:1161: error: expected expression before ‘)’ token
make: *** [TDB_File.o] Fehler 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = de_DE.UTF-8
PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 10349
PERL5_CPAN_IS_EXECUTING = /home/sand/.cpan/build/TDB_File-0.96a-zPEYUd/Makefile.PL
PERL5_CPAN_IS_RUNNING = 10349
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/src/perl/repoperls/installed-perls/maint-5.8/pIS17Oa/perl-5.8.0@27512/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.92_59
Cwd 3.2701
ExtUtils::CBuilder 0.18
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808
Module::Signature 0.55
Test::Harness 2.64
Test::More 0.78
YAML 0.62
YAML::Syck 1.04
version 0.74
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.14, archname=i686-linux-64int
uname='linux k75 2.6.14 #1 fri jan 27 16:22:47 cet 2006 i686 gnulinux '
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/maint-5.8/pIS17Oa/perl-5.8.0@27512 -Dinstallusrbinperl=n -Uversiononly -Doptimize=-g -des -Duse64bitint -Dusedevel'
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=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-g',
cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='4.0.3 20060304 (prerelease) (Debian 4.0.2-10)', 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 =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.3.6'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
-
FAIL TDB_File-0.96a i686-linux-64int 2.6.14
by andreas.koenig.gmwojprw