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

Installs from sdists produce broken C-extensions #103

Closed
webknjaz opened this issue Jul 16, 2020 · 1 comment · Fixed by #158
Closed

Installs from sdists produce broken C-extensions #103

webknjaz opened this issue Jul 16, 2020 · 1 comment · Fixed by #158
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@webknjaz
Copy link
Member

SUMMARY

It's really low-priority right now (because it's unlikely that anybody would hit it) but installs from sdist under Ubuntu produce C-extensions that explode with missing symbols:

E   ImportError: /home/runner/work/pylibssh/pylibssh/.tox/test-source-dists/lib/python2.7/site-packages/pylibsshext/session.so: undefined symbol: ssh_disconnect
ISSUE TYPE
  • Bug Report
OS / ENVIRONMENT

https://github.com/ansible/pylibssh/pull/102/checks?check_run_id=879173917#step:12:178

@webknjaz webknjaz added bug Something isn't working help wanted Extra attention is needed labels Jul 16, 2020
@webknjaz
Copy link
Member Author

webknjaz commented Sep 1, 2020

TODO: check if tweaking LD_LIBRARY_PATH will do the trick (ref https://www.pygit2.org/install.html#the-run-path)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant