Ticket #12862: LogFile.txt

File LogFile.txt, 33.5 KB (added by eejd, 16 years ago)
Line 
1DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-sqlite3
2DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-sqlite3
3DEBUG: Requested variant powerpc is not provided by port py25-sqlite3.
4DEBUG: Requested variant darwin is not provided by port py25-sqlite3.
5DEBUG: Requested variant macosx is not provided by port py25-sqlite3.
6DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python25
7DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python25
8DEBUG: Requested variant powerpc is not provided by port python25.
9DEBUG: Requested variant darwin is not provided by port python25.
10DEBUG: Requested variant macosx is not provided by port python25.
11DEBUG: Executing variant darwin_7 provides darwin_7
12DEBUG: Searching for dependency: python25
13DEBUG: Found Dependency: receipt exists for python25
14DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3
15DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3
16DEBUG: Requested variant powerpc is not provided by port sqlite3.
17DEBUG: Requested variant darwin is not provided by port sqlite3.
18DEBUG: Requested variant macosx is not provided by port sqlite3.
19DEBUG: Searching for dependency: sqlite3
20DEBUG: Found Dependency: receipt exists for sqlite3
21DEBUG: Executing org.macports.main (py25-sqlite3)
22--->  Fetching py25-sqlite3
23DEBUG: Executing org.macports.fetch (py25-sqlite3)
24--->  Verifying checksum(s) for py25-sqlite3
25DEBUG: Executing org.macports.checksum (py25-sqlite3)
26--->  Checksumming Python-2.5.1.tar.bz2
27DEBUG: Correct (sha1) checksum for Python-2.5.1.tar.bz2
28DEBUG: setting option extract.cmd to /usr/bin/bzip2
29--->  Extracting py25-sqlite3
30DEBUG: Executing org.macports.extract (py25-sqlite3)
31--->  Extracting Python-2.5.1.tar.bz2
32DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/python25/Python-2.5.1.tar.bz2
33DEBUG: Environment:
34DEBUG: 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'
35DEBUG: Executing proc-post-org.macports.extract-extract-0
36DEBUG: Executing org.macports.patch (py25-sqlite3)
37--->  Configuring py25-sqlite3
38DEBUG: Executing org.macports.configure (py25-sqlite3)
39--->  Building py25-sqlite3 with target build
40DEBUG: Executing org.macports.build (py25-sqlite3)
41DEBUG: Environment:
42DEBUG: 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'
43running build
44running build_ext
45building '_sqlite3' extension
46creating build
47creating build/temp.macosx-10.3-ppc-2.5
48creating build/temp.macosx-10.3-ppc-2.5/_sqlite
49gcc -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
50gcc -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
51In file included from _sqlite/connection.c:26:
52_sqlite/connection.h:33:21: sqlite3.h: No such file or directory
53In file included from _sqlite/connection.c:26:
54_sqlite/connection.h:38: error: parse error before "sqlite3"
55_sqlite/connection.h:38: warning: no semicolon at end of struct or union
56_sqlite/connection.h:109: error: parse error before '}' token
57_sqlite/connection.h:109: warning: type defaults to `int' in declaration of `Connection'
58_sqlite/connection.h:109: warning: data definition has no type or storage class
59_sqlite/connection.h:114: error: parse error before '*' token
60_sqlite/connection.h:114: warning: function declaration isn't a prototype
61_sqlite/connection.h:115: error: parse error before '*' token
62_sqlite/connection.h:115: warning: function declaration isn't a prototype
63_sqlite/connection.h:116: error: parse error before '*' token
64_sqlite/connection.h:116: warning: function declaration isn't a prototype
65_sqlite/connection.h:117: error: parse error before '*' token
66_sqlite/connection.h:117: warning: function declaration isn't a prototype
67_sqlite/connection.h:118: error: parse error before '*' token
68_sqlite/connection.h:118: warning: function declaration isn't a prototype
69_sqlite/connection.h:119: error: parse error before '*' token
70_sqlite/connection.h:119: warning: function declaration isn't a prototype
71_sqlite/connection.h:120: error: parse error before '*' token
72_sqlite/connection.h:120: warning: function declaration isn't a prototype
73_sqlite/connection.h:122: error: parse error before '*' token
74_sqlite/connection.h:122: warning: function declaration isn't a prototype
75_sqlite/connection.h:124: error: parse error before '*' token
76_sqlite/connection.h:124: warning: function declaration isn't a prototype
77_sqlite/connection.h:125: error: parse error before '*' token
78_sqlite/connection.h:125: warning: function declaration isn't a prototype
79In file included from _sqlite/connection.c:27:
80_sqlite/statement.h:29:21: sqlite3.h: No such file or directory
81In file included from _sqlite/connection.c:27:
82_sqlite/statement.h:37: error: parse error before "sqlite3"
83_sqlite/statement.h:37: warning: no semicolon at end of struct or union
84_sqlite/statement.h:38: warning: type defaults to `int' in declaration of `st'
85_sqlite/statement.h:38: warning: data definition has no type or storage class
86_sqlite/statement.h:42: error: parse error before '}' token
87_sqlite/statement.h:42: warning: type defaults to `int' in declaration of `Statement'
88_sqlite/statement.h:42: warning: data definition has no type or storage class
89_sqlite/statement.h:46: error: parse error before '*' token
90_sqlite/statement.h:46: warning: function declaration isn't a prototype
91_sqlite/statement.h:47: error: parse error before '*' token
92_sqlite/statement.h:47: warning: function declaration isn't a prototype
93_sqlite/statement.h:49: error: parse error before '*' token
94_sqlite/statement.h:49: warning: function declaration isn't a prototype
95_sqlite/statement.h:50: error: parse error before '*' token
96_sqlite/statement.h:50: warning: function declaration isn't a prototype
97_sqlite/statement.h:52: error: parse error before '*' token
98_sqlite/statement.h:52: warning: function declaration isn't a prototype
99_sqlite/statement.h:53: error: parse error before '*' token
100_sqlite/statement.h:53: warning: function declaration isn't a prototype
101_sqlite/statement.h:54: error: parse error before '*' token
102_sqlite/statement.h:54: warning: function declaration isn't a prototype
103_sqlite/statement.h:55: error: parse error before '*' token
104_sqlite/statement.h:55: warning: function declaration isn't a prototype
105In file included from _sqlite/connection.c:28:
106_sqlite/cursor.h:35: error: parse error before "Connection"
107_sqlite/cursor.h:35: warning: no semicolon at end of struct or union
108_sqlite/cursor.h:42: error: parse error before '*' token
109_sqlite/cursor.h:42: warning: type defaults to `int' in declaration of `statement'
110_sqlite/cursor.h:42: warning: data definition has no type or storage class
111_sqlite/cursor.h:46: error: parse error before '}' token
112_sqlite/cursor.h:46: warning: type defaults to `int' in declaration of `Cursor'
113_sqlite/cursor.h:46: warning: data definition has no type or storage class
114_sqlite/cursor.h:56: error: parse error before '*' token
115_sqlite/cursor.h:56: warning: function declaration isn't a prototype
116_sqlite/cursor.h:57: error: parse error before '*' token
117_sqlite/cursor.h:57: warning: function declaration isn't a prototype
118_sqlite/cursor.h:58: error: parse error before '*' token
119_sqlite/cursor.h:58: warning: function declaration isn't a prototype
120_sqlite/cursor.h:59: error: parse error before '*' token
121_sqlite/cursor.h:59: warning: function declaration isn't a prototype
122_sqlite/cursor.h:60: error: parse error before '*' token
123_sqlite/cursor.h:60: warning: function declaration isn't a prototype
124_sqlite/cursor.h:61: error: parse error before '*' token
125_sqlite/cursor.h:61: warning: function declaration isn't a prototype
126_sqlite/cursor.h:62: error: parse error before '*' token
127_sqlite/cursor.h:62: warning: function declaration isn't a prototype
128_sqlite/cursor.h:63: error: parse error before '*' token
129_sqlite/cursor.h:63: warning: function declaration isn't a prototype
130_sqlite/cursor.h:64: error: parse error before '*' token
131_sqlite/cursor.h:64: warning: function declaration isn't a prototype
132_sqlite/cursor.h:65: error: parse error before '*' token
133_sqlite/cursor.h:65: warning: function declaration isn't a prototype
134_sqlite/cursor.h:66: error: parse error before '*' token
135_sqlite/cursor.h:66: warning: function declaration isn't a prototype
136In file included from _sqlite/connection.c:30:
137_sqlite/util.h:28:21: sqlite3.h: No such file or directory
138In file included from _sqlite/connection.c:30:
139_sqlite/util.h:31: error: parse error before '*' token
140_sqlite/util.h:31: warning: function declaration isn't a prototype
141_sqlite/util.h:37: error: parse error before '*' token
142_sqlite/util.h:37: warning: function declaration isn't a prototype
143_sqlite/connection.c:35: error: parse error before '*' token
144_sqlite/connection.c:35: warning: function declaration isn't a prototype
145_sqlite/connection.c:38: error: parse error before '*' token
146_sqlite/connection.c:39: warning: function declaration isn't a prototype
147_sqlite/connection.c: In function `_sqlite3_result_error':
148_sqlite/connection.c:46: error: `errmsg' undeclared (first use in this function)
149_sqlite/connection.c:46: error: (Each undeclared identifier is reported only once
150_sqlite/connection.c:46: error: for each function it appears in.)
151_sqlite/connection.c: At top level:
152_sqlite/connection.c:50: error: parse error before '*' token
153_sqlite/connection.c:51: warning: function declaration isn't a prototype
154_sqlite/connection.c: In function `connection_init':
155_sqlite/connection.c:63: error: `args' undeclared (first use in this function)
156_sqlite/connection.c:63: error: `kwargs' undeclared (first use in this function)
157_sqlite/connection.c:69: error: `self' undeclared (first use in this function)
158_sqlite/connection.c:81: warning: implicit declaration of function `sqlite3_open'
159_sqlite/connection.c:84: error: `SQLITE_OK' undeclared (first use in this function)
160_sqlite/connection.c:123: warning: implicit declaration of function `sqlite3_busy_timeout'
161_sqlite/connection.c: At top level:
162_sqlite/connection.c:153: error: parse error before '*' token
163_sqlite/connection.c:154: warning: function declaration isn't a prototype
164_sqlite/connection.c: In function `flush_statement_cache':
165_sqlite/connection.c:156: error: invalid operands to binary *
166_sqlite/connection.c:158: error: `self' undeclared (first use in this function)
167_sqlite/connection.c:161: error: parse error before ')' token
168_sqlite/connection.c: At top level:
169_sqlite/connection.c:172: error: parse error before '*' token
170_sqlite/connection.c:173: warning: function declaration isn't a prototype
171_sqlite/connection.c: In function `reset_all_statements':
172_sqlite/connection.c:178: error: `self' undeclared (first use in this function)
173_sqlite/connection.c:182: error: parse error before ')' token
174_sqlite/connection.c: At top level:
175_sqlite/connection.c:187: error: parse error before '*' token
176_sqlite/connection.c:188: warning: function declaration isn't a prototype
177_sqlite/connection.c: In function `connection_dealloc':
178_sqlite/connection.c:189: error: `self' undeclared (first use in this function)
179_sqlite/connection.c:194: warning: implicit declaration of function `sqlite3_close'
180_sqlite/connection.c: At top level:
181_sqlite/connection.c:211: error: parse error before '*' token
182_sqlite/connection.c:212: warning: function declaration isn't a prototype
183_sqlite/connection.c: In function `connection_cursor':
184_sqlite/connection.c:218: error: `args' undeclared (first use in this function)
185_sqlite/connection.c:218: error: `kwargs' undeclared (first use in this function)
186_sqlite/connection.c:223: error: `self' undeclared (first use in this function)
187_sqlite/connection.c:234: error: parse error before ')' token
188_sqlite/connection.c:234: error: parse error before ')' token
189_sqlite/connection.c:234: error: parse error before ')' token
190_sqlite/connection.c:234: error: parse error before ')' token
191_sqlite/connection.c:236: error: parse error before ')' token
192_sqlite/connection.c: At top level:
193_sqlite/connection.c:242: error: parse error before '*' token
194_sqlite/connection.c:243: warning: function declaration isn't a prototype
195_sqlite/connection.c: In function `connection_close':
196_sqlite/connection.c:246: error: `self' undeclared (first use in this function)
197_sqlite/connection.c:257: error: `SQLITE_OK' undeclared (first use in this function)
198_sqlite/connection.c: At top level:
199_sqlite/connection.c:274: error: parse error before '*' token
200_sqlite/connection.c:275: warning: function declaration isn't a prototype
201_sqlite/connection.c: In function `check_connection':
202_sqlite/connection.c:276: error: `con' undeclared (first use in this function)
203_sqlite/connection.c: At top level:
204_sqlite/connection.c:284: error: parse error before '*' token
205_sqlite/connection.c:285: warning: function declaration isn't a prototype
206_sqlite/connection.c: In function `_connection_begin':
207_sqlite/connection.c:288: error: `sqlite3_stmt' undeclared (first use in this function)
208_sqlite/connection.c:291: warning: implicit declaration of function `sqlite3_prepare'
209_sqlite/connection.c:291: error: `self' undeclared (first use in this function)
210_sqlite/connection.c:294: error: `SQLITE_OK' undeclared (first use in this function)
211_sqlite/connection.c:300: error: `SQLITE_DONE' undeclared (first use in this function)
212_sqlite/connection.c:307: warning: implicit declaration of function `sqlite3_finalize'
213_sqlite/connection.c: At top level:
214_sqlite/connection.c:323: error: parse error before '*' token
215_sqlite/connection.c:324: warning: function declaration isn't a prototype
216_sqlite/connection.c: In function `connection_commit':
217_sqlite/connection.c:327: error: `sqlite3_stmt' undeclared (first use in this function)
218_sqlite/connection.c:329: error: `self' undeclared (first use in this function)
219_sqlite/connection.c:337: error: `SQLITE_OK' undeclared (first use in this function)
220_sqlite/connection.c:343: error: `SQLITE_DONE' undeclared (first use in this function)
221_sqlite/connection.c: At top level:
222_sqlite/connection.c:367: error: parse error before '*' token
223_sqlite/connection.c:368: warning: function declaration isn't a prototype
224_sqlite/connection.c: In function `connection_rollback':
225_sqlite/connection.c:371: error: `sqlite3_stmt' undeclared (first use in this function)
226_sqlite/connection.c:373: error: `self' undeclared (first use in this function)
227_sqlite/connection.c:383: error: `SQLITE_OK' undeclared (first use in this function)
228_sqlite/connection.c:389: error: `SQLITE_DONE' undeclared (first use in this function)
229_sqlite/connection.c: At top level:
230_sqlite/connection.c:413: error: parse error before '*' token
231_sqlite/connection.c:414: warning: function declaration isn't a prototype
232_sqlite/connection.c: In function `_set_result':
233_sqlite/connection.c:420: error: `py_val' undeclared (first use in this function)
234_sqlite/connection.c:421: warning: implicit declaration of function `sqlite3_result_null'
235_sqlite/connection.c:421: error: `context' undeclared (first use in this function)
236_sqlite/connection.c:426: warning: implicit declaration of function `sqlite3_result_int64'
237_sqlite/connection.c:428: warning: implicit declaration of function `sqlite3_result_double'
238_sqlite/connection.c:433: warning: implicit declaration of function `sqlite3_result_blob'
239_sqlite/connection.c:433: error: `SQLITE_TRANSIENT' undeclared (first use in this function)
240_sqlite/connection.c:436: warning: implicit declaration of function `sqlite3_result_text'
241_sqlite/connection.c: At top level:
242_sqlite/connection.c:448: error: parse error before '*' token
243_sqlite/connection.c:449: warning: function declaration isn't a prototype
244_sqlite/connection.c: In function `_build_py_params':
245_sqlite/connection.c:452: error: `sqlite3_value' undeclared (first use in this function)
246_sqlite/connection.c:452: error: `cur_value' undeclared (first use in this function)
247_sqlite/connection.c:459: error: `argc' undeclared (first use in this function)
248_sqlite/connection.c:465: error: `argv' undeclared (first use in this function)
249_sqlite/connection.c:466: warning: implicit declaration of function `sqlite3_value_type'
250_sqlite/connection.c:467: error: `SQLITE_INTEGER' undeclared (first use in this function)
251_sqlite/connection.c:468: warning: implicit declaration of function `sqlite3_value_int64'
252_sqlite/connection.c:471: error: `SQLITE_FLOAT' undeclared (first use in this function)
253_sqlite/connection.c:472: warning: implicit declaration of function `sqlite3_value_double'
254_sqlite/connection.c:474: error: `SQLITE_TEXT' undeclared (first use in this function)
255_sqlite/connection.c:475: warning: implicit declaration of function `sqlite3_value_text'
256_sqlite/connection.c:484: error: `SQLITE_BLOB' undeclared (first use in this function)
257_sqlite/connection.c:485: warning: implicit declaration of function `sqlite3_value_bytes'
258_sqlite/connection.c:495: warning: implicit declaration of function `sqlite3_value_blob'
259_sqlite/connection.c:495: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast
260_sqlite/connection.c:497: error: `SQLITE_NULL' undeclared (first use in this function)
261_sqlite/connection.c: At top level:
262_sqlite/connection.c:515: error: parse error before '*' token
263_sqlite/connection.c:516: warning: function declaration isn't a prototype
264_sqlite/connection.c: In function `_func_callback':
265_sqlite/connection.c:525: warning: implicit declaration of function `sqlite3_user_data'
266_sqlite/connection.c:525: error: `context' undeclared (first use in this function)
267_sqlite/connection.c:527: error: `argc' undeclared (first use in this function)
268_sqlite/connection.c:527: error: `argv' undeclared (first use in this function)
269_sqlite/connection.c: At top level:
270_sqlite/connection.c:548: error: parse error before '*' token
271_sqlite/connection.c:549: warning: function declaration isn't a prototype
272_sqlite/connection.c: In function `_step_callback':
273_sqlite/connection.c:560: error: `context' undeclared (first use in this function)
274_sqlite/connection.c:562: warning: implicit declaration of function `sqlite3_aggregate_context'
275_sqlite/connection.c:584: error: `argc' undeclared (first use in this function)
276_sqlite/connection.c:584: error: `params' undeclared (first use in this function)
277_sqlite/connection.c: At top level:
278_sqlite/connection.c:608: error: parse error before '*' token
279_sqlite/connection.c:609: warning: function declaration isn't a prototype
280_sqlite/connection.c: In function `_final_callback':
281_sqlite/connection.c:618: error: `context' undeclared (first use in this function)
282_sqlite/connection.c: At top level:
283_sqlite/connection.c:647: error: parse error before '*' token
284_sqlite/connection.c:648: warning: function declaration isn't a prototype
285_sqlite/connection.c: In function `_drop_unused_statement_references':
286_sqlite/connection.c:654: error: `self' undeclared (first use in this function)
287_sqlite/connection.c: At top level:
288_sqlite/connection.c:679: error: parse error before '*' token
289_sqlite/connection.c:680: warning: function declaration isn't a prototype
290_sqlite/connection.c: In function `connection_create_function':
291_sqlite/connection.c:688: error: `args' undeclared (first use in this function)
292_sqlite/connection.c:688: error: `kwargs' undeclared (first use in this function)
293_sqlite/connection.c:694: warning: implicit declaration of function `sqlite3_create_function'
294_sqlite/connection.c:694: error: `self' undeclared (first use in this function)
295_sqlite/connection.c:694: error: `SQLITE_UTF8' undeclared (first use in this function)
296_sqlite/connection.c:696: error: `SQLITE_OK' undeclared (first use in this function)
297_sqlite/connection.c: At top level:
298_sqlite/connection.c:708: error: parse error before '*' token
299_sqlite/connection.c:709: warning: function declaration isn't a prototype
300_sqlite/connection.c: In function `connection_create_aggregate':
301_sqlite/connection.c:717: error: `args' undeclared (first use in this function)
302_sqlite/connection.c:717: error: `kwargs' undeclared (first use in this function)
303_sqlite/connection.c:722: error: `self' undeclared (first use in this function)
304_sqlite/connection.c:722: error: `SQLITE_UTF8' undeclared (first use in this function)
305_sqlite/connection.c:723: error: `SQLITE_OK' undeclared (first use in this function)
306_sqlite/connection.c: In function `_authorizer_callback':
307_sqlite/connection.c:751: error: `SQLITE_DENY' undeclared (first use in this function)
308_sqlite/connection.c: At top level:
309_sqlite/connection.c:765: error: parse error before '*' token
310_sqlite/connection.c:766: warning: function declaration isn't a prototype
311_sqlite/connection.c: In function `connection_set_authorizer':
312_sqlite/connection.c:772: error: `args' undeclared (first use in this function)
313_sqlite/connection.c:772: error: `kwargs' undeclared (first use in this function)
314_sqlite/connection.c:777: warning: implicit declaration of function `sqlite3_set_authorizer'
315_sqlite/connection.c:777: error: `self' undeclared (first use in this function)
316_sqlite/connection.c:779: error: `SQLITE_OK' undeclared (first use in this function)
317_sqlite/connection.c: At top level:
318_sqlite/connection.c:790: error: parse error before '*' token
319_sqlite/connection.c:791: warning: function declaration isn't a prototype
320_sqlite/connection.c: In function `check_thread':
321_sqlite/connection.c:792: error: `self' undeclared (first use in this function)
322_sqlite/connection.c: At top level:
323_sqlite/connection.c:806: error: parse error before '*' token
324_sqlite/connection.c:807: warning: function declaration isn't a prototype
325_sqlite/connection.c: In function `connection_get_isolation_level':
326_sqlite/connection.c:808: error: `self' undeclared (first use in this function)
327_sqlite/connection.c: At top level:
328_sqlite/connection.c:812: error: parse error before '*' token
329_sqlite/connection.c:813: warning: function declaration isn't a prototype
330_sqlite/connection.c: In function `connection_get_total_changes':
331_sqlite/connection.c:814: error: `self' undeclared (first use in this function)
332_sqlite/connection.c:817: warning: implicit declaration of function `sqlite3_total_changes'
333_sqlite/connection.c: At top level:
334_sqlite/connection.c:821: error: parse error before '*' token
335_sqlite/connection.c:822: warning: function declaration isn't a prototype
336_sqlite/connection.c: In function `connection_set_isolation_level':
337_sqlite/connection.c:826: error: `self' undeclared (first use in this function)
338_sqlite/connection.c: At top level:
339_sqlite/connection.c:869: error: parse error before '*' token
340_sqlite/connection.c:870: warning: function declaration isn't a prototype
341_sqlite/connection.c: In function `connection_call':
342_sqlite/connection.c:872: error: invalid operands to binary *
343_sqlite/connection.c:876: error: `args' undeclared (first use in this function)
344_sqlite/connection.c:880: error: `self' undeclared (first use in this function)
345_sqlite/connection.c:882: error: parse error before ')' token
346_sqlite/connection.c:889: error: `SQLITE_OK' undeclared (first use in this function)
347_sqlite/connection.c:898: error: request for member `ob_refcnt' in something not a structure or union
348_sqlite/connection.c:903: error: request for member `ob_refcnt' in something not a structure or union
349_sqlite/connection.c: At top level:
350_sqlite/connection.c:921: error: parse error before '*' token
351_sqlite/connection.c:922: warning: function declaration isn't a prototype
352_sqlite/connection.c: In function `connection_execute':
353_sqlite/connection.c:927: error: `self' undeclared (first use in this function)
354_sqlite/connection.c:939: error: `args' undeclared (first use in this function)
355_sqlite/connection.c: At top level:
356_sqlite/connection.c:952: error: parse error before '*' token
357_sqlite/connection.c:953: warning: function declaration isn't a prototype
358_sqlite/connection.c: In function `connection_executemany':
359_sqlite/connection.c:958: error: `self' undeclared (first use in this function)
360_sqlite/connection.c:970: error: `args' undeclared (first use in this function)
361_sqlite/connection.c: At top level:
362_sqlite/connection.c:983: error: parse error before '*' token
363_sqlite/connection.c:984: warning: function declaration isn't a prototype
364_sqlite/connection.c: In function `connection_executescript':
365_sqlite/connection.c:989: error: `self' undeclared (first use in this function)
366_sqlite/connection.c:1001: error: `args' undeclared (first use in this function)
367_sqlite/connection.c: At top level:
368_sqlite/connection.c:1066: error: parse error before '*' token
369_sqlite/connection.c:1067: warning: function declaration isn't a prototype
370_sqlite/connection.c: In function `connection_interrupt':
371_sqlite/connection.c:1070: error: `self' undeclared (first use in this function)
372_sqlite/connection.c:1074: warning: implicit declaration of function `sqlite3_interrupt'
373_sqlite/connection.c: At top level:
374_sqlite/connection.c:1084: error: parse error before '*' token
375_sqlite/connection.c:1085: warning: function declaration isn't a prototype
376_sqlite/connection.c: In function `connection_create_collation':
377_sqlite/connection.c:1093: error: `self' undeclared (first use in this function)
378_sqlite/connection.c:1097: error: `args' undeclared (first use in this function)
379_sqlite/connection.c:1130: warning: implicit declaration of function `sqlite3_create_collation'
380_sqlite/connection.c:1132: error: `SQLITE_UTF8' undeclared (first use in this function)
381_sqlite/connection.c:1135: error: `SQLITE_OK' undeclared (first use in this function)
382_sqlite/connection.c: At top level:
383_sqlite/connection.c:1193: error: parse error before ')' token
384_sqlite/connection.c:1193: error: initializer element is not constant
385_sqlite/connection.c:1193: error: (near initialization for `connection_members[0].offset')
386_sqlite/connection.c:1193: error: initializer element is not constant
387_sqlite/connection.c:1193: error: (near initialization for `connection_members[0]')
388_sqlite/connection.c:1194: error: parse error before ')' token
389_sqlite/connection.c:1194: error: initializer element is not constant
390_sqlite/connection.c:1194: error: (near initialization for `connection_members[1].offset')
391_sqlite/connection.c:1194: error: initializer element is not constant
392_sqlite/connection.c:1194: error: (near initialization for `connection_members[1]')
393_sqlite/connection.c:1195: error: parse error before ')' token
394_sqlite/connection.c:1195: error: initializer element is not constant
395_sqlite/connection.c:1195: error: (near initialization for `connection_members[2].offset')
396_sqlite/connection.c:1195: error: initializer element is not constant
397_sqlite/connection.c:1195: error: (near initialization for `connection_members[2]')
398_sqlite/connection.c:1196: error: parse error before ')' token
399_sqlite/connection.c:1196: error: initializer element is not constant
400_sqlite/connection.c:1196: error: (near initialization for `connection_members[3].offset')
401_sqlite/connection.c:1196: error: initializer element is not constant
402_sqlite/connection.c:1196: error: (near initialization for `connection_members[3]')
403_sqlite/connection.c:1197: error: parse error before ')' token
404_sqlite/connection.c:1197: error: initializer element is not constant
405_sqlite/connection.c:1197: error: (near initialization for `connection_members[4].offset')
406_sqlite/connection.c:1197: error: initializer element is not constant
407_sqlite/connection.c:1197: error: (near initialization for `connection_members[4]')
408_sqlite/connection.c:1198: error: parse error before ')' token
409_sqlite/connection.c:1198: error: initializer element is not constant
410_sqlite/connection.c:1198: error: (near initialization for `connection_members[5].offset')
411_sqlite/connection.c:1198: error: initializer element is not constant
412_sqlite/connection.c:1198: error: (near initialization for `connection_members[5]')
413_sqlite/connection.c:1199: error: parse error before ')' token
414_sqlite/connection.c:1199: error: initializer element is not constant
415_sqlite/connection.c:1199: error: (near initialization for `connection_members[6].offset')
416_sqlite/connection.c:1199: error: initializer element is not constant
417_sqlite/connection.c:1199: error: (near initialization for `connection_members[6]')
418_sqlite/connection.c:1200: error: parse error before ')' token
419_sqlite/connection.c:1200: error: initializer element is not constant
420_sqlite/connection.c:1200: error: (near initialization for `connection_members[7].offset')
421_sqlite/connection.c:1200: error: initializer element is not constant
422_sqlite/connection.c:1200: error: (near initialization for `connection_members[7]')
423_sqlite/connection.c:1201: error: parse error before ')' token
424_sqlite/connection.c:1201: error: initializer element is not constant
425_sqlite/connection.c:1201: error: (near initialization for `connection_members[8].offset')
426_sqlite/connection.c:1201: error: initializer element is not constant
427_sqlite/connection.c:1201: error: (near initialization for `connection_members[8]')
428_sqlite/connection.c:1202: error: parse error before ')' token
429_sqlite/connection.c:1202: error: initializer element is not constant
430_sqlite/connection.c:1202: error: (near initialization for `connection_members[9].offset')
431_sqlite/connection.c:1202: error: initializer element is not constant
432_sqlite/connection.c:1202: error: (near initialization for `connection_members[9]')
433_sqlite/connection.c:1203: error: parse error before ')' token
434_sqlite/connection.c:1203: error: initializer element is not constant
435_sqlite/connection.c:1203: error: (near initialization for `connection_members[10].offset')
436_sqlite/connection.c:1203: error: initializer element is not constant
437_sqlite/connection.c:1203: error: (near initialization for `connection_members[10]')
438_sqlite/connection.c:1204: error: parse error before ')' token
439_sqlite/connection.c:1204: error: initializer element is not constant
440_sqlite/connection.c:1204: error: (near initialization for `connection_members[11].offset')
441_sqlite/connection.c:1204: error: initializer element is not constant
442_sqlite/connection.c:1204: error: (near initialization for `connection_members[11]')
443_sqlite/connection.c:1205: error: initializer element is not constant
444_sqlite/connection.c:1205: error: (near initialization for `connection_members[12]')
445error: command 'gcc' failed with exit status 1
446Error: 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
447Command output: _sqlite/connection.c:1199: error: initializer element is not constant
448_sqlite/connection.c:1199: error: (near initialization for `connection_members[6]')
449_sqlite/connection.c:1200: error: parse error before ')' token
450_sqlite/connection.c:1200: error: initializer element is not constant
451_sqlite/connection.c:1200: error: (near initialization for `connection_members[7].offset')
452_sqlite/connection.c:1200: error: initializer element is not constant
453_sqlite/connection.c:1200: error: (near initialization for `connection_members[7]')
454_sqlite/connection.c:1201: error: parse error before ')' token
455_sqlite/connection.c:1201: error: initializer element is not constant
456_sqlite/connection.c:1201: error: (near initialization for `connection_members[8].offset')
457_sqlite/connection.c:1201: error: initializer element is not constant
458_sqlite/connection.c:1201: error: (near initialization for `connection_members[8]')
459_sqlite/connection.c:1202: error: parse error before ')' token
460_sqlite/connection.c:1202: error: initializer element is not constant
461_sqlite/connection.c:1202: error: (near initialization for `connection_members[9].offset')
462_sqlite/connection.c:1202: error: initializer element is not constant
463_sqlite/connection.c:1202: error: (near initialization for `connection_members[9]')
464_sqlite/connection.c:1203: error: parse error before ')' token
465_sqlite/connection.c:1203: error: initializer element is not constant
466_sqlite/connection.c:1203: error: (near initialization for `connection_members[10].offset')
467_sqlite/connection.c:1203: error: initializer element is not constant
468_sqlite/connection.c:1203: error: (near initialization for `connection_members[10]')
469_sqlite/connection.c:1204: error: parse error before ')' token
470_sqlite/connection.c:1204: error: initializer element is not constant
471_sqlite/connection.c:1204: error: (near initialization for `connection_members[11].offset')
472_sqlite/connection.c:1204: error: initializer element is not constant
473_sqlite/connection.c:1204: error: (near initialization for `connection_members[11]')
474_sqlite/connection.c:1205: error: initializer element is not constant
475_sqlite/connection.c:1205: error: (near initialization for `connection_members[12]')
476error: command 'gcc' failed with exit status 1
477
478Warning: the following items did not execute (for py25-sqlite3): org.macports.build
479Error: Status 1 encountered during processing.