-
Notifications
You must be signed in to change notification settings - Fork 128
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 macOS #180
Comments
I think this is CGo bug and it eventually will need to be reported upstream, but let me check it out. |
@jpo-joyent What’s your Xcode version? |
I just updated macOS (and with it Xcode) to see if the problem would go away (it didn't). They're now at:
(macOS 10.14.5) |
I figured it out. The problem has nothing to do with you, or Go. Sorry for reporting here when you're just a symptom. The underlying problem is that I had I could reproduce the same build error by just trying:
As of Homebrew/homebrew-core@528c485, homebrew no longer installs headers from util-linux, so after removing the old ones from /usr/local/include/uuid, things "just worked". I appreciate your quick response, and sorry for any wasted effort on your part. |
@jpo-joyent No problem, glad you figured it out 🚀 |
On macOS 10.14.4, with Go version 1.12.6, with Go module support enabled:
With a clean checkout of the latest version of this repo:
Building fails with the following:
The text was updated successfully, but these errors were encountered: