Opened 6 years ago
Closed 6 years ago
#4355 closed defect (fixed)
PostGIS raster extension is broken
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.0.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
debbie, dronie, and winnie are complaining about the same thing. Which I think started happening around r17345
winnie: https://winnie.postgis.net:444/job/PostGIS_EDB_Regress_winnie/8889/consoleFull dronie: https://dronie.osgeo.org/postgis/postgis/171/3/2 debbie: https://debbie.postgis.net/job/PostGIS_Regress/11576/consoleFull
Preparing db 'postgis_reg' using: CREATE EXTENSION postgis Preparing db 'postgis_reg' using: CREATE EXTENSION postgis_raster Died at ../../../regress/run_test.pl line 1331. failed (Error encountered creating EXTENSION POSTGIS_RASTER: /projects/postgis/tmp/3.0.0dev_pg11_geos3.8.0dev_gdal2.2.4w64/regress_log) ----------------------------------------------------------------------------- sh: createlang: command not found CREATE EXTENSION ERROR: could not access file "$libdir/postgis_raster-3": No such file or directory ----------------------------------------------------------------------------- Makefile:181: recipe for target 'check' failed make[3]: *** [check] Error 1 make[3]: Leaving directory '/projects/postgis/branches/3.0/raster/test/regress' Makefile:18: recipe for target 'check' failed make[2]: *** [check] Error 2 make[2]: Leaving directory '/projects/postgis/branches/3.0/raster/test' Makefile:69: recipe for target 'check' failed make[1]: *** [check] Error 2 make[1]: Leaving directory '/projects/postgis/branches/3.0/raster' GNUmakefile:20: recipe for target 'check' failed make: *** [check] Error 1
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
brought up for vote at - https://lists.osgeo.org/pipermail/postgis-devel/2019-March/027807.html
as to the direction to proceed to fix this
Note:
See TracTickets
for help on using tickets.
okay I figured out the issue. The lib is called rtpostgis-3, NOT postgis_raster-3 or perhaps you meant to change the lib file but didn't commit that.