You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run brew upgrade calibre, it doesn't start downloading and hangs forever. If run with --debug, it is possible to see curl command at last line and no other activity.
If I try to directly download calibre package from URL, it is possible to download it without any issues.
I was encountering this same problem, and it fortunately didn't hang forever. However, brew upgrade --verbose --debug calibre was stuck for ~15 minutes at the same curl command you reported. After the command finished, Calibre was downloaded and installed successfully.
I don't know what the solution is here. There might be something wrong with Calibre's distribution infrastructure that is causing the hang, or it might be a bug in Homebrew. At the very least, I feel that brew shouldn't hang for 15 minutes without any indication of work being done.
This is an issue with Calibre's download servers, they can be patchy at times.
Downloading from the GitHub location is significantly faster. However, we can't use this for Homebrew, as old versions are removed when a new version becomes available.
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
When run
brew upgrade calibre
, it doesn't start downloading and hangs forever. If run with--debug
, it is possible to seecurl
command at last line and no other activity.If I try to directly download
calibre
package from URL, it is possible to download it without any issues.Command that failed
brew upgrade calibre
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap
The text was updated successfully, but these errors were encountered: