[Ubuntu] intermittent failures related to ubuntugis-unstable PPA

2023-10-16 Thread Even Rouault via Ubuntu
Hi, since approximatively one week or so, we get intermittent build failures on the various GDAL github action workflows CI configurations that use ppa:ubuntugis/ubuntugis-unstable (I've also observed this on Mapserver CI). Maybe 50% fail when adding the PPA and need to be restarted An examp

Re: [Ubuntu] ubuntugis-unstable: gdal_merge.py missing? [PYTHON]PATH to be set?

2021-10-29 Thread Even Rouault
The upcoming switch to CMake in GDAL 3.4 Not yet :-) The initial CMake version will be for GDAL 3.5. -- http://www.spatialys.com My software is free, but my time generally not. ___ UbuntuGIS mailing list Ubuntu@lists.osgeo.org https://lists.osg

Re: [Ubuntu] ZSTD Support GDAL 2.4/2.4.2

2019-08-08 Thread Even Rouault
Bas, From what I see in https://salsa.debian.org/debian-gis-team/gdal/blob/master/ debian/rules, Debian builds GDAL against external/system libtiff, right ? If so, libtiff must be built itself against libzstd, but I don't see it mentionned as a dependency of libtiff in https://packages.debian.or

Re: [Ubuntu] Moving Trusty packages to Stable ppa

2019-05-15 Thread Even Rouault
On mardi 14 mai 2019 19:32:41 CDT Angelos Tzotsos wrote: > All Trusty packages from Unstable ppa that were not available in Stable > ppa have now been copied to Testing ppa > I will wait for any feedback for a few days before I move them from > Testing to Stable. Hi Angelos, We're experimenting b

Re: [Ubuntu] Bionic updates

2018-12-05 Thread Even Rouault
On mercredi 5 décembre 2018 22:15:23 CET Sebastiaan Couwenberg wrote: > On 12/5/18 10:12 PM, Even Rouault wrote: > > On mercredi 5 décembre 2018 22:07:55 CET Sebastiaan Couwenberg wrote: > >> On 12/5/18 9:59 PM, Angelos Tzotsos wrote: > >>> I hope we get some space so

Re: [Ubuntu] Bionic updates

2018-12-05 Thread Even Rouault
On mercredi 5 décembre 2018 22:07:55 CET Sebastiaan Couwenberg wrote: > On 12/5/18 9:59 PM, Angelos Tzotsos wrote: > > I hope we get some space soon :) > > Or remove the trusty packages, it goes EOL in April. I'd prefer the space increase solution. Trusty packages are needed by all projects usin

Re: [Ubuntu] Packages for Precise disappeared ?

2018-06-17 Thread Even Rouault
On dimanche 17 juin 2018 20:45:55 CEST Sebastiaan Couwenberg wrote: > On 06/17/2018 07:58 PM, Even Rouault wrote: > > Looking at https://launchpad.net/~ubuntugis/+archive/ubuntu/ppa/+packages > > , I can't indeed see any Precise related packages. Have they gone on > > p

[Ubuntu] Packages for Precise disappeared ?

2018-06-17 Thread Even Rouault
Hi, my GDAL Travis-CI jobs still using Precise fail since yesterday with E: Unable to locate package postgresql-9.1-postgis-2.1 E: Couldn't find any package by glob 'postgresql-9.1-postgis-2.1' E: Couldn't find any package by regex 'postgresql-9.1-postgis-2.1' E: Unable to locate package postgres

Re: [Ubuntu] [gdal-dev] Binary of the latest released GDAL for travis?

2017-09-22 Thread Even Rouault
On vendredi 22 septembre 2017 13:07:36 CEST Angelos Tzotsos wrote: > On 09/22/2017 11:34 AM, Johan Van de Wauw wrote: > > On Thu, Sep 21, 2017 at 10:37 PM, Angelos Tzotsos > > wrote: > >> We should plan to make the transition on ubuntugis-experimental before > >> moving to unstable. > > > > I ag

Re: [Ubuntu] GDAL 2.2.0 transition

2017-07-06 Thread Even Rouault
hat the issue is more with the processing tool itself, or a subtle issue in the integration of QGIS&GDAL. > > Cheers > Stéphane > > > Le vendredi 30 juin 2017, Even Rouault > > > a écrit : > >> On mercredi 28 juin 2017 23:45:39 CEST Johan Van de Wauw w

Re: [Ubuntu] GDAL 2.2.0 transition

2017-06-30 Thread Even Rouault
On mercredi 28 juin 2017 23:45:39 CEST Johan Van de Wauw wrote: > If I understand correctly, 2.2.1 will be released mid this week, > perhaps it is worth waiting for that and save a transition? 2.2.1 has just been released : https://lists.osgeo.org/pipermail/gdal-dev/2017-June/046836.html > > On

Re: [Ubuntu] GRASS 7.0.5 and the GDAL GRASS plugin

2016-10-02 Thread Even Rouault
Le dimanche 02 octobre 2016 23:53:47, Sebastiaan Couwenberg a écrit : > Hi all, > > GRASS 7.0.5 has been released and the Debian packages have been updated > accordingly and uploaded to unstable. Martin will likely soon update the > grass package in ubuntugis-unstable. > > Because of the tight ve

Re: [Ubuntu] cpp and python codes not able to access gdal library

2016-09-08 Thread Even Rouault
Alassane, > I developed a gdal code on my local machine and it worked. Having gdal and > g++ working on the server my compilation of the same code resulted in the > following response... > > gcc -o applymask applymask.cpp -I /usr/include/gdal -lgdal -lm > applymask.cpp: In function âint main(in

Re: [Ubuntu] GDAL-bin core dump on 16.04

2016-09-07 Thread Even Rouault
Alex, I see /usr/lib/gdalplugins/2.1/ogr_GRASS.so in the stacktrace. Sounds like there might be an ABI problem with GDAL GRASS plugin w.r.t. libgdal itself. Uninstalling it might be a workaround or what is you updade it ? Even > Hi all, > > Just upgraded my machine to 16.04, and I'm getting a

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

[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] Ubuntu GIS unstable, Precise, and GDAL

2014-08-07 Thread Even Rouault
Le jeudi 07 août 2014 17:08:54, Howard Butler a écrit : > On Aug 7, 2014, at 9:50 AM, Jerome Villeneuve Larouche wrote: > > Hi Howard, > > > > In your travis log I see that you are using the PostgreSQL custom repo. > > Their repo isn't compatible with UbuntuGIS since they build a version of > >

Re: [Ubuntu] MapServer 6.2 + ECW support

2014-01-20 Thread Even Rouault
Selon Marco Afonso : You didn't mention which GDAL version you are trying to configure but from your log, I guess it is a 1.9.X. And you seem to install the ECW SDK v5 which requires GDAL 1.10. So either upgrade to 1.10 or downgrade the ECW SDK to 3.3 > Hello all, > > I'm doing a clean install o