From a6f137024b0e61e2d6c67c7cb0195493a38d3815 Mon Sep 17 00:00:00 2001 From: MalloZup Date: Sun, 5 Nov 2017 13:20:53 +0100 Subject: Add note about latest golang version required --- doc/TROUBLESHOOTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/TROUBLESHOOTING.md b/doc/TROUBLESHOOTING.md index b16b3431..07388105 100644 --- a/doc/TROUBLESHOOTING.md +++ b/doc/TROUBLESHOOTING.md @@ -41,3 +41,14 @@ apt install libvirt-dev * On Debian distros SELinux is enforced by qemu even if it is disabled globally, this might cause unexpected `Could not open '/var/lib/libvirt/images/': Permission denied` errors. Double check that `security_driver = "none"` is uncommented in `/etc/libvirt/qemu.conf` and issue `sudo systemctl restart libvirt-bin` to restart the daemon. +## Cannot get terraform (building from src) + +When trying to build the pkg from source, you get **cannot find package "context" +´´´console +go build +../../go/src/github.com/dmacvicar/terraform-provider-libvirt/vendor/github.com/hashicorp/terraform/terraform/context.go:4:2: cannot find package "context" in any of: + ... +´´´ +Install the latest golang version. + +https://github.com/hashicorp/terraform/issues/12470 -- cgit v1.2.3