Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7627

Summary: scrollkeeper fails to compile
Product: Gentoo Linux Reporter: Markus Bertheau (RETIRED) <ska-fan>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.3   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Markus Bertheau (RETIRED) gentoo-dev 2002-09-07 13:16:45 UTC
saphir scrollkeeper # emerge scrollkeeper
Calculating dependencies ...done!
>>> emerge app-text/scrollkeeper-0.3.11-r1 to /
>>> md5 ;-) scrollkeeper-0.3.11.tar.gz
>>> Unpacking source...
[.....blah......]
checking for xslt-config... /usr/bin/xslt-config
checking for docbook-dtd412-xml... * ERROR * 
 
Couldn't find the DocBook XML V4.1.2 DTD.  Please make sure that you have the
docbook-dtd412-xml package installed. If it is installed, the package probably
did not register the DTD in the catalog properly. Consult
http://scrollkeeper.sourceforge.net/docbook.shtml for more information.
 
configure: error: DocBook XML V4.1.2 DTD not present in /etc/xml/catalog. Make
sure docbook-dtd412-xml is installed and registers DTD in catalog.

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 45, Exitcode 1
!!! (no error message)

saphir scrollkeeper # gcc --version
2.95.3
saphir scrollkeeper # ls -l /etc/make.profile
lrwxrwxrwx    1 root     root           35 Apr  7 19:51 /etc/make.profile ->
../usr/portage/profiles/default-1.0
saphir scrollkeeper # emerge --version
Portage 2.0.36
Comment 1 Spider (RETIRED) gentoo-dev 2002-09-07 18:04:55 UTC
seems you have a corrupt /etc/xml/catalog (it asks for docbook-xml-dtd.. )

one possible solution is :

emerge -C app-text/docbook-xml-dtd app-text/docbook-xml-simple-dtd
emerge  app-text/docbook-xml-dtd app-text/docbook-xml-simple-dtd

as this will make sure the dtds are installed and correct. please try.
Comment 2 Markus Bertheau (RETIRED) gentoo-dev 2002-09-08 01:40:28 UTC
That did the trick for the problem I told you about on the dev channel, where
every omf file took 1 minute with 0% CPU. 

emerge -u scrollkeeper works now, too. Thanks.