brew install buck throws
curl: (22) The requested URL returned error: 404 Not Found
Trying a mirror...
==> Downloading https://www-us.apache.org/dist/commons/bcel/binaries/bcel-6.3.1-bin.tar.gz*
and finally gives an error
Error: An exception occurred within a child process:
DownloadError: Failed to download resource "ant--bcel"
Download failed: https://www-us.apache.org/dist/commons/bcel/binaries/bcel-6.3.1-bin.tar.gz*
The version bcel-6.3.1-bin.tar.gz does not exist in the binary- https://www-us.apache.org/dist/commons/bcel/binaries/
How do I get pass this?
Update:
The problem has already been reported at homebrew-core. And a fix pr-44608 is waiting to be merged.
The buck formula from tap facebook/homebrew-fb depends on formula
ant. And download URL of the dependencybcelis broken in formulaant.You didn't do anything wrong. It's a problem on the tap side. Open an issue under homebrew/homebrew-core and report this problem to them.