From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 372AC13885E for ; Mon, 4 Feb 2013 19:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04FBB21C00A; Mon, 4 Feb 2013 19:23:24 +0000 (UTC) Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 878BCE0128 for ; Mon, 4 Feb 2013 19:23:22 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id wc18so6604885obb.8 for ; Mon, 04 Feb 2013 11:23:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=AjS6mK/KWZT5fqyWMCa/iVihYKLVwuQYCMeyNvZjTrg=; b=BOQWYmYK7huImlzzb2CVIC8ygZsMuROBOBCdlK9gEz0og8yqqD47D54fSxofHhqUrM dGDbf4J4T4fGmFKXtGyotyIHuIqu8gZiSw0F/ilp0JfK5pxQya87YDX2P2K9TpGQpZBi BbiVucdIsseT8qkXaj8Jnqato9yTYTuNuyrDumtaunPH4LDUJ1XLmAcFRkrhm4muL0dZ LfNEH45IcJ2cTp7Kf51wvZH+1FTsZoiEfnjU2oNXGF+SiGTytT/B/WwfL2I3GHOArEc3 gKzF2N+PM2aFmE+w4PJ87W2AQ1Z37o4zqlpiiOstI6ooggwjY6p1aDSyXjP5z59Z4jgw GshQ== X-Received: by 10.60.8.65 with SMTP id p1mr17969755oea.4.1360005801729; Mon, 04 Feb 2013 11:23:21 -0800 (PST) Received: from [172.31.0.2] (cpe-75-87-85-32.kc.res.rr.com. [75.87.85.32]) by mx.google.com with ESMTPS id ka6sm12499633obb.3.2013.02.04.11.23.19 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 11:23:20 -0800 (PST) Message-ID: <51100AA6.6060503@gmail.com> Date: Mon, 04 Feb 2013 13:23:18 -0600 From: "Dustin C. Hatch" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Compiling Gentoo for Raspberry Pi (Was: List of base system packages) References: <510E8726.7010600@gmail.com> <510EAB75.9030204@nileshgr.com> <510EDA29.2050905@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: 4fc484f6-3896-4c17-8b06-e41ea3a987f2 X-Archives-Hash: e61c1a0091db0c616200be03aead090c On 2/3/2013 23:43, Nilesh Govindrajan wrote: > On Mon, Feb 4, 2013 at 3:14 AM, Dustin C. Hatch wrote: >> On 2/3/2013 12:24, Nilesh Govindrajan wrote: >> Okay, the problem is probably the way PAM tries to link against db. Unless >> you need that functionality, I'd go ahead and remove the berkdb USE flag and >> try again. You may also want to file a bug. >> > > Nah, I don't need berkdb, I'll do without it. > Did you install emerge/portage on the Pi yet? > Python cannot be cross compiled (it's a hot topic since ages, but very > few people have been successful with that). > So I guess Python would have to be compiled on the Pi itself... the > question is, emerge needs python and python needs emerge?!!? > > -- > Nilesh Govindrajan > http://nileshgr.com > No, minimalist Pi only has exactly what I need to run it. When I need to install additional software, I put the SD card in my desktop and run armv6j-hardfloat-linux-gnueabi-emerge --root=/mnt/raspberrypi -av $pkg I do have Python installed on it though. I actually have more than one Raspberry Pi, one of which runs a full install of Gentoo from a stage3 tarball. I've got it set up with DistCC to offload most of the compiling to my desktops and servers, so it didn't take too long to build Python natively. Once it was built, I just installed the binary on the minimalist Pi using the same method as other packages. -- ♫Dustin