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

Bug 833602

Summary: dev-java/commons-daemon-1.2.4 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: fordfrog, gentoo
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/24248
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-02-18 11:13:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-java/commons-daemon-1.2.4 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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-18 11:13:42 UTC
CC'ing also the author of the commit (9ca608da6bc435549fd1cca08a333346ba91d85f)
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-18 11:13:43 UTC
Created attachment 765375 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-02-18 11:13:45 UTC
Error(s) that match a know pattern:


make[1]: ar: No such file or directory
Comment 4 Larry the Git Cow gentoo-dev 2022-02-19 05:17:26 UTC
The bug has been referenced in the following commit(s):

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

commit f5a8109b0cff9d4c2193bf80ca583ecc4c7746b0
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-02-18 12:18:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-19 05:12:27 +0000

    dev-java/commons-daemon: respect AR
    
    Bug: https://bugs.gentoo.org/833602
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/24248
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-java/commons-daemon/commons-daemon-1.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)