Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5295 - docbook-sgml-utils-0.6.11 with use OpenJade 1.3 catalog not 1.3.1
Summary: docbook-sgml-utils-0.6.11 with use OpenJade 1.3 catalog not 1.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-20 03:21 UTC by Lars S. Jensen
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 Lars S. Jensen 2002-07-20 03:21:19 UTC
I gets error about a OpenJade 1.3 catalog:
cannot open "/etc/sgml/openjade-1.3.cat" (No such file or directory)

But openjade is version 1.3.1 and the catalog should be:
 /etc/sgml/openjade-1.3.1.cat 

ll /etc/sgml/openjade*          
-rw-r--r--    1 root     root          100 Jul 18 22:06 /etc/sgml/openjade-1.3.1.cat
emerge -e docbook-sgml-utils did not work!!

from make[2]: Entering directory
`/var/tmp/portage/docbook-sgml-utils-0.6.11/work/docbook-utils-0.6.11/doc/HTML'
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
	jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
		-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
jade:/etc/sgml/sgml-docbook.cat:1:8:E: cannot open "/etc/sgml/openjade-1.3.cat"
(No such file or directory)
jade:/etc/sgml/sgml-docbook.cat:1:8:E: cannot open "/etc/sgml/openjade-1.3.cat"
(No such file or directory)
and the ca. 200 more
Comment 1 Lars S. Jensen 2002-07-20 05:05:06 UTC
Found a fix for it -- in the file /etc/sgml/sgml-docbook.cat there was:
CATALOG /etc/sgml/openjade-1.3.cat
CATALOG /etc/sgml/openjade-1.3.1.cat
CATALOG /etc/sgml/sgml-ent.cat
CATALOG /etc/sgml/dsssl-docbook-stylesheets.cat

I removed "CATALOG /etc/sgml/openjade-1.3.cat" and it worked :-)

I have done an emerge -e docbook-sgml-utils before -- 
that should fix this becuase openjade-1.3 was removed! 

The ebuild that creates the /etc/sgml/sgml-docbook.cat have a bug or merge -e
docbook-sgml-utils have a bug!