davrodpin / mole

CLI application to create ssh tunnels focused on resiliency and user experience.

Home Page:https://davrodpin.github.io/mole/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSX - Unable to install through brew

vikas027 opened this issue · comments

Affected Version

N.A.

Expected Behavior

mole should have been installed

Current Behavior

Unable to install mole through homebrew

✦ ❯ brew tap davrodpin/homebrew-mole && brew install mole
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 5 taps (weaveworks/tap, buo/cask-upgrade, homebrew/core, homebrew/cask and aws/tap).
==> New Formulae
rustscan
==> Updated Formulae
Updated 41 formulae.
==> New Casks
<redacted>

==> Tapping davrodpin/mole
Cloning into '/usr/local/Homebrew/Library/Taps/davrodpin/homebrew-mole'...
remote: Enumerating objects: 18, done.
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 42 (delta 8), reused 11 (delta 4), pack-reused 24
Unpacking objects: 100% (42/42), 8.52 KiB | 272.00 KiB/s, done.
Tapped 1 formula (68 files, 43.2KB).
Error: Another active Homebrew update process is already in progress.
Please wait for it to finish or terminate it to continue.
==> Installing mole from davrodpin/mole
==> Downloading https://github.com/davrodpin/mole/archive/v1.0.1.tar.gz
==> Downloading from https://codeload.github.com/davrodpin/mole/tar.gz/v1.0.1
##O#- #
==> go build -ldflags -X github.com/davrodpin/mole/cmd.version=1.0.1 github.com/davrodpin/mole
Error: Empty installation
~
✦ ❯

Environment

  • OSX: 10.15.6
  • brew
✦ ❯ brew --version
Homebrew 2.5.2
Homebrew/homebrew-core (git revision 67222; last commit 2020-09-22)
Homebrew/homebrew-cask (git revision 1821ab; last commit 2020-09-22)
~
  • Go
❯ go version
go version go1.15.2 darwin/amd64
~

Fixed on davrodpin/homebrew-mole#6.

Thank you for reporting this bug, @vikas027!

Thanks, @davrodpin . I have just tested this out.