Your message dated Wed, 07 Sep 2005 14:01:02 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326756: fixed in libccscript3 0.8.1-1
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; 5 Sep 2005 14:01:49 +0000
>From [EMAIL PROTECTED] Mon Sep 05 07:01:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c203105.adsl.hansenet.de (localhost.localdomain) 
[213.39.203.105] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ECHXh-0007LX-00; Mon, 05 Sep 2005 07:01:49 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1ECHXf-0008F9-Kk; Mon, 05 Sep 2005 16:01:47 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libccscript3: FTBFS (amd64): cannot convert 'long int*' to 
'SQLINTEGER*' for argument '2' to 'SQLRETURN SQLRowCount(void*, SQLINTEGER*)'
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 05 Sep 2005 16:01:47 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

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;

---------------------------------------
Received: (at 326756-close) by bugs.debian.org; 7 Sep 2005 21:10:00 +0000
>From [EMAIL PROTECTED] Wed Sep 07 14:10:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ED72U-0001yJ-00; Wed, 07 Sep 2005 14:01:02 -0700
From: Mark Purcell <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#326756: fixed in libccscript3 0.8.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Wed, 07 Sep 2005 14:01:02 -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: libccscript3
Source-Version: 0.8.1-1

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-0.8-0_0.8.1-1_i386.deb
  to pool/main/libc/libccscript3/libccscript3-0.8-0_0.8.1-1_i386.deb
libccscript3-dev_0.8.1-1_i386.deb
  to pool/main/libc/libccscript3/libccscript3-dev_0.8.1-1_i386.deb
libccscript3_0.8.1-1.diff.gz
  to pool/main/libc/libccscript3/libccscript3_0.8.1-1.diff.gz
libccscript3_0.8.1-1.dsc
  to pool/main/libc/libccscript3/libccscript3_0.8.1-1.dsc
libccscript3_0.8.1.orig.tar.gz
  to pool/main/libc/libccscript3/libccscript3_0.8.1.orig.tar.gz



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: Mon,  5 Sep 2005 17:55:44 +0100
Source: libccscript3
Binary: libccscript3-0.8-0 libccscript3-dev
Architecture: source i386
Version: 0.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell <[EMAIL PROTECTED]>
Changed-By: Mark Purcell <[EMAIL PROTECTED]>
Description: 
 libccscript3-0.8-0 - GNU Common C++ framework for embedded scripting
 libccscript3-dev - GNU Common C++ framework for embedded scripting
Closes: 326756
Changes: 
 libccscript3 (0.8.1-1) unstable; urgency=low
 .
   * New upstream release
   * Disable, as its optional, Build-Depends: unixodbc-dev, until it
     tranisitions see
   * Apply patch from Andreas
     - FTBFS (amd64): cannot convert 'long int*' to 'SQLINTEGER*' for
     argument '2' to 'SQLRETURN SQLRowCount(void*, SQLINTEGER*)' (Closes:
     #326756)
   * fix old-fsf-address-in-copyright-file
   * Bump package due to soname change
   * Update debian/watch
Files: 
 36fe5ddf8b0b35afe57df73646c505fc 670 libs optional libccscript3_0.8.1-1.dsc
 04dbf61b8486f1cf239fca7ca38c72b1 368600 libs optional 
libccscript3_0.8.1.orig.tar.gz
 df6f3fe6b8e54d843b0ea27940ad39cb 3199 libs optional 
libccscript3_0.8.1-1.diff.gz
 2f0340126dd31026afc84ff83a77ec5b 85250 libdevel optional 
libccscript3-dev_0.8.1-1_i386.deb
 2dfbafe6562cdfa29d80c82d7eea9c12 62476 libs optional 
libccscript3-0.8-0_0.8.1-1_i386.deb

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

iD8DBQFDHHj1oCzanz0IthIRAu2AAJ0ehk2hrPYjb1KuIvBKlcJV0kzLvQCcDG4I
t0tt6Ce6BY63ACatGT+tvOk=
=0FaP
-----END PGP SIGNATURE-----


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

Reply via email to