https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/concurrencykit-0.7.0-r1 calls commands that do not exist. Discovered on: x86 (internal ref: x86_at)
Created attachment 674626 [details] build.log build log and emerge --info
The issue is: >GZIP="" $(usex x86 'PROFILE=x86' '') econf ${myeconfargs[@]} We need quotes around the $(...), or it'll try execute 'PROFILE=x86'.
Whoops. Will fix it.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b33fe732f80003725c3a54c5c8aa68050f22a0d commit 0b33fe732f80003725c3a54c5c8aa68050f22a0d Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2020-11-24 12:58:29 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2020-11-24 13:03:56 +0000 dev-libs/concurrencykit: fix x86 build Closes: https://bugs.gentoo.org/756313 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> dev-libs/concurrencykit/concurrencykit-0.7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)