Closed frnk94 closed 1 year ago
No need to install opencv
, just trying to install libbluray
fails (HTTP 404 while downloading):
~ » brew install libbluray --verbose
libbluray 1.3.3 is already installed but outdated (so it will be upgraded).
==> Downloading https://ghcr.io/v2/homebrew/core/libbluray/manifests/1.3.4
/opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/3.6.13-2-gcb355a2\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 13.0.1\)\ curl/7.84.0 --header Accept-Language:\ en --fail --retry 3 --header Accept:\ application/vnd.oci.image.index.v1\+json --header Authorization:\ Bearer\ QQ== --location --remote-time --output /Users/basti/Library/Caches/Homebrew/downloads/3ca2a7bc181ca21ac727ad165abb77758d74c9c260dd155b33f741b1eee5801a--libbluray-1.3.4.bottle_manifest.json.incomplete https://ghcr.io/v2/homebrew/core/libbluray/manifests/1.3.4
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 70 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
Error: libbluray: Failed to download resource "libbluray_bottle_manifest"
Download failed: https://ghcr.io/v2/homebrew/core/libbluray/manifests/1.3.4
url https://ghcr.io/v2/homebrew/core/libbluray/manifests/1.3.4 give me a http 401 non authorized ...
the formula is here : https://formulae.brew.sh/api/formula/libbluray.json all referenced urls like https://ghcr.io/v2/homebrew/core/libbluray/blobs/sha256:001dd82f68fe3d89c81bb0e0e391ca9fe1318a95bc5f69a14acc74bb00459ea0 are with http 401 errors ... is ghcs.io a github domain ?
brew.sh page where we can see the json urls : https://formulae.brew.sh/formula/libbluray
It's for github package registry, it looks like someone changed the Formula to 1.3.4 despite the latest available actually being 1.3.3 https://github.com/Homebrew/homebrew-core/pkgs/container/core%2Flibbluray
https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/libbluray.rb
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Trying to install opencv on my machine and one of the requirement failed to be downloaded.
What happened (include all command output)?
➜ ~ brew install opencv@4
What did you expect to happen?
Dependencies should be downloaded and installed
Step-by-step reproduction instructions (by running
brew
commands)