Skip to content

Calibre: version 8.0.1 is installed on Ventura, but will run only on Sonoma+ #206010

New issue

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

Closed
6 tasks done
stradicat opened this issue Mar 22, 2025 · 1 comment · Fixed by #206055
Closed
6 tasks done

Calibre: version 8.0.1 is installed on Ventura, but will run only on Sonoma+ #206010

stradicat opened this issue Mar 22, 2025 · 1 comment · Fixed by #206055

Comments

@stradicat
Copy link

stradicat commented Mar 22, 2025

Verification

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:

  on_ventura :or_newer do
    version "8.0.1"
    sha256 "bed7e5adadc67ba33d582bd7ed065b8bdc92bf3a3286a66f6bbb137f710b6e03"

However, Calibre version 8.0.1 requires Sonoma or higher

Image

Image

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 when
building Homebrew formulae and may need to be deleted.

Unexpected dylibs:
  /usr/local/lib/libcs50-11.0.3.dylib

Warning: 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 when
building Homebrew formulae and may need to be deleted.

Unexpected static libraries:
  /usr/local/lib/libcs50.a

Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those 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
@krehel
Copy link
Member

krehel commented Mar 22, 2025

Please feel free to open a PR to fix this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants