Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] [package request] vagrant-libvirt
@ 2022-01-29 11:15 eoli3n
  2022-01-29 19:56 ` [ISSUE] [CLOSED] " eoli3n
  2022-01-29 19:56 ` eoli3n
  0 siblings, 2 replies; 3+ messages in thread
From: eoli3n @ 2022-01-29 11:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1718 bytes --]

New issue by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/issues/35292

Description:
I can't get vagrant-libvirt vagrant plugin to work with the current vagrant version.

Here the playbook I use to setup
```yaml
---
- name: install virt packages
  community.general.xbps:
    name: '{{item}}'
  loop:
      - qemu
      - libvirt
      - virt-manager
      - virt-manager-tools
      - dnsmasq
      - vagrant
      # For vagrant-libvirt
      - libvirt-devel                      
      - libguestfs
      - libxslt-devel              
      - libxml2-devel
  notify: restart libvirt

- name: add user to libvirt group
  user:
    name: '{{user}}'
    groups: libvirt
    append: yes
```

Then with my user
```bash
➜ vagrant plugin install vagrant-libvirt
You appear to be running Vagrant outside of the official installers.
Note that the installers are what ensure that Vagrant has all required
dependencies, and Vagrant assumes that these dependencies exist. By
running outside of the installer environment, Vagrant may not function
properly. To remove this warning, install Vagrant using one of the
official packages from vagrantup.com.

Installing the 'vagrant-libvirt' plugin. This can take a few minutes...
Building native extensions. This could take a while...
Vagrant failed to install the requested plugin because it depends
on a library which is not currently installed on this system. The
following library is required by the 'vagrant-libvirt' plugin:

  libvirt

Please install the library and then run the command again.
```

Related issue for fedora ? https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1403

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] [package request] vagrant-libvirt
  2022-01-29 11:15 [ISSUE] [package request] vagrant-libvirt eoli3n
@ 2022-01-29 19:56 ` eoli3n
  2022-01-29 19:56 ` eoli3n
  1 sibling, 0 replies; 3+ messages in thread
From: eoli3n @ 2022-01-29 19:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]

Closed issue by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/issues/35292

Description:
I can't get vagrant-libvirt vagrant plugin to work with the current vagrant version.

Here the playbook I use to setup
```yaml
---
- name: install virt packages
  community.general.xbps:
    name: '{{item}}'
  loop:
      - qemu
      - libvirt
      - virt-manager
      - virt-manager-tools
      - dnsmasq
      - vagrant
      # For vagrant-libvirt
      - libvirt-devel                      
      - libguestfs
      - libxslt-devel              
      - libxml2-devel
  notify: restart libvirt

- name: add user to libvirt group
  user:
    name: '{{user}}'
    groups: libvirt
    append: yes
```

Then with my user
```bash
➜ vagrant plugin install vagrant-libvirt
You appear to be running Vagrant outside of the official installers.
Note that the installers are what ensure that Vagrant has all required
dependencies, and Vagrant assumes that these dependencies exist. By
running outside of the installer environment, Vagrant may not function
properly. To remove this warning, install Vagrant using one of the
official packages from vagrantup.com.

Installing the 'vagrant-libvirt' plugin. This can take a few minutes...
Building native extensions. This could take a while...
Vagrant failed to install the requested plugin because it depends
on a library which is not currently installed on this system. The
following library is required by the 'vagrant-libvirt' plugin:

  libvirt

Please install the library and then run the command again.
```

Related issue for fedora ? https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1403

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [package request] vagrant-libvirt
  2022-01-29 11:15 [ISSUE] [package request] vagrant-libvirt eoli3n
  2022-01-29 19:56 ` [ISSUE] [CLOSED] " eoli3n
@ 2022-01-29 19:56 ` eoli3n
  1 sibling, 0 replies; 3+ messages in thread
From: eoli3n @ 2022-01-29 19:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/issues/35292#issuecomment-1024976476

Comment:
I was missing the package ``pkg-config``, thanks @sirn !
https://github.com/eoli3n/void-config/commit/622d33ea0adbf3c97da76a8d4c6a2d5e161a2060

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-29 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-29 11:15 [ISSUE] [package request] vagrant-libvirt eoli3n
2022-01-29 19:56 ` [ISSUE] [CLOSED] " eoli3n
2022-01-29 19:56 ` eoli3n

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).