Summary: | app-misc/khard-0.18.0[doc] fails to compile: Error: Failed to run: make LIBTOOL=rlibtool | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | holgersson |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 765709 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 884589 [details]
build.log
build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5027f7445438287f44cff045ebe4b914fefd0ba9 commit 5027f7445438287f44cff045ebe4b914fefd0ba9 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2025-02-05 02:51:21 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2025-02-05 02:53:04 +0000 app-misc/khard: sanitize MAKE for sphinx Sphinx tries to pass $MAKE to subprocess.call, so something like MAKE="make -j1" will crash it. I've added a little hack to strip off any arguments that might be in the user's MAKE before running sphinx. Closes: https://bugs.gentoo.org/924143 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> app-misc/khard/khard-0.19.1.ebuild | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) |