Ticket Hash: | decb2848eaed86a6209bc8aebb289f3c8660fbbf | |||
Title: | check_sql_stmt fails on armel, armhf, mips & mipsel architectures. | |||
Status: | Closed | Type: | Code_Defect | |
Severity: | Critical | Priority: | Immediate | |
Subsystem: | Resolution: | Workaround | ||
Last Modified: | 2013-10-21 11:38:07 | |||
Version Found In: | 4.0.0 | |||
Description: | ||||
The builds of libspatialite 4.0.0 for Debian failed on the armel, armhf, mips and mipsel architectures. On all four architectures the same test fails:
test/sql_stmt_tests/fromgeojson22.testcase There is a rounding mismatch when converting from GeoJSON to EWkt: Unexpected value at 1: SRID=3003;GEOMETRYCOLLECTION(POINT(4 6 0),POLYGON((4 6 1,7 10 1,11.99999999999999 3 2,4 6 1)))| Expected value was : SRID=3003;GEOMETRYCOLLECTION(POINT(4 6 0),POLYGON((4 6 1,7 10 1,12 3 2,4 6 1)))| FAIL: check_sql_stmt I've looked at the diff between 4.0.0 and 4.1.1 but there doesn't seem to have been any relevant changes addressing this issue. Please correct me if I've overlooked something. Links to the build logs are available at: https://buildd.debian.org/status/package.php?p=spatialite&suite=experimental The "Build-Attempted" status columns link to the full build log. anonymous added on 2013-10-21 11:38:07 UTC: |