-
Notifications
You must be signed in to change notification settings - Fork 119
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
Go test fails to compile #47
Comments
Seeing the same here.
|
Same here: github.com/keybase/go-keychain go version go1.12.7 darwin/amd64 |
Same here.
|
Any chance of an update on this? |
We'll check out a PR if anyone has a fix. |
Is anyone familiar with what the underlying API changes were?
…On Tue, Sep 3, 2019 at 9:50 AM Maxwell Krohn ***@***.***> wrote:
We'll check out a PR if anyone has a fix.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#47?email_source=notifications&email_token=AAELFOFJVFPLSLLHPR4KURDQHZTSPA5CNFSM4HTE2Z2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5YIF6I#issuecomment-527467257>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAELFOA3D5IXTHDC3HQBYGTQHZTSPANCNFSM4HTE2Z2A>
.
|
Is this still an issue in master? the macos_1.10.go etc files are removed. |
Yep, they just renamed them:
Still get the same error here on |
I cloned the project and ran the following, but I can't reproduce:
|
|
@zbuc can you tell me a bit more about your setup:
Newer versions of Go try to default to modules, but this project vendors dependencies and doesn't have go.mod support. I wonder if it's something related. |
`/Users/chris.czub/go/src/github.com/keybase/go-keychain`
```GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/chris.czub/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/chris.czub/go"
GOPROXY=""
GORACE=""
GOROOT="/usr/local/Cellar/go/1.12.9/libexec"
GOTMPDIR=""
GOTOOLDIR="/usr/local/Cellar/go/1.12.9/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments
-fmessage-length=0
-fdebug-prefix-map=/var/folders/nq/xkgtdyrd5kn5sqhg7xysysww0000gn/T/go-build165751423=/tmp/go-build
-gno-record-gcc-switches -fno-common"```
…On Tue, Sep 3, 2019 at 3:25 PM Victor Vrantchan ***@***.***> wrote:
@zbuc <https://github.com/zbuc> can you tell me a bit more about your
setup:
pwd and go env output.
Newer versions of Go try to default to modules, but this project vendors
dependencies and doesn't have go.mod support. I wonder if it's something
related.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#47?email_source=notifications&email_token=AAELFOEI5BDTC3OJ3H6G2QTQH22Z7A5CNFSM4HTE2Z2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5ZJLSQ#issuecomment-527603146>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAELFOCXXIWRJB2HXICIOY3QH22Z7ANCNFSM4HTE2Z2A>
.
|
Getting this error on go 1.13:
Update: Updating my xcode dev tools fixed this.
|
It seems that I'd advise to drop a note in the README. |
closed via #60 |
This didn't work for me, i use BigSur |
Go test fails to compile on my computer after installing the latest updates of Xcode command line tools, it worked fine until yesterday.
Xcode Version 10.2.1 (10E1001)
The text was updated successfully, but these errors were encountered: