Your message dated Wed, 20 Dec 2006 19:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358448: fixed in simpledb 1.5-1.3
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)

--- Begin Message ---
Package: simpledb
Version: 1.5-1
Severity: normal
Tags: patch

When building 'simpledb' on amd64/unstable,
I get the following error:

g++ -fPIC -g -c LongColumn.cpp
LongColumn.cpp: In member function 'virtual void 
SimpleDB::LongColumn::bind(void*, int)':
LongColumn.cpp:31: error: cannot convert 'SQLINTEGER*' to 'SQLLEN*' for 
argument '6' to 'SQLRETURN SQLBindCol(void*, SQLUSMALLINT, SQLSMALLINT, void*, 
SQLLEN, SQLLEN*)'
make[1]: *** [LongColumn.o] Error 1
make[1]: Leaving directory `/simpledb-1.5'
make: *** [build-stamp] Error 2

With the attached patch 'simpledb' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/simpledb-1.5/Column.h ./Column.h
--- ../tmp-orig/simpledb-1.5/Column.h   2006-01-05 23:59:30.000000000 +0000
+++ ./Column.h  2006-03-22 19:32:32.000000000 +0000
@@ -100,7 +100,7 @@
   
     /** The lengthOrIndex variable to be sent to the SQLBindCol function.
      */
-    SQLINTEGER lengthOrIndex;
+    SQLLEN lengthOrIndex;
 
     /** Indicates weather this column has been bound to a query.
      */


--- End Message ---
--- Begin Message ---
Source: simpledb
Source-Version: 1.5-1.3

We believe that the bug you reported is fixed in the latest version of
simpledb, which is due to be installed in the Debian FTP archive:

libsimpledb-dev_1.5-1.3_all.deb
  to pool/main/s/simpledb/libsimpledb-dev_1.5-1.3_all.deb
libsimpledb2_1.5-1.3_i386.deb
  to pool/main/s/simpledb/libsimpledb2_1.5-1.3_i386.deb
simpledb_1.5-1.3.diff.gz
  to pool/main/s/simpledb/simpledb_1.5-1.3.diff.gz
simpledb_1.5-1.3.dsc
  to pool/main/s/simpledb/simpledb_1.5-1.3.dsc



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.
Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]> (supplier of updated simpledb 
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: Wed, 20 Dec 2006 20:05:50 +0100
Source: simpledb
Binary: libsimpledb-dev libsimpledb2
Architecture: source all i386
Version: 1.5-1.3
Distribution: unstable
Urgency: low
Maintainer: Jonas Genannt <[EMAIL PROTECTED]>
Changed-By: Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>
Description: 
 libsimpledb-dev - C++ ODBC database API
 libsimpledb2 - C++ ODBC database API
Closes: 358448
Changes: 
 simpledb (1.5-1.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Applying patch by Andreas Jochens <[EMAIL PROTECTED]> to allow building
     in 64 bits archs (Closes: #358448).
Files: 
 e10ba7f164946edd33bf54bd3c956f9e 645 libs optional simpledb_1.5-1.3.dsc
 4586b798cceb7e80b2b843b26ea605ef 2302 libs optional simpledb_1.5-1.3.diff.gz
 ee46af3701ee8587441cac129ff93c62 71470 libdevel optional 
libsimpledb-dev_1.5-1.3_all.deb
 12394c60dfe3b806b061ce75cc16a000 17280 libs optional 
libsimpledb2_1.5-1.3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFFiY4Xn3j4POjENGERAvaaAJ4pDW5rOFx7qIqFMWtSA9gbFFm7HwCfSG4n
bgaZf673eLU04qU2UU7fUIk=
=zxc0
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to