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 [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--

Dear CHRMUE,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.80. Testers personal comments may appear 
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'fetch':

[MSG] [Mon Jul  9 18:20:39 2007] Trying to get 
'http://www.cpan.org/authors/id/C/CH/CHRMUE/PAB3-DB-Driver-Mysql-1.0.6.tar.gz'
[MSG] [Mon Jul  9 18:20:40 2007] Trying to get 
'http://www.cpan.org/authors/id/C/CH/CHRMUE/CHECKSUMS'
[MSG] [Mon Jul  9 18:20:41 2007] Checksum matches for 
'PAB3-DB-Driver-Mysql-1.0.6.tar.gz'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/t/'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/t/00_mysql_basic.t'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/README'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/Changes'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/install_files.PL'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/Makefile.PL'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/META.yml'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/Mysql.pm'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/Mysql.xs'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/my_mysql.c'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/my_mysql.h'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/MANIFEST'
[MSG] [Mon Jul  9 18:20:42 2007] Extracted 'PAB3::DB::Driver::Mysql' to 
'/home/cpan/.cpanplus/5.8.8/build/PAB3-DB-Driver-Mysql-1.0.6'
[MSG] [Mon Jul  9 18:20:43 2007] Preparing 
PAB3::DB::Driver::Mysql
Looking for libmysqlclient ... not found
Looking for libz ...
  found at /usr/lib/libz.so
  found at /usr/lib/libz.a
************* WARNING *************
* Some required libraries has not *
* been found.                     *
* The installation may fail!      *
***********************************
Checking if your kit is complete...
Looks good
Writing Makefile for PAB3::DB::Driver::Mysql

[MSG] [Mon Jul  9 18:20:43 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[ERROR] [Mon Jul  9 18:20:47 2007] MAKE failed: Illegal seek cp Mysql.pm 
blib/lib/PAB3/DB/Driver/Mysql.pm
cc -c  -I/usr/local/mysql/include -I/usr/local/include/mysql 
-I/usr/include/mysql -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.0.6\" 
-DXS_VERSION=\"1.0.6\" -fpic 
"-I/home/cpan/perl588/lib/5.8.8/i686-linux-thread-multi-64int/CORE"  
-DUSE_THREADS my_mysql.c
my_mysql.c:1:20: error: errmsg.h: No such file or directory
In file included from my_mysql.c:11:
my_mysql.h:14:19: error: mysql.h: No such file or directory
In file included from my_mysql.c:11:
my_mysql.h:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'MYBOOL_TRUE'
my_mysql.h:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'MYBOOL_FALSE'
my_mysql.h:58: error: expected specifier-qualifier-list before 'MYSQL'
my_mysql.h:78: error: expected specifier-qualifier-list before 'MYSQL_STMT'
my_mysql.h:93: error: expected specifier-qualifier-list before 'MYSQL_RES'
my_mysql.h:144: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token
my_mysql.h:146: error: expected declaration specifiers or '...' before 'MYSQL'
my_mysql.h:153: error: expected declaration specifiers or '...' before 
'MYSQL_RES'
my_mysql.h:165: error: expected ')' before '*' token
my_mysql.c: In function 'my_set_error':
my_mysql.c:30: error: 'MY_CON' has no member named 'my_error'
my_mysql.c: In function 'my_mysql_get_type':
my_mysql.c:68: error: 'MY_CON' has no member named 'res'
my_mysql.c:70: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c: At top level:
my_mysql.c:98: error: expected declaration specifiers or '...' before 'MYSQL'
my_mysql.c: In function 'my_mysql_con_add':
my_mysql.c:101: error: 'MY_CON' has no member named 'conid'
my_mysql.c:101: error: 'mysql' undeclared (first use in this function)
my_mysql.c:101: error: (Each undeclared identifier is reported only once
my_mysql.c:101: error: for each function it appears in.)
my_mysql.c:103: error: 'MY_CON' has no member named 'client_flag'
my_mysql.c:104: error: 'MY_CON' has no member named 'host'
my_mysql.c:104: error: 'MY_CON' has no member named 'host'
my_mysql.c:104: error: 'MY_CON' has no member named 'host'
my_mysql.c:105: error: 'MY_CON' has no member named 'user'
my_mysql.c:105: error: 'MY_CON' has no member named 'user'
my_mysql.c:105: error: 'MY_CON' has no member named 'user'
my_mysql.c:106: error: 'MY_CON' has no member named 'passwd'
my_mysql.c:106: error: 'MY_CON' has no member named 'passwd'
my_mysql.c:106: error: 'MY_CON' has no member named 'passwd'
my_mysql.c:107: error: 'MY_CON' has no member named 'unix_socket'
my_mysql.c:107: error: 'MY_CON' has no member named 'unix_socket'
my_mysql.c:107: error: 'MY_CON' has no member named 'unix_socket'
my_mysql.c:108: error: 'MY_CON' has no member named 'db'
my_mysql.c:108: error: 'MY_CON' has no member named 'db'
my_mysql.c:108: error: 'MY_CON' has no member named 'db'
my_mysql.c:109: error: 'MY_CON' has no member named 'port'
my_mysql.c:110: error: 'MY_CON' has no member named 'my_flags'
my_mysql.c: In function 'my_mysql_con_free':
my_mysql.c:121: error: 'MY_CON' has no member named 'conid'
my_mysql.c:122: error: 'MY_CON' has no member named 'charset'
my_mysql.c:123: error: 'MY_CON' has no member named 'host'
my_mysql.c:124: error: 'MY_CON' has no member named 'user'
my_mysql.c:125: error: 'MY_CON' has no member named 'passwd'
my_mysql.c:126: error: 'MY_CON' has no member named 'unix_socket'
my_mysql.c:127: error: 'MY_CON' has no member named 'db'
my_mysql.c:128: error: 'MY_CON' has no member named 'res'
my_mysql.c:129: error: 'MY_CON' has no member named 'conid'
my_mysql.c: In function 'my_mysql_con_cleanup':
my_mysql.c:145: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c:151: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c:151: error: 'MY_CON' has no member named 'last_stmt'
my_mysql.c:152: error: 'MY_CON' has no member named 'res'
my_mysql.c:155: error: 'MY_RES' has no member named 'res'
my_mysql.c:159: error: 'MY_CON' has no member named 'res'
my_mysql.c:159: error: 'MY_CON' has no member named 'lastres'
my_mysql.c: At top level:
my_mysql.c:177: error: expected declaration specifiers or '...' before 
'MYSQL_RES'
my_mysql.c: In function 'my_mysql_res_add':
my_mysql.c:180: error: 'MY_RES' has no member named 'res'
my_mysql.c:180: error: 'res' undeclared (first use in this function)
my_mysql.c:181: error: 'MY_RES' has no member named 'con'
my_mysql.c:182: error: 'MY_RES' has no member named 'numrows'
my_mysql.c:183: error: 'MY_CON' has no member named 'res'
my_mysql.c:184: error: 'MY_CON' has no member named 'res'
my_mysql.c:186: error: 'MY_CON' has no member named 'lastres'
my_mysql.c:187: error: 'MY_CON' has no member named 'lastres'
my_mysql.c: In function 'my_mysql_res_rem':
my_mysql.c:195: error: 'MY_RES' has no member named 'res'
my_mysql.c:196: error: 'MY_RES' has no member named 'con'
my_mysql.c:197: error: 'MY_CON' has no member named 'lastres'
my_mysql.c:198: error: 'MY_CON' has no member named 'lastres'
my_mysql.c:199: error: 'MY_CON' has no member named 'res'
my_mysql.c:200: error: 'MY_CON' has no member named 'res'
my_mysql.c: In function 'my_mysql_res_exists':
my_mysql.c:210: error: 'MY_CON' has no member named 'res'
my_mysql.c: At top level:
my_mysql.c:218: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token
my_mysql.c: In function 'my_mysql_stmt_init':
my_mysql.c:245: error: 'MY_STMT' has no member named 'stmt'
my_mysql.c:245: error: 'MY_CON' has no member named 'conid'
my_mysql.c:246: error: 'MY_STMT' has no member named 'stmt'
my_mysql.c:251: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c:252: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c:254: error: 'MY_CON' has no member named 'last_stmt'
my_mysql.c:255: error: 'MY_CON' has no member named 'last_stmt'
my_mysql.c:256: error: 'MY_STMT' has no member named 'con'
my_mysql.c:257: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c:257: error: 'MY_STMT' has no member named 'stmt'
my_mysql.c:258: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c:259: error: 'MY_STMT' has no member named 'params'
my_mysql.c:259: error: 'MYSQL_BIND' undeclared (first use in this function)
my_mysql.c:259: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c:259: error: expected expression before ')' token
my_mysql.c:259: error: 'MY_STMT' has no member named 'params'
my_mysql.c:259: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c:260: error: 'MY_STMT' has no member named 'param_types'
my_mysql.c:260: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c:260: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c:260: error: 'MY_STMT' has no member named 'param_types'
my_mysql.c:260: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c: In function 'my_mysql_stmt_free':
my_mysql.c:268: error: 'MY_STMT' has no member named 'meta'
my_mysql.c:269: error: 'MY_STMT' has no member named 'meta'
my_mysql.c:270: error: 'MY_STMT' has no member named 'meta'
my_mysql.c:272: error: 'MY_STMT' has no member named 'stmt'
my_mysql.c:273: error: 'MY_STMT' has no member named 'stmt'
my_mysql.c:274: error: 'MY_STMT' has no member named 'stmt'
my_mysql.c:276: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c:277: error: 'MY_STMT' has no member named 'params'
my_mysql.c:279: error: 'MY_STMT' has no member named 'field_count'
my_mysql.c:280: error: 'MY_STMT' has no member named 'result'
my_mysql.c:282: error: 'MY_STMT' has no member named 'params'
my_mysql.c:283: error: 'MY_STMT' has no member named 'param_types'
my_mysql.c:284: error: 'MY_STMT' has no member named 'result'
my_mysql.c: In function 'my_mysql_stmt_rem':
my_mysql.c:291: error: 'MY_STMT' has no member named 'con'
my_mysql.c:292: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c:293: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c:294: error: 'MY_CON' has no member named 'last_stmt'
my_mysql.c:295: error: 'MY_CON' has no member named 'last_stmt'
my_mysql.c: In function 'my_mysql_stmt_exists':
my_mysql.c:305: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c: In function 'my_mysql_stmt_or_res':
my_mysql.c:319: error: 'MY_CON' has no member named 'res'
my_mysql.c:321: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c: In function 'my_mysql_stmt_or_con':
my_mysql.c:338: error: 'MY_CON' has no member named 'first_stmt'
my_mysql.c: In function 'my_mysql_bind_param':
my_mysql.c:346: error: 'MYSQL_BIND' undeclared (first use in this function)
my_mysql.c:347: warning: ISO C90 forbids mixed declarations and code
my_mysql.c:349: error: 'MY_STMT' has no member named 'stmt'
my_mysql.c:350: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c:351: error: 'MY_STMT' has no member named 'con'
my_mysql.c:353: error: 'MY_STMT' has no member named 'param_count'
my_mysql.c:358: error: 'MY_STMT' has no member named 'param_types'
my_mysql.c:359: error: 'MY_STMT' has no member named 'params'
my_mysql.c:361: error: request for member 'buffer_type' in something not a 
structure or union
my_mysql.c:361: error: 'MYSQL_TYPE_NULL' undeclared (first use in this function)
my_mysql.c:364: error: 'MY_STMT' has no member named 'param_types'
my_mysql.c:366: error: request for member 'buffer_type' in something not a 
structure or union
my_mysql.c:366: error: 'MYSQL_TYPE_LONG' undeclared (first use in this function)
my_mysql.c:367: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:367: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:369: error: request for member 'is_unsigned' in something not a 
structure or union
my_mysql.c:370: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:373: error: request for member 'is_unsigned' in something not a 
structure or union
my_mysql.c:374: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:378: error: request for member 'buffer_type' in something not a 
structure or union
my_mysql.c:378: error: 'MYSQL_TYPE_DOUBLE' undeclared (first use in this 
function)
my_mysql.c:379: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:379: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:380: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:383: error: request for member 'buffer_type' in something not a 
structure or union
my_mysql.c:383: error: 'MYSQL_TYPE_STRING' undeclared (first use in this 
function)
my_mysql.c:385: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:385: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:387: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:388: error: request for member 'length' in something not a structure 
or union
my_mysql.c:388: error: request for member 'length' in something not a structure 
or union
my_mysql.c:389: error: request for member 'length' in something not a structure 
or union
my_mysql.c:392: error: request for member 'buffer_type' in something not a 
structure or union
my_mysql.c:392: error: 'MYSQL_TYPE_BLOB' undeclared (first use in this function)
my_mysql.c:394: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:394: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:396: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:397: error: request for member 'length' in something not a structure 
or union
my_mysql.c:397: error: request for member 'length' in something not a structure 
or union
my_mysql.c:398: error: request for member 'length' in something not a structure 
or union
my_mysql.c:403: error: request for member 'buffer_type' in something not a 
structure or union
my_mysql.c:404: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:404: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:406: error: request for member 'is_unsigned' in something not a 
structure or union
my_mysql.c:407: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:410: error: request for member 'is_unsigned' in something not a 
structure or union
my_mysql.c:411: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:415: error: request for member 'buffer_type' in something not a 
structure or union
my_mysql.c:416: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:416: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:417: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:421: error: request for member 'buffer_type' in something not a 
structure or union
my_mysql.c:422: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:422: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:424: error: request for member 'buffer' in something not a structure 
or union
my_mysql.c:425: error: request for member 'length' in something not a structure 
or union
my_mysql.c:425: error: request for member 'length' in something not a structure 
or union
my_mysql.c:426: error: request for member 'length' in something not a structure 
or union
my_mysql.c: At top level:
my_mysql.c:431: error: expected ')' before '*' token
my_mysql.c: In function 'my_mysql_handle_return':
my_mysql.c:451: error: 'CR_SERVER_GONE_ERROR' undeclared (first use in this 
function)
my_mysql.c:452: error: 'CR_SERVER_LOST' undeclared (first use in this function)
my_mysql.c:453: error: 'MY_CON' has no member named 'client_flag'
my_mysql.c:455: error: 'MY_CON' has no member named 'conid'
make: *** [my_mysql.o] Error 1



******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive 
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

This report was machine-generated by CPAN::YACSmoke 0.0307.

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US
    LC_COLLATE = C
    PATH = 
/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/java/jre/bin:.
    PERL5_CPANPLUS_IS_RUNNING = 27484
    PERL5_CPANPLUS_IS_VERSION = 0.80
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen.linux

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

    Perl: $^X = /home/cpan/perl588/bin/perl
    UID:  $<  = 1000
    EUID: $>  = 1000
    GID:  $(  = 100 100 83 19 18 17 11
    EGID: $)  = 100 100 83 19 18 17 11


-------------------------------


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.21.5-smp, archname=i686-linux-thread-multi-64int
    uname='linux penguin 2.6.21.5-smp #2 smp tue jun 19 14:58:11 cdt 2007 i686 
amd athlon(tm) 64 processor 3000+ authenticamd gnulinux '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='4.1.2', 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 -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.5.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.5'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Reply via email to