Closed
Description
brew gist-logs <formula>
link OR brew config
AND brew doctor
output
raptor@fnord ~ % brew config
HOMEBREW_VERSION: 4.4.32
ORIGIN: https://github.com/Homebrew/brew
HEAD: 12a3d4a6f1eedf483855716b989d828443438f79
Last commit: 18 hours ago
Branch: stable
Core tap JSON: 23 Apr 08:36 UTC
Core cask tap JSON: 23 Apr 08:36 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 3.3.8 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.8/bin/ruby
CPU: octa-core 64-bit arm_ibiza
Clang: 16.0.0 build 1600
Git: 2.39.5 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 15.3.2-arm64
CLT: 16.2.0.0.1.1733547573
Xcode: N/A
Rosetta 2: false
raptor@fnord ~ % brew doctor
Your system is ready to brew.
Verification
- My
brew doctor
output saysYour 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'm trying to run qemu-system-x86_64
on my ARM Mac.
What happened (include all command output)?
Most qemu-system
binaries produce a segmentation fauilt:
raptor@fnord rust_os % qemu-system-x86_64
zsh: segmentation fault qemu-system-x86_64
raptor@fnord rust_os % qemu-system-mips
zsh: segmentation fault qemu-system-mips
raptor@fnord rust_os % qemu-system-sparc
zsh: segmentation fault qemu-system-sparc
...
Some of them work properly:
raptor@fnord rust_os % qemu-system-aarch64
qemu-system-aarch64: No machine specified, and there is no default
Use -machine help to list supported machines
raptor@fnord rust_os % qemu-system-arm
qemu-system-arm: No machine specified, and there is no default
Use -machine help to list supported machines
raptor@fnord rust_os % qemu-system-avr
qemu-system-avr: No machine specified, and there is no default
Use -machine help to list supported machines
...
What did you expect to happen?
I expected all qemu-system
binaries to work properly on my ARM Mac.
Step-by-step reproduction instructions (by running brew
commands)
brew install qemu
qemu-system-x86_64
Metadata
Metadata
Assignees
Labels
No labels