Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30851 - docbook-sgml-utils-0.6.12 won't compile
Summary: docbook-sgml-utils-0.6.12 won't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High blocker
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-10 12:16 UTC by Matze Braun
Modified: 2003-10-11 19:10 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 Matze Braun 2003-10-10 12:16:54 UTC
The package doesn't compile. I always end up with the following errors:

make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/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:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
jade:../../doc/docbook-utils.sgml:9:0:E: reference to entity "BOOK" for which no system identifier could be generated
jade:../../doc/docbook-utils.sgml:1:0: entity was defined here
jade:../../doc/docbook-utils.sgml:9:0:E: DTD did not contain element declaration for document type name
jade:../../doc/docbook-utils.sgml:11:11:E: there is no attribute "LANG"
jade:../../doc/docbook-utils.sgml:11:19:E: there is no attribute "ID"
jade:../../doc/docbook-utils.sgml:11:34:E: element "BOOK" undefined
jade:../../doc/docbook-utils.sgml:12:11:E: element "BOOKINFO" undefined
jade:../../doc/docbook-utils.sgml:13:10:E: element "TITLE" undefined
jade:../../doc/docbook-utils.sgml:14:12:E: element "PUBDATE" undefined
jade:../../doc/docbook-utils.sgml:16:16:E: element "LEGALNOTICE" undefined
jade:../../doc/docbook-utils.sgml:17:6:E: element "PARA" undefined
jade:../../doc/docbook-utils.sgml:24:13:E: element "ABSTRACT" undefined

... lots more similar errors follow (I can provide the full list if that helps)

jade:I: maximum number of errors (200) reached; change with -E option
make[2]: *** [api.html] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/doc/HTML'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/doc'
make: *** [all-recursive] Fehler 1
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-10-11 02:04:31 UTC
removing my cc, im on the text-markup cc.
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2003-10-11 02:05:33 UTC
does remerging docbook-sgml-dtd-3.1-r1 work ? ie run, emerge =docbook-sgml-dtd-3.1-r1.
Comment 3 Matze Braun 2003-10-11 07:29:45 UTC
yes, compiles fine now
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2003-10-11 19:10:31 UTC
thanks for reporting back.