I totally zapped the postgis source tree and started again from the tarball.
Same result. However, this time I captured the PostgreSQL log. For the period of the make check run, the log is 5577 lines long but the first few lines are: LOG: database system is ready to accept connections LOG: autovacuum launcher started LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection ERROR: parse error - invalid geometry at character 14 HINT: "POINT()" <-- parse error at position 7 within geometry STATEMENT: select '50', 'POINT()'::GEOMETRY as geom; ERROR: parse error - invalid geometry at character 14 HINT: "POINT(1)" <-- parse error at position 8 within geometry STATEMENT: select '51', 'POINT(1)'::GEOMETRY as geom; ERROR: parse error - invalid geometry at character 14 HINT: "POINT(," <-- parse error at position 7 within geometry STATEMENT: select '52', 'POINT(,)'::GEOMETRY as geom; ERROR: parse error - invalid geometry at character 14 Obviously I am missing something crucial but I cannot see what. Cheers and thanks, Stephen On Wednesday 19 October 2011 21:33:34 Sandro Santilli wrote: > On Wed, Oct 19, 2011 at 01:11:59PM +1030, Stephen Davies wrote: > > I then proceeded to create a parallel 9.0.4 PostgreSQL environment and to > > rebuild PostGIS 1.5.3 against that. > > Is just a guess but make sure to do a _full_ rebuild (no object files > around, no config caches, and rerun ./configure). > > --strk; > > () Free GIS & Flash consultant/developer > /\ http://strk.keybit.net/services.html -- ============================================================================= Stephen Davies Consulting P/L Voice: 08-8177 1595 Adelaide, South Australia. Fax : 08-8177 0133 Records & Collections Management. Mobile:040 304 0583 _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
