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 <gentoo-embedded+bounces-2874-garchives=archives.gentoo.org@lists.gentoo.org>) id 1LgfNz-0000wd-Hg for garchives@archives.gentoo.org; Mon, 09 Mar 2009 13:19:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 846C4E045E; Mon, 9 Mar 2009 13:16:25 +0000 (UTC) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by pigeon.gentoo.org (Postfix) with ESMTP id 4345EE045E for <gentoo-embedded@lists.gentoo.org>; Mon, 9 Mar 2009 13:16:25 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id b11so262657nfh.26 for <gentoo-embedded@lists.gentoo.org>; Mon, 09 Mar 2009 06:16:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.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=wvLwXM31AzdrVTG3fATqxDKPS5nGMcDOw6F/F0swV/0=; b=vgFSUoPuZq5osQh6M2WwMBzsjDAHGLc6prQsRYW8/GM7rGWa/2nbstYqwQg6Dew/DO Ixqw4yZULB5fPGUQFgaiR9bMCiIUY8Jp3HC9y17vHB/X6p0ptrJUv+pKK8EGd7+x9MT2 PulIBxHboU7yEM9OaltHN0C+ekbxWVZaB0R4o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=H+tTSFzFsVTmLrQFPc93aycL/vy4Nf3SkK4p2zNMzU9Hb2jm0LQ/DBUX+yL634KtE4 E6kN1tL6UpmR7Vp4WEDua5DlcR0hbz3+047ugahy93X+qSpv7p6et2CBQD0lJBg6k+Jt yvB6oo/8gqZbSDr2VOPVUiTCIY1pYmfv+bF58= Precedence: bulk List-Post: <mailto:gentoo-embedded@lists.gentoo.org> List-Help: <mailto:gentoo-embedded+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-embedded+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org> X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Received: by 10.210.27.20 with SMTP id a20mr3627205eba.76.1236604584698; Mon, 09 Mar 2009 06:16:24 -0700 (PDT) In-Reply-To: <3ea34a000903090527m536b3f2atb0db07da9fe199a4@mail.gmail.com> References: <c7d2b5330903090200l6bd5c07pb6a8c8737646c222@mail.gmail.com> <3dc1583f0903090214r4f7220c5jc136d9fb31ff9f0e@mail.gmail.com> <3ea34a000903090527m536b3f2atb0db07da9fe199a4@mail.gmail.com> Date: Mon, 9 Mar 2009 14:16:24 +0100 Message-ID: <3dc1583f0903090616p223ddd28rc6d8061fd3b8451c@mail.gmail.com> Subject: Re: [gentoo-embedded] ~arm pulls in packages for host system From: Sven Rebhan <odinshorse@googlemail.com> To: gentoo-embedded@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: f93e26f1-d304-4619-84b9-56eeebc74f47 X-Archives-Hash: e46d7844ad76337d6551693fc5c54df0 2009/3/9 Christopher Friedt <chrisfriedt@gmail.com>: > That is really odd ... did you use crossdev-wrapper (e.g. > arm-softfloat-linux-gnueabi-emerge) ? This happens also with crossdev-wrappers. Look at the openrc ebuild, it contains DEPEND=RDEPEND. DEPEND is the interpreted by portage as "this package is required on HOST as it is required for building that stuff". Basically we would need more dependency types. I'm currently thinking about it and will post to the portage-dev list later. Sven