Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756313 - dev-libs/concurrencykit-0.7.0-r1 calls commands that do not exist
Summary: dev-libs/concurrencykit-0.7.0-r1 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: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-24 12:15 UTC by Agostino Sarubbo
Modified: 2020-11-24 13:04 UTC (History)
0 users

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


Attachments
build.log (build.log,5.20 KB, text/plain)
2020-11-24 12:15 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-11-24 12:15:49 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2020-11-24 12:15:51 UTC
Created attachment 674626 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-11-24 12:28:38 UTC
The issue is:
>GZIP="" $(usex x86 'PROFILE=x86' '') econf ${myeconfargs[@]}

We need quotes around the $(...), or it'll try execute 'PROFILE=x86'.
Comment 3 Conrad Kostecki gentoo-dev 2020-11-24 12:57:53 UTC
Whoops. Will fix it.
Comment 4 Larry the Git Cow gentoo-dev 2020-11-24 13:04:05 UTC
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(-)