Opened 6 years ago

Closed 5 years ago

#4179 closed defect (fixed)

bessie failure on raster install

Reported by: robe Owned by: strk
Priority: blocker Milestone: PostGIS 3.0.0
Component: build Version: master
Keywords: Cc:

Description

Not sure what's causing this might be a configuration issue on my part.

17:46:27 PATH is /usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/jenkins/bin:/usr/local:/usr/local/lib:/usr/local/bin
17:46:27 Checking for shp2pgsql ... found
17:46:27 Checking for pgsql2shp ... found
17:46:27 Checking for raster2pgsql ... found
17:46:27 TMPDIR is /home/jenkins/tmp/pgis_reg_720bdb57ecf75e9b3cb7805d07675e99519ced30
17:46:27 Creating database 'postgis_reg' 
17:46:28 Preparing db 'postgis_reg' using: CREATE EXTENSION postgis
17:46:30 Preparing db 'postgis_reg' using: CREATE EXTENSION postgis_raster
17:46:30 Died at run_test.pl line 1329.
17:46:30  failed (Error encountered creating EXTENSION POSTGIS_RASTER: /home/jenkins/tmp/pgis_reg_720bdb57ecf75e9b3cb7805d07675e99519ced30/regress_log)
17:46:30 -----------------------------------------------------------------------------
17:46:30 sh: createlang: not found
17:46:30 CREATE EXTENSION
17:46:30 ERROR:  could not load library "/usr/local/lib/postgresql/rtpostgis-3.0.so": dlopen (/usr/local/lib/postgresql/rtpostgis-3.0.so) failed: /usr/local/lib/postgresql/rtpostgis-3.0.so: Undefined symbol "lwgeom_is_empty"
17:46:30 -----------------------------------------------------------------------------
17:46:30 gmake[2]: *** [Makefile:302: check] Error 1
17:46:30 gmake[2]: Leaving directory '/usr/home/jenkins/workspace/PostGIS_Worker_Run/label/bessie/720bdb57ecf75e9b3cb7805d07675e99519ced30/regress'
17:46:30 gmake[1]: *** [GNUmakefile:16: check] Error 1
17:46:30 gmake[1]: Leaving directory '/usr/home/jenkins/workspace/PostGIS_Worker_Run/label/bessie/720bdb57ecf75e9b3cb7805d07675e99519ced30'
17:46:30 *** Error code 2
17:46:30 
17:46:30 Stop.
17:46:30 make: stopped in /usr/home/jenkins/workspace/PostGIS_Worker_Run/label/bessie/720bdb57ecf75e9b3cb7805d07675e99519ced30
17:46:31 Build step 'Execute shell' marked build as failure
17:46:31 Finished: FAILURE

Change History (3)

comment:1 by strk, 6 years ago

it looks like the raster shared library was linked against an outdated version of liblwgeom ? Check link flags at compile time, in that log.

comment:2 by robe, 6 years ago

I think it's related to #4180.

Thought it looks like I didn't forward patch the r16813

I'll forward patch and see if it fixes and then close

comment:3 by Algunenano, 5 years ago

Resolution: fixed
Status: newclosed

It seems that this was fixed with https://trac.osgeo.org/postgis/ticket/4180

Note: See TracTickets for help on using tickets.