brew deps --os linux
does not report Linux dependencies on macOS ARM
#19021
Labels
brew deps --os linux
does not report Linux dependencies on macOS ARM
#19021
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)?
List all Linux dependencies for a formula, so I could install on a different machine to create a bottle.
What happened (include all command output)?
What did you expect to happen?
The 3
on_linux
dependencies to be included in the output. I assume leaving--arch
blank means it's using--arch arm
on my M1 Mac, but these dependencies are not architecture-dependent on Linux.per https://github.com/Homebrew/homebrew-core/blob/3f636c3ff7244707e4c13a613f672aaee6cb8582/Formula/p/python%403.12.rb#L41C1-L45C6
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: