[postgis-tickets] [PostGIS] #2794: winnie regress failures for sfcgal - 2 errors - seems scfgal.sql not installed (was: winnie regress failures for sfcgal - 2 errors)
PostGIS
trac at osgeo.org
Sun Jun 29 12:51:59 PDT 2014
#2794: winnie regress failures for sfcgal - 2 errors - seems scfgal.sql not
installed
--------------------+-------------------------------------------------------
Reporter: robe | Owner: colivier
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.2.0
Component: sfcgal | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
Changes (by robe):
* priority: medium => high
Comment:
Really odd. Seems winnie is not installing sfcgal script but even more
odd, messages are completely different.
On my local desktop running PostgreSQL 9.4beta1 I see this:
{{{
Creating database 'postgis_reg'
Loading PostGIS into 'postgis_reg'
Loading SFCGAL into 'postgis_reg'
PostgreSQL 9.4beta1, compiled by Visual C++ build 1800, 32-bit
Postgis 2.2.0dev
- r12688
- 2014-06-29 18:42:33
scripts 2.2.0dev r12688
GEOS: 3.5.0dev-CAPI-1.9.0 r3985
PROJ: Rel. 4.8.0, 6 March 2012
SFCGAL: 1.0.4
}}}
and all tests pass.
and on winnie on her first test which fails the 2.2 chain I see this:
{{{
Creating database 'postgis_reg'
Loading PostGIS into 'postgis_reg'
/projects/postgis/branches/2.2/regress/00-regress-
install/share/contrib/postgis/postgis.sql
/projects/postgis/branches/2.2/regress/00-regress-
install/share/contrib/postgis/postgis_comments.sql
PostgreSQL 9.3.4, compiled by Visual C++ build 1600, 64-bit
Postgis 2.2.0dev
- r12702
- 2014-06-29 18:50:20
scripts 2.2.0dev r12702
GEOS: 3.5.0dev-CAPI-1.9.0 r3989
PROJ: Rel. 4.8.0, 6 March 2012
}}}
note absense of sfcgal and message for install is totally different. I did
a recent complete checkout on winnie and will do same on mine to rule out
recent change or dirty stuff left. Also bothered that the version number
output on my desktop is wrong. It's almost like its using CREATE EXTENSION
since the version is is spitting out is version I have installed in my
PostgreSQL instance which is a recent build I installed from winnie.
Perhaps its not doing the same on winnie -- because I didn't do a make
install, so she might not have the extension files loaded in her instance.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2794#comment:2>
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