[gdal-dev] Error with VagrantFile due to postgis-gdal dependency

2014-07-08 Thread Jorge Arevalo
Hello,

I'm testing the VagrantFile included in GDAL trunk to create a development
environment for GDAL, based on Vagrant. I'm following the instructions [1],
but getting an error [2]

Looks like the problem is the dependency between PostGIS and GDAL. The
vagrant script tries to install PostGIS before GDAL, but PostGIS depends on
GDAL (I think it's just a PostGIS Raster issue, not sure about it).

If I comment the PostGIS part in the VagrantFile, it works. Tested with
trunk and 1.11.0 versions. Using Vagrant 1.5.4 on a Mac OS Mountain Lion
machine.

Is anyone else having the same problem?

Best regards,

-- 
Jorge Arevalo
Freelance developer

http://about.me/jorgeas80

[1] http://trac.osgeo.org/gdal/wiki/Vagrant
[2]
https://dl.dropboxusercontent.com/u/6599273/errors/gdal/vagrant_gdal_error.log
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Error with VagrantFile due to postgis-gdal dependency

2014-07-08 Thread Even Rouault
Le mercredi 09 juillet 2014 00:13:18, Jorge Arevalo a écrit :
 Hello,
 
 I'm testing the VagrantFile included in GDAL trunk to create a development
 environment for GDAL, based on Vagrant. I'm following the instructions [1],
 but getting an error [2]
 
 Looks like the problem is the dependency between PostGIS and GDAL. The
 vagrant script tries to install PostGIS before GDAL, but PostGIS depends on
 GDAL (I think it's just a PostGIS Raster issue, not sure about it).

Jorge,

That should not be a problem. At least that was not one when I set up the 
vagrant config. It is perhaps a breakage in ubuntu-gis. Perhaps you should 
check with ubu...@lists.osgeo.org if it is known.

The autotest suite needs postgis to test the PG driver.
The custom GDAL built by Vagrant is designed to replace the version that comes 
with ubuntu-gis.

Even


-- 
Geospatial professional services
http://even.rouault.free.fr/services.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev