Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833602 - dev-java/commons-daemon-1.2.4 calls ar directly
Summary: dev-java/commons-daemon-1.2.4 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-02-18 11:13 UTC by Agostino Sarubbo
Modified: 2022-03-10 09:41 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,50.18 KB, text/plain)
2022-02-18 11:13 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 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(-)