Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 799452 - [guru] dev-libs/memkind-1.11.0 calls ar directly
Summary: [guru] dev-libs/memkind-1.11.0 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-07-01 06:43 UTC by Agostino Sarubbo
Modified: 2021-09-07 02:58 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,111.78 KB, text/plain)
2021-07-01 06:43 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 2021-07-01 06:43:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/memkind-1.11.0 calls ar directly.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2021-07-01 06:43:18 UTC
Created attachment 720453 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-01 06:43:20 UTC
Possible context of error(s):

bash: line 1: ar: command not found
Comment 3 Larry the Git Cow gentoo-dev 2021-09-07 02:58:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d13a0a388f3cb468d2c1b98395c1f4e3198f2f6

commit 1d13a0a388f3cb468d2c1b98395c1f4e3198f2f6
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-09-05 05:42:21 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2021-09-05 05:42:21 +0000

    dev-libs/memkind: respect AR
    
    Closes: https://bugs.gentoo.org/799452
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 dev-libs/memkind/files/memkind-respect-ar.patch | 11 +++++++++++
 dev-libs/memkind/memkind-1.11.0-r1.ebuild       |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)