Skip to content
Snippets Groups Projects

PKG: disable dl test for python wrappings (GDAL)

Merged Guillaume Pasero requested to merge selftester_python_gdal into release-6.6

The GDAL python wrapping are compiled without declared dependency to libpython, but they do have undefined symbols from Python. dlopen of these libs alone doesn't work, but if it is done after loading Python symbols the test passes.

For now, I prefer avoid to test these files.

Note: ldd doesn't complain about undefined symbols.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading