Your message dated Wed, 01 Feb 2006 11:32:10 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#298403: fixed in thuban 1.0.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; 7 Mar 2005 10:43:16 +0000 >From [EMAIL PROTECTED] Mon Mar 07 02:43:16 2005 Return-path: <[EMAIL PROTECTED]> Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D8Fhk-0007dk-00; Mon, 07 Mar 2005 02:43:16 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1D8Ge4-00056I-00; Mon, 07 Mar 2005 12:43:32 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: thuban: FTBFS (amd64/gcc-4.0): cast from 'MFILEReceiver*' to 'int' loses precision Message-Id: <[EMAIL PROTECTED]> Date: Mon, 07 Mar 2005 12:43:32 +0100 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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: thuban Severity: normal Tags: patch When building 'thuban' on amd64 with gcc-4.0, I get the following error: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include -Ilibraries/thuban/ -I/usr/include/python2.3 -c libraries/thuban/gdalwarp.cpp -o build/temp.linux-x86_64-2.3/libraries/thuban/gdalwarp.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ In file included from /usr/include/python2.3/Python.h:8, from libraries/thuban/gdalwarp.cpp:113: /usr/include/python2.3/pyconfig.h:856:1: warning: "_POSIX_C_SOURCE" redefined In file included from /usr/include/stdio.h:28, from /usr/include/cpl_port.h:151, from /usr/include/gdal.h:177, from /usr/include/gdal_alg.h:95, from libraries/thuban/gdalwarp.cpp:94: /usr/include/features.h:150:1: warning: this is the location of the previous definition libraries/thuban/gdalwarp.cpp: In function 'PyObject* ProjectRasterFile(PyObject*, PyObject*)': libraries/thuban/gdalwarp.cpp:217: error: cast from 'MFILEReceiver*' to 'int' loses precision libraries/thuban/gdalwarp.cpp:217: warning: field width should have type 'int', but argument 4 has type 'long unsigned int' libraries/thuban/gdalwarp.cpp:217: warning: field width should have type 'int', but argument 4 has type 'long unsigned int' error: command 'gcc' failed with exit status 1 make: *** [build-stamp] Error 1 With the attached patch 'thuban' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/thuban-1.0.0/libraries/thuban/gdalwarp.cpp ./libraries/thuban/gdalwarp.cpp --- ../tmp-orig/thuban-1.0.0/libraries/thuban/gdalwarp.cpp 2003-08-19 23:32:24.000000000 +0200 +++ ./libraries/thuban/gdalwarp.cpp 2005-03-07 12:30:42.486778091 +0100 @@ -106,7 +106,7 @@ */ #define MFILENAME(name, ptr) \ char name[ 8 + 2 * sizeof( void* ) + 1]; \ -{snprintf( name, sizeof(name), "\3\1\4MFILE%0*x", 2*sizeof(void*), (int)(ptr)); \ +{snprintf( name, sizeof(name), "\3\1\4MFILE%0*lx", 2*sizeof(void*), (long)(ptr)); \ memset( ptr, 0, sizeof( ptr ) );} --------------------------------------- Received: (at 298403-close) by bugs.debian.org; 1 Feb 2006 19:41:22 +0000 >From [EMAIL PROTECTED] Wed Feb 01 11:41:22 2006 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1F4Ni6-0008Hx-Kg; Wed, 01 Feb 2006 11:32:10 -0800 From: Francesco Paolo Lovergine <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#298403: fixed in thuban 1.0.1-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 01 Feb 2006 11:32:10 -0800 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: thuban Source-Version: 1.0.1-1 We believe that the bug you reported is fixed in the latest version of thuban, which is due to be installed in the Debian FTP archive: thuban_1.0.1-1.diff.gz to pool/main/t/thuban/thuban_1.0.1-1.diff.gz thuban_1.0.1-1.dsc to pool/main/t/thuban/thuban_1.0.1-1.dsc thuban_1.0.1-1_i386.deb to pool/main/t/thuban/thuban_1.0.1-1_i386.deb thuban_1.0.1.orig.tar.gz to pool/main/t/thuban/thuban_1.0.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. Francesco Paolo Lovergine <[EMAIL PROTECTED]> (supplier of updated thuban 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, 1 Feb 2006 20:02:40 +0100 Source: thuban Binary: thuban Architecture: source i386 Version: 1.0.1-1 Distribution: unstable Urgency: high Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org> Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]> Description: thuban - an interactive geographic data viewer Closes: 288077 298403 307758 313843 313843 328239 334219 Changes: thuban (1.0.1-1) unstable; urgency=high . [ Francesco Paolo Lovergine ] . * New upstream release. (closes: #288077, #307758, #313843) * Changed upstream to DebianGis Team. Silke and me added as uploaders. * Urgency due to brokeness of the package in sid. * Added home page URL to long description. * Changed build-dep to reflect current ones in sid: libgdal1-1.3.1-dev python-wxgtk2.4 wx2.4-headers (closes: #334219) * Added gdal-bin dependency (closes: #328239) * Moved to dpatch support and removed basic cdbs patchsys. (The rules file used dh_rules directly, anyway) Imported the two previuos patches. * Added gdalwarp.cpp.dpatch patch (still to be merged upstream) (closes: #298403) * Patched po/de.po with de.po.dpatch. (closes: #313843) * dh_installmanpages is obsolete -> dh_installman * Removing build-time .mo files during clean Files: 3cfb4cd119243e9414772a23f63c5ede 810 graphics extra thuban_1.0.1-1.dsc 9a3f8857a03d962a9abf3f47337f2074 1211227 graphics extra thuban_1.0.1.orig.tar.gz 4a5b45b5f4375083e376b9b36261a5b8 12868 graphics extra thuban_1.0.1-1.diff.gz 161d771d8c8c4b79b90a8f2637991924 354970 graphics extra thuban_1.0.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD4QhBpFNRmenyx0cRArvmAJ9RklsbubBBsCn7N/Mef77VM5mbfgCgocTf 2JafBa27wQqSp8LBQnbW7Eg= =9GF9 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]