[Ubuntu] Dependencies problem with ubuntugis-unstable on Trusty

2016-07-15 Thread Even Rouault
Hi, One of the GDAL Travis-CI env uses Trusty with ubuntugis-unstable and since today I get the following errors (CI script unchanged) : """ Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some

Re: [Ubuntu] Dependencies problem with ubuntugis-unstable on Trusty

2016-07-15 Thread Angelos Tzotsos
Hi Even, Yesterday, UbuntuGIS unstable received the recent packages of GEOS and GDAL. All packages were re-built on top of the new versions. Perhaps we missed a package. Will check now. Best, Angelos On 07/15/2016 08:28 PM, Even Rouault wrote: Hi, One of the GDAL Travis-CI env uses Trusty w

Re: [Ubuntu] Dependencies problem with ubuntugis-unstable on Trusty

2016-07-15 Thread Angelos Tzotsos
Hi Even, By using the apt-get install line you provided on a clean Trusty vm everything works fine. It seems that there is something pre-installed on Travis that uses upstream geos or that there is some other conflicting ppa in there somewhere. Best, Angelos On 07/15/2016 08:38 PM, Angelos

Re: [Ubuntu] Dependencies problem with ubuntugis-unstable on Trusty

2016-07-15 Thread Sebastiaan Couwenberg
On 07/15/2016 08:10 PM, Angelos Tzotsos wrote: > By using the apt-get install line you provided on a clean Trusty vm > everything works fine. > It seems that there is something pre-installed on Travis that uses > upstream geos or that there is some other conflicting ppa in there > somewhere. Besid

Re: [Ubuntu] Dependencies problem with ubuntugis-unstable on Trusty

2016-07-15 Thread Even Rouault
I've finally solved the issue with : - sudo apt-get purge -y libgeos* libspatialite* - sudo mv /etc/apt/sources.list.d/pgdg* /tmp geos was pre-installed due to postgis being pre-installed (postgresql-9.1- postgis-2.1, postgresql-9.2-postgis-2.1 and postgresql-9.3-postgis-2.1 ) (I'm not sure if th

Re: [Ubuntu] Dependencies problem with ubuntugis-unstable on Trusty

2016-07-15 Thread Sebastiaan Couwenberg
On 07/15/2016 10:30 PM, Even Rouault wrote: > geos was pre-installed due to postgis being pre-installed (postgresql-9.1- > postgis-2.1, postgresql-9.2-postgis-2.1 and postgresql-9.3-postgis-2.1 ) > (I'm not sure if the disabling of pgdg is needed. Was one of my first > attempt, > but not suffici