From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O6aEh-0004LU-Uz for garchives@archives.gentoo.org; Tue, 27 Apr 2010 02:09:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A348E0969 for ; Tue, 27 Apr 2010 02:09:19 +0000 (UTC) Received: from mail-gw0-f53.google.com (mail-gw0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id BE654E07EF for ; Tue, 27 Apr 2010 01:43:45 +0000 (UTC) Received: by gwj21 with SMTP id 21so3945783gwj.40 for ; Mon, 26 Apr 2010 18:43:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=mNLyoNc2cqW2m9fh5ts3Z1gjVhcGIwqKqSQ47xA9sBI=; b=uesGZ0w5kyHk+gop2mBaez9L7oS/nEfC+FEzdcpGmlV6jsyw0ehDufMNgfbsGg09m5 K945atsHm0Cm/l20kHAzebuuRNEfFnxThhZm8SdsjpI+OXCAqu1LR2jNQtjWbIBaSOQl wDpUaUbAeIG58S5ND5e9MNQRFwWG2649X6Gc4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=HkhLr5n0J2yH9oXnCjWGDyjSj54r8hbfuExPOynQ1jqEfLFl5vll9HmuPvlyx46w7d OaC2qZG+uzUE1IlhvT4GOuzKPf781dGfy9Uq+KHMK+eq6a1YF1UCpVLJx8N153HVenAm Zb8ew/P+st2moJ+zu3pfkbKIYuO81ZO+DOjCc= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Received: by 10.150.233.18 with SMTP id f18mr5036626ybh.167.1272332625481; Mon, 26 Apr 2010 18:43:45 -0700 (PDT) Received: by 10.151.43.8 with HTTP; Mon, 26 Apr 2010 18:43:45 -0700 (PDT) In-Reply-To: References: Date: Tue, 27 Apr 2010 09:43:45 +0800 Message-ID: Subject: [gentoo-embedded] Re: can't emerge binary packges From: "Dennis.Yxun" To: gentoo-embedded@lists.gentoo.org Content-Type: multipart/alternative; boundary=000e0cd6d04e2d919104852e0603 X-Archives-Salt: 24fe97d0-c955-4474-bca1-c9dbaa9dc3ad X-Archives-Hash: 9bad5b6db9ef98f6e5dd386f65aea438 --000e0cd6d04e2d919104852e0603 Content-Type: text/plain; charset=UTF-8 On Tue, Apr 27, 2010 at 9:19 AM, Dennis.Yxun wrote: > HI Folks: > I have problem to merge binary packages into my cross env. > Let me make it clear, I've setup cross develop evironment in my > Desktop, > say the path is /usr/armv7a-softfloat-linux-gnueabi. And I find > x11-libs/cairo-1.8.8-r1 > will fail when do cross compile, so I compile it natively on my ARM board, > it pass successfullly, > So I package it up, swith back to my cross environment, > using "emerge-armv7a-softfloat-linux-gnueabi -k cairo", strangly it refuse > to merge the binary package > but try to compile it directly. > This problem not always happen, for some packages I compiled on my ARM > board, > do install successful on my cross env > Why? > Attached png, shows that green-colored packages will be compiled even > there do exist binary packages. > > Dennis Lan > here is output from -K option, but tell doesn't tell me the reason sabayon ~ # emerge-armv7a-softfloat-linux-gnueabi -tvaK1 =media-libs/tiff-3.9.2-r1 !!! All ebuilds that could satisfy "=media-libs/tiff-3.9.2-r1" have been masked. !!! One of the following masked packages is required to complete your request: - media-libs/tiff-3.9.2-r1 (masked by: ) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook --000e0cd6d04e2d919104852e0603 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Tue, Apr 27, 2010 at 9:19 AM, Dennis.= Yxun <dennis.= yxun@gmail.com> wrote:
HI Folks:
=C2=A0=C2=A0=C2=A0 I have problem to merge binary packages int= o my cross env.
=C2=A0=C2=A0=C2=A0 Let me make it clear, I've setup = cross develop evironment in my Desktop,
say the path is /usr/armv7a-soft= float-linux-gnueabi. And I find x11-libs/cairo-1.8.8-r1
will fail when do cross compile, so I compile it natively on my ARM board, = it pass successfullly,
So I package it up, swith back to my cross enviro= nment,
using "emerge-armv7a-softfloat-linux-gnueabi -k cairo"= , strangly it refuse to merge the binary package
but try to compile it directly.
=C2=A0=C2=A0=C2=A0 This problem not alwa= ys happen, for some packages I compiled on my ARM board,
=C2=A0do instal= l successful on my cross env
=C2=A0=C2=A0=C2=A0 Why?
=C2=A0=C2=A0=C2= =A0 Attached png, shows that green-colored packages will be compiled even t= here do exist binary packages.

Dennis Lan

here is output from -K option, but tell doesn't = tell me the reason

sabayon ~ # emerge-armv7a-softfloat-linux-gnueabi= -tvaK1=C2=A0=C2=A0 =3Dmedia-libs/tiff-3.9.2-r1

!!! All ebuilds that= could satisfy "=3Dmedia-libs/tiff-3.9.2-r1" have been masked. !!! One of the following masked packages is required to complete your reque= st:
- media-libs/tiff-3.9.2-r1 (masked by: )


For more informa= tion, see the MASKED PACKAGES section in the emerge
man page or refer to= the Gentoo Handbook
--000e0cd6d04e2d919104852e0603--