KEMBAR78
`cmake` Consistently Shows as Outdated · Issue #236514 · Homebrew/homebrew-core · GitHub
Skip to content

cmake Consistently Shows as Outdated #236514

@JLP04

Description

@JLP04

brew gist-logs <formula> link OR brew config AND brew doctor output

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: Some installed casks are deprecated or disabled.
You should find replacements for the following casks:
  qlmarkdown

Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  chakra
  icu4c@76
  neofetch

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:
  cmake
  pytorch
  cmake-docs

Verification

  • My brew doctor output says Your system is ready to brew. and am still able to reproduce my issue.
  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.
  • I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.
  • My issue is not about a failure to build a formula from source.

What were you trying to do (and why)?

Upgrade all formulae (such that none are still showing as outdated). I have a feeling this may be an issue for Homebrew/brew but since it's for a specific formula, I figured I'd open the ticket here first.

What happened (include all command output)?

Ran brew outdated && brew upgrade && brew upgrade && brew outdated. Got the following:

cmake (4.1.1) < 4.1.1
==> Upgrading 1 outdated package:
cmake 4.1.1
==> Fetching downloads for: cmake
==> Fetching cmake
==> Downloading https://ghcr.io/v2/homebrew/core/cmake/blobs/sha256:15af42c171e6
Already downloaded: /Users/jasonpeskin/Library/Caches/Homebrew/downloads/73012cfaa683b9a32d96c98fde8bdd74691e0870c4dba87db58912709f3db05d--cmake--4.1.1.arm64_sequoia.bottle.tar.gz
==> Upgrading cmake
  -> 4.1.1 
==> Pouring cmake--4.1.1.arm64_sequoia.bottle.tar.gz
==> cmake cask is installed, skipping link.
==> Caveats
To install the CMake documentation, run:
  brew install cmake-docs
==> Summary
🍺  /opt/homebrew/Cellar/cmake/4.1.1: 3,913 files, 58.6MB
==> Running `brew cleanup cmake`...
==> No outdated dependents to upgrade!
==> Caveats
Bash completion has been installed to:
  /opt/homebrew/etc/bash_completion.d
Emacs Lisp files have been installed to:
  /opt/homebrew/share/emacs/site-lisp/cmake
==> Upgrading 1 outdated package:
cmake 4.1.1
==> Fetching downloads for: cmake
==> Fetching cmake
==> Downloading https://ghcr.io/v2/homebrew/core/cmake/blobs/sha256:15af42c171e6
Already downloaded: /Users/jasonpeskin/Library/Caches/Homebrew/downloads/73012cfaa683b9a32d96c98fde8bdd74691e0870c4dba87db58912709f3db05d--cmake--4.1.1.arm64_sequoia.bottle.tar.gz
==> Upgrading cmake
  -> 4.1.1 
==> Pouring cmake--4.1.1.arm64_sequoia.bottle.tar.gz
==> cmake cask is installed, skipping link.
==> Caveats
To install the CMake documentation, run:
  brew install cmake-docs
==> Summary
🍺  /opt/homebrew/Cellar/cmake/4.1.1: 3,913 files, 58.6MB
==> Running `brew cleanup cmake`...
==> No outdated dependents to upgrade!
==> Caveats
Bash completion has been installed to:
  /opt/homebrew/etc/bash_completion.d
Emacs Lisp files have been installed to:
  /opt/homebrew/share/emacs/site-lisp/cmake
cmake (4.1.1) < 4.1.1

What did you expect to happen?

I expected cmake to no longer show as outdated.

Step-by-step reproduction instructions (by running brew commands)

brew outdated && brew upgrade && brew upgrade && brew outdated (for example).

Metadata

Metadata

Assignees

No one assigned

    Labels

    brewIssue may be Homebrew/brew related

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions