[postgis-tickets] [PostGIS] #3369: winnie failing after remove points committ

PostGIS trac at osgeo.org
Sat Nov 14 17:31:40 PST 2015


#3369: winnie failing after remove points committ
------------------------+---------------------------
  Reporter:  robe       |      Owner:  robe
      Type:  defect     |     Status:  new
  Priority:  blocker    |  Milestone:  PostGIS 2.2.1
 Component:  buildbots  |    Version:  2.2.x
Resolution:             |   Keywords:
------------------------+---------------------------

Comment (by robe):

 okay turns out to be stupid me, no surprise there :)

 I had set it to use SFCGAL 1.2 branch, but the sfcgal-config generated by
 sfcgal generates this prefix:


 {{{
 prefix=e:/jenkins/CGAL/rel-sfcgal-1.2w64gcc48
 }}}

 which needs to be changed to


 {{{
 prefix=/projects/CGAL/rel-sfcgal-1.2w64gcc48
 }}}


 to work right.

 There was an SFCGAL change since last compile of PostGIS which triggers
 this issue.

 Anyrate, I have to put in logic in my sfcgal build to fix the generated
 sfcgal-config script.

 I'll close this out once I have that in place.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3369#comment:1>
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