Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288209 - app-cdr/brasero-2.26.3 failed to build using emerge --update --deep world
Summary: app-cdr/brasero-2.26.3 failed to build using emerge --update --deep world
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 14:19 UTC by Kelly Black
Modified: 2009-10-08 14:30 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 Kelly Black 2009-10-08 14:19:51 UTC
I am trying to update my system. app-cdr/brasero-2.26.3 is scheduled to be updated. When I perform the update (emerge --update --deep world) the system compiles and then goes through the configuration process. 

The build fails with the following message:

 * Messages for package app-cdr/brasero-2.26.3:

 * 
 * ERROR: app-cdr/brasero-2.26.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2855:  Called gnome2_src_compile
 *             environment, line 2198:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *  The die message:
 *   compile failure
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-cdr/brasero-2.26.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-cdr/brasero-2.26.3/temp/environment'.
 * 


Reproducible: Always

Steps to Reproduce:
1. Assuming that you already have brasero installed or is a new dependencie then do the following:
   emerge --update --deep world 


Actual Results:  
The last part of the log file, /var/tmp/portage/app-cdr/brasero-2.26.3/temp/build.log, is pasted below:


if ! test -d pl/; then mkdir pl/; fi
if [ -f "C/brasero.xml" ]; then d="../"; else d="/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/"; fi; \
	(cd pl/ && \
	  `which xml2po` -e -p \
	    "${d}pl/pl.po" \
	    "${d}C/brasero.xml" > brasero.xml.tmp && \
	    cp brasero.xml.tmp brasero.xml && rm -f brasero.xml.tmp)
xsltproc -o brasero-C.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/brasero.xml || { rm -f "brasero-C.omf"; exit 1; }
xsltproc -o brasero-ca.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang ca --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` ca/brasero.xml || { rm -f "brasero-ca.omf"; exit 1; }
xsltproc -o brasero-de.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang de --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` de/brasero.xml || { rm -f "brasero-de.omf"; exit 1; }
xsltproc -o brasero-el.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang el --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` el/brasero.xml || { rm -f "brasero-el.omf"; exit 1; }
xsltproc -o brasero-en_GB.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang en_GB --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` en_GB/brasero.xml || { rm -f "brasero-en_GB.omf"; exit 1; }
xsltproc -o brasero-es.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang es --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` es/brasero.xml || { rm -f "brasero-es.omf"; exit 1; }
xsltproc -o brasero-fr.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang fr --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` fr/brasero.xml || { rm -f "brasero-fr.omf"; exit 1; }
xsltproc -o brasero-it.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//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/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` it/brasero.xml || { rm -f "brasero-it.omf"; exit 1; }
xsltproc -o brasero-pl.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang pl --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` pl/brasero.xml || { rm -f "brasero-pl.omf"; exit 1; }
http://www.oasis-open.org/docbook/xml/4.3/dbpoolx.mod:703: parser warning : PEReference: %notation.class; not found
	%local.graphics.attrib;"
	                        ^
xsltproc -o brasero-ru.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//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/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` ru/brasero.xml || { rm -f "brasero-ru.omf"; exit 1; }
xsltproc -o brasero-sv.omf --stringparam db2omf.basename brasero --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//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/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help/brasero.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` sv/brasero.xml || { rm -f "brasero-sv.omf"; exit 1; }
Entity: line 1: parser error : NmToken expected in ATTLIST enumeration
 %graphics.attrib; 
                  ^
Entity: line 4: 
	format		() #IMPLIED
	      		 ^
Entity: line 1: parser error : Content error in the external subset
 %graphics.attrib; 
                  ^
Entity: line 4: 
	format		() #IMPLIED
	      		 ^
validity error : All markup of the conditional section is not in the same entity
 %graphics.attrib; 
                  ^
	format		() #IMPLIED
	      		 ^
Entity: line 1: parser error : Content error in the external subset
 %graphics.attrib; 
                  ^
Entity: line 4: 
	format		() #IMPLIED
	      		    ^
validity error : All markup of the conditional section is not in the same entity
 %graphics.attrib; 
                  ^
	format		() #IMPLIED
	      		    ^
Entity: line 1: parser error : Content error in the external subset
 %graphics.attrib; 
                  ^
Entity: line 4: 
	format		() #IMPLIED
	      		       ^
validity error : All markup of the conditional section is not in the same entity
 %graphics.attrib; 
                  ^
	format		() #IMPLIED
	      		       ^
Entity: line 1: parser error : Content error in the external subset
 %graphics.attrib; 
                  ^
Entity: line 4: 
	format		() #IMPLIED
	      		          ^
unable to parse fr/brasero.xml
make[2]: *** [brasero-fr.omf] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-cdr/brasero-2.26.3/work/brasero-2.26.3'
make: *** [all] Error 2
 [31;01m*[0m 
 [31;01m*[0m ERROR: app-cdr/brasero-2.26.3 failed.
 [31;01m*[0m Call stack:
 [31;01m*[0m               ebuild.sh, line   49:  Called src_compile
 [31;01m*[0m             environment, line 2855:  Called gnome2_src_compile
 [31;01m*[0m             environment, line 2198:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m       emake || die "compile failure"
 [31;01m*[0m  The die message:
 [31;01m*[0m   compile failure
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant.
 [31;01m*[0m A complete build log is located at '/var/tmp/portage/app-cdr/brasero-2.26.3/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/app-cdr/brasero-2.26.3/temp/environment'.
 [31;01m*[0m 


Expected Results:  
I expected it to compile and then install.
Comment 1 Kelly Black 2009-10-08 14:30:40 UTC
I just re-emerged gnome-common,

emerge gnome-common

and then tried to do the update again. this time it went through fine and brasero was installed:

 # equery list brasero
[ Searching for package 'brasero' in all categories among: ]
 * installed packages
[I--] [  ] app-cdr/brasero-2.26.3 (0)