https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-misc/vde-2.3.2-r6 calls commands that do not exist. Discovered on: amd64 (internal ref: amd64_at)
Created attachment 655094 [details] build.log build log and emerge --info
Key line: /var/tmp/portage/net-misc/vde-2.3.2-r6/temp/environment: line 2340: --disable-pcap: command not found This usually happens when a \ is forgotten in e.g. an econf line. https://gitweb.gentoo.org/repo/gentoo.git/tree/net-misc/vde/vde-2.3.2-r6.ebuild#n43 Here: econf \ --disable-python <---- missing \ $(use_enable pcap) \ $(use_enable ssl cryptcab) \ $(use_enable static-libs static)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873b9881e58afd78131a408513a2033b234b019d commit 873b9881e58afd78131a408513a2033b234b019d Author: Agostino Sarubbo <ago@gentoo.org> AuthorDate: 2020-08-17 13:47:52 +0000 Commit: Agostino Sarubbo <ago@gentoo.org> CommitDate: 2020-08-17 13:47:52 +0000 net-misc/vde: add missing backslash Closes: https://bugs.gentoo.org/737654 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Agostino Sarubbo <ago@gentoo.org> net-misc/vde/vde-2.3.2-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)