[postgis-devel] Re: r3014 regress

Paul Ramsey pramsey at cleverelephant.ca
Fri Sep 26 11:48:22 PDT 2008


First, I got the revision wrong, bad form, it was r3014

Second, I realized the change went into liblwgeom, and I had failed to
make clean and re-make. (Would sure be nice if libpostgis was
sensitive to changes in liblwgeom, so a simple 'make' always worked
after svn update.)

Third, when I did that, trunk no longer compiles:

ld: duplicate symbol _parser_check_flags in
../liblwgeom/liblwgeom.a(lwgparse.o) and
../liblwgeom/liblwgeom.a(lwgunparse.o)


Paul

On Fri, Sep 26, 2008 at 11:36 AM, Paul Ramsey <pramsey at cleverelephant.ca> wrote:
> as up updating to r3012 regressions crash and burn all over, starting
> with the very first on
>
> Heron:postgis-svn pramsey$ make test
> make -C regress test
> make -C ../lwgeom
> make[2]: Nothing to be done for `all'.
> cp ../lwgeom/lwpostgis.sql .
> Creating spatial db postgis_reg
> createlang: language "plpgsql" is already installed in database "postgis_reg"
> TMPDIR is /var/folders/+a/+aN0KMvBGMuxCDA0e62bME+++TQ/-Tmp-/
>
>  PostgreSQL 8.3.1 on i386-apple-darwin9.2.2, compiled by GCC
> i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
>  Postgis 1.4.0SVN - 2008-09-26 18:12:14
>   GEOS: 3.1.0-CAPI-1.5.0
>   PROJ: Rel. 4.6.0, 21 Dec 2007
>
> Running tests
>
>  loader/Point....... failed (dumping loaded table:
> /var/folders/+a/+aN0KMvBGMuxCDA0e62bME+++TQ/-Tmp-//dumper.err)
>  loader/PointM.. failed (sourcing shp2pgsql output:
> /var/folders/+a/+aN0KMvBGMuxCDA0e62bME+++TQ/-Tmp-//loader.err)
>
>
> The contents of the regress file are:
>
> Initializing... Done (postgis major version: 1).
> Output shape: PolygonM
> Dumping: XRecordFetch: server closed the connection unexpectedly
>        This probably means the server terminated abnormally
>        before or while processing the request.
>
>
> A lot of the subsequent tests then fail because the db is in recovery mode.
>
> P.
>



More information about the postgis-devel mailing list