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
However, Calibre version 8.0.1 requires Sonoma or higher
Therefore, a previous version of Calibre should be installed on Ventura, probably the last stable minor version of the 7.x series (e.g. 7.26.0).
Command that failed
n/a
Output of command with --verbose --debug
n/a
Output of brew doctor and brew config
brew doctor:
> brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!Warning: A newer Command Line Tools release is available.Update them from Software Update in System Settings.If that doesn't show you any updates, run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Alternatively, manually download them from:
https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 15.2.
Warning: You have booted macOS using OpenCore Legacy Patcher.
We do not provide support for this configuration.
It is expected behaviour that some formulae will fail to build in this unsupported configuration.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.Do not create any issues even if you think this message is unrelated.Any opened issues will be immediately closed without response.Do not ask for help from Homebrew or its maintainers on social media.You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems whenbuilding Homebrew formulae and may need to be deleted.Unexpected dylibs: /usr/local/lib/libcs50-11.0.3.dylibWarning: Unbrewed header files were found in /usr/local/include.If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.
Unexpected header files:
/usr/local/include/cs50.h
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems whenbuilding Homebrew formulae and may need to be deleted.Unexpected static libraries: /usr/local/lib/libcs50.aWarning: You have unlinked kegs in your Cellar.Leaving kegs unlinked can lead to build-trouble and cause formulae that depend onthose kegs to fail to run properly once built. Run `brew link` on these: node
brew config:
> brew config
HOMEBREW_VERSION: 4.4.25
ORIGIN: https://github.com/Homebrew/brew
HEAD: f3bd91d3afe086824d24708230e1f0c7f943135a
Last commit: 2 days ago
Branch: stable
Core tap JSON: 21 Mar 21:22 UTC
Core cask tap JSON: 21 Mar 21:22 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.vIdqaLKMSt/org.xquartz:0
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 3.3.7 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.7/bin/ruby
CPU: octa-core 64-bit ivybridge
Clang: 15.0.0 build 1500
Git: 2.49.0 => /usr/local/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 13.7.4-x86_64
CLT: 14.3.1.0.1.1683849156
Xcode: 15.2
Output of brew tap
> brew tap
d12frosted/emacs-plus
gcenx/wine
kegworks-app/kegworks
The text was updated successfully, but these errors were encountered:
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
According to
https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/c/calibre.rb
, Calibre v8.0.1 will be installed if on Ventura:However, Calibre version 8.0.1 requires Sonoma or higher
Therefore, a previous version of Calibre should be installed on Ventura, probably the last stable minor version of the 7.x series (e.g.
7.26.0
).Command that failed
n/a
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
brew doctor
:brew config
:Output of
brew tap
> brew tap d12frosted/emacs-plus gcenx/wine kegworks-app/kegworks
The text was updated successfully, but these errors were encountered: