Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 748729

Summary: dev-ml/cudf-0.9-r2 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Team for the ML programming language family <ml>
Status: RESOLVED FIXED    
Severity: normal CC: gienah
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-10-14 06:11:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ml/cudf-0.9 calls ar directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
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] and set the AR variable to x86_64-pc-linux-gnu-ar.
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-14 06:11:05 UTC
Created attachment 665284 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-14 06:11:08 UTC
Possible context of error(s):

make[1]: ar: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2021-10-11 06:28:31 UTC
ci has reproduced this issue with version 0.9-r2 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2022-01-21 07:59:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f688d786cc276b390cc4ab7a51a25ed009b240e3

commit f688d786cc276b390cc4ab7a51a25ed009b240e3
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2022-01-21 07:59:35 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2022-01-21 07:59:35 +0000

    dev-ml/cudf: do not call ar directly
    
    Closes: https://bugs.gentoo.org/748729
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-ml/cudf/cudf-0.9-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)