Skip to content
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-keychain warning on macOS Ventura #53

Open
cedws opened this issue Nov 24, 2022 · 3 comments
Open

go-keychain warning on macOS Ventura #53

cedws opened this issue Nov 24, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@cedws
Copy link
Owner

cedws commented Nov 24, 2022

# github.com/keybase/go-keychain
cgo-gcc-prolog:53:11: warning: 'SecKeychainItemDelete' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychainItem.h:257:10: note: 'SecKeychainItemDelete' has been explicitly marked deprecated here

keybase/go-keychain#88

@cedws cedws added the bug Something isn't working label Nov 24, 2022
@cedws
Copy link
Owner Author

cedws commented Nov 24, 2022

Actually, still works, but the warning seems to be new. I don't remember seeing it before.

@cedws cedws changed the title Token retrieval broken on macOS Ventura go-keychain warning on macOS Ventura Nov 29, 2022
@Chairou
Copy link

Chairou commented Dec 19, 2022

# github.com/keybase/go-keychain
cgo-gcc-prolog:53:11: warning: 'SecKeychainItemDelete' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychainItem.h:257:10: note: 'SecKeychainItemDelete' has been explicitly marked deprecated here

keybase/go-keychain#88

I got this too, here is my env

GO111MODULE=""
GOARCH="arm64"
GOBIN=""
GOCACHE="/Users/chairou/Library/Caches/go-build"
GOENV="/Users/chairou/Library/Application Support/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="arm64"
GOHOSTOS="darwin"
GOINSECURE=""
GOMODCACHE="/Users/chairou/code/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/xxx/code"
GOPRIVATE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_arm64"
GOVCS=""
GOVERSION="go1.19"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/xxx/code/src/xxx/go.mod"
GOWORK=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/8s/ctshw_4524qcp8sbqctnbnz00000gn/T/go-build783626767=/tmp/go-build -gno-record-gcc-switches -fno-common"

@cedws
Copy link
Owner Author

cedws commented Dec 19, 2022

Thanks for the info. Since this is only a warning you don't need to worry about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants