-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
build fails on os x yosemite #204
Comments
Gah - looks like this is the least of tup's problems. Homebrew/legacy-homebrew#31164 suggests that unsigned kexts (i.e., osxfuse) cannot be loaded, and there's not a short term solution in sight. Perhaps it will make sense to get the dyld-based tup going on os x more quickly than previously planned ? :) Otherwise, I can't easily downgrade, so this is a pretty big hurdle to running tup on my project. |
👍 - this is currently breaking our development process. There is a signed osxfuse binary available from osxfuse directly, but I haven't been able to get homebrew to play nice with it yet. |
I'd recommend investigating these things before upgrading OS in future. Although the build failure is something that should be fixed |
I am using tup on Yosemite. https://osxfuse.github.io/ works. Please use it. :) |
as far as I can tell, this has been resolved, and this ticked can be closed. On OSX10 via homebrew the process (which uses a signed kext) is:
|
yep, looks like the compile fix was included upstream in 9812548 and |
@ehberger FYI you can shorten that even more to |
Looks like a declaration mismatch in the os x support header. I'm installing from homebrew, which worked fine for the same version on the previous os x rev. here's the build output: http://pastebin.com/2nXnvwaQ
The text was updated successfully, but these errors were encountered: