[postgis-tickets] [PostGIS] #4650: Can't install postgis_sfcgal
PostGIS
trac at osgeo.org
Fri Feb 28 20:58:17 PST 2020
#4650: Can't install postgis_sfcgal
-----------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: assigned
Priority: blocker | Milestone: PostGIS 3.1.0
Component: build/upgrade/install | Version: master
Keywords: |
-----------------------------------+---------------------------
I'm rerunning again to make sure its not a PG 13 issue.
But debbie started failing after commit
[9ed7d8436/git]
{{{
Further simplification and unification of extension Makefiles
(details)
Commit 9ed7d8436b902f6086b54e753006bd14a87aba4d by Sandro Santilli
Further simplification and unification of extension Makefiles
The file was modified extensions/postgis_topology/Makefile.in
The file was modified extensions/postgis/Makefile.in
The file was modified extensions/postgis_raster/Makefile.in
The file was modified extensions/postgis_sfcgal/Makefile.in
}}}
Error she's showing is:
{{{
18:12:02 Checking for shp2pgsql ... found
18:12:02 Checking for pgsql2shp ... found
18:12:02 TMPDIR is /var/lib/jenkins/workspace/postgis/tmp/3_1_pg13w64
18:12:02 Creating database 'postgis_reg'
18:12:04 Preparing db 'postgis_reg' using: CREATE EXTENSION postgis SCHEMA
public
18:12:06 Preparing db 'postgis_reg' using: CREATE EXTENSION postgis_sfcgal
SCHEMA public
18:12:06 Died at ../run_test.pl line 1462.
18:12:06 failed (Error encountered creating EXTENSION POSTGIS_SFCGAL:
/var/lib/jenkins/workspace/postgis/tmp/3_1_pg13w64/regress_log)
18:12:06
-----------------------------------------------------------------------------
18:12:06 NOTICE: schema "public" already exists, skipping
18:12:06 CREATE SCHEMA
18:12:06 CREATE EXTENSION
18:12:06 ERROR: function postgis_sfcgal_version() does not exist
18:12:06
-----------------------------------------------------------------------------
18:12:06 make[2]: *** [Makefile:39: check] Error 1
18:12:06 make[2]: Leaving directory
'/var/lib/jenkins/workspace/postgis/branches/3.1/regress/sfcgal'
18:12:06 make[1]: *** [Makefile:48: check-regress] Error 2
18:12:06 make[1]: Leaving directory
'/var/lib/jenkins/workspace/postgis/branches/3.1/regress'
18:12:06 make: *** [GNUmakefile:20: check-regress] Error 1
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4650>
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