Package Details: terraform-provider-libvirt-git v0.7.6.r8.gd41792a-9

Git Clone URL: https://aur.archlinux.org/terraform-provider-libvirt-git.git (read-only, click to copy)
Package Base: terraform-provider-libvirt-git
Description: Provision libvirt machines with terraform
Upstream URL: https://github.com/dmacvicar/terraform-provider-libvirt
Licenses: Apache
Conflicts: terraform-provider-libvirt
Provides: terraform-provider-libvirt
Submitter: srwalker101
Maintainer: taba
Last Packager: taba
Votes: 1
Popularity: 0.000000
First Submitted: 2019-06-28 16:24 (UTC)
Last Updated: 2024-05-11 10:11 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

taba commented on 2024-05-10 13:11 (UTC)

│ Error: error while starting the creation of CloudInit's ISO image: exec: "mkisofs": executable file not found in $PATH

https://man.archlinux.org/man/mkisofs.8

taba commented on 2024-05-05 00:53 (UTC)

How do I even use this package?

taba commented on 2024-05-05 00:34 (UTC)

# github.com/dmacvicar/terraform-provider-libvirt
flag provided but not defined: -Wl,--sort-common
usage: link [options] main.o

LDFLAGS is -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto

rollenwiese commented on 2019-07-05 19:51 (UTC)

This package doesn't currently work with terraform 0.12.

In order for it to work

git checkout terraform_012

has to be added to the build() section of the PKGBUILD. Presumably this will be merged into master at some point though.