Start 2009-10-17T16:02:40 ActivePerl-818 CPAN-1.9402 Going to read '/home/fly818/var/cpan/Metadata' Database was generated on Sat, 17 Oct 2009 09:27:07 GMT Running make for C/CH/CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz ok Will not use Archive::Tar, need 1.00 PAB3-DB-Driver-Sqlite3-1.07/ PAB3-DB-Driver-Sqlite3-1.07/t/ PAB3-DB-Driver-Sqlite3-1.07/t/00_sqlite3_basic.t PAB3-DB-Driver-Sqlite3-1.07/MANIFEST PAB3-DB-Driver-Sqlite3-1.07/Makefile.PL PAB3-DB-Driver-Sqlite3-1.07/README PAB3-DB-Driver-Sqlite3-1.07/my_sqlite3.h PAB3-DB-Driver-Sqlite3-1.07/Sqlite3.xs PAB3-DB-Driver-Sqlite3-1.07/Sqlite3.pm PAB3-DB-Driver-Sqlite3-1.07/META.yml PAB3-DB-Driver-Sqlite3-1.07/install_files.PL PAB3-DB-Driver-Sqlite3-1.07/my_sqlite3.c PAB3-DB-Driver-Sqlite3-1.07/Changes CPAN.pm: Going to build C/CH/CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Preparing PAB3::DB::Driver::Sqlite3 Looking for libsqlite3 ... not found ************* 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::Sqlite3 >>> make cp Sqlite3.pm blib/lib/PAB3/DB/Driver/Sqlite3.pm gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" -fpic "-I/home/fly818/ap818/lib/CORE" -DUSE_THREADS my_sqlite3.c In file included from my_sqlite3.c:1: my_sqlite3.h:10:21: sqlite3.h: No such file or directory In file included from my_sqlite3.c:1: my_sqlite3.h:73: error: parse error before "sqlite3_stmt" my_sqlite3.h:73: warning: no semicolon at end of struct or union my_sqlite3.h:78: error: parse error before '}' token my_sqlite3.h:78: warning: data definition has no type or storage class my_sqlite3.h:83: error: parse error before "sqlite3" my_sqlite3.h:83: warning: no semicolon at end of struct or union my_sqlite3.h:87: error: parse error before '*' token my_sqlite3.h:87: warning: data definition has no type or storage class my_sqlite3.h:88: error: parse error before '*' token my_sqlite3.h:88: warning: data definition has no type or storage class my_sqlite3.h:92: error: parse error before '}' token my_sqlite3.h:92: warning: data definition has no type or storage class my_sqlite3.h:95: error: parse error before "MY_CON" my_sqlite3.h:95: warning: no semicolon at end of struct or union my_sqlite3.h:96: warning: data definition has no type or storage class my_sqlite3.h:102: error: parse error before '}' token my_sqlite3.h:102: warning: data definition has no type or storage class my_sqlite3.h:116: error: parse error before '*' token my_sqlite3.h:117: error: parse error before '*' token my_sqlite3.h:118: error: parse error before '*' token my_sqlite3.h:120: error: parse error before '*' token my_sqlite3.h:121: error: parse error before '*' token my_sqlite3.h:122: error: parse error before '*' token my_sqlite3.h:124: error: parse error before '*' token my_sqlite3.h:124: error: parse error before '*' token my_sqlite3.h:124: warning: data definition has no type or storage class my_sqlite3.h:125: error: parse error before '*' token my_sqlite3.h:126: error: parse error before '*' token my_sqlite3.h:127: error: parse error before '*' token my_sqlite3.h:128: error: parse error before '*' token my_sqlite3.h:128: error: parse error before '*' token my_sqlite3.h:128: warning: data definition has no type or storage class my_sqlite3.h:129: error: parse error before '*' token my_sqlite3.h:134: error: parse error before '*' token my_sqlite3.h:136: error: parse error before '*' token my_sqlite3.h:138: error: parse error before '*' token my_sqlite3.h:138: error: parse error before '*' token my_sqlite3.h:138: warning: data definition has no type or storage class my_sqlite3.h:139: error: parse error before '*' token my_sqlite3.h:140: error: parse error before '*' token my_sqlite3.h:141: error: parse error before '*' token my_sqlite3.h:142: error: parse error before '*' token my_sqlite3.h:143: error: parse error before '*' token my_sqlite3.h:144: error: parse error before '*' token my_sqlite3.c:14: error: parse error before '*' token my_sqlite3.c: In function `my_init': my_sqlite3.c:15: error: `cxt' undeclared (first use in this function) my_sqlite3.c:15: error: (Each undeclared identifier is reported only once my_sqlite3.c:15: error: for each function it appears in.) my_sqlite3.c: At top level: my_sqlite3.c:20: error: parse error before '*' token my_sqlite3.c: In function `my_cleanup': my_sqlite3.c:21: error: `c1' undeclared (first use in this function) my_sqlite3.c:21: error: `c2' undeclared (first use in this function) my_sqlite3.c:22: error: `cxt' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:31: error: parse error before '*' token my_sqlite3.c: In function `my_session_cleanup': my_sqlite3.c:32: error: `c1' undeclared (first use in this function) my_sqlite3.c:32: error: `cxt' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:39: error: parse error before '*' token my_sqlite3.c: In function `my_set_error': my_sqlite3.c:41: error: `con' undeclared (first use in this function) my_sqlite3.c:41: error: `cxt' undeclared (first use in this function) my_sqlite3.c:42: error: `tpl' undeclared (first use in this function) my_sqlite3.c:42: error: `va_start' used in function with fixed args my_sqlite3.c: At top level: my_sqlite3.c:50: error: parse error before '*' token my_sqlite3.c: In function `my_verify_linkid': my_sqlite3.c:51: error: `linkid' undeclared (first use in this function) my_sqlite3.c:52: error: `cxt' undeclared (first use in this function) my_sqlite3.c:52: error: parse error before ')' token my_sqlite3.c: At top level: my_sqlite3.c:64: error: parse error before '*' token my_sqlite3.c: In function `my_get_type': my_sqlite3.c:65: error: `my_cxtp' undeclared (first use in this function) my_sqlite3.c:65: error: parse error before ')' token my_sqlite3.c:66: error: `s1' undeclared (first use in this function) my_sqlite3.c:67: error: `c1' undeclared (first use in this function) my_sqlite3.c:69: error: `ptr' undeclared (first use in this function) my_sqlite3.c:70: error: `cxt' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:84: error: parse error before '*' token my_sqlite3.c:84: error: parse error before '*' token my_sqlite3.c: In function `my_con_add': my_sqlite3.c:86: error: `rcon' undeclared (first use in this function) my_sqlite3.c:87: error: parse error before ')' token my_sqlite3.c:87: error: parse error before ')' token my_sqlite3.c:87: error: `__s' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:87: error: parse error before ')' token my_sqlite3.c:87: error: `__s' undeclared here (not in a function) my_sqlite3.c:87: error: parse error before "switch" my_sqlite3.c:87: error: conflicting types for `__u' my_sqlite3.c:87: error: previous declaration of `__u' my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before '->' token my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: redefinition of `__u' my_sqlite3.c:87: error: `__u' previously defined here my_sqlite3.c:87: warning: initialization makes integer from pointer without a cast my_sqlite3.c:87: error: initializer element is not constant my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before "case" my_sqlite3.c:87: error: `__s' used prior to declaration my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before '}' token my_sqlite3.c:87: error: parse error before '\x0' my_sqlite3.c:87: warning: data definition has no type or storage class my_sqlite3.c:87: error: parse error before '}' token my_sqlite3.c:99: error: parse error before '*' token my_sqlite3.c: In function `my_con_rem': my_sqlite3.c:100: error: `con' undeclared (first use in this function) my_sqlite3.c:100: error: `cxt' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:108: error: parse error before '*' token my_sqlite3.c: In function `my_con_free': my_sqlite3.c:109: error: `con' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:115: error: parse error before '*' token my_sqlite3.c: In function `my_con_exists': my_sqlite3.c:116: error: `c1' undeclared (first use in this function) my_sqlite3.c:116: error: `cxt' undeclared (first use in this function) my_sqlite3.c:118: error: `con' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:124: error: parse error before '*' token my_sqlite3.c:124: error: parse error before '*' token my_sqlite3.c: In function `my_con_find_by_tid': my_sqlite3.c:125: error: `c1' undeclared (first use in this function) my_sqlite3.c:125: error: `c2' undeclared (first use in this function) my_sqlite3.c:126: error: `cxt' undeclared (first use in this function) my_sqlite3.c:128: error: `tid' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:134: error: parse error before '*' token my_sqlite3.c: In function `my_con_cleanup': my_sqlite3.c:136: error: `s1' undeclared (first use in this function) my_sqlite3.c:136: error: `s2' undeclared (first use in this function) my_sqlite3.c:137: error: `con' undeclared (first use in this function) my_sqlite3.c: In function `my_callback': my_sqlite3.c:190: error: `SQLITE_TEXT' undeclared (first use in this function) my_sqlite3.c:195: error: `SQLITE_NULL' undeclared (first use in this function) my_sqlite3.c: In function `my_result_free': my_sqlite3.c:220: error: dereferencing pointer to incomplete type my_sqlite3.c: At top level: my_sqlite3.c:224: error: parse error before '*' token my_sqlite3.c: In function `my_result_add': my_sqlite3.c:227: error: `con' undeclared (first use in this function) my_sqlite3.c: In function `my_result_rem': my_sqlite3.c:237: error: `con' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:246: error: parse error before '*' token my_sqlite3.c: In function `my_result_exists': my_sqlite3.c:247: error: `c1' undeclared (first use in this function) my_sqlite3.c:250: error: `cxt' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:258: error: parse error before '*' token my_sqlite3.c:258: error: parse error before '*' token my_sqlite3.c: In function `my_stmt_add': my_sqlite3.c:259: error: `stmt' undeclared (first use in this function) my_sqlite3.c:260: error: parse error before ')' token my_sqlite3.c:260: error: parse error before ')' token my_sqlite3.c: At top level: my_sqlite3.c:260: error: parse error before ')' token my_sqlite3.c:260: error: conflicting types for `__u' my_sqlite3.c:87: error: previous declaration of `__u' my_sqlite3.c:260: error: redefinition of `__c' my_sqlite3.c:87: error: `__c' previously defined here my_sqlite3.c:260: error: parse error before "switch" my_sqlite3.c:260: error: conflicting types for `__u' my_sqlite3.c:260: error: previous declaration of `__u' my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before '->' token my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: error: redefinition of `__u' my_sqlite3.c:260: error: `__u' previously defined here my_sqlite3.c:260: warning: initialization makes integer from pointer without a cast my_sqlite3.c:260: error: initializer element is not constant my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before "case" my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before '}' token my_sqlite3.c:260: error: parse error before '\x0' my_sqlite3.c:260: warning: data definition has no type or storage class my_sqlite3.c:260: error: parse error before '}' token my_sqlite3.c:274: error: parse error before '*' token my_sqlite3.c: In function `my_stmt_rem': my_sqlite3.c:275: error: `con' undeclared (first use in this function) my_sqlite3.c:276: error: `stmt' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:286: error: parse error before '*' token my_sqlite3.c: In function `my_stmt_free': my_sqlite3.c:287: error: `stmt' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:299: error: parse error before '*' token my_sqlite3.c: In function `my_stmt_exists': my_sqlite3.c:300: error: `con' undeclared (first use in this function) my_sqlite3.c:301: error: `stmt' undeclared (first use in this function) my_sqlite3.c:302: error: `cxt' undeclared (first use in this function) my_sqlite3.c:304: error: `ptr' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:310: error: parse error before '*' token my_sqlite3.c: In function `my_stmt_or_res': my_sqlite3.c:311: error: `con' undeclared (first use in this function) my_sqlite3.c:312: error: `stmt' undeclared (first use in this function) my_sqlite3.c:314: error: `cxt' undeclared (first use in this function) my_sqlite3.c:316: error: `ptr' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:323: error: parse error before '*' token my_sqlite3.c: In function `my_stmt_or_con': my_sqlite3.c:324: error: `con' undeclared (first use in this function) my_sqlite3.c:325: error: `stmt' undeclared (first use in this function) my_sqlite3.c:326: error: `ptr' undeclared (first use in this function) my_sqlite3.c:327: error: `cxt' undeclared (first use in this function) my_sqlite3.c: At top level: my_sqlite3.c:338: error: parse error before '*' token my_sqlite3.c: In function `my_stmt_bind_param': my_sqlite3.c:340: error: `stmt' undeclared (first use in this function) my_sqlite3.c:341: error: `p_num' undeclared (first use in this function) my_sqlite3.c:346: error: `SQLITE_RANGE' undeclared (first use in this function) my_sqlite3.c:348: error: `type' undeclared (first use in this function) my_sqlite3.c:350: error: `val' undeclared (first use in this function) my_sqlite3.c:362: error: `SQLITE_TRANSIENT' undeclared (first use in this function) {standard input}: Assembler messages: {standard input}:11: Error: symbol `__c' is already defined {standard input}:42: Error: symbol `__u' is already defined {standard input}:48: Error: symbol `__u' is already defined {standard input}:54: Error: symbol `__u' is already defined {standard input}:60: Error: symbol `__u' is already defined {standard input}:66: Error: symbol `__u' is already defined {standard input}:72: Error: symbol `__u' is already defined {standard input}:78: Error: symbol `__u' is already defined {standard input}:84: Error: symbol `__u' is already defined {standard input}:90: Error: symbol `__u' is already defined {standard input}:96: Error: symbol `__u' is already defined {standard input}:102: Error: symbol `__u' is already defined {standard input}:109: Error: symbol `__u' is already defined {standard input}:115: Error: symbol `__u' is already defined {standard input}:121: Error: symbol `__u' is already defined {standard input}:127: Error: symbol `__u' is already defined {standard input}:133: Error: symbol `__u' is already defined {standard input}:139: Error: symbol `__u' is already defined {standard input}:145: Error: symbol `__u' is already defined {standard input}:151: Error: symbol `__u' is already defined {standard input}:157: Error: symbol `__u' is already defined {standard input}:163: Error: symbol `__u' is already defined {standard input}:169: Error: symbol `__u' is already defined make: *** [my_sqlite3.o] Error 1 CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz make -- NOT OK Running make test Can't test without successful make Finished 2009-10-17T16:02:43