Open cegg opened 5 years ago
@cegg Thanks for the post. We are aware of the issue, the problem is that the homebrew dependencies cannot be pinned to a specific library version, and we haven't updated our codebase to the latest boost and folly libraries. We plan to update the homebrew dependencies with the the final release by the end of the month.
If you would like to test Oneclient on macOS you can for now try it using Docker, e.g.:
docker run --privileged -it ubuntu:xenial bash
apt update
apt -y install curl
curl -sS http://get.onedata.org/oneclient.sh | bash
oneclient -V
We'll let you know in this issue when the problem is fixed.
Thank you very much, your solution with docker ubuntu container works just fine, I have mounted my storage and copied files successfully.
Mac OSX High Sierra 10.13.6 I did all the pre-reqs described in this document in macOS section https://github.com/onedata/oneclient :
After that,
brew install oneclient
run ends with this message about BOOST_LIBRARYDIR / BOOST_BOOT (below). Setting BOOST_LIBRARYDIR and BOOST_ROOT to the boost location (/usr/local/opt
in my case) has no effect, the same error happens