When compiling certain KDE packages (i.e. kimdaba, krusader), emerging always fails on XPath error, as you can see below. It has to do with XPath, ksgml and xsl, but I do not know how to solve this. Any suggestions, because this is driving me mad since a loooong time
EDIT: problem solved by emerging libxslt. Very simple, but it took me a long time to figure this out.
Thanks in advance,
********************
extract output:
Good - your configure finished. Start make now
make all-recursive
make[1]: Entering directory `/var/tmp/portage/kimdaba-2.1/work/kimdaba-2.1'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/kimdaba-2.1/work/kimdaba-2.1/doc'
/usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
XPath error : Undefined namespace prefix
string(document('')//fm:Version[1])
^
compilation error: file /usr/kde/3.4/share/apps/ksgmltools2/docbook/xsl/VERSION line 8 element param
xsl:param : could not compile select expression 'string(document('')//fm:Version[1])'
XPath error : Undefined namespace prefix
compilation error: file /usr/kde/3.4/share/apps/ksgmltools2/docbook/xsl/VERSION line 48 element apply-templates
xsl:apply-templates : could not compile select expression '//fm:project'
XPath error : Undefined namespace prefix
compilation error: file /usr/kde/3.4/share/apps/ksgmltools2/docbook/xsl/VERSION line 55 element apply-templates
xsl:apply-templates : could not compile select expression 'fm:Changes'
XPath error : Undefined namespace prefix
($local.l10n.xml//l:i18n/l:l10n[@language=$lang]/l:gentext[@key=$key])[1]
^
compilation error: file /usr/kde/3.4/share/apps/ksgmltools2/docbook/xsl/common/l10n.xsl line 152 element variable
xsl:variable : could not compile select expression '($local.l10n.xml//l:i18n/l:l10n[@language=$lang]/l:gentext[@key=$key])[1]'
XPath error : Undefined namespace prefix
($l10n.xml/l:i18n/l:l10n[@language=$lang]/l:gentext[@key=$key])[1]
^

