jeffreywildman / homebrew-virt-manager

A set of homebrew formulae to install virt-manager and virt-viewer on MAC OSX
1k stars 266 forks source link

Monterey install error for gobject-introspection (but it is installed) #194

Open picov opened 1 year ago

picov commented 1 year ago

Same problem on both Intel ad M1.

$ brew --version Homebrew 3.5.9 Homebrew/homebrew-core (git revision f7f30926599; last commit 2022-08-14) Homebrew/homebrew-cask (git revision 3bec85701b; last commit 2022-08-13)

$ brew install virt-viewer ... Last 15 lines from /Users/picov/Library/Logs/Homebrew/virt-viewer/01.configure: checking for virDomainOpenGraphicsFD in -lvirt... yes checking for GTK... yes checking for GTK_VNC... yes checking for SPICE_GTK... no configure: error: Package requirements (spice-client-gtk-3.0 >= 0.35 spice-client-glib-2.0 >= 0.35) were not met:

Package 'gobject-introspection-1.0', required by 'spice-client-glib-2.0', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables SPICE_GTK_CFLAGS and SPICE_GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ...

$ brew install gobject-introspection Warning: gobject-introspection 1.72.0_1 is already installed and up-to-date. To reinstall 1.72.0_1, run: brew reinstall gobject-introspection

Damenly commented 1 year ago

Try https://github.com/Damenly/homebrew-virt-manager .

picov commented 1 year ago

Thank you, it works perfectly. However I've a problem with keymap. I've an Italian keyboard and the remote server use IT locale (thus has an IT keymap). The noVNC and Xterm.js connections to remote Proxmox VM works well. When I connect with Spice using Mac remote-viewer some keys are wrong (it seems the standard US layout is in place). I've tested the same spice connection from Windows10 (Italian) with win remote viewer and the keys are correct. How remote-viewer handle keymap ?

dmedina2015 commented 1 year ago

Try https://github.com/Damenly/homebrew-virt-manager .

Your tap installed correctly Damenly, but on Monterey when trying to open the machine console or details python crashes closing everythying.

Could you help me?

Daniel

atefhares commented 1 year ago

I have same issue as @dmedina2015 @Damenly any help?