go-delve / homebrew-delve

Homebrew formula for the Delve Go debugger
Apache License 2.0
48 stars 13 forks source link

Mac OS 10.13.3 Failure to install #28

Open michaelsmanley opened 6 years ago

michaelsmanley commented 6 years ago

Having already done the certificate manual installation described in https://github.com/go-delve/homebrew-delve/issues/17

MacOS 10.3.3. Updated Homebrew. All Xcode CLI tools installed, etc.

~ brew install go-delve/delve/delve
==> Installing delve from go-delve/delve
==> Downloading https://github.com/derekparker/delve/archive/v1.0.0.tar.gz
Already downloaded: /Users/msm/Library/Caches/Homebrew/delve-1.0.0.tar.gz
==> dlv-cert is already installed, no need to create it
==> make build BUILD_SHA=v1.0.0
Last 15 lines from /Users/msm/Library/Logs/Homebrew/delve/01.make:
2018-03-01 13:17:33 -0600

make
build
BUILD_SHA=v1.0.0

go build -ldflags="-s -X main.Build=v1.0.0" github.com/derekparker/delve/cmd/dlv
codesign -s "dlv-cert"  ./dlv
error: The specified item could not be found in the keychain.
make: *** [build] Error 1

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/go-delve/homebrew-delve/issues

These open issues may also help:
Upgrade to delve fails https://github.com/go-delve/homebrew-delve/issues/20