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

Bug 335352

Summary: =gnome-extra/deskbar-applet-2.30.2 docbook related problem
Product: Gentoo Linux Reporter: Kobboi <gentoo>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Kobboi 2010-08-31 06:27:35 UTC
xsltproc -o deskbar-ru.omf --stringparam db2omf.basename deskbar --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.2//EN" --stringparam db2omf.lang ru --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-extra/deskbar-applet-2.30.1/work/deskbar-applet-2.30.1/help/deskbar.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` ru/deskbar.xml || { rm -f "deskbar-ru.omf"; exit 1; }
xsltproc -o deskbar-sv.omf --stringparam db2omf.basename deskbar --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.2//EN" --stringparam db2omf.lang sv --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-extra/deskbar-applet-2.30.1/work/deskbar-applet-2.30.1/help/deskbar.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` sv/deskbar.xml || { rm -f "deskbar-sv.omf"; exit 1; }
xsltproc -o deskbar-uk.omf --stringparam db2omf.basename deskbar --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.2//EN" --stringparam db2omf.lang uk --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-extra/deskbar-applet-2.30.1/work/deskbar-applet-2.30.1/help/deskbar.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` uk/deskbar.xml || { rm -f "deskbar-uk.omf"; exit 1; }
xsltproc -o deskbar-zh_CN.omf --stringparam db2omf.basename deskbar --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.2//EN" --stringparam db2omf.lang zh_CN --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-extra/deskbar-applet-2.30.1/work/deskbar-applet-2.30.1/help/deskbar.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` zh_CN/deskbar.xml || { rm -f "deskbar-zh_CN.omf"; exit 1; }
http://www.oasis-open.org/docbook/xml/4.2/dbhierx.mod:119: parser warning : PEReference: %list.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.2/dbhierx.mod:119: parser warning : PEReference: %admon.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.2/dbhierx.mod:119: parser warning : PEReference: %linespecific.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.2/dbhierx.mod:119: parser warning : PEReference: %synop.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.2/dbhierx.mod:119: parser warning : PEReference: %para.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.2/dbhierx.mod:119: parser warning : PEReference: %informal.class; not found
		%local.divcomponent.mix;">
		                         ^
http://www.oasis-open.org/docbook/xml/4.2/dbhierx.mod:119: parser warning : PEReference: %formal.class; not found
		%local.divcomponent.mix;">
		                         ^

(...)



Reproducible: Always
Comment 1 Kobboi 2010-08-31 06:28:19 UTC
Created attachment 245427 [details]
build.log
Comment 2 Kobboi 2010-08-31 06:31:04 UTC
FYI, installation by running the following in a chroot, 

eselect profile set default/linux/x86/10.0/desktop/gnome
emerge -ke system
emerge -kuDN --keep-going gentoo-sources grub
mv /kernel-config /usr/src/linux/.config
cd /usr/src/linux ; make -j10 && make modules_install
emerge -kuDN --keep-going gnome mythtv amarok qlandkartegt qlandkartegt-garmindev xournal mplayer gentoolkit genlop eix layman pidgin wammu cellwriter gok lafilefixer wpa_supplicant 

In this, the only thing that fails is deskbar-applet :/  -k is set, but doing the entire compile without the use of binary packages results in exactly the same thing.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-08-31 08:01:35 UTC

*** This bug has been marked as a duplicate of bug 271988 ***