On Sat, 2 Feb 2013 16:20:19 +0530
Nilesh Govindrajan <[email protected]> wrote:

> On Sat, Feb 2, 2013 at 8:39 AM, Nilesh Govindrajan <[email protected]>
> wrote:
> > On Sat, Feb 2, 2013 at 5:01 AM, William Kenworthy
> > <[email protected]> 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
[email protected]


Reply via email to