Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7627 - scrollkeeper fails to compile
Summary: scrollkeeper fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-07 13:16 UTC by Markus Bertheau (RETIRED)
Modified: 2003-02-04 19:42 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 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.