Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764467 - sys-apps/kmod-9999: fix xsltproc dependency
Summary: sys-apps/kmod-9999: fix xsltproc dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-01-08 14:41 UTC by David Michael
Modified: 2021-01-08 19:27 UTC (History)
1 user (show)

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


Attachments
fix.patch (0001-sys-apps-kmod-sync-live-ebuild-fix-EAPI-7-deps.patch,2.40 KB, patch)
2021-01-08 14:42 UTC, David Michael
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2021-01-08 14:41:36 UTC
The live ebuild installs a cross-compiled libxslt via DEPEND when it needs a native version:

xsltproc \
	-o rmmod.8 \
	--nonet \
	--stringparam man.output.quietly 1 \
	--param funcsynopsis.style "'ansi'" \
	http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl /var/tmp/portage/sys-apps/kmod-9999/work/kmod-9999/man/rmmod.xml
/bin/sh: line 1: xsltproc: command not found
make[2]: *** [Makefile:612: depmod.d.5] Error 127
Comment 1 David Michael 2021-01-08 14:42:41 UTC
Created attachment 681925 [details, diff]
fix.patch
Comment 2 Larry the Git Cow gentoo-dev 2021-01-08 19:27:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06037628cbb263b10d8045c6167f66d71656fa52

commit 06037628cbb263b10d8045c6167f66d71656fa52
Author:     David Michael <fedora.dm0@gmail.com>
AuthorDate: 2021-01-08 19:26:18 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-01-08 19:27:29 +0000

    sys-apps/kmod: Fix xsltproc dependency
    
    and sync live ebuild with latest release
    
    Closes: https://bugs.gentoo.org/764467
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-apps/kmod/kmod-9999.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)