Replies: 1 comment 5 replies
-
Tracing even a dry-run, I see brew is updating
According to I removed |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
I'm trying to run
brew install --build-from-source gh
, for example, but every time on a do on an aarch64 machine set up to cross-build for amd64,/home/linuxbrew/.linuxbrew/lib/ld.so
gets symlinked to/lib64/ld-linux-x86-64.so.2
and I can't figure out why. I've deleted/home/linuxbrew/.linuxbrew/lib/ld.so
and symlinked to/lib/ld-linux-aarch64.so.1
numerous times. Any installed formulae and evenbrew doctor
andbrew config
work until I re-run a command likebrew install --build-from-source {formulae}
.To repro on my system:
Notice how it points back to
/lib64/ld-linux-x86-64.so.2
. I'm not sure how or why this happens.I'm using ubuntu-24.04 and added am64 arch support. A few packages are installed e.g.,
Beta Was this translation helpful? Give feedback.
All reactions