Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#3981 closed defect (fixed)

unpackaged--2.5.0dev upgrade fails to find sfcgal

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.5.0
Component: build Version: 2.4.x
Keywords: Cc:

Description

See https://debbie.postgis.net/job/PostGIS_Regress/8271/console

Upgrading PostGIS in 'postgis_reg' using: CREATE EXTENSION postgis VERSION '2.5.0dev' FROM unpackaged
 failed (Error encountered creating EXTENSION POSTGIS_SFCGAL: /var/lib/jenkins/workspace/postgis/tmp/2_5_pg9.5w64/regress_log)
-----------------------------------------------------------------------------
...
WARNING:  'postgis.backend' is already set and cannot be changed until you reconnect
CONTEXT:  SQL statement "SELECT                  postgis_lib_version()"
PL/pgSQL function postgis_major_version_check() line 21 at SQL statement
WARNING:  'postgis.gdal_datapath' is already set and cannot be changed until you reconnect
CONTEXT:  SQL statement "SELECT                  postgis_raster_lib_version()"
PL/pgSQL function postgis_major_version_check() line 21 at SQL statement
WARNING:  'postgis.gdal_enabled_drivers' is already set and cannot be changed until you reconnect
CONTEXT:  SQL statement "SELECT                  postgis_raster_lib_version()"
PL/pgSQL function postgis_major_version_check() line 21 at SQL statement
WARNING:  'postgis.enable_outdb_rasters' is already set and cannot be changed until you reconnect
CONTEXT:  SQL statement "SELECT                  postgis_raster_lib_version()"
PL/pgSQL function postgis_major_version_check() line 21 at SQL statement
CREATE EXTENSION
ERROR:  extension "postgis_sfcgal" does not exist
-----------------------------------------------------------------------------
Makefile:303: recipe for target 'check' failed
make: *** [check] Error 1
make: Leaving directory '/var/lib/jenkins/workspace/postgis/branches/2.5/regress'
FAIL: upgrade unpackaged--2.5.0dev

Change History (3)

comment:1 by robe, 6 years ago

Component: postgisbuild/upgrade/install
Milestone: PostGIS 2.4.3PostGIS 2.4.4
Owner: changed from pramsey to strk

comment:2 by strk, 6 years ago

Resolution: fixed
Status: newclosed

This is finally fixed with recent commits in trunk (to be 2.5.0).

comment:3 by robe, 6 years ago

Milestone: PostGIS 2.4.4PostGIS 2.5.0
Note: See TracTickets for help on using tickets.