Bug 50799

Summary: kdeaddons/konq-plugins index.docbook does not compile with libxslt 1.0.22
Product: [Websites] docs.kde.org Reporter: Caspar Schlegel <schlegel>
Component: generalAssignee: Documentation Editorial Team <kde-doc-english>
Status: RESOLVED WORKSFORME    
Severity: normal CC: hannes, kde
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Caspar Schlegel 2002-11-16 11:15:31 UTC
Version:            (using KDE KDE 3.0.99)
Installed from:    Gentoo Packages
Compiler:          gcc 3.2 
OS:          Linux

Compiling kdeaddons-3.1_rc3 only works with libxslt 1.0.20. Compiling with version 1.0.22 fails:

Making all in kuick
make[4]: Entering directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc/konq-plugins/kuick'
make[4]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
/usr/kde/3.1/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
Making all in .
make[5]: Entering directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc/konq-plugins/kuick'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc/konq-plugins/kuick'
runtime error: file /usr/kde/3.1/share/apps/ksgmltools2/docbook/xsl/html/inline.xsl element apply-templates
xsl:apply-templates : can't find doc
unable to parse ./index.docbook
make[4]: *** [index.cache.bz2] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc/konq-plugins/kuick'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc/konq-plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99'
make: *** [all] Error 2

here the output of make with version 1.0.20:

Making all in kuick
make[4]: Entering directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc/konq-plugins/kuick'
make[4]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
/usr/kde/3.1/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
Making all in .
make[5]: Entering directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc/konq-plugins/kuick'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc/konq-plugins/kuick'
runtime error: file /usr/kde/3.1/share/apps/ksgmltools2/docbook/xsl/html/inline.xsl element apply-templates
xsl:apply-templates : can't find doc
make[4]: Leaving directory `/var/tmp/portage/kdeaddons-3.1_rc3/work/kdeaddons-3.0.99/doc/konq-plugins/kuick'
[...]
Comment 1 Lauri Watts 2002-11-28 13:44:41 UTC
I can't repeat this, is it still happening for you, with either 1.0.22 or the current version of 
1.0.23? 
 
 
Comment 2 Hannes Mehnert 2002-11-30 12:55:18 UTC
dunno why this is fixed, but kde-3.1 compiles here with libxml2-2.4.28 (and patch) and libxslt-1.0.22. 
Comment 3 Lauri Watts 2002-12-01 19:45:03 UTC
Appears to be fixed, and libxslt 1.0.23 is now the current version. Closing.