Spice connection issue with OSX

kaleaves

New Member
May 29, 2022
12
0
1
Hi,

I am trying to use the Macbook to access VM via Virt-Viewer and followed the instruction from SPICE. I am little bit confuse during install moduleset.
1. Should I run the below command?
Code:
$ jhbuild build meta-gtk-osx-bootstrap meta-gtk-osx-gtk3
Since jhbuild has been installed in the previous instruction also I suck in this section with many error such as zlib, ninja ,[B]ibxml2[/B] also
Code:
running build
running build_ext
Traceback (most recent call last):
  File "/Users/ives/gtk/source/Python-2.7.14/setup.py", line 2265, in <module>
    main()
  File "/Users/ives/gtk/source/Python-2.7.14/setup.py", line 2260, in main
    'Lib/smtpd.py']
  File "/Users/ives/gtk/source/Python-2.7.14/Lib/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/Users/ives/gtk/source/Python-2.7.14/Lib/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/Users/ives/gtk/source/Python-2.7.14/Lib/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/Users/ives/gtk/source/Python-2.7.14/Lib/distutils/command/build.py", line 127, in run
    self.run_command(cmd_name)
  File "/Users/ives/gtk/source/Python-2.7.14/Lib/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/Users/ives/gtk/source/Python-2.7.14/Lib/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/Users/ives/gtk/source/Python-2.7.14/Lib/distutils/command/build_ext.py", line 340, in run
    self.build_extensions()
  File "/Users/ives/gtk/source/Python-2.7.14/setup.py", line 182, in build_extensions
    missing = self.detect_modules()
  File "/Users/ives/gtk/source/Python-2.7.14/setup.py", line 759, in detect_modules
    (tuple(int(n) for n in dep_target.split('.')[0:2])
AttributeError: 'int' object has no attribute 'split'
make: *** [Makefile:530: sharedmods] Error 1
*** Error during phase build of python: ########## Error running make -j 5  *** [11/29]

  [1] Rerun phase build
  [2] Ignore error and continue to install
  [3] Give up on module
  [4] Start shell
  [5] Reload configuration
  [6] Go to phase "wipe directory and start over"
  [7] Go to phase "configure"
  [8] Go to phase "clean"
  [9] Go to phase "distclean"
choice:

How could it all be so much error. Otherwise, I successfully installed virt-viewer with MacPort and Homebrew but the connection were failed.

Thank you for you help
Kaleaeves