Opened 3 years ago
Last modified 3 years ago
#5140 closed defect
Make PostGIS 2.4 regress cleanly also against newer GDAL and GEOS 3.8 — at Initial Version
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.4.10 |
Component: | build | Version: | 2.4.x |
Keywords: | Cc: |
Description
Right now 2.4 is failing on all platforms we have.
Issues I have run into that we had already backported to 2.5
- Topology failures with GEOS > 3.7
regress/topogeo_addlinestring .. failed (diff expected obtained: /projects/postgis/tmp/2.4.10dev_pg11_geos3.8_gdal3.4.2w64/test_29_diff) ----------------------------------------------------------------------------- --- regress/topogeo_addlinestring_expected 2022-04-22 10:15:56.047196700 -0400 +++ /projects/postgis/tmp/2.4.10dev_pg11_geos3.8_gdal3.4.2w64/test_29_out 2022-04-22 10:16:39.574665700 -0400 @@ -85,10 +85,10 @@ contains|25 contains|47 contains|48 -N|42||POINT(7 36) -N|43||POINT(14 34) -E|47|sn21|en42 -E|48|sn43|en22 +N|42||POINT(14 34) +N|43||POINT(7 36) +E|47|sn42|en22 +E|48|sn21|en43
- GDAL failures, most of these are because of order changes, most were fixed by backporting some tests from 2.5 and 3.0 (some covered in #5127)
- Some GDAL raster issues mostly around 32-bit (though we have no bots that we can test against 32-bit). I did find some obvious errors fixed also in 2.5 I intend to backport. Covered in #3994 and #4102
- Winnie can't build address standardizer (I think because of her newer autoconf, so have to support pkg-config) detailed in #5126
Note:
See TracTickets
for help on using tickets.