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

LuaRocks fails to find md5sum and wget #2612

Closed
rtsisyk opened this issue Jul 18, 2017 · 1 comment
Closed

LuaRocks fails to find md5sum and wget #2612

rtsisyk opened this issue Jul 18, 2017 · 1 comment
Assignees
Labels
bug Something isn't working build osx
Milestone

Comments

@rtsisyk
Copy link
Contributor

rtsisyk commented Jul 18, 2017

LuaRocks uses some system tools during its work:

find_helper "a downloader helper program" curl wget fetch
find_helper "a MD5 checksum calculator" md5sum openssl md5
find_helper "an 'unzip' program" unzip

We need to patch our CMakeLists to set appropriate locations of these programs.

@rtsisyk rtsisyk added bug Something isn't working build osx labels Jul 18, 2017
@rtsisyk rtsisyk added this to the 1.7.5 milestone Jul 18, 2017
@rtsisyk rtsisyk self-assigned this Jul 18, 2017
rtsisyk added a commit that referenced this issue Jul 18, 2017
LuaRocks requires openssl and curl in order to download
manifest from rocks.tarantool.org.

Fixes #2612
rtsisyk added a commit that referenced this issue Jul 18, 2017
LuaRocks requires openssl and curl in order to download
manifest from rocks.tarantool.org.

Fixes #2612
@rtsisyk
Copy link
Contributor Author

rtsisyk commented Jul 18, 2017

1.7.4-301-gef7a350a9

@rtsisyk rtsisyk closed this as completed Jul 18, 2017
@rtsisyk rtsisyk changed the title LuaRocks fails to find md5sum on OS X LuaRocks fails to find md5sum and wget Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build osx
Projects
None yet
Development

No branches or pull requests

1 participant