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

Bug 924143

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 packagesAssignee: 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 gentoo-dev 2024-02-09 10:19:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/khard-0.18.0 fails to compile.
Discovered on: amd64 (internal ref: slibtool_tinderbox)
System: SLIBTOOL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#SLIBTOOL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-09 10:19:42 UTC
Created attachment 884589 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-02-05 02:58:02 UTC
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(-)