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

swi-prolog installed with --HEAD option shows different versions #174364

Closed
4 tasks done
kuniakimukai opened this issue Jun 12, 2024 · 1 comment
Closed
4 tasks done

swi-prolog installed with --HEAD option shows different versions #174364

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

Comments

@kuniakimukai
Copy link

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

% brew config
HOMEBREW_VERSION: 4.3.5-34-gdce9471
ORIGIN: https://github.com/Homebrew/brew
HEAD: dce94717a99363b75f71a137ee3523dcd1db5681
Last commit: 3 hours ago
Core tap HEAD: 5bbfe0a712662d8b92426ff02cd022070646bd56
Core tap last commit: 2 hours ago
Core tap JSON: 12 Jun 09:52 UTC
Core cask tap HEAD: 0bd3ac12f65ed2532174e78d2595f83b40594e3e
Core cask tap last commit: 4 hours ago
Core cask tap JSON: 12 Jun 09:52 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: :0.0
HOMEBREW_EDITOR: open -a Emacs
HOMEBREW_MAKE_JOBS: 10
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: 15.4
Rosetta 2: false


% 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: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  exa
  openssl@1.1

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)?

I noticed the swi-prolog installed with --HEAD option
shows different version as follows, which is reproducible
as far as tested.

% brew uninstall swi-prolog
% brew cleanup
% brew install swi-prolog --HEAD

What happened (include all command output)?

% which swipl
/opt/homebrew/bin/swipl

% swipl
Welcome to SWI-Prolog (threaded, 64 bits, version 9.3.5-112-gfb45178eb)
?- halt.

% swipl --version
SWI-Prolog version 9.3.7 for arm64-darwin

What did you expect to happen?

The same version is shown.

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

% brew uninstall swi-prolog
% brew cleanup
% brew install swi-prolog --HEAD
@kuniakimukai kuniakimukai added the bug Reproducible Homebrew/homebrew-core bug label Jun 12, 2024
@SMillerDev
Copy link
Member

Duplicate of #174275

@SMillerDev SMillerDev marked this as a duplicate of #174275 Jun 12, 2024
@SMillerDev SMillerDev closed this as not planned Won't fix, can't repro, duplicate, stale Jun 12, 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

2 participants