Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143672 - Error in ksgmltools prevents installing KDE-related packages
Summary: Error in ksgmltools prevents installing KDE-related packages
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-12 07:02 UTC by Sektor van Skijlen
Modified: 2006-08-17 23:40 UTC (History)
0 users

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 Sektor van Skijlen 2006-08-12 07:02:22 UTC
This is the error report from compilation, after "emerge kopete" (but it were reported, as I remember, for some other packages as well):

--------------
make  all-recursive
make[1]: Entering directory `/drive/h/var/tmp/portage/kopete-3.4.3/work/kopete-3.4.3'
Making all in doc
make[2]: Entering directory `/drive/h/var/tmp/portage/kopete-3.4.3/work/kopete-3.4.3/doc'
Making all in kopete
make[3]: Entering directory `/drive/h/var/tmp/portage/kopete-3.4.3/work/kopete-3.4.3/doc/kopete'
/usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
I/O warning : failed to load external entity "/usr/kde/3.4/share/apps/ksgmltools2/docbook/xsl/common/pi.xsl"
compilation error: file /usr/kde/3.4/share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl line 34 element include
xsl:include : unable to load /usr/kde/3.4/share/apps/ksgmltools2/docbook/xsl/common/pi.xsl
unable to parse ./index.docbook
make[3]: *** [index.cache.bz2] Error 1
--------------

Indeed, pi.xml file does not exist on my computer, but I thought it was installed, while other packages require it.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2006-08-15 10:30:11 UTC
Does /usr/kde/3.4/share/apps/ksgmltools2/docbook/xsl/common/pi.xsl exist? Broken filesystem maybe?
Comment 2 Sektor van Skijlen 2006-08-16 05:05:46 UTC
(In reply to comment #1)
> Does /usr/kde/3.4/share/apps/ksgmltools2/docbook/xsl/common/pi.xsl exist?

Should you read my description again...

> Broken filesystem maybe?

It MIGHT be, but it might also be that this file was not installed with that version of KDE, and kopete requires such a version that has it (not knowing it)

Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-08-16 05:44:02 UTC
> Should you read my description again...

Sorry, swallowed it.

> It MIGHT be, but it might also be that this file was not installed with that
> version of KDE, and kopete requires such a version that has it (not knowing it)

It does for sure get installed by kdelibs. When it's gone, it's local breakage. Re-emerge it.

Comment 4 Sektor van Skijlen 2006-08-17 23:40:11 UTC
(In reply to comment #3)
> > Should you read my description again...
> 
> Sorry, swallowed it.
> 
> > It MIGHT be, but it might also be that this file was not installed with that
> > version of KDE, and kopete requires such a version that has it (not knowing it)
> 
> It does for sure get installed by kdelibs. When it's gone, it's local breakage.
> Re-emerge it.
> 

Alright, after emerging new version (KDE 3.5, btw), this does not happen.