Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

errors with curl install #147

Open
jlidgard opened this issue Jan 28, 2018 · 2 comments
Open

errors with curl install #147

jlidgard opened this issue Jan 28, 2018 · 2 comments

Comments

@jlidgard
Copy link

see line 41 curl.py

"self.get_install_path()" should be "self._system.get_install_path()"

also,
"_download" isn't called. (changing this to "download" worked for me.. something going on..)

@jlidgard
Copy link
Author

this error causes curl to be reported as 'installed' or 'downloaded' but is not actually installed or downloaded (the default flag is true?)

@parnmatt
Copy link
Contributor

This will take me a while to be sure what's gone wrong; this part of the code was written many years ago.
The whole of snoing could do with a rewrite; we just don't have time.

On quick inspection, that part of the code should only be executed if libcurl is not installed. If there is an error in the code here, it would make sense that it wouldn't have been picked out for years because libcurl is installed on almost every system by default. What OS are you running this on?

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

No branches or pull requests

2 participants