Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419951 - net-misc/vinagre-2.30.3 fails to build without app-text/docbook-xml-dtd:4.3
Summary: net-misc/vinagre-2.30.3 fails to build without app-text/docbook-xml-dtd:4.3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 16:09 UTC by Tomáš Mózes
Modified: 2012-06-07 09:52 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 Tomáš Mózes 2012-06-06 16:09:09 UTC
# emerge net-misc/vinagre

 db2omf.lang pt_BR --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/net-misc/vinagre-2.30.3/work/vinagre-2.30.3/help/vinagre.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` pt_BR/vinagre.xml || { rm -f "vinagre-pt_BR.omf"; exit 1; }
xsltproc -o vinagre-sq.omf --stringparam db2omf.basename vinagre --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang sq --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/net-misc/vinagre-2.30.3/work/vinagre-2.30.3/help/vinagre.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` sq/vinagre.xml || { rm -f "vinagre-sq.omf"; exit 1; }
http://www.oasis-open.org/docbook/xml/4.3/dbhierx.mod:119: parser warning : PEReference: %list.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.3/dbhierx.mod:119: parser warning : PEReference: %admon.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.3/dbhierx.mod:119: parser warning : PEReference: %linespecific.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.3/dbhierx.mod:119: parser warning : PEReference: %synop.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.3/dbhierx.mod:119: parser warning : PEReference: %para.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.3/dbhierx.mod:119: parser warning : PEReference: %informal.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.3/dbhierx.mod:119: parser warning : PEReference: %formal.class; not found
		%local.divcomponent.mix;">

...

# emerge app-text/docbook-xml-dtd:4.3 
# emerge net-misc/vinagre  =>  works fine

# emerge --info 
Portage 2.1.10.49 (default/linux/amd64/10.0/desktop, gcc-4.5.3, glibc-2.14.1-r3, 3.2.12-gentoo x86_64)
=================================================================
System uname: Linux-3.2.12-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E4600_@_2.40GHz-with-gentoo-2.1
Timestamp of tree: Wed, 06 Jun 2012 07:45:01 +0000
app-shells/bash:          4.2_p20
dev-lang/python:          2.7.3-r1, 3.2.3
dev-util/cmake:           2.8.7-r5
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r2
sys-devel/gcc-config:     1.6
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 3.1 (virtual/os-headers)
sys-libs/glibc:           2.14.1-r3
Repositories: gentoo kormoc
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-06 20:07:56 UTC
1) Please post your complete `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 2 Tomáš Mózes 2012-06-07 09:52:24 UTC
Well this is strange, I unmerged both app-text/docbook-xml-dtd:4.3 with net-misc/vinagre, however the build doesn't fail this time. I even removed all of app-text/docbook-xml-dtd and the build works fine.

I don't know, is it possible that the parser uses the file located at:
http://www.oasis-open.org/docbook/xml/4.3/dbhierx.mod

and they had an error in there? However, this bug can be closed as I cannot reproduce the problem anymore. Thank you !