Your message dated Mon, 03 Oct 2005 02:02:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#331373: fixed in python-pysqlite1.1 1.1.6-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Oct 2005 05:35:19 +0000
>From [EMAIL PROTECTED] Sun Oct 02 22:35:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EMIys-0004UP-00; Sun, 02 Oct 2005 22:35:18 -0700
Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f])
        by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
        (Exim 4.50)
        id 1EMIyr-0006uh-4S; Mon, 03 Oct 2005 07:35:17 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.53)
        id 1EMIyq-0009Jj-UE; Mon, 03 Oct 2005 07:35:16 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: python-pysqlite1.1: FTBFS
X-Mailer: reportbug 3.17
Date: Mon, 03 Oct 2005 07:35:16 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.8 required=4.0 tests=BAYES_01,FROM_ENDS_IN_NUMS,
        HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: python-pysqlite1.1
Version: 1.1.6-1
Severity: serious
Justification: fails to build from source

>From my build log:

...

** Using build dependencies supplied by package:
Build-Depends: debhelper (>> 4.0.0), libsqlite0-dev (>= 2.5.6), python, 
python2.3-dev, python2.4-dev

...

gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes 
-fPIC -I/usr/local/include -I/usr/include/python2.3 -c _sqlite.c -o 
build/temp.gnukfreebsd-5.4-1-686-i686-2.3/_sqlite.o
_sqlite.c:30:21: error: sqlite3.h: No such file or directory
_sqlite.c:72: error: syntax error before 'sqlite3'
_sqlite.c:72: warning: no semicolon at end of struct or union
_sqlite.c:79: error: syntax error before '}' token
_sqlite.c:79: warning: type defaults to 'int' in declaration of 'pysqlc'
_sqlite.c:79: warning: data definition has no type or storage class
_sqlite.c:85: error: syntax error before 'pysqlc'
_sqlite.c:85: warning: no semicolon at end of struct or union
_sqlite.c:89: error: syntax error before '}' token
_sqlite.c:89: warning: type defaults to 'int' in declaration of 'pysqlrs'
_sqlite.c:89: warning: data definition has no type or storage class
_sqlite.c:128: error: syntax error before '*' token
_sqlite.c:128: warning: function declaration isn't a prototype
_sqlite.c:131: error: syntax error before '*' token
_sqlite.c:131: warning: function declaration isn't a prototype
_sqlite.c:132: error: syntax error before '*' token
_sqlite.c:132: warning: function declaration isn't a prototype
_sqlite.c:145: error: syntax error before '*' token
_sqlite.c:145: warning: function declaration isn't a prototype
_sqlite.c:146: error: syntax error before '*' token
_sqlite.c:146: warning: function declaration isn't a prototype
_sqlite.c:147: error: syntax error before '*' token
_sqlite.c:147: warning: function declaration isn't a prototype
_sqlite.c:148: error: syntax error before '*' token
_sqlite.c:148: warning: function declaration isn't a prototype
_sqlite.c:149: error: syntax error before '*' token
_sqlite.c:149: warning: function declaration isn't a prototype
_sqlite.c:150: error: syntax error before '*' token
_sqlite.c:150: warning: function declaration isn't a prototype
_sqlite.c:151: error: syntax error before '*' token
_sqlite.c:151: warning: function declaration isn't a prototype
_sqlite.c:152: error: syntax error before '*' token
_sqlite.c:152: warning: function declaration isn't a prototype
_sqlite.c:153: error: syntax error before '*' token
_sqlite.c:153: warning: function declaration isn't a prototype
_sqlite.c:154: error: syntax error before '*' token
_sqlite.c:154: warning: function declaration isn't a prototype
_sqlite.c:155: error: syntax error before '*' token
_sqlite.c:155: warning: function declaration isn't a prototype
_sqlite.c:156: error: syntax error before '*' token
_sqlite.c:156: warning: function declaration isn't a prototype
_sqlite.c:157: error: syntax error before '*' token
_sqlite.c:157: warning: function declaration isn't a prototype
_sqlite.c:160: error: syntax error before '*' token
_sqlite.c:160: warning: function declaration isn't a prototype
_sqlite.c:161: error: syntax error before '*' token
_sqlite.c:161: warning: function declaration isn't a prototype
_sqlite.c:197: error: syntax error before '*' token
_sqlite.c:198: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_dealloc':
_sqlite.c:199: error: 'self' undeclared (first use in this function)
_sqlite.c:199: error: (Each undeclared identifier is reported only once
_sqlite.c:199: error: for each function it appears in.)
_sqlite.c:204: warning: implicit declaration of function 'sqlite3_close'
_sqlite.c: In function 'pysqlite_connect':
_sqlite.c:239: error: 'obj' undeclared (first use in this function)
_sqlite.c:250: error: syntax error before ')' token
_sqlite.c:250: error: syntax error before '==' token
_sqlite.c:240: warning: unused variable 'rc'
_sqlite.c: At top level:
_sqlite.c:256: warning: type defaults to 'int' in declaration of 'rc'
_sqlite.c:256: warning: implicit declaration of function 'sqlite3_open'
_sqlite.c:256: error: 'db_name' undeclared here (not in a function)
_sqlite.c:256: error: 'obj' undeclared here (not in a function)
_sqlite.c:256: error: initializer element is not constant
_sqlite.c:256: warning: data definition has no type or storage class
_sqlite.c:257: error: syntax error before 'if'
_sqlite.c:265: error: '__len' undeclared here (not in a function)
_sqlite.c:265: error: initializer element is not constant
_sqlite.c:265: error: syntax error before 'if'
_sqlite.c:265: warning: type defaults to 'int' in declaration of '__retval'
_sqlite.c:265: error: conflicting types for '__retval'
_sqlite.c:265: error: previous definition of '__retval' was here
_sqlite.c:265: warning: data definition has no type or storage class
_sqlite.c:265: error: syntax error before '}' token
_sqlite.c:283: error: syntax error before '&' token
_sqlite.c:286: error: syntax error before '&' token
_sqlite.c:289: error: syntax error before '&' token
_sqlite.c:292: error: syntax error before '&' token
_sqlite.c:298: error: syntax error before '*' token
_sqlite.c:299: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_get_attr':
_sqlite.c:302: error: 'self' undeclared (first use in this function)
_sqlite.c:302: error: 'attr' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:319: error: syntax error before '*' token
_sqlite.c:320: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_close':
_sqlite.c:321: error: 'args' undeclared (first use in this function)
_sqlite.c:326: error: 'self' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:343: error: syntax error before '*' token
_sqlite.c:344: warning: function declaration isn't a prototype
_sqlite.c: In function 'function_callback':
_sqlite.c:352: error: 'con' undeclared (first use in this function)
_sqlite.c:354: warning: implicit declaration of function 'sqlite3_user_data'
_sqlite.c:354: error: 'context' undeclared (first use in this function)
_sqlite.c:356: error: syntax error before ')' token
_sqlite.c:359: error: 'argc' undeclared (first use in this function)
_sqlite.c:363: error: 'params' undeclared (first use in this function)
_sqlite.c:370: warning: implicit declaration of function 'sqlite3_value_text'
_sqlite.c:389: warning: implicit declaration of function 'sqlite3_result_error'
_sqlite.c:396: warning: implicit declaration of function 'sqlite3_result_null'
_sqlite.c:401: warning: implicit declaration of function 'sqlite3_result_text'
_sqlite.c:401: error: 'SQLITE_TRANSIENT' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:409: error: syntax error before '*' token
_sqlite.c:410: warning: function declaration isn't a prototype
_sqlite.c: In function 'aggregate_step':
_sqlite.c:416: error: 'con' undeclared (first use in this function)
_sqlite.c:421: error: 'context' undeclared (first use in this function)
_sqlite.c:424: error: syntax error before ')' token
_sqlite.c:427: warning: implicit declaration of function 
'sqlite3_aggregate_context'
_sqlite.c:450: error: 'argc' undeclared (first use in this function)
_sqlite.c:452: error: 'params' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:488: error: syntax error before '*' token
_sqlite.c:489: warning: function declaration isn't a prototype
_sqlite.c: In function 'aggregate_finalize':
_sqlite.c:495: error: 'con' undeclared (first use in this function)
_sqlite.c:499: error: 'context' undeclared (first use in this function)
_sqlite.c:501: error: syntax error before ')' token
_sqlite.c:533: error: 'SQLITE_TRANSIENT' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:567: error: syntax error before '*' token
_sqlite.c:568: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_sqlite_busy_handler':
_sqlite.c:573: error: 'args' undeclared (first use in this function)
_sqlite.c:573: error: 'kwargs' undeclared (first use in this function)
_sqlite.c:579: error: 'self' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:594: error: syntax error before '*' token
_sqlite.c:595: warning: function declaration isn't a prototype
_sqlite.c:610: error: syntax error before '*' token
_sqlite.c:611: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_create_function':
_sqlite.c:618: error: 'args' undeclared (first use in this function)
_sqlite.c:618: error: 'kwargs' undeclared (first use in this function)
_sqlite.c:628: error: 'self' undeclared (first use in this function)
_sqlite.c:638: warning: implicit declaration of function 
'sqlite3_create_function'
_sqlite.c:638: error: 'SQLITE_UTF8' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:658: error: syntax error before '*' token
_sqlite.c:659: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_create_aggregate':
_sqlite.c:667: error: 'args' undeclared (first use in this function)
_sqlite.c:667: error: 'kwargs' undeclared (first use in this function)
_sqlite.c:676: error: 'self' undeclared (first use in this function)
_sqlite.c:679: error: 'SQLITE_UTF8' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:696: error: syntax error before '*' token
_sqlite.c:697: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_set_command_logfile':
_sqlite.c:703: error: 'args' undeclared (first use in this function)
_sqlite.c:703: error: 'kwargs' undeclared (first use in this function)
_sqlite.c:731: error: 'self' undeclared (first use in this function)
_sqlite.c: In function 'sqlite_exec_callback':
_sqlite.c:742: error: 'con' undeclared (first use in this function)
_sqlite.c:753: error: syntax error before ')' token
_sqlite.c: At top level:
_sqlite.c:810: error: syntax error before '*' token
_sqlite.c:811: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_sqlite_exec':
_sqlite.c:821: error: 'args' undeclared (first use in this function)
_sqlite.c:821: error: 'kwargs' undeclared (first use in this function)
_sqlite.c:830: error: 'self' undeclared (first use in this function)
_sqlite.c:837: warning: implicit declaration of function 'sqlite3_exec'
_sqlite.c: At top level:
_sqlite.c:846: error: syntax error before '*' token
_sqlite.c:847: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_sqlite_last_insert_rowid':
_sqlite.c:850: error: 'args' undeclared (first use in this function)
_sqlite.c:855: warning: implicit declaration of function 
'sqlite3_last_insert_rowid'
_sqlite.c:855: error: 'self' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:860: error: syntax error before '*' token
_sqlite.c:861: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_sqlite_changes':
_sqlite.c:864: error: 'args' undeclared (first use in this function)
_sqlite.c:869: warning: implicit declaration of function 'sqlite3_changes'
_sqlite.c:869: error: 'self' undeclared (first use in this function)
_sqlite.c: In function 'sqlite_library_version':
_sqlite.c:881: warning: implicit declaration of function 'sqlite3_libversion'
_sqlite.c: In function 'pysqlite_encode':
_sqlite.c:911: error: 'sqlite_uint64' undeclared (first use in this function)
_sqlite.c:911: error: syntax error before 'n'
_sqlite.c:916: warning: pointer targets in passing argument 1 of 
'sqlite_encode_binary' differ in signedness
_sqlite.c:916: warning: pointer targets in passing argument 3 of 
'sqlite_encode_binary' differ in signedness
_sqlite.c: In function 'pysqlite_decode':
_sqlite.c:943: warning: pointer targets in passing argument 1 of 
'sqlite_decode_binary' differ in signedness
_sqlite.c:943: warning: pointer targets in passing argument 2 of 
'sqlite_decode_binary' differ in signedness
_sqlite.c: At top level:
_sqlite.c:953: error: syntax error before '*' token
_sqlite.c:954: warning: function declaration isn't a prototype
_sqlite.c: In function '_seterror':
_sqlite.c:957: warning: implicit declaration of function 'sqlite3_errcode'
_sqlite.c:957: error: 'db' undeclared (first use in this function)
_sqlite.c:961: error: 'SQLITE_OK' undeclared (first use in this function)
_sqlite.c:964: error: 'SQLITE_ERROR' undeclared (first use in this function)
_sqlite.c:965: warning: implicit declaration of function 'sqlite3_errmsg'
_sqlite.c:965: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:967: error: 'SQLITE_INTERNAL' undeclared (first use in this function)
_sqlite.c:968: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:970: error: 'SQLITE_PERM' undeclared (first use in this function)
_sqlite.c:971: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:973: error: 'SQLITE_ABORT' undeclared (first use in this function)
_sqlite.c:974: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:976: error: 'SQLITE_BUSY' undeclared (first use in this function)
_sqlite.c:977: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:979: error: 'SQLITE_LOCKED' undeclared (first use in this function)
_sqlite.c:980: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:982: error: 'SQLITE_NOMEM' undeclared (first use in this function)
_sqlite.c:985: error: 'SQLITE_READONLY' undeclared (first use in this function)
_sqlite.c:986: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:988: error: 'SQLITE_INTERRUPT' undeclared (first use in this function)
_sqlite.c:989: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:991: error: 'SQLITE_IOERR' undeclared (first use in this function)
_sqlite.c:992: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:994: error: 'SQLITE_CORRUPT' undeclared (first use in this function)
_sqlite.c:995: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:997: error: 'SQLITE_NOTFOUND' undeclared (first use in this function)
_sqlite.c:998: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1000: error: 'SQLITE_FULL' undeclared (first use in this function)
_sqlite.c:1001: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1003: error: 'SQLITE_CANTOPEN' undeclared (first use in this function)
_sqlite.c:1004: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1006: error: 'SQLITE_PROTOCOL' undeclared (first use in this function)
_sqlite.c:1007: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1009: error: 'SQLITE_EMPTY' undeclared (first use in this function)
_sqlite.c:1010: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1012: error: 'SQLITE_SCHEMA' undeclared (first use in this function)
_sqlite.c:1013: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1015: error: 'SQLITE_TOOBIG' undeclared (first use in this function)
_sqlite.c:1016: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1018: error: 'SQLITE_CONSTRAINT' undeclared (first use in this 
function)
_sqlite.c:1019: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1021: error: 'SQLITE_MISMATCH' undeclared (first use in this function)
_sqlite.c:1022: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1024: error: 'SQLITE_MISUSE' undeclared (first use in this function)
_sqlite.c:1025: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c:1028: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c: At top level:
_sqlite.c:1035: error: syntax error before '*' token
_sqlite.c:1039: warning: function declaration isn't a prototype
_sqlite.c: In function 'my_sqlite3_exec':
_sqlite.c:1040: error: 'sqlite3' undeclared (first use in this function)
_sqlite.c:1040: error: 'db' undeclared (first use in this function)
_sqlite.c:1042: error: 'sqlite3_stmt' undeclared (first use in this function)
_sqlite.c:1042: error: 'statement' undeclared (first use in this function)
_sqlite.c:1061: error: 'sql' undeclared (first use in this function)
_sqlite.c:1064: error: 'con' undeclared (first use in this function)
_sqlite.c:1066: warning: implicit declaration of function 'sqlite3_prepare'
_sqlite.c:1069: error: 'SQLITE_OK' undeclared (first use in this function)
_sqlite.c:1075: warning: implicit declaration of function 'sqlite3_column_count'
_sqlite.c:1080: warning: implicit declaration of function 'sqlite3_column_name'
_sqlite.c:1089: warning: implicit declaration of function 'sqlite3_step'
_sqlite.c:1091: error: 'SQLITE_BUSY' undeclared (first use in this function)
_sqlite.c:1126: error: 'SQLITE_ROW' undeclared (first use in this function)
_sqlite.c:1128: warning: implicit declaration of function 'sqlite3_data_count'
_sqlite.c:1136: warning: implicit declaration of function 
'sqlite3_column_decltype'
_sqlite.c:1139: warning: implicit declaration of function 'sqlite3_column_text'
_sqlite.c:1139: warning: comparison between pointer and integer
_sqlite.c:1141: warning: implicit declaration of function 'sqlite3_column_type'
_sqlite.c:1143: error: 'SQLITE_INTEGER' undeclared (first use in this function)
_sqlite.c:1146: error: 'SQLITE_FLOAT' undeclared (first use in this function)
_sqlite.c:1149: error: 'SQLITE_BLOB' undeclared (first use in this function)
_sqlite.c:1151: error: 'SQLITE_TEXT' undeclared (first use in this function)
_sqlite.c:1172: error: 'p_rset' undeclared (first use in this function)
_sqlite.c:1180: error: 'SQLITE_DONE' undeclared (first use in this function)
_sqlite.c:1224: warning: implicit declaration of function 'sqlite3_finalize'
_sqlite.c: At top level:
_sqlite.c:1251: error: syntax error before '*' token
_sqlite.c:1252: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_execute':
_sqlite.c:1256: error: 'p_rset' undeclared (first use in this function)
_sqlite.c:1265: error: 'args' undeclared (first use in this function)
_sqlite.c:1270: error: 'self' undeclared (first use in this function)
_sqlite.c:1314: error: syntax error before ')' token
_sqlite.c:1375: warning: passing argument 2 of 'PyErr_SetString' makes pointer 
from integer without a cast
_sqlite.c: At top level:
_sqlite.c:1408: error: syntax error before '*' token
_sqlite.c:1409: warning: function declaration isn't a prototype
_sqlite.c: In function 'process_record':
_sqlite.c:1411: error: 'p_rset' undeclared (first use in this function)
_sqlite.c:1426: error: syntax error before ')' token
_sqlite.c:1433: error: 'num_fields' undeclared (first use in this function)
_sqlite.c:1445: error: 'p_col_names' undeclared (first use in this function)
_sqlite.c:1551: error: 'p_fields' undeclared (first use in this function)
_sqlite.c:1685: error: 'statement' undeclared (first use in this function)
_sqlite.c:1687: error: 'SQLITE_INTEGER' undeclared (first use in this function)
_sqlite.c:1688: warning: implicit declaration of function 'sqlite3_column_int'
_sqlite.c:1691: error: 'SQLITE_FLOAT' undeclared (first use in this function)
_sqlite.c:1692: warning: implicit declaration of function 
'sqlite3_column_double'
_sqlite.c:1694: error: 'SQLITE_NULL' undeclared (first use in this function)
_sqlite.c:1699: warning: passing argument 1 of 'PyString_FromString' makes 
pointer from integer without a cast
_sqlite.c: At top level:
_sqlite.c:1718: error: syntax error before '*' token
_sqlite.c:1719: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_register_converter':
_sqlite.c:1725: error: 'args' undeclared (first use in this function)
_sqlite.c:1725: error: 'kwargs' undeclared (first use in this function)
_sqlite.c:1736: error: 'self' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:1743: error: syntax error before '*' token
_sqlite.c:1746: warning: function declaration isn't a prototype
_sqlite.c: In function '_con_set_expected_types':
_sqlite.c:1751: error: 'args' undeclared (first use in this function)
_sqlite.c:1751: error: 'kwargs' undeclared (first use in this function)
_sqlite.c:1762: error: 'self' undeclared (first use in this function)
_sqlite.c: At top level:
_sqlite.c:1778: error: syntax error before 'pysqlrs'
_sqlite.c:1779: error: syntax error before 'pysqlrs'
_sqlite.c:1780: error: syntax error before 'pysqlrs'
_sqlite.c:1790: error: syntax error before '*' token
_sqlite.c:1791: warning: function declaration isn't a prototype
_sqlite.c: In function '_rs_dealloc':
_sqlite.c:1792: error: 'self' undeclared (first use in this function)
_sqlite.c:1794: error: 'struct memberlist' has no member named 'con'
_sqlite.c:1794: error: 'struct memberlist' has no member named 'ob_refcnt'
_sqlite.c:1794: error: wrong type argument to decrement
_sqlite.c:1794: error: 'struct memberlist' has no member named 'con'
_sqlite.c:1794: error: 'struct memberlist' has no member named 'ob_type'
_sqlite.c:1794: error: 'struct memberlist' has no member named 'tp_dealloc'
_sqlite.c:1794: error: 'struct memberlist' has no member named 'con'
_sqlite.c:1794: error: called object '*(&<erroneous-expression>)' is not a 
function
_sqlite.c:1794: warning: statement with no effect
_sqlite.c:1796: error: 'struct memberlist' has no member named 'p_row_list'
_sqlite.c:1798: error: 'struct memberlist' has no member named 'p_row_list'
_sqlite.c:1798: error: 'struct memberlist' has no member named 'ob_refcnt'
_sqlite.c:1798: error: wrong type argument to decrement
_sqlite.c:1798: error: 'struct memberlist' has no member named 'p_row_list'
_sqlite.c:1798: error: 'struct memberlist' has no member named 'ob_type'
_sqlite.c:1798: error: 'struct memberlist' has no member named 'tp_dealloc'
_sqlite.c:1798: error: 'struct memberlist' has no member named 'p_row_list'
_sqlite.c:1798: error: called object '*(&<erroneous-expression>)' is not a 
function
_sqlite.c:1798: warning: statement with no effect
_sqlite.c:1800: error: 'struct memberlist' has no member named 'p_row_list'
_sqlite.c:1800: warning: statement with no effect
_sqlite.c:1803: error: 'struct memberlist' has no member named 'p_col_def_list'
_sqlite.c:1805: error: 'struct memberlist' has no member named 'p_col_def_list'
_sqlite.c:1805: error: 'struct memberlist' has no member named 'ob_refcnt'
_sqlite.c:1805: error: wrong type argument to decrement
_sqlite.c:1805: error: 'struct memberlist' has no member named 'p_col_def_list'
_sqlite.c:1805: error: 'struct memberlist' has no member named 'ob_type'
_sqlite.c:1805: error: 'struct memberlist' has no member named 'tp_dealloc'
_sqlite.c:1805: error: 'struct memberlist' has no member named 'p_col_def_list'
_sqlite.c:1805: error: called object '*(&<erroneous-expression>)' is not a 
function
_sqlite.c:1805: warning: statement with no effect
_sqlite.c:1807: error: 'struct memberlist' has no member named 'p_col_def_list'
_sqlite.c:1807: warning: statement with no effect
_sqlite.c: At top level:
_sqlite.c:1814: error: syntax error before '*' token
_sqlite.c:1815: warning: function declaration isn't a prototype
_sqlite.c: In function '_rs_get_attr':
_sqlite.c:1818: error: 'self' undeclared (first use in this function)
_sqlite.c:1818: error: 'attr' undeclared (first use in this function)
_sqlite.c:1818: warning: passing argument 2 of 'Py_FindMethod' from 
incompatible pointer type
_sqlite.c:1818: warning: passing argument 3 of 'Py_FindMethod' from 
incompatible pointer type
_sqlite.c:1827: warning: passing argument 1 of 'PyMember_Get' from incompatible 
pointer type
_sqlite.c:1827: warning: passing argument 3 of 'PyMember_Get' from incompatible 
pointer type
_sqlite.c: In function 'sqlite_version_info':
_sqlite.c:1844: warning: passing argument 1 of 'strlen' makes pointer from 
integer without a cast
_sqlite.c:1844: warning: passing argument 2 of 'memcpy' makes pointer from 
integer without a cast
_sqlite.c:1844: warning: passing argument 1 of '__strdup' makes pointer from 
integer without a cast
_sqlite.c: At top level:
_sqlite.c:1883: error: syntax error before 'pysqlc'
_sqlite.c:1884: error: syntax error before 'pysqlc'
error: command 'gcc' failed with exit status 1
make: *** [build-stamp] Error 1
******************************************************************************
Build finished at 20051003-0357
FAILED [dpkg-buildpackage died]
Purging chroot-unstable/build/buildd/python-pysqlite1.1-1.1.6
------------------------------------------------------------------------------



