* [gentoo-user] List of base system packages
@ 2013-02-01 9:17 Nilesh Govindrajan
2013-02-01 15:52 ` Dustin C. Hatch
0 siblings, 1 reply; 13+ messages in thread
From: Nilesh Govindrajan @ 2013-02-01 9:17 UTC (permalink / raw
To: Gentoo User Mailing List
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-01 9:17 [gentoo-user] List of base system packages Nilesh Govindrajan
@ 2013-02-01 15:52 ` Dustin C. Hatch
2013-02-01 17:50 ` Nilesh Govindrajan
2013-02-01 23:31 ` William Kenworthy
0 siblings, 2 replies; 13+ messages in thread
From: Dustin C. Hatch @ 2013-02-01 15:52 UTC (permalink / raw
To: gentoo-user
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
--
♫Dustin
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-01 15:52 ` Dustin C. Hatch
@ 2013-02-01 17:50 ` Nilesh Govindrajan
2013-02-01 23:31 ` William Kenworthy
1 sibling, 0 replies; 13+ messages in thread
From: Nilesh Govindrajan @ 2013-02-01 17:50 UTC (permalink / raw
To: Gentoo User Mailing List
On Fri, Feb 1, 2013 at 9:22 PM, Dustin C. Hatch <admiralnemo@gmail.com> 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
>
> --
> ♫Dustin
>
Brilliant, thanks!
--
Nilesh Govindrajan
http://nileshgr.com
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-01 15:52 ` Dustin C. Hatch
2013-02-01 17:50 ` Nilesh Govindrajan
@ 2013-02-01 23:31 ` William Kenworthy
2013-02-02 3:09 ` Nilesh Govindrajan
1 sibling, 1 reply; 13+ messages in thread
From: William Kenworthy @ 2013-02-01 23:31 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-01 23:31 ` William Kenworthy
@ 2013-02-02 3:09 ` Nilesh Govindrajan
2013-02-02 10:50 ` Nilesh Govindrajan
0 siblings, 1 reply; 13+ messages in thread
From: Nilesh Govindrajan @ 2013-02-02 3:09 UTC (permalink / raw
To: Gentoo User Mailing List
On Sat, Feb 2, 2013 at 5:01 AM, William Kenworthy <billk@iinet.net.au> 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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-02 3:09 ` Nilesh Govindrajan
@ 2013-02-02 10:50 ` Nilesh Govindrajan
2013-02-02 11:29 ` Alan McKinnon
2013-02-02 17:37 ` Dustin C. Hatch
0 siblings, 2 replies; 13+ messages in thread
From: Nilesh Govindrajan @ 2013-02-02 10:50 UTC (permalink / raw
To: Gentoo User Mailing List
On Sat, Feb 2, 2013 at 8:39 AM, Nilesh Govindrajan <me@nileshgr.com> wrote:
> On Sat, Feb 2, 2013 at 5:01 AM, William Kenworthy <billk@iinet.net.au> 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?
--
Nilesh Govindrajan
http://nileshgr.com
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-02 10:50 ` Nilesh Govindrajan
@ 2013-02-02 11:29 ` Alan McKinnon
2013-02-02 13:42 ` Nilesh Govindrajan
2013-02-02 17:37 ` Dustin C. Hatch
1 sibling, 1 reply; 13+ messages in thread
From: Alan McKinnon @ 2013-02-02 11:29 UTC (permalink / raw
To: gentoo-user
On Sat, 2 Feb 2013 16:20:19 +0530
Nilesh Govindrajan <me@nileshgr.com> wrote:
> On Sat, Feb 2, 2013 at 8:39 AM, Nilesh Govindrajan <me@nileshgr.com>
> wrote:
> > On Sat, Feb 2, 2013 at 5:01 AM, William Kenworthy
> > <billk@iinet.net.au> 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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-02 11:29 ` Alan McKinnon
@ 2013-02-02 13:42 ` Nilesh Govindrajan
2013-02-02 13:53 ` Daniel Pielmeier
0 siblings, 1 reply; 13+ messages in thread
From: Nilesh Govindrajan @ 2013-02-02 13:42 UTC (permalink / raw
To: Gentoo User Mailing List
On Sat, Feb 2, 2013 at 4:59 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On Sat, 2 Feb 2013 16:20:19 +0530
> Nilesh Govindrajan <me@nileshgr.com> wrote:
>
>> On Sat, Feb 2, 2013 at 8:39 AM, Nilesh Govindrajan <me@nileshgr.com>
>> wrote:
>> > On Sat, Feb 2, 2013 at 5:01 AM, William Kenworthy
>> > <billk@iinet.net.au> 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
>
>
Quite interestingly, the ebuild for pam 1.1.5 also checks for 'use
hppa', so is it really a bug? :S
--
Nilesh Govindrajan
http://nileshgr.com
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-02 13:42 ` Nilesh Govindrajan
@ 2013-02-02 13:53 ` Daniel Pielmeier
2013-02-02 15:43 ` Nilesh Govindrajan
0 siblings, 1 reply; 13+ messages in thread
From: Daniel Pielmeier @ 2013-02-02 13:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1572 bytes --]
Nilesh Govindrajan schrieb am 02.02.2013 14:42:
> On Sat, Feb 2, 2013 at 4:59 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
>> On Sat, 2 Feb 2013 16:20:19 +0530
>> Nilesh Govindrajan <me@nileshgr.com> wrote:
>>
>>>
>>> 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.
>>
>>
>>
>
> Quite interestingly, the ebuild for pam 1.1.5 also checks for 'use
> hppa', so is it really a bug? :S
>
pam-1.1.5.ebuild uses EAPI=4 and pam-1.1.6 uses EAPI=5. IIRC there were
some changes in IUSE calculation between those EAPI's.
So I think this warrants a bug just to clarify this.
Strange thing is pam-1-1-6 compiles fine here and I think it should fail
anywhere if the above mentioned eapi changes are the reason for this
failure. Maybe there is something wrong with your configuration.
--
Regards
Daniel
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-02 13:53 ` Daniel Pielmeier
@ 2013-02-02 15:43 ` Nilesh Govindrajan
0 siblings, 0 replies; 13+ messages in thread
From: Nilesh Govindrajan @ 2013-02-02 15:43 UTC (permalink / raw
To: Gentoo User Mailing List
On Sat, Feb 2, 2013 at 7:23 PM, Daniel Pielmeier <billie@gentoo.org> wrote:
> Nilesh Govindrajan schrieb am 02.02.2013 14:42:
>> On Sat, Feb 2, 2013 at 4:59 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
>>
>> Quite interestingly, the ebuild for pam 1.1.5 also checks for 'use
>> hppa', so is it really a bug? :S
>>
>
> pam-1.1.5.ebuild uses EAPI=4 and pam-1.1.6 uses EAPI=5. IIRC there were
> some changes in IUSE calculation between those EAPI's.
>
> So I think this warrants a bug just to clarify this.
>
> Strange thing is pam-1-1-6 compiles fine here and I think it should fail
> anywhere if the above mentioned eapi changes are the reason for this
> failure. Maybe there is something wrong with your configuration.
>
It is a bug. Will file it later on b.g.o. pam 1.1.5 compiled.
--
Nilesh Govindrajan
http://nileshgr.com
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-02 10:50 ` Nilesh Govindrajan
2013-02-02 11:29 ` Alan McKinnon
@ 2013-02-02 17:37 ` Dustin C. Hatch
2013-02-03 1:43 ` Nilesh Govindrajan
1 sibling, 1 reply; 13+ messages in thread
From: Dustin C. Hatch @ 2013-02-02 17:37 UTC (permalink / raw
To: gentoo-user
On 2/2/2013 04:50, Nilesh Govindrajan wrote:
>
> 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?
>
I encountered these types of errors when building as well. It is because
the "embedded" profile, which is the profile crossdev selects by
default, is missing a huge amount of information. I tried defining it
all in ${PORTAGE_CONFIG_ROOT}/profile but it got to be a chore. I ended
up switching to the default Linux profile for ARM, which worked much better.
--
♫Dustin
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-02 17:37 ` Dustin C. Hatch
@ 2013-02-03 1:43 ` Nilesh Govindrajan
2013-02-03 1:58 ` Dustin C. Hatch
0 siblings, 1 reply; 13+ messages in thread
From: Nilesh Govindrajan @ 2013-02-03 1:43 UTC (permalink / raw
To: Gentoo User Mailing List
On Sat, Feb 2, 2013 at 11:07 PM, Dustin C. Hatch <admiralnemo@gmail.com> wrote:
> On 2/2/2013 04:50, Nilesh Govindrajan wrote:
>>
>>
>> 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?
>>
> I encountered these types of errors when building as well. It is because the
> "embedded" profile, which is the profile crossdev selects by default, is
> missing a huge amount of information. I tried defining it all in
> ${PORTAGE_CONFIG_ROOT}/profile but it got to be a chore. I ended up
> switching to the default Linux profile for ARM, which worked much better.
>
> --
> ♫Dustin
>
Which means /usr/armv6j-hardfloat-linux-gnueabi/etc/portage/make.profile?
--
Nilesh Govindrajan
http://nileshgr.com
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] List of base system packages
2013-02-03 1:43 ` Nilesh Govindrajan
@ 2013-02-03 1:58 ` Dustin C. Hatch
0 siblings, 0 replies; 13+ messages in thread
From: Dustin C. Hatch @ 2013-02-03 1:58 UTC (permalink / raw
To: gentoo-user
On 2/2/2013 19:43, Nilesh Govindrajan wrote:
> On Sat, Feb 2, 2013 at 11:07 PM, Dustin C. Hatch <admiralnemo@gmail.com> wrote:
>> On 2/2/2013 04:50, Nilesh Govindrajan wrote:
>>>
>>>
>>> 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?
>>>
>> I encountered these types of errors when building as well. It is because the
>> "embedded" profile, which is the profile crossdev selects by default, is
>> missing a huge amount of information. I tried defining it all in
>> ${PORTAGE_CONFIG_ROOT}/profile but it got to be a chore. I ended up
>> switching to the default Linux profile for ARM, which worked much better.
>>
>> --
>> ♫Dustin
>>
>
> Which means /usr/armv6j-hardfloat-linux-gnueabi/etc/portage/make.profile?
>
> --
> Nilesh Govindrajan
> http://nileshgr.com
>
Yeah, change that to point to /usr/portage/profiles/default/linux/arm/10.0
--
♫Dustin
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2013-02-03 1:58 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01 9:17 [gentoo-user] List of base system packages Nilesh Govindrajan
2013-02-01 15:52 ` Dustin C. Hatch
2013-02-01 17:50 ` Nilesh Govindrajan
2013-02-01 23:31 ` William Kenworthy
2013-02-02 3:09 ` Nilesh Govindrajan
2013-02-02 10:50 ` Nilesh Govindrajan
2013-02-02 11:29 ` Alan McKinnon
2013-02-02 13:42 ` Nilesh Govindrajan
2013-02-02 13:53 ` Daniel Pielmeier
2013-02-02 15:43 ` Nilesh Govindrajan
2013-02-02 17:37 ` Dustin C. Hatch
2013-02-03 1:43 ` Nilesh Govindrajan
2013-02-03 1:58 ` Dustin C. Hatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox