Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 848498 - dev-java/commons-daemon-1.3.1 calls ar directly
Summary: dev-java/commons-daemon-1.3.1 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-05-30 13:51 UTC by Agostino Sarubbo
Modified: 2022-05-31 23:46 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,51.39 KB, text/plain)
2022-05-30 13:51 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-05-30 13:51:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-java/commons-daemon-1.3.1 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-05-30 13:51:43 UTC
CC'ing also the author of the commit (79208fe716eddf58b20f4f37695a44f2ba746f7b)
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-30 13:51:44 UTC
Created attachment 781430 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-05-30 13:51:46 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-05-31 23:46:16 UTC
The bug has been closed via the following commit(s):

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

commit 5c26e8b9cde6270ba8000c301872174601485416
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-05-31 06:57:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-31 23:44:49 +0000

    dev-java/commons-daemon: do not call ar directly
    
    Closes: https://bugs.gentoo.org/848498
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/25700
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-java/commons-daemon/commons-daemon-1.3.1.ebuild |  6 ++++++
 .../files/commons-daemon-1.3.1-Make.patch           | 21 +++++++++++++++++++++
 2 files changed, 27 insertions(+)