discoteq/flock

Download error when installing via "brew install flock"

jgeluk opened this issue · 3 comments

>brew tap discoteq/discoteq
>brew install flock
==> Installing flock from discoteq/discoteq
==> Downloading https://github.com/discoteq/flock/releases/download/v0.2.3/flock-0.2.3.tar.xz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/23032276/003d8852-a57e-11e5-97b9-c3b1a6767edc?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F

curl: (22) The requested URL returned error: 407
Error: Failed to download resource "flock"
Download failed: https://github.com/discoteq/flock/releases/download/v0.2.3/flock-0.2.3.tar.xz

same here

Facing same issue

`Installing flock from discoteq/discoteq
==> Downloading https://github.com/discoteq/flock/releases/download/v0.2.3/flock
Already downloaded: /Users//Library/Caches/Homebrew/downloads/34f8ec8bd669fd472456ebcb84e26298df850f32e07ef34c96c88acfe4f7defe--flock-0.2.3.tar.xz
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/flock/0.2.3
Last 15 lines from /Users//Library/Logs/Homebrew/flock/01.configure:
2019-10-22 03:18:03 +0530

./configure
--disable-debug
--disable-dependency-tracking
--disable-silent-rules
--prefix=/usr/local/Cellar/flock/0.2.3

configure: WARNING: unrecognized options: --disable-debug
checking for gcc... clang
checking whether the C compiler works... no
configure: error: in /private/tmp/flock-20191022-63045-qutgab/flock-0.2.3': configure: error: C compiler cannot create executables See config.log' for more details`

sorry for the necromancy, but flock is now in Homebrew core, which means just brew install flock should work for you.

#36