public inbox for [email protected]help / color / mirror / Atom feed
Dependencies for PostGIS 3.4 for PG v16 on Fedora 38 seem wrong 6+ messages / 3 participants [nested] [flat]
* Dependencies for PostGIS 3.4 for PG v16 on Fedora 38 seem wrong @ 2023-08-30 07:13 Laurenz Albe <[email protected]> 0 siblings, 2 replies; 6+ messages in thread From: Laurenz Albe @ 2023-08-30 07:13 UTC (permalink / raw) To: [email protected] The dependencies look like this on my machine: > rpm -q --requires postgis34_16 | grep geos geos311 >= 3.11.2 libgeos_c.so.1()(64bit) > rpm -q --requires postgis34_16 | grep gdal gdal36-libs >= 3.6.3 libgdal.so.32()(64bit) > rpm -q --requires gdal36-libs | grep geos geos312 libgeos_c.so.1()(64bit) So postgis34_16 depends on both GEOS 3.11 and GEOS 3.12. One dependency is direct, the other is via GDAL. Yours, Laurenz Albe ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Dependencies for PostGIS 3.4 for PG v16 on Fedora 38 seem wrong @ 2023-09-02 16:49 Laurenz Albe <[email protected]> parent: Laurenz Albe <[email protected]> 1 sibling, 1 reply; 6+ messages in thread From: Laurenz Albe @ 2023-09-02 16:49 UTC (permalink / raw) To: [email protected] On Wed, 2023-08-30 at 09:13 +0200, Laurenz Albe wrote: > The dependencies look like this on my machine: > > > rpm -q --requires postgis34_16 | grep geos > geos311 >= 3.11.2 > libgeos_c.so.1()(64bit) > > > rpm -q --requires postgis34_16 | grep gdal > gdal36-libs >= 3.6.3 > libgdal.so.32()(64bit) > > > rpm -q --requires gdal36-libs | grep geos > geos312 > libgeos_c.so.1()(64bit) > > So postgis34_16 depends on both GEOS 3.11 and GEOS 3.12. > One dependency is direct, the other is via GDAL. Seems to be fixed in RC1; thanks. I am pretty sure that this report is the same problem, so that should also be fixed: https://postgr.es/m/617fd0c7f2418b62db2e72acfcbf248af99c4576.camel%40cybertec.at Yours, Laurenz Albe ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Dependencies for PostGIS 3.4 for PG v16 on Fedora 38 seem wrong @ 2023-09-04 13:51 Laurenz Albe <[email protected]> parent: Laurenz Albe <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Laurenz Albe @ 2023-09-04 13:51 UTC (permalink / raw) To: [email protected] On Sat, 2023-09-02 at 18:49 +0200, Laurenz Albe wrote: > On Wed, 2023-08-30 at 09:13 +0200, Laurenz Albe wrote: > > The dependencies look like this on my machine: > > > > > rpm -q --requires postgis34_16 | grep geos > > geos311 >= 3.11.2 > > libgeos_c.so.1()(64bit) > > > > > rpm -q --requires postgis34_16 | grep gdal > > gdal36-libs >= 3.6.3 > > libgdal.so.32()(64bit) > > > > > rpm -q --requires gdal36-libs | grep geos > > geos312 > > libgeos_c.so.1()(64bit) > > > > So postgis34_16 depends on both GEOS 3.11 and GEOS 3.12. > > One dependency is direct, the other is via GDAL. > > Seems to be fixed in RC1; thanks. > > I am pretty sure that this report is the same problem, so that should > also be fixed: > > https://postgr.es/m/617fd0c7f2418b62db2e72acfcbf248af99c4576.camel%40cybertec.at No, sorry, PostGIS 3.4 for PG v16 is *still broken*. With GA only 10 days away, I think this should really be addressed. Yours, Laurenz Albe ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Dependencies for PostGIS 3.4 for PG v16 on Fedora 38 seem wrong @ 2023-09-08 13:19 Devrim Gündüz <[email protected]> parent: Laurenz Albe <[email protected]> 1 sibling, 1 reply; 6+ messages in thread From: Devrim Gündüz @ 2023-09-08 13:19 UTC (permalink / raw) To: Laurenz Albe <[email protected]>; [email protected] Hi Laurenz, That stack is completely broken, and I'm trying my best before v16 is out. Sorry about the inconvenience. Regards, Devrim On Wed, 2023-08-30 at 09:13 +0200, Laurenz Albe wrote: > The dependencies look like this on my machine: > > > rpm -q --requires postgis34_16 | grep geos > geos311 >= 3.11.2 > libgeos_c.so.1()(64bit) > > > rpm -q --requires postgis34_16 | grep gdal > gdal36-libs >= 3.6.3 > libgdal.so.32()(64bit) > > > rpm -q --requires gdal36-libs | grep geos > geos312 > libgeos_c.so.1()(64bit) > > So postgis34_16 depends on both GEOS 3.11 and GEOS 3.12. > One dependency is direct, the other is via GDAL. > > Yours, > Laurenz Albe > > -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor Twitter: @DevrimGunduz , @DevrimGunduzTR ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Dependencies for PostGIS 3.4 for PG v16 on Fedora 38 seem wrong @ 2023-09-28 18:09 Timothy Kempisty - NOAA Federal <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Timothy Kempisty - NOAA Federal @ 2023-09-28 18:09 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: Laurenz Albe <[email protected]>; [email protected] I am having similar problems on the RHEL8 repo. Everything is broken. Multiple geos dependencies means the postgis_raster extension is broken. If I try to use the latest postgis34 packages, then it only brings in geos312. That part works, but the problem becomes gdal36. gdal36-python-tools brings in EPEL's python3-gdal instead of PGDG gdal36-python3 from pgdg-common. The python module "osgeo_utils" only comes with the PGDG gdal36-python3 package. That means gdal36_python-tools / gdal_calc.py is dead. I can't install gdal36-python3 on top of python3-gdal to get the osgeo_utils, because the packages conflict. I have a big infrastructure as code project that relies on the PGDG RHEL8 repo. GDAL, postgis_raster, gdal-python-tools.... it worked earlier this month, but it's now dead in the water. Do we have a timeline here? Am I stuck retooling this to build geos, gdal, and postgis from source? -Tim On Thu, Sep 28, 2023 at 1:48 PM Devrim Gündüz <[email protected]> wrote: > > Hi Laurenz, > > That stack is completely broken, and I'm trying my best before v16 is > out. > > Sorry about the inconvenience. > > Regards, Devrim > > On Wed, 2023-08-30 at 09:13 +0200, Laurenz Albe wrote: > > The dependencies look like this on my machine: > > > > > rpm -q --requires postgis34_16 | grep geos > > geos311 >= 3.11.2 > > libgeos_c.so.1()(64bit) > > > > > rpm -q --requires postgis34_16 | grep gdal > > gdal36-libs >= 3.6.3 > > libgdal.so.32()(64bit) > > > > > rpm -q --requires gdal36-libs | grep geos > > geos312 > > libgeos_c.so.1()(64bit) > > > > So postgis34_16 depends on both GEOS 3.11 and GEOS 3.12. > > One dependency is direct, the other is via GDAL. > > > > Yours, > > Laurenz Albe > > > > > > -- > Devrim Gündüz > Open Source Solution Architect, PostgreSQL Major Contributor > Twitter: @DevrimGunduz , @DevrimGunduzTR > > > > ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Dependencies for PostGIS 3.4 for PG v16 on Fedora 38 seem wrong @ 2023-10-10 17:28 Devrim Gündüz <[email protected]> parent: Timothy Kempisty - NOAA Federal <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Devrim Gündüz @ 2023-10-10 17:28 UTC (permalink / raw) To: Timothy Kempisty - NOAA Federal <[email protected]>; +Cc: Laurenz Albe <[email protected]>; [email protected] Hi, On Thu, 2023-09-28 at 14:09 -0400, Timothy Kempisty - NOAA Federal wrote: > I am having similar problems on the RHEL8 repo. Everything is broken. <snip> Just started rebuilding PostGIS 3.3, 3.2 and 3.1 against the same PROJ and GDAL versions. They will be out in a few hours. Apologies for the inconvenience. Regarding GDAL+Python issues: I'll push a fix for that one tomorrow. Sorry for the delay. Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor Twitter: @DevrimGunduz , @DevrimGunduzTR ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2023-10-10 17:28 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2023-08-30 07:13 Dependencies for PostGIS 3.4 for PG v16 on Fedora 38 seem wrong Laurenz Albe <[email protected]> 2023-09-02 16:49 ` Laurenz Albe <[email protected]> 2023-09-04 13:51 ` Laurenz Albe <[email protected]> 2023-09-08 13:19 ` Devrim Gündüz <[email protected]> 2023-09-28 18:09 ` Timothy Kempisty - NOAA Federal <[email protected]> 2023-10-10 17:28 ` Devrim Gündüz <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox