DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-sqlite3 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-sqlite3 DEBUG: Requested variant powerpc is not provided by port py25-sqlite3. DEBUG: Requested variant darwin is not provided by port py25-sqlite3. DEBUG: Requested variant macosx is not provided by port py25-sqlite3. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python25 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python25 DEBUG: Requested variant powerpc is not provided by port python25. DEBUG: Requested variant darwin is not provided by port python25. DEBUG: Requested variant macosx is not provided by port python25. DEBUG: Executing variant darwin_7 provides darwin_7 DEBUG: Searching for dependency: python25 DEBUG: Found Dependency: receipt exists for python25 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3 DEBUG: Requested variant powerpc is not provided by port sqlite3. DEBUG: Requested variant darwin is not provided by port sqlite3. DEBUG: Requested variant macosx is not provided by port sqlite3. DEBUG: Searching for dependency: sqlite3 DEBUG: Found Dependency: receipt exists for sqlite3 DEBUG: Executing org.macports.main (py25-sqlite3) ---> Fetching py25-sqlite3 DEBUG: Executing org.macports.fetch (py25-sqlite3) ---> Verifying checksum(s) for py25-sqlite3 DEBUG: Executing org.macports.checksum (py25-sqlite3) ---> Checksumming Python-2.5.1.tar.bz2 DEBUG: Correct (sha1) checksum for Python-2.5.1.tar.bz2 DEBUG: setting option extract.cmd to /usr/bin/bzip2 ---> Extracting py25-sqlite3 DEBUG: Executing org.macports.extract (py25-sqlite3) ---> Extracting Python-2.5.1.tar.bz2 DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/python25/Python-2.5.1.tar.bz2 DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-sqlite3/work" && /usr/bin/bzip2 -dc /opt/local/var/macports/distfiles/python25/Python-2.5.1.tar.bz2 | tar -xf - Python-2.5.1/Modules/_sqlite' DEBUG: Executing proc-post-org.macports.extract-extract-0 DEBUG: Executing org.macports.patch (py25-sqlite3) ---> Configuring py25-sqlite3 DEBUG: Executing org.macports.configure (py25-sqlite3) ---> Building py25-sqlite3 with target build DEBUG: Executing org.macports.build (py25-sqlite3) DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-sqlite3/work/Python-2.5.1/Modules" && /opt/local/bin/python2.5 setup.py build' running build running build_ext building '_sqlite3' extension creating build creating build/temp.macosx-10.3-ppc-2.5 creating build/temp.macosx-10.3-ppc-2.5/_sqlite gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -O2 -g -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -I_sqlite -I['/opt/local/include/'] -I/opt/local/include/python2.5 -c _sqlite/cache.c -o build/temp.macosx-10.3-ppc-2.5/_sqlite/cache.o gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -O2 -g -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -I_sqlite -I['/opt/local/include/'] -I/opt/local/include/python2.5 -c _sqlite/connection.c -o build/temp.macosx-10.3-ppc-2.5/_sqlite/connection.o In file included from _sqlite/connection.c:26: _sqlite/connection.h:33:21: sqlite3.h: No such file or directory In file included from _sqlite/connection.c:26: _sqlite/connection.h:38: error: parse error before "sqlite3" _sqlite/connection.h:38: warning: no semicolon at end of struct or union _sqlite/connection.h:109: error: parse error before '}' token _sqlite/connection.h:109: warning: type defaults to `int' in declaration of `Connection' _sqlite/connection.h:109: warning: data definition has no type or storage class _sqlite/connection.h:114: error: parse error before '*' token _sqlite/connection.h:114: warning: function declaration isn't a prototype _sqlite/connection.h:115: error: parse error before '*' token _sqlite/connection.h:115: warning: function declaration isn't a prototype _sqlite/connection.h:116: error: parse error before '*' token _sqlite/connection.h:116: warning: function declaration isn't a prototype _sqlite/connection.h:117: error: parse error before '*' token _sqlite/connection.h:117: warning: function declaration isn't a prototype _sqlite/connection.h:118: error: parse error before '*' token _sqlite/connection.h:118: warning: function declaration isn't a prototype _sqlite/connection.h:119: error: parse error before '*' token _sqlite/connection.h:119: warning: function declaration isn't a prototype _sqlite/connection.h:120: error: parse error before '*' token _sqlite/connection.h:120: warning: function declaration isn't a prototype _sqlite/connection.h:122: error: parse error before '*' token _sqlite/connection.h:122: warning: function declaration isn't a prototype _sqlite/connection.h:124: error: parse error before '*' token _sqlite/connection.h:124: warning: function declaration isn't a prototype _sqlite/connection.h:125: error: parse error before '*' token _sqlite/connection.h:125: warning: function declaration isn't a prototype In file included from _sqlite/connection.c:27: _sqlite/statement.h:29:21: sqlite3.h: No such file or directory In file included from _sqlite/connection.c:27: _sqlite/statement.h:37: error: parse error before "sqlite3" _sqlite/statement.h:37: warning: no semicolon at end of struct or union _sqlite/statement.h:38: warning: type defaults to `int' in declaration of `st' _sqlite/statement.h:38: warning: data definition has no type or storage class _sqlite/statement.h:42: error: parse error before '}' token _sqlite/statement.h:42: warning: type defaults to `int' in declaration of `Statement' _sqlite/statement.h:42: warning: data definition has no type or storage class _sqlite/statement.h:46: error: parse error before '*' token _sqlite/statement.h:46: warning: function declaration isn't a prototype _sqlite/statement.h:47: error: parse error before '*' token _sqlite/statement.h:47: warning: function declaration isn't a prototype _sqlite/statement.h:49: error: parse error before '*' token _sqlite/statement.h:49: warning: function declaration isn't a prototype _sqlite/statement.h:50: error: parse error before '*' token _sqlite/statement.h:50: warning: function declaration isn't a prototype _sqlite/statement.h:52: error: parse error before '*' token _sqlite/statement.h:52: warning: function declaration isn't a prototype _sqlite/statement.h:53: error: parse error before '*' token _sqlite/statement.h:53: warning: function declaration isn't a prototype _sqlite/statement.h:54: error: parse error before '*' token _sqlite/statement.h:54: warning: function declaration isn't a prototype _sqlite/statement.h:55: error: parse error before '*' token _sqlite/statement.h:55: warning: function declaration isn't a prototype In file included from _sqlite/connection.c:28: _sqlite/cursor.h:35: error: parse error before "Connection" _sqlite/cursor.h:35: warning: no semicolon at end of struct or union _sqlite/cursor.h:42: error: parse error before '*' token _sqlite/cursor.h:42: warning: type defaults to `int' in declaration of `statement' _sqlite/cursor.h:42: warning: data definition has no type or storage class _sqlite/cursor.h:46: error: parse error before '}' token _sqlite/cursor.h:46: warning: type defaults to `int' in declaration of `Cursor' _sqlite/cursor.h:46: warning: data definition has no type or storage class _sqlite/cursor.h:56: error: parse error before '*' token _sqlite/cursor.h:56: warning: function declaration isn't a prototype _sqlite/cursor.h:57: error: parse error before '*' token _sqlite/cursor.h:57: warning: function declaration isn't a prototype _sqlite/cursor.h:58: error: parse error before '*' token _sqlite/cursor.h:58: warning: function declaration isn't a prototype _sqlite/cursor.h:59: error: parse error before '*' token _sqlite/cursor.h:59: warning: function declaration isn't a prototype _sqlite/cursor.h:60: error: parse error before '*' token _sqlite/cursor.h:60: warning: function declaration isn't a prototype _sqlite/cursor.h:61: error: parse error before '*' token _sqlite/cursor.h:61: warning: function declaration isn't a prototype _sqlite/cursor.h:62: error: parse error before '*' token _sqlite/cursor.h:62: warning: function declaration isn't a prototype _sqlite/cursor.h:63: error: parse error before '*' token _sqlite/cursor.h:63: warning: function declaration isn't a prototype _sqlite/cursor.h:64: error: parse error before '*' token _sqlite/cursor.h:64: warning: function declaration isn't a prototype _sqlite/cursor.h:65: error: parse error before '*' token _sqlite/cursor.h:65: warning: function declaration isn't a prototype _sqlite/cursor.h:66: error: parse error before '*' token _sqlite/cursor.h:66: warning: function declaration isn't a prototype In file included from _sqlite/connection.c:30: _sqlite/util.h:28:21: sqlite3.h: No such file or directory In file included from _sqlite/connection.c:30: _sqlite/util.h:31: error: parse error before '*' token _sqlite/util.h:31: warning: function declaration isn't a prototype _sqlite/util.h:37: error: parse error before '*' token _sqlite/util.h:37: warning: function declaration isn't a prototype _sqlite/connection.c:35: error: parse error before '*' token _sqlite/connection.c:35: warning: function declaration isn't a prototype _sqlite/connection.c:38: error: parse error before '*' token _sqlite/connection.c:39: warning: function declaration isn't a prototype _sqlite/connection.c: In function `_sqlite3_result_error': _sqlite/connection.c:46: error: `errmsg' undeclared (first use in this function) _sqlite/connection.c:46: error: (Each undeclared identifier is reported only once _sqlite/connection.c:46: error: for each function it appears in.) _sqlite/connection.c: At top level: _sqlite/connection.c:50: error: parse error before '*' token _sqlite/connection.c:51: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_init': _sqlite/connection.c:63: error: `args' undeclared (first use in this function) _sqlite/connection.c:63: error: `kwargs' undeclared (first use in this function) _sqlite/connection.c:69: error: `self' undeclared (first use in this function) _sqlite/connection.c:81: warning: implicit declaration of function `sqlite3_open' _sqlite/connection.c:84: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c:123: warning: implicit declaration of function `sqlite3_busy_timeout' _sqlite/connection.c: At top level: _sqlite/connection.c:153: error: parse error before '*' token _sqlite/connection.c:154: warning: function declaration isn't a prototype _sqlite/connection.c: In function `flush_statement_cache': _sqlite/connection.c:156: error: invalid operands to binary * _sqlite/connection.c:158: error: `self' undeclared (first use in this function) _sqlite/connection.c:161: error: parse error before ')' token _sqlite/connection.c: At top level: _sqlite/connection.c:172: error: parse error before '*' token _sqlite/connection.c:173: warning: function declaration isn't a prototype _sqlite/connection.c: In function `reset_all_statements': _sqlite/connection.c:178: error: `self' undeclared (first use in this function) _sqlite/connection.c:182: error: parse error before ')' token _sqlite/connection.c: At top level: _sqlite/connection.c:187: error: parse error before '*' token _sqlite/connection.c:188: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_dealloc': _sqlite/connection.c:189: error: `self' undeclared (first use in this function) _sqlite/connection.c:194: warning: implicit declaration of function `sqlite3_close' _sqlite/connection.c: At top level: _sqlite/connection.c:211: error: parse error before '*' token _sqlite/connection.c:212: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_cursor': _sqlite/connection.c:218: error: `args' undeclared (first use in this function) _sqlite/connection.c:218: error: `kwargs' undeclared (first use in this function) _sqlite/connection.c:223: error: `self' undeclared (first use in this function) _sqlite/connection.c:234: error: parse error before ')' token _sqlite/connection.c:234: error: parse error before ')' token _sqlite/connection.c:234: error: parse error before ')' token _sqlite/connection.c:234: error: parse error before ')' token _sqlite/connection.c:236: error: parse error before ')' token _sqlite/connection.c: At top level: _sqlite/connection.c:242: error: parse error before '*' token _sqlite/connection.c:243: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_close': _sqlite/connection.c:246: error: `self' undeclared (first use in this function) _sqlite/connection.c:257: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:274: error: parse error before '*' token _sqlite/connection.c:275: warning: function declaration isn't a prototype _sqlite/connection.c: In function `check_connection': _sqlite/connection.c:276: error: `con' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:284: error: parse error before '*' token _sqlite/connection.c:285: warning: function declaration isn't a prototype _sqlite/connection.c: In function `_connection_begin': _sqlite/connection.c:288: error: `sqlite3_stmt' undeclared (first use in this function) _sqlite/connection.c:291: warning: implicit declaration of function `sqlite3_prepare' _sqlite/connection.c:291: error: `self' undeclared (first use in this function) _sqlite/connection.c:294: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c:300: error: `SQLITE_DONE' undeclared (first use in this function) _sqlite/connection.c:307: warning: implicit declaration of function `sqlite3_finalize' _sqlite/connection.c: At top level: _sqlite/connection.c:323: error: parse error before '*' token _sqlite/connection.c:324: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_commit': _sqlite/connection.c:327: error: `sqlite3_stmt' undeclared (first use in this function) _sqlite/connection.c:329: error: `self' undeclared (first use in this function) _sqlite/connection.c:337: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c:343: error: `SQLITE_DONE' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:367: error: parse error before '*' token _sqlite/connection.c:368: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_rollback': _sqlite/connection.c:371: error: `sqlite3_stmt' undeclared (first use in this function) _sqlite/connection.c:373: error: `self' undeclared (first use in this function) _sqlite/connection.c:383: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c:389: error: `SQLITE_DONE' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:413: error: parse error before '*' token _sqlite/connection.c:414: warning: function declaration isn't a prototype _sqlite/connection.c: In function `_set_result': _sqlite/connection.c:420: error: `py_val' undeclared (first use in this function) _sqlite/connection.c:421: warning: implicit declaration of function `sqlite3_result_null' _sqlite/connection.c:421: error: `context' undeclared (first use in this function) _sqlite/connection.c:426: warning: implicit declaration of function `sqlite3_result_int64' _sqlite/connection.c:428: warning: implicit declaration of function `sqlite3_result_double' _sqlite/connection.c:433: warning: implicit declaration of function `sqlite3_result_blob' _sqlite/connection.c:433: error: `SQLITE_TRANSIENT' undeclared (first use in this function) _sqlite/connection.c:436: warning: implicit declaration of function `sqlite3_result_text' _sqlite/connection.c: At top level: _sqlite/connection.c:448: error: parse error before '*' token _sqlite/connection.c:449: warning: function declaration isn't a prototype _sqlite/connection.c: In function `_build_py_params': _sqlite/connection.c:452: error: `sqlite3_value' undeclared (first use in this function) _sqlite/connection.c:452: error: `cur_value' undeclared (first use in this function) _sqlite/connection.c:459: error: `argc' undeclared (first use in this function) _sqlite/connection.c:465: error: `argv' undeclared (first use in this function) _sqlite/connection.c:466: warning: implicit declaration of function `sqlite3_value_type' _sqlite/connection.c:467: error: `SQLITE_INTEGER' undeclared (first use in this function) _sqlite/connection.c:468: warning: implicit declaration of function `sqlite3_value_int64' _sqlite/connection.c:471: error: `SQLITE_FLOAT' undeclared (first use in this function) _sqlite/connection.c:472: warning: implicit declaration of function `sqlite3_value_double' _sqlite/connection.c:474: error: `SQLITE_TEXT' undeclared (first use in this function) _sqlite/connection.c:475: warning: implicit declaration of function `sqlite3_value_text' _sqlite/connection.c:484: error: `SQLITE_BLOB' undeclared (first use in this function) _sqlite/connection.c:485: warning: implicit declaration of function `sqlite3_value_bytes' _sqlite/connection.c:495: warning: implicit declaration of function `sqlite3_value_blob' _sqlite/connection.c:495: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast _sqlite/connection.c:497: error: `SQLITE_NULL' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:515: error: parse error before '*' token _sqlite/connection.c:516: warning: function declaration isn't a prototype _sqlite/connection.c: In function `_func_callback': _sqlite/connection.c:525: warning: implicit declaration of function `sqlite3_user_data' _sqlite/connection.c:525: error: `context' undeclared (first use in this function) _sqlite/connection.c:527: error: `argc' undeclared (first use in this function) _sqlite/connection.c:527: error: `argv' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:548: error: parse error before '*' token _sqlite/connection.c:549: warning: function declaration isn't a prototype _sqlite/connection.c: In function `_step_callback': _sqlite/connection.c:560: error: `context' undeclared (first use in this function) _sqlite/connection.c:562: warning: implicit declaration of function `sqlite3_aggregate_context' _sqlite/connection.c:584: error: `argc' undeclared (first use in this function) _sqlite/connection.c:584: error: `params' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:608: error: parse error before '*' token _sqlite/connection.c:609: warning: function declaration isn't a prototype _sqlite/connection.c: In function `_final_callback': _sqlite/connection.c:618: error: `context' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:647: error: parse error before '*' token _sqlite/connection.c:648: warning: function declaration isn't a prototype _sqlite/connection.c: In function `_drop_unused_statement_references': _sqlite/connection.c:654: error: `self' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:679: error: parse error before '*' token _sqlite/connection.c:680: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_create_function': _sqlite/connection.c:688: error: `args' undeclared (first use in this function) _sqlite/connection.c:688: error: `kwargs' undeclared (first use in this function) _sqlite/connection.c:694: warning: implicit declaration of function `sqlite3_create_function' _sqlite/connection.c:694: error: `self' undeclared (first use in this function) _sqlite/connection.c:694: error: `SQLITE_UTF8' undeclared (first use in this function) _sqlite/connection.c:696: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:708: error: parse error before '*' token _sqlite/connection.c:709: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_create_aggregate': _sqlite/connection.c:717: error: `args' undeclared (first use in this function) _sqlite/connection.c:717: error: `kwargs' undeclared (first use in this function) _sqlite/connection.c:722: error: `self' undeclared (first use in this function) _sqlite/connection.c:722: error: `SQLITE_UTF8' undeclared (first use in this function) _sqlite/connection.c:723: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c: In function `_authorizer_callback': _sqlite/connection.c:751: error: `SQLITE_DENY' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:765: error: parse error before '*' token _sqlite/connection.c:766: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_set_authorizer': _sqlite/connection.c:772: error: `args' undeclared (first use in this function) _sqlite/connection.c:772: error: `kwargs' undeclared (first use in this function) _sqlite/connection.c:777: warning: implicit declaration of function `sqlite3_set_authorizer' _sqlite/connection.c:777: error: `self' undeclared (first use in this function) _sqlite/connection.c:779: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:790: error: parse error before '*' token _sqlite/connection.c:791: warning: function declaration isn't a prototype _sqlite/connection.c: In function `check_thread': _sqlite/connection.c:792: error: `self' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:806: error: parse error before '*' token _sqlite/connection.c:807: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_get_isolation_level': _sqlite/connection.c:808: error: `self' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:812: error: parse error before '*' token _sqlite/connection.c:813: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_get_total_changes': _sqlite/connection.c:814: error: `self' undeclared (first use in this function) _sqlite/connection.c:817: warning: implicit declaration of function `sqlite3_total_changes' _sqlite/connection.c: At top level: _sqlite/connection.c:821: error: parse error before '*' token _sqlite/connection.c:822: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_set_isolation_level': _sqlite/connection.c:826: error: `self' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:869: error: parse error before '*' token _sqlite/connection.c:870: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_call': _sqlite/connection.c:872: error: invalid operands to binary * _sqlite/connection.c:876: error: `args' undeclared (first use in this function) _sqlite/connection.c:880: error: `self' undeclared (first use in this function) _sqlite/connection.c:882: error: parse error before ')' token _sqlite/connection.c:889: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c:898: error: request for member `ob_refcnt' in something not a structure or union _sqlite/connection.c:903: error: request for member `ob_refcnt' in something not a structure or union _sqlite/connection.c: At top level: _sqlite/connection.c:921: error: parse error before '*' token _sqlite/connection.c:922: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_execute': _sqlite/connection.c:927: error: `self' undeclared (first use in this function) _sqlite/connection.c:939: error: `args' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:952: error: parse error before '*' token _sqlite/connection.c:953: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_executemany': _sqlite/connection.c:958: error: `self' undeclared (first use in this function) _sqlite/connection.c:970: error: `args' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:983: error: parse error before '*' token _sqlite/connection.c:984: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_executescript': _sqlite/connection.c:989: error: `self' undeclared (first use in this function) _sqlite/connection.c:1001: error: `args' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:1066: error: parse error before '*' token _sqlite/connection.c:1067: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_interrupt': _sqlite/connection.c:1070: error: `self' undeclared (first use in this function) _sqlite/connection.c:1074: warning: implicit declaration of function `sqlite3_interrupt' _sqlite/connection.c: At top level: _sqlite/connection.c:1084: error: parse error before '*' token _sqlite/connection.c:1085: warning: function declaration isn't a prototype _sqlite/connection.c: In function `connection_create_collation': _sqlite/connection.c:1093: error: `self' undeclared (first use in this function) _sqlite/connection.c:1097: error: `args' undeclared (first use in this function) _sqlite/connection.c:1130: warning: implicit declaration of function `sqlite3_create_collation' _sqlite/connection.c:1132: error: `SQLITE_UTF8' undeclared (first use in this function) _sqlite/connection.c:1135: error: `SQLITE_OK' undeclared (first use in this function) _sqlite/connection.c: At top level: _sqlite/connection.c:1193: error: parse error before ')' token _sqlite/connection.c:1193: error: initializer element is not constant _sqlite/connection.c:1193: error: (near initialization for `connection_members[0].offset') _sqlite/connection.c:1193: error: initializer element is not constant _sqlite/connection.c:1193: error: (near initialization for `connection_members[0]') _sqlite/connection.c:1194: error: parse error before ')' token _sqlite/connection.c:1194: error: initializer element is not constant _sqlite/connection.c:1194: error: (near initialization for `connection_members[1].offset') _sqlite/connection.c:1194: error: initializer element is not constant _sqlite/connection.c:1194: error: (near initialization for `connection_members[1]') _sqlite/connection.c:1195: error: parse error before ')' token _sqlite/connection.c:1195: error: initializer element is not constant _sqlite/connection.c:1195: error: (near initialization for `connection_members[2].offset') _sqlite/connection.c:1195: error: initializer element is not constant _sqlite/connection.c:1195: error: (near initialization for `connection_members[2]') _sqlite/connection.c:1196: error: parse error before ')' token _sqlite/connection.c:1196: error: initializer element is not constant _sqlite/connection.c:1196: error: (near initialization for `connection_members[3].offset') _sqlite/connection.c:1196: error: initializer element is not constant _sqlite/connection.c:1196: error: (near initialization for `connection_members[3]') _sqlite/connection.c:1197: error: parse error before ')' token _sqlite/connection.c:1197: error: initializer element is not constant _sqlite/connection.c:1197: error: (near initialization for `connection_members[4].offset') _sqlite/connection.c:1197: error: initializer element is not constant _sqlite/connection.c:1197: error: (near initialization for `connection_members[4]') _sqlite/connection.c:1198: error: parse error before ')' token _sqlite/connection.c:1198: error: initializer element is not constant _sqlite/connection.c:1198: error: (near initialization for `connection_members[5].offset') _sqlite/connection.c:1198: error: initializer element is not constant _sqlite/connection.c:1198: error: (near initialization for `connection_members[5]') _sqlite/connection.c:1199: error: parse error before ')' token _sqlite/connection.c:1199: error: initializer element is not constant _sqlite/connection.c:1199: error: (near initialization for `connection_members[6].offset') _sqlite/connection.c:1199: error: initializer element is not constant _sqlite/connection.c:1199: error: (near initialization for `connection_members[6]') _sqlite/connection.c:1200: error: parse error before ')' token _sqlite/connection.c:1200: error: initializer element is not constant _sqlite/connection.c:1200: error: (near initialization for `connection_members[7].offset') _sqlite/connection.c:1200: error: initializer element is not constant _sqlite/connection.c:1200: error: (near initialization for `connection_members[7]') _sqlite/connection.c:1201: error: parse error before ')' token _sqlite/connection.c:1201: error: initializer element is not constant _sqlite/connection.c:1201: error: (near initialization for `connection_members[8].offset') _sqlite/connection.c:1201: error: initializer element is not constant _sqlite/connection.c:1201: error: (near initialization for `connection_members[8]') _sqlite/connection.c:1202: error: parse error before ')' token _sqlite/connection.c:1202: error: initializer element is not constant _sqlite/connection.c:1202: error: (near initialization for `connection_members[9].offset') _sqlite/connection.c:1202: error: initializer element is not constant _sqlite/connection.c:1202: error: (near initialization for `connection_members[9]') _sqlite/connection.c:1203: error: parse error before ')' token _sqlite/connection.c:1203: error: initializer element is not constant _sqlite/connection.c:1203: error: (near initialization for `connection_members[10].offset') _sqlite/connection.c:1203: error: initializer element is not constant _sqlite/connection.c:1203: error: (near initialization for `connection_members[10]') _sqlite/connection.c:1204: error: parse error before ')' token _sqlite/connection.c:1204: error: initializer element is not constant _sqlite/connection.c:1204: error: (near initialization for `connection_members[11].offset') _sqlite/connection.c:1204: error: initializer element is not constant _sqlite/connection.c:1204: error: (near initialization for `connection_members[11]') _sqlite/connection.c:1205: error: initializer element is not constant _sqlite/connection.c:1205: error: (near initialization for `connection_members[12]') error: command 'gcc' failed with exit status 1 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-sqlite3/work/Python-2.5.1/Modules" && /opt/local/bin/python2.5 setup.py build " returned error 1 Command output: _sqlite/connection.c:1199: error: initializer element is not constant _sqlite/connection.c:1199: error: (near initialization for `connection_members[6]') _sqlite/connection.c:1200: error: parse error before ')' token _sqlite/connection.c:1200: error: initializer element is not constant _sqlite/connection.c:1200: error: (near initialization for `connection_members[7].offset') _sqlite/connection.c:1200: error: initializer element is not constant _sqlite/connection.c:1200: error: (near initialization for `connection_members[7]') _sqlite/connection.c:1201: error: parse error before ')' token _sqlite/connection.c:1201: error: initializer element is not constant _sqlite/connection.c:1201: error: (near initialization for `connection_members[8].offset') _sqlite/connection.c:1201: error: initializer element is not constant _sqlite/connection.c:1201: error: (near initialization for `connection_members[8]') _sqlite/connection.c:1202: error: parse error before ')' token _sqlite/connection.c:1202: error: initializer element is not constant _sqlite/connection.c:1202: error: (near initialization for `connection_members[9].offset') _sqlite/connection.c:1202: error: initializer element is not constant _sqlite/connection.c:1202: error: (near initialization for `connection_members[9]') _sqlite/connection.c:1203: error: parse error before ')' token _sqlite/connection.c:1203: error: initializer element is not constant _sqlite/connection.c:1203: error: (near initialization for `connection_members[10].offset') _sqlite/connection.c:1203: error: initializer element is not constant _sqlite/connection.c:1203: error: (near initialization for `connection_members[10]') _sqlite/connection.c:1204: error: parse error before ')' token _sqlite/connection.c:1204: error: initializer element is not constant _sqlite/connection.c:1204: error: (near initialization for `connection_members[11].offset') _sqlite/connection.c:1204: error: initializer element is not constant _sqlite/connection.c:1204: error: (near initialization for `connection_members[11]') _sqlite/connection.c:1205: error: initializer element is not constant _sqlite/connection.c:1205: error: (near initialization for `connection_members[12]') error: command 'gcc' failed with exit status 1 Warning: the following items did not execute (for py25-sqlite3): org.macports.build Error: Status 1 encountered during processing.