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 1LgeZo-0003cS-SF for garchives@archives.gentoo.org; Mon, 09 Mar 2009 12:27:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C761E03FB; Mon, 9 Mar 2009 12:27:23 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.156]) by pigeon.gentoo.org (Postfix) with ESMTP id 806BEE03FB for ; Mon, 9 Mar 2009 12:27:23 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 3so742134yxi.46 for ; Mon, 09 Mar 2009 05:27:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HWgAF2oLWLoclE2QXGycSD6HBlY2IEiRR6Wp/ogoKxU=; b=rO0zc5dipZNOtwonvLXo4ImYEcaXofnavwU+od9Ilgn4N32H+XZJoC9irO4pMwrj/6 xT+I0lzvlqdGFvcsqYfmPtsYwmPZ76Fxs9YD0HNMMp6yuk7E6TCAlVLsUIjsZ4gi+hhB AM++CEiD+aqGvhDhpMceyNYytiT12SsMiRqho= 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:content-transfer-encoding; b=idUp/kVA+q4czwVA8SYWn6b2hx65PMrbSHeMakhpP2eUKkyI0lhfcrG8iTHAbT/Ggb 6ITY6x78ME7yzgddP5cH7SYLLVPxBeDODYmZdThGPIvsfeF2RBYeNon0rut+/qiy7TOc u9wTJ/Nd/zzxTIpJFJNS4TORSR4c59h3crViQ= 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.220.90.83 with SMTP id h19mr1508944vcm.30.1236601643143; Mon, 09 Mar 2009 05:27:23 -0700 (PDT) In-Reply-To: <3dc1583f0903090214r4f7220c5jc136d9fb31ff9f0e@mail.gmail.com> References: <3dc1583f0903090214r4f7220c5jc136d9fb31ff9f0e@mail.gmail.com> Date: Mon, 9 Mar 2009 08:27:23 -0400 Message-ID: <3ea34a000903090527m536b3f2atb0db07da9fe199a4@mail.gmail.com> Subject: Re: [gentoo-embedded] ~arm pulls in packages for host system From: Christopher Friedt To: gentoo-embedded@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d7948d53-8533-4d15-b009-b1437ec308f8 X-Archives-Hash: 655b5160283512ae3dfa1533e4e791c4 That is really odd ... did you use crossdev-wrapper (e.g. arm-softfloat-linux-gnueabi-emerge) ? I think I've experienced something like that before, and it was the result of an environment variable incorrectly set. You should run 'arm-softfloat-linux-gnueabi-emerge --info' and check for any oddities in the portage environment variables. Most of the important ones should start with /usr/arm-softfloat-linux-gnueabi . C On Mon, Mar 9, 2009 at 5:14 AM, Sven Rebhan wro= te: > 2009/3/9 Tim Erwin : >> I have set up a cross compiler but if I use ~arm in the ACCEPT_KEYWORDS = in >> /usr/armv4tl-softfloat-linux-gnueabi/etc/make.conf, it wants to pull in >> packages for the host system (baselayout, openrc and e2fsprogs-lib) whic= h >> are masked by ~amd64. Is there any reason for this? > > If you use the openmoko-overlay it shouldn't. The reason why this > happens is the gentoo dependency oddness. Namely the line > DEPEND=3D"${RDEPEND}", as this tries to emerge everything you want on > the target also to host. However, removing this line is basically not > suggested. We need to add cross-compile dependencies to portage, but > until this happens you can test with removing ${RDEPEND} from the > DEPEND line. > > Furthermore, I would suggest to use a chroot to cross-compile your stuff! > > Best regards, > > =A0 Sven > >