Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807109 - [guru] dev-vcs/got-0_p20210217 calls ar directly
Summary: [guru] dev-vcs/got-0_p20210217 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anna Vyalkova
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-08-08 07:44 UTC by Agostino Sarubbo
Modified: 2021-08-12 12:33 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,98.34 KB, text/plain)
2021-08-08 07:44 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-08-08 07:44:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-vcs/got-0_p20210217 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-08-08 07:44:28 UTC
Created attachment 731272 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-08 07:44:30 UTC
Possible context of error(s):

make[1]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-08-12 12:33:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ce89d4622781ffe1e961fb65ef42d0e1a20d00b

commit 9ce89d4622781ffe1e961fb65ef42d0e1a20d00b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2021-08-08 10:02:18 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2021-08-08 10:02:18 +0000

    dev-vcs/got: fix AR
    
    Closes: https://bugs.gentoo.org/807109
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 dev-vcs/got/got-0_p20210217.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)