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] [Sat Jul  7 16:03:38 2007] Trying to get 
'http://www.cpan.org/authors/id/C/CH/CHRMUE/PAB3-DB-Driver-Mysql-1.0.6.tar.gz'
[MSG] [Sat Jul  7 16:03:39 2007] Trying to get 
'http://www.cpan.org/authors/id/C/CH/CHRMUE/CHECKSUMS'
[MSG] [Sat Jul  7 16:03:40 2007] Checksum matches for 
'PAB3-DB-Driver-Mysql-1.0.6.tar.gz'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/t/'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/t/00_mysql_basic.t'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/README'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/Changes'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/install_files.PL'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/Makefile.PL'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/META.yml'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/Mysql.pm'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/Mysql.xs'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/my_mysql.c'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 
'PAB3-DB-Driver-Mysql-1.0.6/my_mysql.h'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 'PAB3-DB-Driver-Mysql-1.0.6/MANIFEST'
[MSG] [Sat Jul  7 16:03:41 2007] Extracted 'PAB3::DB::Driver::Mysql' to 
'/home/chris/.cpanplus/5.8.8/build/PAB3-DB-Driver-Mysql-1.0.6'
[MSG] [Sat Jul  7 16:03:42 2007] ************* WARNING *************
* Your operation system is not    *
* supported.                      *
* The installation may fail!      *
***********************************
Preparing PAB3::DB::Driver::Mysql
Looking for libmysqlclient ... not found
Looking for libz ...
  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] [Sat Jul  7 16:03:42 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[ERROR] [Sat Jul  7 16:03:47 2007] MAKE failed:  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  -pthread -fno-strict-aliasing 
-fno-delete-null-pointer-checks -pipe -I/usr/local/include -O2    
-DVERSION=\"1.0.6\"  -DXS_VERSION=\"1.0.6\" -DPIC -fPIC 
"-I/home/chris/perl588/lib/5.8.8/OpenBSD.i386-openbsd-thread-multi/CORE"  
-DUSE_THREADS my_mysql.c
my_mysql.c:1:20: errmsg.h: No such file or directory
In file included from my_mysql.c:11:
my_mysql.h:14:19: mysql.h: No such file or directory
In file included from my_mysql.c:11:
my_mysql.h:18: error: syntax error before "MYBOOL_TRUE"
my_mysql.h:18: warning: data definition has no type or storage class
my_mysql.h:19: error: syntax error before "MYBOOL_FALSE"
my_mysql.h:19: warning: data definition has no type or storage class
my_mysql.h:58: error: syntax error before "MYSQL"
my_mysql.h:78: error: syntax error before "MYSQL_STMT"
my_mysql.h:82: error: syntax error before "MYSQL_BIND"
my_mysql.h:84: error: syntax error before "MYSQL_RES"
my_mysql.h:93: error: syntax error before "MYSQL_RES"
my_mysql.h:144: error: syntax error before '*' token
my_mysql.h:144: warning: data definition has no type or storage class
my_mysql.h:146: error: syntax error before "MYSQL"
my_mysql.h:153: error: syntax error before "MYSQL_RES"
my_mysql.h:165: error: syntax error before '*' token
my_mysql.c:98: error: syntax error before "MYSQL"
my_mysql.c: In function `my_mysql_con_add':
my_mysql.c:101: error: structure 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: `client_flag' undeclared (first use in this function)
my_mysql.c:111: error: `cxt' undeclared (first use in this function)
my_mysql.c: In function `my_mysql_con_free':
my_mysql.c:121: error: structure has no member named `conid'
my_mysql.c:129: error: structure has no member named `conid'
my_mysql.c: In function `my_mysql_con_cleanup':
my_mysql.c:155: error: structure has no member named `res'
my_mysql.c: At top level:
my_mysql.c:177: error: syntax error before "MYSQL_RES"
my_mysql.c: In function `my_mysql_res_add':
my_mysql.c:180: error: structure has no member named `res'
my_mysql.c:180: error: `res' undeclared (first use in this function)
my_mysql.c:181: error: `con' undeclared (first use in this function)
my_mysql.c: In function `my_mysql_res_rem':
my_mysql.c:195: error: structure has no member named `res'
my_mysql.c: At top level:
my_mysql.c:218: error: syntax error before '*' token
my_mysql.c: In function `my_mysql_reconnect':
my_mysql.c:219: error: `MYSQL' undeclared (first use in this function)
my_mysql.c:219: error: `res' undeclared (first use in this function)
my_mysql.c:221: error: structure has no member named `conid'
my_mysql.c:223: error: structure has no member named `conid'
my_mysql.c:234: error: structure has no member named `conid'
my_mysql.c: In function `my_mysql_stmt_init':
my_mysql.c:245: error: structure has no member named `stmt'
my_mysql.c:245: error: structure has no member named `conid'
my_mysql.c:246: error: structure has no member named `stmt'
my_mysql.c:257: error: structure has no member named `stmt'
my_mysql.c:259: error: structure has no member named `params'
my_mysql.c:259: error: `MYSQL_BIND' undeclared (first use in this function)
my_mysql.c:259: error: syntax error before ')' token
my_mysql.c:259: error: syntax error before ')' token
my_mysql.c: In function `my_mysql_stmt_free':
my_mysql.c:268: error: structure has no member named `meta'
my_mysql.c:269: error: structure has no member named `meta'
my_mysql.c:270: error: structure has no member named `meta'
my_mysql.c:272: error: structure has no member named `stmt'
my_mysql.c:273: error: structure has no member named `stmt'
my_mysql.c:274: error: structure has no member named `stmt'
my_mysql.c:277: error: structure has no member named `params'
my_mysql.c:280: error: structure has no member named `result'
my_mysql.c:282: error: structure has no member named `params'
my_mysql.c:284: error: structure has no member named `result'
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:349: error: structure has no member named `stmt'
my_mysql.c:359: error: structure 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: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: syntax error before '*' token
my_mysql.c: In function `my_mysql_bind_free':
my_mysql.c:433: error: request for member `buffer' in something not a structure 
or union
my_mysql.c:434: error: request for member `buffer' in something not a structure 
or union
my_mysql.c:436: error: request for member `length' in something not a structure 
or union
my_mysql.c:437: error: request for member `length' in something not a structure 
or union
my_mysql.c:439: error: request for member `is_null' in something not a 
structure or union
my_mysql.c:440: error: request for member `is_null' in something not a 
structure or union
my_mysql.c:442: error: `MYSQL_BIND' undeclared (first use in this function)
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:455: error: structure has no member named `conid'
*** Error code 1

Stop in /home/chris/.cpanplus/5.8.8/build/PAB3-DB-Driver-Mysql-1.0.6.



******************************** 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
    PATH = 
/home/chris/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
    PERL5_CPANPLUS_IS_RUNNING = 23866
    PERL5_CPANPLUS_IS_VERSION = 0.80
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/ksh
    TERM = screen

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

    Perl: $^X = /home/chris/perl588/bin/perl
    UID:  $<  = 1000
    EUID: $>  = 1000
    GID:  $(  = 10 0 10
    EGID: $)  = 10 0 10


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


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=openbsd, osvers=4.1, archname=OpenBSD.i386-openbsd-thread-multi
    uname='openbsd flurble.bingosnet.co.uk 4.1 generic#1435 i386 '
    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=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-pthread -fno-strict-aliasing 
-fno-delete-null-pointer-checks -pipe -I/usr/local/include',
    optimize='-O2',
    cppflags='-pthread -fno-strict-aliasing -fno-delete-null-pointer-checks 
-pipe -I/usr/local/include'
    ccversion='', gccversion='3.3.5 (propolice)', gccosandvers='openbsd4.1'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-pthread -Wl,-E  -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-lm -lutil -lc
    perllibs=-lm -lutil -lc
    libc=/usr/lib/libc.so.40.3, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC  -L/usr/local/lib'

Reply via email to