homebrew-delve icon indicating copy to clipboard operation
homebrew-delve copied to clipboard

Mac install error, OS version 10.12.6, go version go1.8.3

Open folago opened this issue 8 years ago • 36 comments

==> Tapping go-delve/delve Cloning into '/usr/local/Homebrew/Library/Taps/go-delve/homebrew-delve'... remote: Counting objects: 7, done. remote: Compressing objects: 100% (6/6), done. remote: Total 7 (delta 0), reused 5 (delta 0), pack-reused 0 Unpacking objects: 100% (7/7), done. Tapped 1 formula (33 files, 41.4KB) ==> Installing delve from go-delve/delve ==> Using the sandbox ==> Downloading https://github.com/derekparker/delve/archive/v1.0.0-rc.1.tar.gz ==> Downloading from https://codeload.github.com/derekparker/delve/tar.gz/v1.0.0-rc.1 ######################################################################## 100.0% security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain. ==> Generating dlv-cert ==> openssl req -new -newkey rsa:2048 -x509 -days 3650 -nodes -config dlv-cert.cfg -extensions codesign_reqext -batch -out dlv-cert.cer -keyout dlv-cert.key ==> [SUDO] Installing dlv-cert as root ==> sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain dlv-cert.cer Last 15 lines from /Users/gta/Library/Logs/Homebrew/delve/02.sudo: 2017-08-02 17:06:05 +0200

sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain dlv-cert.cer

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

folago avatar Aug 03 '17 08:08 folago

I fixed this by manually installing the cert (unzip the cached .tar.gz, run gencert which lives in scripts):

$ cd /Users/michele/Library/Caches/Homebrew/delve-1.0.0-rc.1/scripts
$ ./gencert.sh
Password:
$

mtitolo avatar Aug 07 '17 17:08 mtitolo

Workaround worked for me.

willfaught avatar Aug 07 '17 20:08 willfaught

brew install go-delve/delve/delve after @mtitolo 's workaround works for me. Took me a good 15 seconds to figure it out.

kamok avatar Aug 07 '17 23:08 kamok

Thanks @mtitolo

bytedaring avatar Aug 08 '17 15:08 bytedaring

Thank you very much! @mtitolo

ljq avatar Aug 09 '17 12:08 ljq

Thanks saved me alot @mtitolo

catalsdevelop avatar Aug 11 '17 03:08 catalsdevelop

Thanks @mtitolo

sunyujia avatar Aug 15 '17 05:08 sunyujia

Thank you so much @mtitolo

lowpolyness avatar Aug 22 '17 07:08 lowpolyness

Thanks a lot @mtitolo

KexinLu avatar Aug 30 '17 04:08 KexinLu

Thank you !!

cdutta avatar Aug 31 '17 22:08 cdutta

Thanks @mtitolo

xwjdsh avatar Sep 01 '17 01:09 xwjdsh

Thanks @mtitolo!

malexdev avatar Sep 03 '17 16:09 malexdev

Thanks @mtitolo

0xd219b avatar Sep 06 '17 01:09 0xd219b

Another happy camper now, thanks @mtitolo!

deeno35 avatar Sep 06 '17 21:09 deeno35

Thanks you !! @mtitolo

arch-yamasaki avatar Sep 08 '17 01:09 arch-yamasaki

Thanks saved me alot @mtitolo

sweetweapen avatar Sep 08 '17 08:09 sweetweapen

Thanks~ @mtitolo

nightstarw avatar Sep 11 '17 05:09 nightstarw

Thanks @mtitolo !

lsh246 avatar Sep 13 '17 20:09 lsh246

I used the Manual install https://github.com/derekparker/delve solved my problem.

czyang avatar Sep 14 '17 09:09 czyang

Thanks @mtitolo !

Tanyy avatar Sep 20 '17 10:09 Tanyy

Thanks @mtitolo !

tianyouhui avatar Sep 20 '17 15:09 tianyouhui

Thanks @mtitolo !

lerox avatar Oct 04 '17 16:10 lerox

Thanks @mtitolo !

paulshu avatar Oct 11 '17 11:10 paulshu

Thanks @mtitolo

jinwooe avatar Oct 12 '17 04:10 jinwooe

@mtitolo Thinks you! 👍👍

kwein avatar Oct 13 '17 14:10 kwein

thank you @mtitolo

ranhuan avatar Oct 22 '17 10:10 ranhuan

thanks @mtitolo

pedromg avatar Oct 31 '17 20:10 pedromg

@kamok Thanks for your help as well as @mtitolo. When installing after his workaround you should see: ==> dlv-cert is already installed, no need to create it In the prompt.

robstarbuck avatar Nov 18 '17 23:11 robstarbuck

thank you @mtitolo, running that script first, worked!

jtsiros avatar Nov 22 '17 06:11 jtsiros

thank you @mtitolo 👍

idevz avatar Dec 11 '17 09:12 idevz