-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

---------------------------------------
Received: (at 331373-close) by bugs.debian.org; 3 Oct 2005 09:08:07 +0000
>From [EMAIL PROTECTED] Mon Oct 03 02:08:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EMMD0-0007SV-00; Mon, 03 Oct 2005 02:02:06 -0700
From: Joel Rosdahl <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#331373: fixed in python-pysqlite1.1 1.1.6-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 03 Oct 2005 02:02:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: python-pysqlite1.1
Source-Version: 1.1.6-2

We believe that the bug you reported is fixed in the latest version of
python-pysqlite1.1, which is due to be installed in the Debian FTP archive:

python-pysqlite1.1_1.1.6-2.diff.gz
  to pool/main/p/python-pysqlite1.1/python-pysqlite1.1_1.1.6-2.diff.gz
python-pysqlite1.1_1.1.6-2.dsc
  to pool/main/p/python-pysqlite1.1/python-pysqlite1.1_1.1.6-2.dsc
python-pysqlite1.1_1.1.6-2_all.deb
  to pool/main/p/python-pysqlite1.1/python-pysqlite1.1_1.1.6-2_all.deb
python2.3-pysqlite1.1_1.1.6-2_i386.deb
  to pool/main/p/python-pysqlite1.1/python2.3-pysqlite1.1_1.1.6-2_i386.deb
