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 550201387F3 for ; Sat, 2 Feb 2013 11:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46AB421C03E; Sat, 2 Feb 2013 11:30:17 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 879FB21C034 for ; Sat, 2 Feb 2013 11:30:15 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id l13so1001612wie.0 for ; Sat, 02 Feb 2013 03:30:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=W1xIWzbFcUo/TnlWyTYM7gfocrp0dm5+euT72M/jNo0=; b=ASXN3KcZXmzh8W7QWAWCleuBAQkgeqRYz/V5WqRc0cRtp4aFVkSdGkWZMZYDxUnr8Y N8gsFMimSBx3hCQJO0DWuJ3IAh1B5WexYRDalxUpKKGvvJvjUA/TlyvU/K47zq7m3pcM YfnZam0mypCamJYzInaeOUDiimRqrfCD+/2TU0+/wl7STr8MsSr8KWfJIp5XZ2FtZgJI Uh3Hu0pQMp18zPBOfa+nWCMScAv41QD9jtGhrFQWjv15gJlAVPUNwitZ6zlgSXGufynO 0wWAybaCx6npbtoyuU867/bhthNeLcjKChiel7LrOdzTwYC1b+CH/V8ofmqjf9p2bAAd rufg== X-Received: by 10.194.94.37 with SMTP id cz5mr26534876wjb.49.1359804613990; Sat, 02 Feb 2013 03:30:13 -0800 (PST) Received: from khamul.example.com (196-215-2-98.dynamic.isadsl.co.za. [196.215.2.98]) by mx.google.com with ESMTPS id w5sm8491498wif.11.2013.02.02.03.30.11 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 02 Feb 2013 03:30:12 -0800 (PST) Date: Sat, 2 Feb 2013 13:29:20 +0200 From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] List of base system packages Message-ID: <20130202132920.62642aef@khamul.example.com> In-Reply-To: References: <510BE4A8.9000505@gmail.com> <510C503F.3010808@iinet.net.au> Organization: Internet Solutions X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.14; x86_64-pc-linux-gnu) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: a3470ae8-115b-460c-8176-32658ff7e399 X-Archives-Hash: 388f76c6388f330b797f5fd5e339df71 On Sat, 2 Feb 2013 16:20:19 +0530 Nilesh Govindrajan wrote: > On Sat, Feb 2, 2013 at 8:39 AM, Nilesh Govindrajan > wrote: > > On Sat, Feb 2, 2013 at 5:01 AM, William Kenworthy > > wrote: > >> On 01/02/13 23:52, Dustin C. Hatch wrote: > >>> On 2/1/2013 03:17, Nilesh Govindrajan wrote: > >>>> So I finally got an SDHC card for my Raspberry Pi. > >>>> I'll be preparing a base system on my desktop before booting the > >>>> Pi with it (I know there's a stage3 available, but don't want to > >>>> use it). > >>>> > >>>> How do I get the list of packages which are required for a > >>>> complete successful boot? > >>>> > >>>> -- > >>>> Nilesh Govindrajan > >>>> http://nileshgr.com > >>>> > >>> Depending on how much you want your Raspberry Pi to do, you may > >>> find my blog post on this subject useful `Minimalist Gentoo for > >>> the Raspberry Pi`__. I discuss how to cross-compile a minimal > >>> system (i.e. no Portage or gcc, just what you need to boot up). > >>> The first section lists the smallest set of packages you need for > >>> this. > >>> > >>> > >>> __ > >>> http://dustinhatch.tumblr.com/post/38118003177/minimalist-gentoo-for-the-raspberry-pi > >>> > >>> > >> > >> Also worth keeping in mind is avoid the ext series of file > >> systems, on a 4G card I ran out of inodes a few times when > >> compiling add-on packages. Rather disastrous ... either create > >> using options to maximise inodes or use something better. > >> > >> BillK > >> > >> > >> > > > > ext never worked good for me, xfs fan here :D > > > > -- > > Nilesh Govindrajan > > http://nileshgr.com > > I'm getting a weird error while trying to compile pam: > > * ERROR: sys-libs/pam-1.1.6-r2 failed (configure phase): > * USE Flag 'hppa' not in IUSE for sys-libs/pam-1.1.6-r2 > * > * Call stack: > * ebuild.sh, line 93: Called src_configure > * environment, line 3550: Called use 'hppa' > * phase-helpers.sh, line 219: Called die > * The specific snippet of code: > * die "USE Flag '${u}' not in IUSE for > ${CATEGORY}/${PF}" > > How to fix this? You should report that as a bug. "hppa" is not a USE flag, it is an arch keyword. Apart from modifying the ebuild there's not much you as a user can do - the thing the error is complaining about is done in the ebuild. -- Alan McKinnon alan.mckinnon@gmail.com