Skip to content
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

universal-ctags continuously upgrade to the same version #174275

Closed
4 tasks done
bxsx opened this issue Jun 11, 2024 · 1 comment
Closed
4 tasks done

universal-ctags continuously upgrade to the same version #174275

bxsx opened this issue Jun 11, 2024 · 1 comment
Labels
bug Reproducible Homebrew/homebrew-core bug

Comments

@bxsx
Copy link
Contributor

bxsx commented Jun 11, 2024

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

HOMEBREW_VERSION: 4.3.5-32-g7865cc5
ORIGIN: https://github.com/Homebrew/brew
HEAD: 7865cc573068790d8e0fb3b4a172e3d2a5e97737
Last commit: 80 minutes ago
Core tap JSON: 11 Jun 18:17 UTC
Core cask tap JSON: 11 Jun 18:17 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_BAT_THEME: Solarized (dark)
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: vim
HOMEBREW_MAKE_JOBS: 10
HOMEBREW_NO_ENV_HINTS: set
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.3.2 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.2/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 15.0.0 build 1500
Git: 2.45.2 => /opt/homebrew/bin/git
Curl: 8.6.0 => /usr/bin/curl
macOS: 14.5-arm64
CLT: 15.3.0.0.1.1708646388
Xcode: N/A
Rosetta 2: false
Your system is ready to brew

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.

What were you trying to do (and why)?

Every time I run brew outdated I get:
universal-ctags (HEAD-08e07dc) < latest HEAD (or any current HEAD SHA)

Every time I run brew update &&. brew upgrade the universal-ctags is being reinstalled (with the same version)

What happened (include all command output)?

$ brew upgrade
==> Upgrading 1 outdated package:
universal-ctags HEAD-08e07dc -> HEAD-08e07dc
==> Fetching universal-ctags
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/03ddc49cfe9feb2d3b9ae73c0997ee163c262795/Formula/u/universal-ctags.rb
Already downloaded: /Users/bart/Library/Caches/Homebrew/downloads/5ef8e886cdd4e93d95d24f2ef568dd03a82101716b6dac4bede47be28f9a493e--universal-ctags.rb
==> Cloning https://github.com/universal-ctags/ctags.git
Updating /Users/bart/Library/Caches/Homebrew/universal-ctags--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 08e07dc98 Merge pull request #4014 from masatake/main--report-errors-in-ftell
==> Upgrading universal-ctags
  HEAD-08e07dc -> HEAD-08e07dc
==> ./autogen.sh
==> ./configure
==> make
==> make install
🍺  /opt/homebrew/Cellar/universal-ctags/HEAD-08e07dc: 45 files, 3.7MB, built in 1 minute 7 seconds
==> Running `brew cleanup universal-ctags`...

What did you expect to happen?

$ brew update
==> Updating Homebrew...
Already up-to-date.
$ brew upgrade
$

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

brew update
brew upgrade
@bxsx bxsx added the bug Reproducible Homebrew/homebrew-core bug label Jun 11, 2024
@bxsx
Copy link
Contributor Author

bxsx commented Jun 19, 2024

It seems to be fixed now. Thanks!

@bxsx bxsx closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Reproducible Homebrew/homebrew-core bug
Projects
None yet
Development

No branches or pull requests

1 participant