Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Immensely disappointed in emerge -DuN world these days
Date: Thu, 13 Sep 2007 03:57:42
Message-Id: 5bdc1c8b0709122041i66988d75y2ac4fcc7ecf5565e@mail.gmail.com
In Reply to: Re: [gentoo-user] Immensely disappointed in emerge -DuN world these days by Mark Knecht
1 On 9/12/07, Mark Knecht <markknecht@×××××.com> wrote:
2 <SNIP>
3 >
4 > This latest emerge pass seems to be working better. I did have to skip
5 > a couple of packages though. I'll go back and see if I can catch them
6 > with revdep-rebuild when it hopefully finishes up in the next hour.
7 >
8 <SNIP>
9
10 Error #3 follows. This one I really do not understand. OMF? I have not
11 yet checked bugzilla. Will do that in the morning.
12
13 if ! test -d uk/; then mkdir uk/; fi
14 case "." in /*) sd=".";; *) sd="../.";; esac; \
15 if [ -f "C/epiphany.xml" ]; then d="../"; else d="$sd/"; fi; \
16 (cd uk/ && \
17 `which xml2po` -e -p \
18 "${d}uk/uk.po" \
19 "${d}C/epiphany.xml" > epiphany.xml.tmp && \
20 cp epiphany.xml.tmp epiphany.xml && rm -f epiphany.xml.tmp)
21 xsltproc -o epiphany-C.omf --stringparam db2omf.basename epiphany
22 --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd
23 "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C
24 --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam
25 db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in
26 "`pwd`/./epiphany.omf.in" `/usr/bin/pkg-config --variable db2omf
27 gnome-doc-utils` C/epiphany.xml
28 db2omf: Could not construct the OMF maintainer element.
29 Add an author, corpauthor, editor, othercredit, or publisher
30 element with the role attribute set to "maintainer" to epiphany.xml.
31 make[2]: *** [epiphany-C.omf] Error 10
32 make[2]: Leaving directory
33 `/var/tmp/portage/www-client/epiphany-2.16.3/work/epiphany-2.16.3/help'
34 make[1]: *** [all-recursive] Error 1
35 make[1]: Leaving directory
36 `/var/tmp/portage/www-client/epiphany-2.16.3/work/epiphany-2.16.3'
37 make: *** [all] Error 2
38
39 !!! ERROR: www-client/epiphany-2.16.3 failed.
40 Call stack:
41 ebuild.sh, line 1638: Called dyn_compile
42 ebuild.sh, line 985: Called qa_call 'src_compile'
43 ebuild.sh, line 44: Called src_compile
44 epiphany-2.16.3.ebuild, line 67: Called gnome2_src_compile
45 gnome2.eclass, line 71: Called die
46
47 !!! compile failure
48 !!! If you need support, post the topmost build error, and the call
49 stack if relevant.
50 !!! A complete build log is located at
51 '/var/tmp/portage/www-client/epiphany-2.16.3/temp/build.log'.
52
53 Sector9 ~ #
54 --
55 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Immensely disappointed in emerge -DuN world these days "Bo Ørsted Andresen" <bo.andresen@××××.dk>