Summary: | sys-process/runit calls ar directly | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | William Hubbs <williamh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system, gentoo+bugs |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 243502 | ||
Attachments: |
build.log
make ar, ranlib configurable |
Description
Agostino Sarubbo
![]() Created attachment 637068 [details]
build.log
build log and emerge --info
the same happens for ranlib as showed in the build log. Created attachment 639104 [details]
make ar, ranlib configurable
Here's a patch from my overlay against the runit 2.1.2 source that makes both ar and ranlib configurable by adding conf-ar and conf-ranlib files, similar to its existing conf-cc and conf-ld ones.
With this fixing the ebuild should be fairly trivial.
Should this be marked dupe of bug 590412? The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e256f242d7ce36744c2165fd639bebe7f9b6589 commit 0e256f242d7ce36744c2165fd639bebe7f9b6589 Author: Robin H. Johnson <robbat2@gentoo.org> AuthorDate: 2024-06-16 06:02:59 +0000 Commit: Robin H. Johnson <robbat2@gentoo.org> CommitDate: 2024-06-16 06:07:19 +0000 sys-process/runit: EAPI=8 porting and other fixes Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/show_bug.cgi?id=920357 Closes: https://bugs.gentoo.org/show_bug.cgi?id=875533 Closes: https://bugs.gentoo.org/show_bug.cgi?id=721880 Closes: https://bugs.gentoo.org/show_bug.cgi?id=590412 sys-process/runit/Manifest | 1 + sys-process/runit/runit-2.1.2-r2.ebuild | 149 ++++++++++++++++++++++++++++++++ 2 files changed, 150 insertions(+) |