Your message dated Fri, 22 Jun 2007 11:17:10 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#326756: fixed in libccscript3 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)
--- Begin Message ---Package: libccscript3 Version: 0.7.0-1 Severity: serious Tags: patch When building 'libccscript3' on amd64/unstable, I get the following error: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../../src -fPIC -DPIC -g -O2 -D_GNU_SOURCE -I/usr/include/cc++2 -c thread.cpp thread.cpp: In member function 'virtual void ccscript3Database::SQLThread::run()': thread.cpp:121: error: cannot convert 'long int*' to 'SQLINTEGER*' for argument '2' to 'SQLRETURN SQLRowCount(void*, SQLINTEGER*)' thread.cpp:149: error: cannot convert 'long int*' to 'SQLINTEGER*' for argument '6' to 'SQLRETURN SQLGetData(void*, SQLUSMALLINT, SQLSMALLINT, void*, SQLINTEGER, SQLINTEGER*)' make[3]: *** [thread.o] Error 1 make[3]: Leaving directory `/libccscript3-0.7.0/optional/odbc' With the attached patch 'libccscript3' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/libccscript3-0.7.0/optional/odbc/thread.cpp ./optional/odbc/thread.cpp --- ../tmp-orig/libccscript3-0.7.0/optional/odbc/thread.cpp 2005-04-30 14:55:20.000000000 +0000 +++ ./optional/odbc/thread.cpp 2005-09-05 13:52:56.000000000 +0000 @@ -63,7 +63,7 @@ SQLCHAR stat[10]; SQLCHAR errmsg[128]; SQLSMALLINT mlen, col, cols; - long int rowcnt; + SQLINTEGER rowcnt; char buf[1024]; char nbuf[12]; unsigned row = 0, len = 0;
--- End Message ---
--- Begin Message ---Source: libccscript3 Source-Version: 1.1.6-2 We believe that the bug you reported is fixed in the latest version of libccscript3, which is due to be installed in the Debian FTP archive: libccscript3-1.1-0_1.1.6-2_i386.deb to pool/main/libc/libccscript3/libccscript3-1.1-0_1.1.6-2_i386.deb libccscript3-dev_1.1.6-2_i386.deb to pool/main/libc/libccscript3/libccscript3-dev_1.1.6-2_i386.deb libccscript3_1.1.6-2.diff.gz to pool/main/libc/libccscript3/libccscript3_1.1.6-2.diff.gz libccscript3_1.1.6-2.dsc to pool/main/libc/libccscript3/libccscript3_1.1.6-2.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. Mark Purcell <[EMAIL PROTECTED]> (supplier of updated libccscript3 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: Fri, 22 Jun 2007 12:05:13 +0100 Source: libccscript3 Binary: libccscript3-1.1-0 libccscript3-dev Architecture: source i386 Version: 1.1.6-2 Distribution: unstable Urgency: low Maintainer: Debian VoIP Team <[EMAIL PROTECTED]> Changed-By: Mark Purcell <[EMAIL PROTECTED]> Description: libccscript3-1.1-0 - GNU Common C++ framework for embedded scripting libccscript3-dev - GNU Common C++ framework for embedded scripting Closes: 326756 Changes: libccscript3 (1.1.6-2) unstable; urgency=low . * Reapply dbug326756 patch - FTBFS (amd64): cannot convert 'long int*' to 'SQLINTEGER*' for argument '2' to 'SQLRETURN SQLRowCount(void*, SQLINTEGER*)' (Closes: #326756) * linitan-cleanup: substvar-source-version-is-deprecated Files: 8392c1cf9761b11e9cf14d0f3437d4e3 765 libs optional libccscript3_1.1.6-2.dsc b0c79414d2a073015f62c2c9c6cc7b7e 3094 libs optional libccscript3_1.1.6-2.diff.gz 847990c236dc5f1985a46fa1840a53c8 95736 libdevel optional libccscript3-dev_1.1.6-2_i386.deb 1b50635e29ddb5468cac37eca18927af 130642 libs optional libccscript3-1.1-0_1.1.6-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGe60+oCzanz0IthIRAvtsAJ4zMqIDRMzQ/g/Cp/cdGkg8kLd/uQCglbcj 0O/BOlMWwltT8j66DxG9Cqw= =/6Y8 -----END PGP SIGNATURE-----
--- End Message ---

