Your message dated Sat, 19 May 2007 07:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#419827: fixed in gdal 1.4.1-6
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: gdal
Version: 1.4.1-1
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)

> Automatic build of gdal_1.4.1-1 on em64t by sbuild/amd64 0.53
...
> ilwisdataset.cpp: In function 'long int longConv(double)':
> ilwisdataset.cpp:249: error: 'LONG_MAX' was not declared in this scope
> ilwisdataset.cpp:249: error: 'LONG_MIN' was not declared in this scope
> ilwisdataset.cpp: In function 'CPLErr GetRowCol(std::string, int&, int&)':
> ilwisdataset.cpp:314: warning: comparison between signed and unsigned integer 
> expressions
> ilwisdataset.cpp:325: warning: comparison between signed and unsigned integer 
> expressions
> ilwisdataset.cpp: In function 'ilwisStoreType stNeeded(long unsigned int)':
> ilwisdataset.cpp:1749: error: 'SHRT_MAX' was not declared in this scope
> ilwisdataset.cpp: In member function 'void ValueRange::init(double)':
> ilwisdataset.cpp:1793: error: 'ULONG_MAX' was not declared in this scope
> ilwisdataset.cpp:1798: error: 'LONG_MAX' was not declared in this scope
> make[3]: *** [../o/ilwisdataset.o] Error 1
> make[3]: Leaving directory `/build/tbm/gdal-1.4.1/frmts/ilwis'

--- frmts/ilwis/ilwisdataset.cpp~       2007-04-18 05:20:14.000000000 +0000
+++ frmts/ilwis/ilwisdataset.cpp        2007-04-18 05:20:25.000000000 +0000
@@ -29,6 +29,7 @@
 
 #include "ilwisdataset.h"
 #include <float.h>
+#include <climits>
 
 // IniFile.cpp: implementation of the IniFile class.
 //
--- frmts/idrisi/IdrisiDataset.cpp~     2007-04-18 05:24:11.000000000 +0000
+++ frmts/idrisi/IdrisiDataset.cpp      2007-04-18 05:24:21.000000000 +0000
@@ -34,6 +34,7 @@
 #include "ogr_spatialref.h"
 #include "gdal_pam.h"
 #include "gdal_alg.h"
+#include <climits>
 
 CPL_CVSID("$Id: IdrisiDataset.cpp 10646 2007-01-18 02:38:10Z warmerdam $");
 

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: gdal
Source-Version: 1.4.1-6

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

gdal-bin_1.4.1-6_i386.deb
  to pool/main/g/gdal/gdal-bin_1.4.1-6_i386.deb
gdal_1.4.1-6.diff.gz
  to pool/main/g/gdal/gdal_1.4.1-6.diff.gz
gdal_1.4.1-6.dsc
  to pool/main/g/gdal/gdal_1.4.1-6.dsc
libgdal-doc_1.4.1-6_all.deb
  to pool/main/g/gdal/libgdal-doc_1.4.1-6_all.deb
libgdal1-1.4.0_1.4.1-6_i386.deb
  to pool/main/g/gdal/libgdal1-1.4.0_1.4.1-6_i386.deb
libgdal1-dev_1.4.1-6_i386.deb
  to pool/main/g/gdal/libgdal1-dev_1.4.1-6_i386.deb
python-gdal_1.4.1-6_i386.deb
  to pool/main/g/gdal/python-gdal_1.4.1-6_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.
Francesco Paolo Lovergine <[EMAIL PROTECTED]> (supplier of updated gdal 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, 18 May 2007 22:28:24 +0200
Source: gdal
Binary: libgdal1-1.4.0 python-gdal libgdal-doc gdal-bin libgdal1-dev
Architecture: source i386 all
Version: 1.4.1-6
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Description: 
 gdal-bin   - Geospatial Data Abstraction Library - Utility programs
 libgdal-doc - Documentation for the Geospatial Data Abstraction Library
 libgdal1-1.4.0 - Geospatial Data Abstraction Library
 libgdal1-dev - Geospatial Data Abstraction Library - Development files
 python-gdal - Python bindings to the Geospatial Data Abstraction Library
Closes: 419827 421992
Changes: 
 gdal (1.4.1-6) unstable; urgency=low
 .
   * New patch gcc43.dpatch, to be compliant with gcc 4.3. Thanks Martin 
Michlmayr.
     (closes: #419827)
   * Revised libgdal1-dev dependencies due to libtool .la file. Thanks Kurt 
Roeckx.
     (closes: #421992)
   * Removed fake libsqlite0-dev build-dep.
Files: 
 f422ad30087b91c6ea72ca573164e195 1291 science extra gdal_1.4.1-6.dsc
 6eae8f3398aefeea3687f49a318a5fb2 10287 science extra gdal_1.4.1-6.diff.gz
 ed7b16e2560603fab43c76c3fd786cdd 2058278 libs extra 
libgdal1-1.4.0_1.4.1-6_i386.deb
 a7d9bb3af20d65133789472055035d6b 2335192 libdevel extra 
libgdal1-dev_1.4.1-6_i386.deb
 d4c67d1b920a1666038a39e1a0e58fe2 82834 science extra gdal-bin_1.4.1-6_i386.deb
 37ebd1639ec7222f21adfd757180bbe5 238262 python extra 
python-gdal_1.4.1-6_i386.deb
 01bc1f7f5ff1e65b15324eac376417b1 1062964 doc extra libgdal-doc_1.4.1-6_all.deb

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

iD8DBQFGTqlQpFNRmenyx0cRAs2tAJ4zsxQuOruknaeZ7+LZ77BZ3cOeywCgzid7
vKp39eJz03AIDGd1eAQDr9M=
=Hy0e
-----END PGP SIGNATURE-----


--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to