From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-69437-garchives=archives.gentoo.org@gentoo.org>)
	id 1IVfpl-00014v-Iq
	for garchives@archives.gentoo.org; Thu, 13 Sep 2007 03:57:42 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8D3mJfP007768;
	Thu, 13 Sep 2007 03:48:19 GMT
Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182])
	by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8D3g0NP031780
	for <gentoo-user@lists.gentoo.org>; Thu, 13 Sep 2007 03:42:01 GMT
Received: by wa-out-1112.google.com with SMTP id k34so471968wah
        for <gentoo-user@lists.gentoo.org>; Wed, 12 Sep 2007 20:42:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=beta;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=zpn8yd5Z8YAa+mdecRKbxW2rh21no9/DSdIgE3VcNYo=;
        b=bJRoZ0l73qt0LursVP09lV25B4347SGw7SRqwCcSGjoQv6DYWafzg3RxescxltPc/veC2K0ZpukWIyNM5dKbkcMz/tPBSYVW9i2+mRvHfJ7mdOBr4r4NoRwMYwdj01j21Gljz/IyliP8t1xGNljQxDbpWmhXe2a+bh7SuRwpfNU=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=KODa6+tpdleLZ1Ayn0VavXkEiqmOpczU4eBkOrgob8Fokg39oLVgCb5PGMrtT4hTG9IVzfBqdBG+6pjqmGbq/UvejuX+Vl6/2bBEUOLsulEtbU9yytd5rHlkMXpX3v/Bzg+YiB1jrlOKVS6j9L4ceKVKy05enxRdr/6pRzN7Gvc=
Received: by 10.115.95.1 with SMTP id x1mr217158wal.1189654919875;
        Wed, 12 Sep 2007 20:41:59 -0700 (PDT)
Received: by 10.115.77.12 with HTTP; Wed, 12 Sep 2007 20:41:59 -0700 (PDT)
Message-ID: <5bdc1c8b0709122041i66988d75y2ac4fcc7ecf5565e@mail.gmail.com>
Date: Wed, 12 Sep 2007 20:41:59 -0700
From: "Mark Knecht" <markknecht@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Immensely disappointed in emerge -DuN world these days
In-Reply-To: <5bdc1c8b0709121806v1d50c169k5a13d4b8c16d140b@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <5bdc1c8b0709121636g25d90fc6je28cef1394b176ee@mail.gmail.com>
	 <20070912184507.17c62775@pascal.spore.ath.cx>
	 <5bdc1c8b0709121806v1d50c169k5a13d4b8c16d140b@mail.gmail.com>
X-Archives-Salt: 97dcc143-b16f-49a4-8d8e-88828b747168
X-Archives-Hash: d9707fa0dc77e532dfa4f3a5c3ea9cc9

On 9/12/07, Mark Knecht <markknecht@gmail.com> wrote:
<SNIP>
>
> This latest emerge pass seems to be working better. I did have to skip
> a couple of packages though. I'll go back and see if I can catch them
> with revdep-rebuild when it hopefully finishes up in the next hour.
>
<SNIP>

Error #3 follows. This one I really do not understand. OMF? I have not
yet checked bugzilla. Will do that in the morning.

if ! test -d uk/; then mkdir uk/; fi
case "." in /*) sd=".";; *) sd="../.";; esac; \
        if [ -f "C/epiphany.xml" ]; then d="../"; else d="$sd/"; fi; \
        (cd uk/ && \
          `which xml2po` -e -p \
            "${d}uk/uk.po" \
            "${d}C/epiphany.xml" > epiphany.xml.tmp && \
            cp epiphany.xml.tmp epiphany.xml && rm -f epiphany.xml.tmp)
xsltproc -o epiphany-C.omf --stringparam db2omf.basename epiphany
--stringparam db2omf.format 'docbook' --stringparam db2omf.dtd
"-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C
--stringparam db2omf.omf_dir "/usr/share/omf" --stringparam
db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in
"`pwd`/./epiphany.omf.in" `/usr/bin/pkg-config --variable db2omf
gnome-doc-utils` C/epiphany.xml
db2omf: Could not construct the OMF maintainer element.
  Add an author, corpauthor, editor, othercredit, or publisher
  element with the role attribute set to "maintainer" to epiphany.xml.
make[2]: *** [epiphany-C.omf] Error 10
make[2]: Leaving directory
`/var/tmp/portage/www-client/epiphany-2.16.3/work/epiphany-2.16.3/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/www-client/epiphany-2.16.3/work/epiphany-2.16.3'
make: *** [all] Error 2

!!! ERROR: www-client/epiphany-2.16.3 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  epiphany-2.16.3.ebuild, line 67:   Called gnome2_src_compile
  gnome2.eclass, line 71:   Called die

!!! 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/www-client/epiphany-2.16.3/temp/build.log'.

Sector9 ~ #
-- 
gentoo-user@gentoo.org mailing list