python2.4-pysqlite1.1_1.1.6-2_i386.deb
  to pool/main/p/python-pysqlite1.1/python2.4-pysqlite1.1_1.1.6-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joel Rosdahl <[EMAIL PROTECTED]> (supplier of updated python-pysqlite1.1 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon,  3 Oct 2005 10:44:53 +0200
Source: python-pysqlite1.1
Binary: python2.4-pysqlite1.1 python-pysqlite1.1 python2.3-pysqlite1.1
Architecture: source i386 all
Version: 1.1.6-2
Distribution: unstable
Urgency: low
Maintainer: Joel Rosdahl <[EMAIL PROTECTED]>
Changed-By: Joel Rosdahl <[EMAIL PROTECTED]>
Description: 
 python-pysqlite1.1 - python interface to SQLite 3
 python2.3-pysqlite1.1 - python interface to SQLite 3
 python2.4-pysqlite1.1 - python interface to SQLite 3
Closes: 331373
Changes: 
 python-pysqlite1.1 (1.1.6-2) unstable; urgency=low
 .
   * Corrected build dependency on libsqlite3-dev. Closes: bug#331373.
Files: 
 f0b245c47ec8d822b62c755d4dc26787 701 python optional 
python-pysqlite1.1_1.1.6-2.dsc
 081b5cf656ccd47f02d5db4635248b71 3456 python optional 
python-pysqlite1.1_1.1.6-2.diff.gz
 331c14ac8ec0a05b5b80396a57b4d7b3 2844 python optional 
python-pysqlite1.1_1.1.6-2_all.deb
 6c67196e2c1b9b89d5fee3068242c20b 30000 python optional 
python2.3-pysqlite1.1_1.1.6-2_i386.deb
 4d45ab563a520fd7024d2db46088c8ab 29824 python optional 
python2.4-pysqlite1.1_1.1.6-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDQO+cAGT5/7uEXpcRAnRwAKCQW+EoiRgiudmYoCnsTdkgKivYYQCgvZp9
W+tGtJOU6b74bC5VkUvLY+I=
=S+Gt
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to