Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737654 - net-misc/vde-2.3.2-r6 calls commands that do not exist
Summary: net-misc/vde-2.3.2-r6 calls commands that do not exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Adam Feldman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 737426
  Show dependency tree
 
Reported: 2020-08-17 12:51 UTC by Agostino Sarubbo
Modified: 2020-08-17 13:47 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,111.36 KB, text/plain)
2020-08-17 12:51 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-08-17 12:51:40 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-17 12:51:41 UTC
Created attachment 655094 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-08-17 13:16:12 UTC
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)
Comment 3 Larry the Git Cow gentoo-dev 2020-08-17 13:47:59 UTC
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(-)