[postgis-tickets] [PostGIS] #5370: bessie regress failures on raster after upgrade to GDAL 3.6.1 and Proj 9.2.0

PostGIS trac at osgeo.org
Fri Apr 21 13:37:21 PDT 2023


#5370: bessie regress failures on raster after upgrade to GDAL 3.6.1 and Proj
9.2.0
------------------------+---------------------------
  Reporter:  robe       |      Owner:  robe
      Type:  defect     |     Status:  new
  Priority:  blocker    |  Milestone:  PostGIS 3.4.0
 Component:  buildbots  |    Version:  3.3.x
Resolution:             |   Keywords:
------------------------+---------------------------
Comment (by robe):

 Thanks.  At a glance it looks like that patch might also fix the issue I
 am seeing with most of the drivers missing.

 The regression failures I traced back to missing drivers and not
 permission issue as I had originally though.

 For example doing this:


 {{{
 SET postgis.gdal_enabled_drivers = 'ENABLE_ALL';
 SELECT short_name, long_name FROM ST_GDALDrivers();
 }}}

 Just lists:


 {{{
  short_name |                 long_name
 ------------+--------------------------------------------
  VRT        | Virtual Raster
  DERIVED    | Derived datasets using VRT pixel functions
  GTiff      | GeoTIFF
  COG        | Cloud optimized GeoTIFF generator
  HFA        | Erdas Imagine Images (.img)
  MEM        | In Memory Raster
 (6 rows)

 }}}


 I did a
 {{{
 pkg update && pkg upgrade
 }}}

 and only thing that got upgraded was sqlite.  So I'm assuming that patch
 hasn't been pushed out yet.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5370#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list