Based on this pull request: #18, I setup the following patch: https://github.com/guibou/bindings-gdal/tree/gdal_2_3_1_failure. Theses commands are failing (segmentation fault apparently):
nix-build -A bindings-gdal_2_3_1
nix-build -A bindings-gdal_2_4_0
However nix-build -A bindings-gdal_1_11 and nix-build -A bindings-gdal (without the patch) are building and tests are passing correctly.
I suspect a change in gdal-2.3.1 is responsible for the failure.
Based on this pull request: #18, I setup the following patch: https://github.com/guibou/bindings-gdal/tree/gdal_2_3_1_failure. Theses commands are failing (segmentation fault apparently):
nix-build -A bindings-gdal_2_3_1nix-build -A bindings-gdal_2_4_0However
nix-build -A bindings-gdal_1_11andnix-build -A bindings-gdal(without the patch) are building and tests are passing correctly.I suspect a change in
gdal-2.3.1is responsible for the failure.