[postgis-tickets] [PostGIS] #3134: make garden doesn't install postgis

PostGIS trac at osgeo.org
Tue May 26 23:37:52 PDT 2015


#3134: make garden doesn't install postgis
------------------------------------+---------------------------
  Reporter:  robe                   |      Owner:  robe
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 2.2.0
 Component:  build/upgrade/install  |    Version:  2.1.x
Resolution:                         |   Keywords:
------------------------------------+---------------------------

Comment (by robe):

 committed fix at r13567 for trunk.

 Can someone test on their install, to make sure it wasn't just a mingw
 issue to begin with.  Then we can backport to 2.1.

 pramsey -- might be good for you too since ST_Subdivide is currently
 crashing the test.
 Hint to use -- the script generates a log table in postgis_garden --
 postgis_garden_log22

 Just do a


 {{{
 SELECT log_sql from postgis_garden_log22 order by logid desc limit 1;
 }}}

 That's the one that caused the crash.  Don't be scared by the cryptic SQL,
 just replace the SELECT part with


 {{{
 SELECT ST_AsText(foo1.the_geom) ...
 }}}

 and you should get some nice simple geometries your simple mind can
 comprehend :)

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3134#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