riscv-software-src / homebrew-riscv

homebrew (macOS) packages for RISC-V toolchain
https://riscv.org
314 stars 49 forks source link

Failed to install from homebrew #53

Closed Turmiht closed 3 years ago

Turmiht commented 3 years ago

After doing what readme asked me to do, I got error as follows when exec `brew install riscv-tools':

==> Installing riscv-tools from riscv/riscv
==> Downloading http://riscv.org.s3.amazonaws.com/bottles/riscv-gnu-toolchain-master.big_sur.bottle.
##O#- #
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "riscv-gnu-toolchain"
Download failed: http://riscv.org.s3.amazonaws.com/bottles/riscv-gnu-toolchain-master.big_sur.bottle.4.tar.gz

clicking the link returns raw XML data that means little to me.

I'm using BigSur 11.1.

sbeamer commented 3 years ago

It appears the S3 storage from RISC-V we were using to host the bottles is unreachable. I'll follow up to find if something is down, path moved, or we will need to find a new place to host bottles.

VidocqH commented 3 years ago

Has the same issue.👀

Turmiht commented 3 years ago

Yep. I tried to build from source which proves out not that complex actually. Only caveat here is you need a case-sensitive partition on machine. Hope it helps someone before brew bottle works.

VidocqH commented 3 years ago

Same issue

Yep. I tried to build from source which proves out not that complex actually. Only caveat here is you need a case-sensitive partition on machine. Hope it helps someone before brew bottle works.

It helps, thanks!!!!!

cetola commented 3 years ago

Should be resolved.