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 1LgpD8-0000wT-LS for garchives@archives.gentoo.org; Mon, 09 Mar 2009 23:48:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCD3DE0538; Mon, 9 Mar 2009 23:48:41 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.248]) by pigeon.gentoo.org (Postfix) with ESMTP id 89C2DE0538 for ; Mon, 9 Mar 2009 23:48:41 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id f25so2024830rvb.46 for ; Mon, 09 Mar 2009 16:48:41 -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=FTT5bwCI8rmbyCY6Og3AnGmp5R8NPzPn+hR651X8dFE=; b=Fnu6pVo6X4Sf+u9YTmgEWeJQG6N42b0EXWgpY4F5wdDazYNdoH0sMlKfdCSFD7cJtl +YkQ8mbU77yVm9WK3DkHz0ENSbrJmt4FCYfwckFWcEVqNhcfK5hMgTvRuwZKj2XaT9WC S4pzEgR7Pfw78pPu1xEiT/paOsOYxZtZaBWLQ= 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=Tgy0PTszUyPEisC02eu7+gX9JKMTPdviuR0tjFZ8dgQnDi/t9ITm1/RJ7U1pErbRbi Rbpw4vdvsgQbyPtiODCR5F3xZlO4MTYSl3mqEwIreIOpH4jpvjn+fga3cldFYCmsiQJX nCUYe+uEgvZbiSRoL8WBYJ2sZ4ifC9ufmPFBE= 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.141.50.11 with SMTP id c11mr3356977rvk.45.1236642521144; Mon, 09 Mar 2009 16:48:41 -0700 (PDT) In-Reply-To: <3dc1583f0903090616p223ddd28rc6d8061fd3b8451c@mail.gmail.com> References: <3dc1583f0903090214r4f7220c5jc136d9fb31ff9f0e@mail.gmail.com> <3ea34a000903090527m536b3f2atb0db07da9fe199a4@mail.gmail.com> <3dc1583f0903090616p223ddd28rc6d8061fd3b8451c@mail.gmail.com> Date: Tue, 10 Mar 2009 10:48:41 +1100 Message-ID: Subject: Re: [gentoo-embedded] ~arm pulls in packages for host system From: Tim Erwin To: gentoo-embedded@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d994baf5-a1d2-4d91-aef7-abfd3c2716cd X-Archives-Hash: 914ecdf84dbdfd4d76fb0413320b5d09 > > That is really odd ... did you use crossdev-wrapper (e.g. > > arm-softfloat-linux-gnueabi-emerge) ? Yes (but note this is only a issue using ~arm) > This happens also with crossdev-wrappers. Look at the openrc ebuild, > it contains DEPEND=3DRDEPEND. DEPEND is the interpreted by portage as > "this package is required on HOST as it is required for building that > stuff". =A0Basically we would need more dependency types. I'm currently > thinking about it and will post to the portage-dev list later. Yes openrc and e2fsprogs are the culprits and removing the line DEPEND=3DRDEPEND fixes this. But as pointed out by Sven this is not the best option. Regards, Tim