Angelos, Thanks for the pointers, but I'm still having trouble. I think the issue is getting the -dev package. See https://travis-ci.org/PDAL/PDAL/jobs/31915028#L736 for my error message about libgdal1h-dev not being found. I'm not adding this in my install line, but I think some package is pointing at it.
My install line is: > sudo apt-get install \ > gdal-bin libgdal-dev libgdal1-dev netcdf-bin libproj-dev libgdal1h \ > python-numpy \ > libxml2-dev \ > libflann-dev \ > libtiff4-dev Which should it look like if I want gdal-dev (1.10+) + libproj-dev? Thanks, Howard On Aug 6, 2014, at 2:58 PM, Angelos Tzotsos <[email protected]> wrote: > Hi Howard, > > You are picking up the Ubuntu version. > Try to install libgdal1h which is the name of the updated library in > UbuntuGIS. > > Best, > Angelos > > PS. The latest update to this package was on 5 Jul 2014. > > On Wed, Aug 6, 2014 at 10:50 PM, Howard Butler <[email protected]> wrote: >> I'm trying to use UbuntuGIS-unstable PPAs on Precise as part of a Travis-CI >> build setup. I'm stuck on Precise due to Travis. It seems there is an unmet >> dependency or issue with the Precise GDAL build. When I attempt to install >> libgdal-dev, I get the following error message: >> >>> libgdal-dev : Depends: libgdal1h (= 1.10.0-1~precise1) but it is not going >>> to be installed >> >> https://github.com/ropensci/RNeXML/issues/61 seems to have some instructive >> investigation. Scott Chamberlain pointed me to >> https://twitter.com/recology_/status/497107092788887553 which seems to be >> working for them. >> >> https://github.com/PDAL/PDAL/blob/point-context/scripts/ci/before_install.sh >> is my configuration and install invocations. >> >> Any ideas? >> >> Howard >> _______________________________________________ >> UbuntuGIS mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/ubuntu >> http://trac.osgeo.org/ubuntugis/wiki > > > > -- > Angelos Tzotsos > Remote Sensing Laboratory > National Technical University of Athens > http://users.ntua.gr/tzotsos _______________________________________________ UbuntuGIS mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/ubuntu http://trac.osgeo.org/ubuntugis/wiki
