Re: virt-manager

2020-09-06 Thread Ryan Schmidt



On Sep 6, 2020, at 01:52, Dan Villiom Podlaski Christiansen wrote:

> which might be useful in a portgroup?

I don't think it makes sense to make a portgroup just to create x11 and quartz 
variants, since each port that offers such variants will likely need to add or 
remove configure args or dependencies in those variants too.



Re: virt-manager

2020-09-04 Thread Ralph Seichter
* Ryan Schmidt:

> Or should virt-manager be changed to not require gtksourceview4 to
> have an +x11 variant? Dan?

Whatever you choose to do: For the love of Bob, the God of Wormhole
Space, please ensure that nothing breaks the Quartz based version.

(Only half joking.)

-Ralph


virt-manager

2020-09-03 Thread Thomas Bodlien
Hello people,

virt-manager does not build.
How can I fix this error:

> :debug:configure gtksourceview4 is installed with the following variants: 

no variants are shown

> :debug:configure   required: x11, forbidden: quartz
> :debug:configure   rejected, because required variant x11 is missing
> :error:configure Failed to configure virt-manager: gtksourceview4 must be 
> installed with +x11 and without +quartz.
> :debug:configure Error code: NONE
> :debug:configure Backtrace: gtksourceview4 must be installed with +x11 and 
> without +quartz.
> :debug:configure while executing
> :debug:configure "$pre $targetname"


Thomas Bodlien
mac...@t-online.de <mailto:mac...@t-online.de>

Re: Does the virt-manager port have additional requirements?

2020-05-30 Thread Ralph Seichter
* Ken Cunningham:

> We are having discussions about automating this by making the server a
> dependency of the x11 subsystem, but consensus eludes us to date.

I have opened a pull request [1] with an enhanced long description for
the virt-manager port. I used "port info" myself, but there was no hint.
Hopefully the PR will prevent others from wasting time in the future.

[1] https://github.com/macports/macports-ports/pull/7271

-Ralph


Re: Does the virt-manager port have additional requirements?

2020-05-30 Thread Ken Cunningham
> What am I missing? Do I need to install a separate X-Server on my Mac?

Yes, that should fix it.

We are having discussions about automating this by making the server a 
dependency of the x11 subsystem, but consensus eludes us to date.

Ken


Does the virt-manager port have additional requirements?

2020-05-29 Thread Ralph Seichter
Hello.

I have installed the virt-manager port on macOS Catalina:

  The following ports are currently installed:
  virt-manager @2.1.0_0 (active)

Alas, on launch I only get an error message stating that the display
can't be opened.

  → virt-manager -c 
'qemu+ssh://user@host/system?socket=/run/libvirt/libvirt-sock' --debug
  [Sa, 30 Mai 2020 00:59:11 virt-manager 12280] DEBUG (cli:203) Launched with 
command line: 
/opt/local/Library/Frameworks/Python.framework/Versions/3.7/share/virt-manager/virt-manager
 -c qemu+ssh://user@host/system?socket=/run/libvirt/libvirt-sock --debug
  [Sa, 30 Mai 2020 00:59:11 virt-manager 12280] DEBUG (virt-manager:176) 
virt-manager version: 2.1.0
  [Sa, 30 Mai 2020 00:59:11 virt-manager 12280] DEBUG (virt-manager:177) 
virtManager import: 

  (virt-manager:12280): Gtk-WARNING **: 00:59:11.316: cannot open display:

I have made sure to enable ForwardX11 and ForwardX11 in my SSH client
config, and X11Forwarding in the SSH-Daemon config. I can also use the
same connection URL successfully with "virsh".

What am I missing? Do I need to install a separate X-Server on my Mac?

-Ralph