* [gentoo-alt] broke prefix installation using "eselect profile"
@ 2011-09-21 18:06 Martin Luessi
2011-09-21 18:13 ` Fabian Groffen
0 siblings, 1 reply; 4+ messages in thread
From: Martin Luessi @ 2011-09-21 18:06 UTC (permalink / raw
To: gentoo-alt
Hi,
I just successfully installed a gentoo prefix setup on CentOS (amd64).
I was silly and used "eselect profile" after the instllation and this
seems to have broken the instllation. I tried to fix it by having
"$EPREFIX/etc/make.profile" point to
"$EPREFIX/usr/portage/profiles/prefix/linux/amd64". However, now
portage tries to install masked packages, e.g.,
emerge -a portage
..
[ebuild N *] sys-apps/sandbox-2.5 USE="(-multilib)"
[ebuild U *] sys-apps/portage-9999 [2.2.01.19295] USE="-python2% -python3%"
The following keyword changes are necessary to proceed:
#required by sys-apps/portage-9999, required by portage (argument)
>=sys-apps/sandbox-2.5 **
#required by portage (argument)
>=sys-apps/portage-9999 **
On the other hand, if I set "EMERGE_DEFAULT_OPTS="--autounmask=n" all
versions of portage seem to be masked. I have not manually unmasked or
masked any packages and have no idea why this is happening. Any tips
on how to fix this are greatly appreciated.
Martin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-alt] broke prefix installation using "eselect profile"
2011-09-21 18:06 [gentoo-alt] broke prefix installation using "eselect profile" Martin Luessi
@ 2011-09-21 18:13 ` Fabian Groffen
2011-09-21 18:32 ` Martin Luessi
0 siblings, 1 reply; 4+ messages in thread
From: Fabian Groffen @ 2011-09-21 18:13 UTC (permalink / raw
To: gentoo-alt
[-- Attachment #1: Type: text/plain, Size: 1417 bytes --]
Hi Martin,
On 21-09-2011 14:06:47 -0400, Martin Luessi wrote:
> I just successfully installed a gentoo prefix setup on CentOS (amd64).
> I was silly and used "eselect profile" after the instllation and this
> seems to have broken the instllation. I tried to fix it by having
> "$EPREFIX/etc/make.profile" point to
> "$EPREFIX/usr/portage/profiles/prefix/linux/amd64". However, now
> portage tries to install masked packages, e.g.,
>
> emerge -a portage
> ..
> [ebuild N *] sys-apps/sandbox-2.5 USE="(-multilib)"
> [ebuild U *] sys-apps/portage-9999 [2.2.01.19295] USE="-python2% -python3%"
>
> The following keyword changes are necessary to proceed:
> #required by sys-apps/portage-9999, required by portage (argument)
> >=sys-apps/sandbox-2.5 **
> #required by portage (argument)
> >=sys-apps/portage-9999 **
>
> On the other hand, if I set "EMERGE_DEFAULT_OPTS="--autounmask=n" all
> versions of portage seem to be masked. I have not manually unmasked or
> masked any packages and have no idea why this is happening. Any tips
> on how to fix this are greatly appreciated.
I think you messed with your SYNC variable. There is no portage-9999 in
the Prefix tree, so I think you synced up a gx86 tree.
Make sure portageq envvar SYNC returns a prefix mirror,
e.g. rsync://rsync.prefix.freens.org/gentoo-portage-prefix
--
Fabian Groffen
Gentoo on a different level
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-alt] broke prefix installation using "eselect profile"
2011-09-21 18:13 ` Fabian Groffen
@ 2011-09-21 18:32 ` Martin Luessi
2011-09-21 18:37 ` Fabian Groffen
0 siblings, 1 reply; 4+ messages in thread
From: Martin Luessi @ 2011-09-21 18:32 UTC (permalink / raw
To: gentoo-alt
Fabian,
Thanks a lot, changing the SYNC variable back fixed it. I am new to
gentoo-prefix and was not aware that it uses a different tree.
Best,
Martin
On Wed, Sep 21, 2011 at 2:13 PM, Fabian Groffen <grobian@gentoo.org> wrote:
> Hi Martin,
>
> On 21-09-2011 14:06:47 -0400, Martin Luessi wrote:
>> I just successfully installed a gentoo prefix setup on CentOS (amd64).
>> I was silly and used "eselect profile" after the instllation and this
>> seems to have broken the instllation. I tried to fix it by having
>> "$EPREFIX/etc/make.profile" point to
>> "$EPREFIX/usr/portage/profiles/prefix/linux/amd64". However, now
>> portage tries to install masked packages, e.g.,
>>
>> emerge -a portage
>> ..
>> [ebuild N *] sys-apps/sandbox-2.5 USE="(-multilib)"
>> [ebuild U *] sys-apps/portage-9999 [2.2.01.19295] USE="-python2% -python3%"
>>
>> The following keyword changes are necessary to proceed:
>> #required by sys-apps/portage-9999, required by portage (argument)
>> >=sys-apps/sandbox-2.5 **
>> #required by portage (argument)
>> >=sys-apps/portage-9999 **
>>
>> On the other hand, if I set "EMERGE_DEFAULT_OPTS="--autounmask=n" all
>> versions of portage seem to be masked. I have not manually unmasked or
>> masked any packages and have no idea why this is happening. Any tips
>> on how to fix this are greatly appreciated.
>
> I think you messed with your SYNC variable. There is no portage-9999 in
> the Prefix tree, so I think you synced up a gx86 tree.
>
> Make sure portageq envvar SYNC returns a prefix mirror,
> e.g. rsync://rsync.prefix.freens.org/gentoo-portage-prefix
>
>
> --
> Fabian Groffen
> Gentoo on a different level
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-alt] broke prefix installation using "eselect profile"
2011-09-21 18:32 ` Martin Luessi
@ 2011-09-21 18:37 ` Fabian Groffen
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2011-09-21 18:37 UTC (permalink / raw
To: gentoo-alt
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
On 21-09-2011 14:32:32 -0400, Martin Luessi wrote:
> Thanks a lot, changing the SYNC variable back fixed it. I am new to
> gentoo-prefix and was not aware that it uses a different tree.
now you know why :)
--
Fabian Groffen
Gentoo on a different level
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-21 18:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 18:06 [gentoo-alt] broke prefix installation using "eselect profile" Martin Luessi
2011-09-21 18:13 ` Fabian Groffen
2011-09-21 18:32 ` Martin Luessi
2011-09-21 18:37 ` Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox