Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 459940

Summary: dev-lang/yasm-1.2.0-r1 --skip-validation option I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
Product: Gentoo Linux Reporter: Anton Kochkov <anton.kochkov>
Component: [OLD] Core systemAssignee: Samuli Suominen (RETIRED) <ssuominen>
Status: RESOLVED FIXED    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: full build log
emerge --info output

Description Anton Kochkov 2013-03-02 07:31:31 UTC
Created attachment 340718 [details]
full build log

x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.     -march=core2 -mtune=generic -O2 -pipe -c module.c
xmlto: /var/tmp/portage/dev-lang/yasm-1.2.0-r1/work/yasm-1.2.0/./modules/objfmts/yasm_objfmts.xml does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
xmlto: /var/tmp/portage/dev-lang/yasm-1.2.0-r1/work/yasm-1.2.0/./modules/arch/yasm_arch.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.1.2/docbookx.dtd
/var/tmp/portage/dev-lang/yasm-1.2.0-r1/work/yasm-1.2.0/./modules/objfmts/yasm_objfmts.xml:3: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
                                                                     ^
I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
Document /var/tmp/portage/dev-lang/yasm-1.2.0-r1/work/yasm-1.2.0/./modules/objfmts/yasm_objfmts.xml does not validate
I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
/var/tmp/portage/dev-lang/yasm-1.2.0-r1/work/yasm-1.2.0/./modules/arch/yasm_arch.xml:3: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
                                                                     ^
I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
Document /var/tmp/portage/dev-lang/yasm-1.2.0-r1/work/yasm-1.2.0/./modules/arch/yasm_arch.xml does not validate
make[2]: *** [yasm_arch.7] Error 13
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [yasm_objfmts.7] Error 13
make[2]: Leaving directory `/var/tmp/portage/dev-lang/yasm-1.2.0-r1/work/yasm-1.2.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-lang/yasm-1.2.0-r1/work/yasm-1.2.0'
make: *** [all] Error 2
Comment 1 Anton Kochkov 2013-03-02 07:31:50 UTC
Created attachment 340720 [details]
emerge --info output
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2013-05-11 18:39:00 UTC
I've disabled the rebuilding of manpages in the release ebuilds (1.2.0-r1 currently as you reported). So this bug can be closed.

However, you have bigger problems, propably good idea to run:

emerge -C `qlist -CI docbook` libxslt xmlto
emerge -1 xmlto libxslt
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2013-05-11 18:42:12 UTC
oh, right, added app-text/xmlto and app-text/docbook-xml-dtd:4.1.2 to yasm-9999.ebuild deps for building the manpages...