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
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(-)