[postgis-tickets] [PostGIS] #2396: liblwgeom CUnit and PostgreSQL tests fail on big-endian architectures.
PostGIS
trac at osgeo.org
Thu Sep 26 20:32:16 PDT 2013
#2396: liblwgeom CUnit and PostgreSQL tests fail on big-endian architectures.
----------------------+-----------------------------------------------------
Reporter: mnencia | Owner: pramsey
Type: defect | Status: reopened
Priority: medium | Milestone: PostGIS 2.1.1
Component: postgis | Version: 2.1.x
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment(by robe):
I've patched the #690 mips/sparc tickets.sql failure for 2.1 at r11983
#2048 as far as I can tell is not an endian issue. Those are geos checks
which I would expect to resolve the same regardless the endian input of
the geometries. Which version of GEOS are you running on armel and armhf?
{{{
-#2048|1|f|f
+#2048|1|f|t
#2048|2|t|t
-#2048|3|f|f
+#2048|3|f|t
}}}
The mipsel failure
{{{
make: *** [check] Error 1
-4|0|1
-Topology 'tt3d' dropped
+psql: FATAL: the database system is in recovery mode
}}}
Looks like a GEOS bug too which crashed your PostGIS instance -- let us
know what version of GEOS you are running. It may be patched in a newer
GEOS or a bug in GEOS yet to be patched.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2396#comment:30>
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