Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459940 - 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
Summary: dev-lang/yasm-1.2.0-r1 --skip-validation option I/O error : Attempt to load n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-02 07:31 UTC by Anton Kochkov
Modified: 2013-05-11 18:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
full build log (yasm-1.20.0_build.log,28.31 KB, text/plain)
2013-03-02 07:31 UTC, Anton Kochkov
Details
emerge --info output (emerge_info.log,3.70 KB, text/plain)
2013-03-02 07:31 UTC, Anton Kochkov
Details

Note You need to log in before you can comment on or make changes to this bug.
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...