Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure with gdal >= 2.3.1 #19

Open
guibou opened this issue Mar 19, 2019 · 4 comments
Open

Failure with gdal >= 2.3.1 #19

guibou opened this issue Mar 19, 2019 · 4 comments

Comments

@guibou
Copy link
Contributor

guibou commented Mar 19, 2019

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.

@guibou
Copy link
Contributor Author

guibou commented Mar 19, 2019

Using:

nix-shell -A bindings-gdal_2_4_0.env
cabal test

I can obtain the following error:

  tests/TestUtils.hs:113:24: 
  1) GDAL.Algorithms.contourGenerateVectorIO produces contours if vector has data
       expected: 13
        but got: 8

  To rerun use: --match "/GDAL.Algorithms/contourGenerateVectorIO/produces contours if vector has data/"

@albertov
Copy link
Owner

albertov commented Mar 19, 2019 via email

@albertov
Copy link
Owner

@guibou ill take a look during the weekend as im a bit swamped with work now

@Sintrastes
Copy link

@albertov Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants