Summary: | gnome-extra/deskbar-applet-2.26.2-r1 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Skye <sberghel+gentoo> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED WORKSFORME | ||
Severity: | critical | CC: | ry504m |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 263083 | ||
Attachments: |
Errors given during the emerge process.
build.log eclass-debug.log elibtool.log emerge-info.txt environment log from the emerge |
Description
Skye
2009-10-09 05:40:08 UTC
Created attachment 206497 [details]
Errors given during the emerge process.
Someone showed me that this can be resolved, at least temporarily, by installing app-text/docbook-xml-dtd-4.2-r2 (older version). Run: emerge -av =app-text/docbook-xml-dtd-4.2-r2 first, and then install deskbar-applet. (In reply to comment #2) > Someone showed me that this can be resolved, at least temporarily, by > installing app-text/docbook-xml-dtd-4.2-r2 (older version). Run: > > emerge -av =app-text/docbook-xml-dtd-4.2-r2 > > first, and then install deskbar-applet. > That worked, thank you. Can someone fix this in the deskbar-applet package? Or is it an error with something else? please attach a full build.log, just to check something (In reply to comment #0) > When I try to emerge gnome-extra/deskbar-applet-2.26.2-r1, I get several XML > parse errors. The compile then dies. > > Reproducible: Always > > Steps to Reproduce: > 1. emerge gnome-extra/deskbar-applet > 2. > 3. > > Actual Results: > Dies during compile. > > Expected Results: > gnome-extra/deskbar-applet is installed. I experienced the same thing on the same arch with a different CPU, Core 2 Duo T7500 here. I tried to emerge on 10/10/09, it failed in the same fashion as reported here. The solution in Comment #2 worked for me as well. I will attach build.log, eclass-debug.log, elibtool.log, emerge-info.txt, and the environment from the emerge attempt. Created attachment 206753 [details]
build.log
Created attachment 206755 [details]
eclass-debug.log
Created attachment 206757 [details]
elibtool.log
Created attachment 206759 [details]
emerge-info.txt
Created attachment 206760 [details]
environment log from the emerge
I had the same problem; the deskbar-applet failed to compile. After adding LINGUAS="en_GB.utf8" to my make.conf the deskbar-applet did compile. [url=http://pastebin.com/m66cb4242]emerge --info[/url] Sorry. Proper link: http://pastebin.com/m66cb4242 Here, after uninstalling all dtds to and having unplugged network, I get: xsltproc -o deskbar-it.omf --stringparam db2omf.basename deskbar --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.2//EN" --stringparam db2omf.lang it --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.26.2-r1/work/deskbar-applet-2.26.2/help/deskbar.omf.in" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` it/deskbar.xml || { rm -f "deskbar-it.omf"; exit 1; } fr/deskbar.xml:12: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" Use the applet entity to specify the name of the applet. -->]> ^ So I'm going to blame broken catalog, re-emerging app-text/docbook-sgml-utils should fix the problem. |