| Summary: | app-text/asciidoc-8.4.4 missing dependency of app-text/docbook-xml-dtd-4.5 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jouni Rinne <l33tmmx> |
| Component: | Current packages | Assignee: | Gentoo SGML project <sgml> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | matsuu, thewiz1408, whuwxl |
| Priority: | High | ||
| Version: | 2008.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jouni Rinne
2009-05-31 18:25:42 UTC
its asciidoc and xmlto related issue. Since asciidoc-8.4.3, asciidoc outputs docbook 4.5 doctype. asciidoc-8.4.3/CHANGELOG: > 2. Version 8.4.3 (2009-04-13) > > Additions and changes > * DocBook outputs default to DocBook version 4.5 doctype (previously > 4.2). --- asciidoc-8.2.7/docbook.conf>2008-07-03 10:33:39.000000000 +0900 +++ asciidoc-8.4.4/docbook.conf>2009-04-26 09:46:59.000000000 +0900 (snip) -<!DOCTYPE {doctype-article?article}{doctype-book?book}{doctype-manpage?refentry} PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">^M +<!DOCTYPE {doctype-article?article}{doctype-book?book}{doctype-manpage?refentry} PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">^M (snip) I think asciidoc-8.4.4 should RDEPEND on ~app-text/docbook-xml-dtd-4.5. reassign to asciidoc and xmlto maintainer. (In reply to comment #0) I am having the same problem trying to install awesome 3.0 >/var/tmp/portage/x11-wm/awesome-3.2.1-r3/work/awesome-3.2.1_build/awesome.1.xml > does not validate (status 3) > xmlto: Fix document syntax or use --skip-validation option > I/O error : Attempt to load network entity > http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd > /var/tmp/portage/x11-wm/awesome-3.2.1-r3/work/awesome-3.2.1_build/awesome.1.xml:2: > warning: failed to load external entity > "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > D DocBook XML V4.5//EN" > "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > > ^ > I/O error : Attempt to load network entity > http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd > warning: failed to load external entity > "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > validity error : Could not load the external subset > "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > Document > /var/tmp/portage/x11-wm/awesome-3.2.1-r3/work/awesome-3.2.1_build/awesome.1.xml > does not validate > make[2]: *** [awesome.1] Virhe 13 > make[1]: *** [CMakeFiles/man.dir/all] Virhe 2 > make: *** [all] Virhe 2 > * > * ERROR: x11-wm/awesome-3.2.1-r3 failed. > * Call stack: > * ebuild.sh, line 49: Called src_compile > * environment, line 2819: Called cmake-utils_src_compile 'all' > * environment, line 743: Called cmake-utils_src_make 'all' > * environment, line 822: Called die > * The specific snippet of code: > * emake "$@" || die "Make failed!"; > * The die message: > * Make failed! I also get this exact error using # emerge -av awesome (In reply to comment #1) > its asciidoc and xmlto related issue. Ok, good to know, but I am still somewhat new to linux and I dont know what these programs do or how to fix it. > reassign to asciidoc and xmlto maintainer. How? please try to emerge app-text/docbook-xml-dtd-4.5. # emerge -1v '~app-text/docbook-xml-dtd-4.5' # emerge awesome (In reply to comment #3) > please try to emerge app-text/docbook-xml-dtd-4.5. > > # emerge -1v '~app-text/docbook-xml-dtd-4.5' > # emerge awesome > Thanks for the quick reply! This worked, emerged successfully, thank you. + 27 Jun 2009; Patrick Lauer <patrick@gentoo.org> asciidoc-8.4.5.ebuild: + Adding app-text/docbook-xml-dtd-4.5 to RDEPEND in the hope to fix #272010 Does that fix the issue? |