Opened 5 years ago

Closed 5 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 robe, 5 years ago

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.

comment:2 by robe, 5 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

comment:3 by strk, 5 years ago

Resolution: fixed
Status: newclosed

In 17353:

Rename raster library to postgis_raster-X

Should fix #4355

Note: See TracTickets for help on using tickets.