Skip to content

libssh 0.9.5 - #24

Merged
pkittenis merged 4 commits into
ParallelSSH:masterfrom
enkore:libssh-0.9.5
Sep 27, 2020
Merged

libssh 0.9.5#24
pkittenis merged 4 commits into
ParallelSSH:masterfrom
enkore:libssh-0.9.5

Conversation

@enkore

@enkore enkore commented Sep 23, 2020

Copy link
Copy Markdown
Contributor

Fixes #23

(eref 42d478fb6976)

@enkore

enkore commented Sep 23, 2020

Copy link
Copy Markdown
Contributor Author

Building, installing & using a wheel locally works. As far as I can tell this doesn't change requirements (same CMake version etc.). Don't know what causes the CI failures, CircleCI unfortunately requests write access to all my repositories to let me look at the logs.

Edit: On another system I'm seeing an issue related to libssh_version.h not being found (weirdly this doesn't happen here), probably because it is now being generated through CMake and stored in the build directory.

Edit: Yep, was just missing the include directory. The system where it worked had a libssh installed in system directories, so the build found the libssh_version.h from the system.

Also confirmed that this fixes the libssh bug I encountered.

@pkittenis pkittenis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This check can now be removed - it was added for 0.9.4 and is causing build failures.

The libssh archive used for the manylinux builds will also need updating. It needs to be copied as docker cannot include files outside the dockerfile root dir.

Comment thread setup.py Outdated
@pkittenis

Copy link
Copy Markdown
Member

Thanks for raising! Comments above.

@enkore
enkore force-pushed the libssh-0.9.5 branch 3 times, most recently from 4e7fc82 to 7965d96 Compare September 23, 2020 14:03
@enkore

enkore commented Sep 23, 2020

Copy link
Copy Markdown
Contributor Author

Wheels seem to build correctly now. But it looks like I need to adjust Windows-settings as well.

@pkittenis
pkittenis merged commit e0b0494 into ParallelSSH:master Sep 27, 2020
@enkore
enkore deleted the libssh-0.9.5 branch September 28, 2020 17:22
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

Successfully merging this pull request may close these issues.

Update to libssh 0.9.5

2 participants