-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
brew unbottled not working as intended on both macos 15 and gnu+linux to list unbottled deps for vtk #18993
Comments
@ipatch Can you please supply your |
on ubuntu 22.04 with the default homebrew prefix, ie.
on macos 15 arm64 with a non standard install prefix
|
are we not suppose to see which deps are unbottled? i'm only seeing the below in the output of the updated command,
i know vtk relies qt, and i know qt does not have a bottle for sequoia, so i'd assume i'd see qt in the list of unbottled deps. |
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
What happened (include all command output)?
running above command with homebrew on ubuntu 22.04 with homebrew setup in the default prefix gives me the below stack trace.
running that same command on macos 15 m1 aka arm64 box gives me the below output,
What did you expect to happen?
i would expect the command list the dependencies of vtk that are not bottled.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: