-
-
Notifications
You must be signed in to change notification settings - Fork 582
Installation on macOS fails at go-sqlite3 step #128
Comments
It looks like you're missing the OS X developer command line tools or your SQLIte is out of date. |
I have the developer command line tools installed (i use xcode quite a bit) but i might indeed lack a recent SQLite install. I have the builtin macOS sqlite installed: SQLite version 3.14.0 2016-07-26 15:17:14 tried again just now after installing the latest sqlite3 with brew but that did not help either. Maybe i'm misreading the trace above and while sqlite just gives the warning the real issue is with the linker for amd64 which would make it a go issue? |
Interesting. A quick google brought up this issue golang/go#9411 |
I run into the same issue when i try and install with |
Yeah, I haven't seen this issue before. It's very strange. There's something that we're both missing. |
I tried to reproduce on my Mac, I was able to install just fine in both cases, on my other mac missing xcode Developer tools from App Store, shows me the same error. |
@bscott ugh! i did do another |
versions:
go version go1.7.4 darwin/amd64
macOS Sierra 10.12.2 (16C67)
issue:
when running the
go get -u github.com/gobuffalo/buffalo/buffalo
install command on my machine it fails at the build step for one of the dependencies. Resulting in an unfinished install and buffalo not being built.stackstrace:
The text was updated successfully, but these errors were encountered: