-
Notifications
You must be signed in to change notification settings - Fork 439
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
instructions don't work in osx #107
Comments
Just 30 seconds ago I reworked the OS X instructions to no longer require homebrew (whose version of gcsfuse was ancient anyway). Please try the latest version and let me know whether it works. |
A couple of issues: the tar -C command actually modifies the /usr/local/bin user/group and permission! The owner:group became 1000:1000, and permission was rwx------ secondly, running gcsfuse command in osx resulted in errors:
|
Yikes, sorry about the permissions issue. Will fix asap. Regarding the panic: that's very odd. What version of OS X are you running? Is Go installed, and if so can you paste the output of |
Ah, I can reproduce the issue. And I think I understand what's going on: cross-compiling from Linux causes the Sorry for the trouble, will fix. |
1. Don't build a tarball that clobbers directory permissions. 2. Don't attempt to cross-compile; it doesn't work out for things that depend on cgo. For #107.
@saturnism: I believe both issues are fixed in v0.8.1. Could you please try it out and confirm? |
0.8.1 didn't work but 0.9.1 seems to be working :) thanks! |
The text was updated successfully, but these errors were encountered: