-
Notifications
You must be signed in to change notification settings - Fork 266
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
New MacBook Air with fresh Big Sur| Error with installing virt-viewer #165
Comments
I think libvirt needs to be patched according to this: I was able to fix the libvirt issue by installing the head version of libvirt like this: brew install --HEAD libvirt Unfortunately I got some other error:
|
I have the same error, attempting install to a new macbook pro M1. It's compiled and installed most of the "virt-" executables, but not the key one "virt-manager" :-( |
Hello people,
I have a new MacBook with a fresh Big Sur with the latest update (11.2).
When I want to install vert-viewer I get this error. Has anyone a clue what the solution can be?
==> Summary
🍺 /opt/homebrew/Cellar/libxml2/2.9.10_2: 280 files, 10.9MB
==> Installing jeffreywildman/virt-manager/virt-manager dependency: usb.ids
🍺 /opt/homebrew/Cellar/usb.ids/2021.01.29: 3 files, 694.5KB, built in 1 second
==> Installing jeffreywildman/virt-manager/virt-manager dependency: libosinfo
==> Pouring libosinfo-1.9.0.arm64_big_sur.bottle.tar.gz
🍺 /opt/homebrew/Cellar/libosinfo/1.9.0: 85 files, 3.3MB
==> Installing jeffreywildman/virt-manager/virt-manager dependency: libvirt
==> meson --prefix=/opt/homebrew/Cellar/libvirt/7.0.0 --libdir=/opt/homebrew/Cellar/lib
==> meson compile
Last 15 lines from /private/var/applemgmt/Library/Logs/Homebrew/libvirt/02.meson:
../src/cpu/cpu_arm.c:28:11: fatal error: 'sys/auxv.h' file not found
include <sys/auxv.h>
1 error generated.
[202/1017] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_map.c.o
[203/1017] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_s390.c.o
[204/1017] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclient.c.o
[205/1017] Compiling C object src/cpu/libvirt_cpu.a.p/cpu.c.o
[206/1017] Generating viraccessapichecklxc.c with a custom command (wrapped by meson to capture output)
[207/1017] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_ppc64.c.o
[208/1017] Generating viraccessapichecklxc.h with a custom command (wrapped by meson to capture output)
[209/1017] Generating libvirt_access_lxc.syms with a custom command (wrapped by meson to capture output)
[210/1017] Compiling C object src/conf/libvirt_conf.a.p/domain_conf.c.o
ninja: build stopped: subcommand failed.
Found runner: ['/opt/homebrew/opt/ninja/bin/ninja']
Do not report this issue to Homebrew/brew or Homebrew/core!
The text was updated successfully, but these errors were encountered: