We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew install --only-dependencies gz-rendering8
brew install --only-dependencies gz-rendering<#>
Following installation guide, for step 2 ran the command
The command failed with following output
==> Fetching gobject-introspection Warning: Building gobject-introspection from source as the bottle needs: - HOMEBREW_CELLAR: /opt/homebrew/Cellar (yours is /Users/qingyou/homebrew/Cellar) - HOMEBREW_PREFIX: /opt/homebrew (yours is /Users/qingyou/homebrew) ==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/75a85f205e88fe98005b9d4e1b5c2a2b0a688784/Formula/g/gobject-introspection.rb ############################################################################################################################################### 100.0% ==> Downloading https://gitlab.gnome.org/tschoonj/gobject-introspection/-/commit/a7be304478b25271166cd92d110f251a8742d16b.diff curl: (22) The requested URL returned error: 504 # # # # Warning: Problem : HTTP error. Will retry in 1 seconds. 3 retries left. curl: (22) The requested URL returned error: 503 # # ## Warning: Problem : HTTP error. Will retry in 2 seconds. 2 retries left. curl: (22) The requested URL returned error: 500 # # # # Warning: Problem : HTTP error. Will retry in 4 seconds. 1 retries left. curl: (22) The requested URL returned error: 504 Error: gz-rendering8: Failed to download resource "gobject-introspection--patch" Download failed: https://gitlab.gnome.org/tschoonj/gobject-introspection/-/commit/a7be304478b25271166cd92d110f251a8742d16b.diff
The text was updated successfully, but these errors were encountered:
hmm, we're not experiencing this on our CI. Could this be a temporary network issue?
Sorry, something went wrong.
You are right. I tried again today and the installation brew install --only-dependencies gz-rendering8 finishes fine.
azeey
No branches or pull requests
Environment
Source build, branch: gz-rendering8
Description
brew install --only-dependencies gz-rendering8
should install successfullybrew install --only-dependencies gz-rendering<#>
fails on downloading https://gitlab.gnome.org/tschoonj/gobject-introspection/-/commit/a7be304478b25271166cd92d110f251a8742d16b.diffSteps to reproduce
Following installation guide, for step 2 ran the command
Output
The command failed with following output
The text was updated successfully, but these errors were encountered: