Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
emerge --update hal fails because of jade error in building documentation. Reproducible: Always Specific: "doc" USE flag is on relevant part of emerge report: Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html Working on: /var/tmp/portage/hal-0.5.5.1-r1/work/hal-0.5.5.1/doc/spec/hal-spec.xml jade:/var/tmp/portage/hal-0.5.5.1-r1/work/hal-0.5.5.1/doc/spec/hal-spec.xml:3:119:E: error connecting to "www.oasis-open.org" (Connection timed out) jade:/usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/ent/iso-lat1.ent:6:19:E: "X00E1" is not a function name (zillion of lines similar to last above purged) Workaround: USE="-doc" emerge --update hal
hast nothing to do with documentation
*** This bug has been marked as a duplicate of 101975 ***
Not a dup of #101975..
*** Bug 117838 has been marked as a duplicate of this bug. ***
Okay, I think I've found the root of the problem. Trying to process XML files with tools designed to deal with SGML (e.g. openjade) has been known to cause problems in Gentoo, because our docbook-xml-dtd ebuilds used to modify the XML catalog system only, not the SGML one. I've modified the docbook-xml-dtd ebuilds to fix this problem. Hopefully this will finally resolve all the problems that have been popping up when some random app tries to use openjade to produce HTML/PDF/etc from XML files. To test this, please re-sync your trees, and then run: emerge =docbook-xml-dtd-4.1.2-r6 emerge hal Let us know how it goes. Thanks.
+doc on hal-0.5.5.1-r3 is now ok with =docbook-xml-dtd-4.1.2-r6, as well as with docbook-xml-dtd-4.4-r1. Thank you, Leonardo.