Opened 3 years ago
Closed 3 years ago
#4969 closed defect (fixed)
gitlab ci failing on PostGIS 2.5 tickets regress - testing ST_OrientedEnvelope
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.5.6 |
Component: | postgis | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
This is a little weird.
-------------- Compiler Info ------------- C compiler: gcc -Wall -fno-omit-frame-pointer -Werror SQL preprocessor: /usr/bin/cpp -traditional-cpp -w -P -------------- Additional Info ------------- Interrupt Tests: DISABLED use: --with-interrupt-tests to enable -------------- Dependencies -------------- GEOS config: /usr/bin/geos-config GEOS version: 3.5.1 GDAL config: /usr/bin/gdal-config GDAL version: 2.1.2 PostgreSQL config: /usr/bin/pg_config PostgreSQL version: PostgreSQL 9.6.22 PROJ4 version: 49 Libxml2 config: /usr/bin/xml2-config Libxml2 version: 2.9.4 JSON-C support: yes protobuf-c support: no PCRE support: yes Perl: /usr/bin/perl --------------- Extensions --------------- PostGIS Raster: enabled PostGIS Topology: enabled SFCGAL support: disabled Address Standardizer support: enabled -------- Documentation Generation -------- xsltproc: /usr/bin/xsltproc xsl style sheets: /usr/share/xml/docbook/stylesheet/docbook-xsl dblatex: /usr/bin/dblatex convert: mathml2.dtd: /usr/share/xml/schema/w3c/mathml/dtd/mathml2.dtd configure: WARNING: --------- GEOS VERSION WARNING ------------ configure: WARNING: You are building against GEOS 3.5.1 configure: WARNING: To take advantage of all the features of configure: WARNING: this PostGIS version requires GEOS 3.7.0 or higher. configure: WARNING: To take advantage of most of the features of this PostGIS configure: WARNING: we recommend GEOS 3.6 or higher configure: WARNING: You can download the latest versions from configure: WARNING: http://trac.osgeo.org/geos configure: WARNING:
tickets .. failed (diff expected obtained: /tmp/pgis_reg/test_96_diff) ----------------------------------------------------------------------------- --- tickets_expected 2021-08-15 20:50:07.566016528 +0000 +++ /tmp/pgis_reg/test_96_out 2021-08-15 20:56:01.622589562 +0000 @@ -345,4 +345,4 @@ #4670-3|LINESTRING(0 0,1 1,3 3,2 2,4 4) #4670-4|LINESTRING(0 0,1 1,3 3,4 4,2 2) ERROR: LWGEOM_addpoint: Invalid offset -#4863|t +ERROR: The GEOS version this PostGIS binary was compiled against (35) doesn't support 'ST_OrientedEnvelope' function (3.6.0+ required) -----------------------------------------------------------------------------
I guess this bug test was put in without considering GEOS version.
Note:
See TracTickets
for help on using tickets.
In d0d82e6/git: