Homebrew/linuxbrew-core

libfuse: Installation fails

smessmer opened this issue · 1 comments

brew gist-logs <formula> link OR brew config AND brew doctor output

$ brew doctor
Your system is ready to brew.


$ brew config
HOMEBREW_VERSION: 3.1.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: bc9b98aa0ba777889218ac51f67ccc76b0be6a28
Last commit: 4 days ago
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core
Core tap HEAD: ee7978c087ba89add1c8f38c163b67db61acfdb3
Core tap last commit: 4 hours ago
Core tap branch: master
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 36
Homebrew Ruby: 2.6.3 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/bin/ruby
CPU: 36-core 64-bit skylake
Clang: 10.0 build (parse error)
Git: 2.25.1 => /bin/git
Curl: 7.68.0 => /usr/bin/curl
Kernel: Linux 5.4.0-70-generic x86_64 GNU/Linux
OS: Unknown
Host glibc: 2.31
/usr/bin/gcc: N/A
/usr/bin/ruby: N/A
glibc: N/A
gcc@5: 5.5.0_6
xorg: N/A

  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.

What were you trying to do (and why)?

brew install libfuse

What happened (include all command output)?

$ brew install libfuse
Warning: isl@0.18 has been deprecated because it is a versioned formula!
==> Downloading https://ghcr.io/v2/linuxbrew/core/isl/0.18/manifests/0.18
Already downloaded: /home/user/.cache/Homebrew/downloads/d13bfd9d056b949fb8fd8f9be40c15cfcff818c5df4b00ac7032acd434c99d4d--isl@0.18-0.18.bottle_manifest.json
==> Downloading https://ghcr.io/v2/linuxbrew/core/isl/0.18/blobs/sha256:3ef95686496676a3c73c57db6eee32a9f039e9c2b7ccf173c3b1941124ef6f78
Already downloaded: /home/user/.cache/Homebrew/downloads/159d492f9d1996a2e82f1f710334fe6a26fb054cfa401ae3cb01fd7c21f3d4a0--isl@0.18--0.18.x86_64_linux.bottle.tar.gz
==> Downloading https://ghcr.io/v2/linuxbrew/core/gcc/5/manifests/5.5.0_6
Already downloaded: /home/user/.cache/Homebrew/downloads/7cbb8474d56bcfcc09f810b4eec7d5e1774848eb75fcf4baaa6f784fbaaf5e84--gcc@5-5.5.0_6.bottle_manifest.json
==> Downloading https://ghcr.io/v2/linuxbrew/core/gcc/5/blobs/sha256:42f8f7e567c1baababdb35095b536610503d39511916f8854e70188e842b664b
Already downloaded: /home/user/.cache/Homebrew/downloads/fbd74bcb0a8bf8f47d3b4f9569417c145a8ca23e6cc1f72aa292f7e0626ae88f--gcc@5--5.5.0_6.x86_64_linux.bottle.tar.gz
==> Downloading https://ghcr.io/v2/linuxbrew/core/libfuse/manifests/3.10.3
curl: (22) The requested URL returned error: 404                              

Error: Failed to download resource "libfuse_bottle_manifest"
Download failed: https://ghcr.io/v2/linuxbrew/core/libfuse/manifests/3.10.3

What did you expect to happen?

libfuse to be installed

Step-by-step reproduction instructions (by running brew commands)

brew install libfuse

Fixed by c1d31f8.