Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924143 - app-misc/khard-0.18.0[doc] fails to compile: Error: Failed to run: make LIBTOOL=rlibtool
Summary: app-misc/khard-0.18.0[doc] fails to compile: Error: Failed to run: make LIBTO...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2024-02-09 10:19 UTC by Agostino Sarubbo
Modified: 2025-02-05 02:58 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,128.89 KB, text/plain)
2024-02-09 10:19 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 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(-)