Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 442402 - >=sys-apps/kmod-11: error: xsltproc command not found, try ./configure --disable-manpages
Summary: >=sys-apps/kmod-11: error: xsltproc command not found, try ./configure --disa...
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:
Depends on:
Blocks:
 
Reported: 2012-11-09 08:05 UTC by Martin Jansa
Modified: 2012-11-10 22:59 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Jansa 2012-11-09 08:05:28 UTC
Building (even without doc in USE), fails with:

checking for xsltproc... no
configure: error: xsltproc command not found, try ./configure --disable-manpages

$(use_enable doc manpages) added in src_configure works for me.


Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-11-09 09:01:45 UTC
manpages should *always* get installed and if there is no pregenerated ones in the tarball, the ebuild should take care of generating them
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-11-09 09:02:35 UTC
emerge --info is missing, also build.log as an attachment is missing so lets hope this is reproducible with just 'emerge -C libxslt'
Comment 3 Matt Turner gentoo-dev 2012-11-10 06:08:45 UTC
Just hit this building mips stages...
Comment 4 Matt Turner gentoo-dev 2012-11-10 06:12:57 UTC
(In reply to comment #2)
> emerge --info is missing, also build.log as an attachment is missing so lets
> hope this is reproducible with just 'emerge -C libxslt'

So? Neither are needed. I just reproduced it on my amd64 system with two commands. That would have taken less time than asking for build.log and emerge --info.
Comment 5 William Hubbs gentoo-dev 2012-11-10 22:59:47 UTC
A dependency on dev-libs/libxslt was missing; this has been added.
Please feel free to re-open if this is still an issue.

Thanks,

William