[postgis-devel] regress no longer

Greg Troxel gdt at ir.bbn.com
Fri Jan 20 18:17:00 PST 2012


As another datapoint, I am having the postgis/postgis-2.0 problem with
the regression tests.  I updated, reran autogen, configure, gmake clean,
gmake, gmake check.

~/SOFTWARE/POSTGIS/postgis > find regress/00-regress-install
regress/00-regress-install
regress/00-regress-install/postgis.sql
regress/00-regress-install/lib
regress/00-regress-install/lib/postgis-2.0.so
regress/00-regress-install/share
regress/00-regress-install/share/contrib
regress/00-regress-install/share/contrib/postgis-2.0
regress/00-regress-install/share/contrib/postgis-2.0/spatial_ref_sys.sql
regress/00-regress-install/share/contrib/postgis-2.0/postgis.sql
regress/00-regress-install/share/contrib/postgis-2.0/uninstall_postgis.sql
regress/00-regress-install/share/contrib/postgis-2.0/postgis_upgrade_20_minor.sql
regress/00-regress-install/share/contrib/postgis-2.0/legacy.sql
regress/00-regress-install/share/contrib/postgis-2.0/uninstall_legacy.sql
regress/00-regress-install/share/contrib/postgis-2.0/legacy_compatibility_layer.sql

But from ./run_test:

/home/gdt/SOFTWARE/POSTGIS/postgis/regress/00-regress-install/share/contrib/postgis/postgis.sql: No such file or directory

and in postgis.sql (found if I add a symlink):

CREATE OR REPLACE FUNCTION spheroid_in(cstring)
        RETURNS spheroid
        AS '$libdir/postgis-2.0','ellipsoid_in'
        LANGUAGE 'C' IMMUTABLE STRICT;

and I'm not sure how libdir is supposed to be interpreted, but I get a failure on that statement.

Before the regress rototill, I was passing the regression tests (modulo
Latin1 encoding issues).  (postgresql 9.1.2, NetBSD/i386 5.1_STABLE)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20120120/f9b7a052/attachment.sig>


More information about the postgis-devel mailing list