Re: [gdal-dev] GDAL/OGR 1.9.0 Beta1 Released

2011-12-21 Thread Kyle Shannon
I have pdftoppm: [kyle@localhost gdrivers]$ pdftoppm -v pdftoppm version 0.18.0 Copyright 2005-2011 The Poppler Developers - http://poppler.freedesktop.org Copyright 1996-2004 Glyph & Cog, LLC I can get the checksum: [kyle@localhost gdrivers]$ gdalchksum.py data/adobe_style_geospatial.pdf 17637

Re: [gdal-dev] GDAL/OGR 1.9.0 Beta1 Released

2011-12-21 Thread Even Rouault
Le mercredi 21 décembre 2011 19:30:45, Kyle Shannon a écrit : > Even, > > I rebuilt with GEOS support ok I'll add a test for geos presence to skip the 2 tests if it is not available. > and I added podofo support as well, for fun. I > got a failure with a bad checksum in pdf.py: Can you just

Re: [gdal-dev] GDAL/OGR 1.9.0 Beta1 Released

2011-12-21 Thread Kyle Shannon
Even, I rebuilt with GEOS support and I added podofo support as well, for fun. I got a failure with a bad checksum in pdf.py: Failures Script: ogr/ogr_gft.py TEST: ogr_gft_write ... fail Script: gdrivers/pdf.py TEST: pdf_1 ... fail line 164: bad checksum ---

Re: [gdal-dev] GDAL/OGR 1.9.0 Beta1 Released

2011-12-21 Thread Mateusz Łoskot
On 20 December 2011 02:21, Frank Warmerdam wrote: > Folks, > > I have prepared a first cut for the 1.9.0 release (Beta 1).  Source code > and the autotest suite can be found at: > >  http://download.osgeo.org/gdal/gdal190b1.zip I have built it and quickly tested command line tools in action using

Re: [gdal-dev] GDAL/OGR 1.9.0 Beta1 Released

2011-12-21 Thread Kyle Shannon
> > - the gft failure is due to an authentication cookie to the test account > that I > must renew regularly (~ 2 weeks). Not an ideal solution. I think I should > make > that test to only report 'skip' if it fails. Or find a way to automate the > renewal. > Sounds good. > - I somehow remember t

Re: [gdal-dev] GDAL/OGR 1.9.0 Beta1 Released

2011-12-21 Thread Even Rouault
Kyle, Thanks for your report. Nothing to worry particularly about : - the gft failure is due to an authentication cookie to the test account that I must renew regularly (~ 2 weeks). Not an ideal solution. I think I should make that test to only report 'skip' if it fails. Or find a way to automat

Re: [gdal-dev] GDAL/OGR 1.9.0 Beta1 Released

2011-12-21 Thread Kyle Shannon
I am getting 3 failed tests, fedora 16 x64: [kyle@localhost ~]$ uname -s -r -p -i -o Linux 3.1.0-7.fc16.x86_64 x86_64 x86_64 GNU/Linux [kyle@localhost gdalautotest-1.9.0]$ ./configure --enable-debug --with-python --prefix=/home/kyle/src/gdal/beta/gdal-1.9.0b1/build ... Failures --

Re: [gdal-dev] GDAL/OGR 1.9.0 Beta1 Released

2011-12-20 Thread Even Rouault
Hi, There seems to be a permission problem when accessing to : http://download.osgeo.org/gdal/gdalautotest-1.9.0b1.tar.gz http://download.osgeo.org/gdal/gdalautotest-1.9.0b1.zip Best regards, Even ___ gdal-dev mailing list gdal-dev@lists.osgeo.org htt

[gdal-dev] GDAL/OGR 1.9.0 Beta1 Released

2011-12-19 Thread Frank Warmerdam
Folks, I have prepared a first cut for the 1.9.0 release (Beta 1). Source code and the autotest suite can be found at: http://download.osgeo.org/gdal/gdal-1.9.0b1.tar.gz http://download.osgeo.org/gdal/gdal190b1.zip http://download.osgeo.org/gdal/gdalautotest-1.9.0b1.tar.gz NEWS can be fou