sys-cluster/minikube-1.14.0 fails during install phase when the libvirt useflag is enabled, due to the dobin path being misconfigured. Reproducible: Always Steps to Reproduce: emerge minikube 1.14.0 with libvirt useflag enabled. Actual Results: Failure during install phase. Expected Results: Package installs. The libvirt/kvm plugin dobin path was correct for the minikube-1.13.1 ebuild. A diff between the two shows this has in fact been changed: 1735,1736c1753,1754 < newbin out/minikube-linux-amd64 minikube < use libvirt && dobin out/docker-machine-driver-kvm2 --- > newbin "${minikube_target}" minikube > use libvirt && dobin docker-machine-driver-kvm2 Looking in the build folder shows the binary is in the out/ folder like the previous version and therefore the path shouldn't have been changed.
Created attachment 667937 [details] emerge --info output
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df47e657620982bfe2e465f1ed207e370d6a28d3 commit df47e657620982bfe2e465f1ed207e370d6a28d3 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2020-10-23 03:22:57 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2020-10-23 03:31:27 +0000 sys-cluster/minikube: fix target typo Closes: https://bugs.gentoo.org/750734 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> sys-cluster/minikube/minikube-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
thanks. lost out/ indeed, I blame greedy delete key. fixed!
Thanks for the quick fix.