public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] unmasking uclibc-0.9.28 for test
@ 2005-11-08 12:04 Douglas Campos
  2005-11-08 14:10 ` Mike Frysinger
  0 siblings, 1 reply; 7+ messages in thread
From: Douglas Campos @ 2005-11-08 12:04 UTC (permalink / raw
  To: gentoo-embedded

How can it be done? Any hope?

PS: I've already done the /etc/portage/package.unmask thang, and no clues

Thanx

Douglas
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-embedded] unmasking uclibc-0.9.28 for test
  2005-11-08 12:04 [gentoo-embedded] unmasking uclibc-0.9.28 for test Douglas Campos
@ 2005-11-08 14:10 ` Mike Frysinger
  2005-11-08 14:13   ` Mike Frysinger
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2005-11-08 14:10 UTC (permalink / raw
  To: gentoo-embedded

On Tue, Nov 08, 2005 at 10:04:43AM -0200, Douglas Campos wrote:
> How can it be done? Any hope?
> 
> PS: I've already done the /etc/portage/package.unmask thang, and no clues

it isnt package.masked thus package.unmask makes no difference

just add this line to your /etc/portage/package.keywords:
sys-libs/uclibc -*
-mike
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-embedded] unmasking uclibc-0.9.28 for test
  2005-11-08 14:10 ` Mike Frysinger
@ 2005-11-08 14:13   ` Mike Frysinger
  2005-11-08 15:39     ` [gentoo-embedded] unmasking uclibc-0.9.28 for test failed :( Douglas Campos
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2005-11-08 14:13 UTC (permalink / raw
  To: gentoo-embedded

On Tue, Nov 08, 2005 at 02:10:48PM +0000, Mike Frysinger wrote:
> On Tue, Nov 08, 2005 at 10:04:43AM -0200, Douglas Campos wrote:
> > How can it be done? Any hope?
> > 
> > PS: I've already done the /etc/portage/package.unmask thang, and no clues
> 
> it isnt package.masked thus package.unmask makes no difference

err, it is package masked on current 2005.1 profiles, so i guess if you're 
using 2005.1 you'll need to package.unmask too :)
-mike
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-embedded] unmasking uclibc-0.9.28 for test failed :(
  2005-11-08 14:13   ` Mike Frysinger
@ 2005-11-08 15:39     ` Douglas Campos
  2005-11-08 15:56       ` Mike Frysinger
  2005-11-08 15:56       ` Christian Heim
  0 siblings, 2 replies; 7+ messages in thread
From: Douglas Campos @ 2005-11-08 15:39 UTC (permalink / raw
  To: gentoo-embedded

Mike Frysinger wrote:

>On Tue, Nov 08, 2005 at 02:10:48PM +0000, Mike Frysinger wrote:
>  
>
>>On Tue, Nov 08, 2005 at 10:04:43AM -0200, Douglas Campos wrote:
>>    
>>
>>>How can it be done? Any hope?
>>>
>>>PS: I've already done the /etc/portage/package.unmask thang, and no clues
>>>      
>>>
>>it isnt package.masked thus package.unmask makes no difference
>>    
>>
>
>err, it is package masked on current 2005.1 profiles, so i guess if you're 
>using 2005.1 you'll need to package.unmask too :)
>-mike
>  
>
/etc/portage/package.keywords:
sys-libs/uclibc-0.9.28 -*

/etc/portage/package.unmask
=sys-libs/uclibc-0.9.28

backup ~ # emerge -ptvu =uclibc-0.9.28

These are the packages that I would merge, in reverse order:

Calculating dependencies  
!!! All ebuilds that could satisfy "=uclibc-0.9.28" have been masked.
!!! One of the following masked packages is required to complete your 
request:
- sys-libs/uclibc-0.9.28 (masked by: profile)

Any clues?
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-embedded] unmasking uclibc-0.9.28 for test failed :(
  2005-11-08 15:39     ` [gentoo-embedded] unmasking uclibc-0.9.28 for test failed :( Douglas Campos
@ 2005-11-08 15:56       ` Mike Frysinger
  2005-11-08 18:26         ` Douglas Campos
  2005-11-08 15:56       ` Christian Heim
  1 sibling, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2005-11-08 15:56 UTC (permalink / raw
  To: gentoo-embedded

On Tue, Nov 08, 2005 at 01:39:49PM -0200, Douglas Campos wrote:
> !!! All ebuilds that could satisfy "=uclibc-0.9.28" have been masked.
> !!! One of the following masked packages is required to complete your 
> request:
> - sys-libs/uclibc-0.9.28 (masked by: profile)

put this into your /etc/portage/profile/packages:
-<sys-libs/uclibc-0.9.28
and that should do it
-mike
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-embedded] unmasking uclibc-0.9.28 for test failed :(
  2005-11-08 15:39     ` [gentoo-embedded] unmasking uclibc-0.9.28 for test failed :( Douglas Campos
  2005-11-08 15:56       ` Mike Frysinger
@ 2005-11-08 15:56       ` Christian Heim
  1 sibling, 0 replies; 7+ messages in thread
From: Christian Heim @ 2005-11-08 15:56 UTC (permalink / raw
  To: gentoo-embedded

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

On Tuesday 08 November 2005 16:39, Douglas Campos wrote:
> /etc/portage/package.keywords:
> sys-libs/uclibc-0.9.28 -*
Try =sys-libs/uclibc-0.9.28 -*

-- 
Christian Heim <phreak@gentoo.org>
Gentoo Linux Developer - vserver

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-embedded] unmasking uclibc-0.9.28 for test failed :(
  2005-11-08 15:56       ` Mike Frysinger
@ 2005-11-08 18:26         ` Douglas Campos
  0 siblings, 0 replies; 7+ messages in thread
From: Douglas Campos @ 2005-11-08 18:26 UTC (permalink / raw
  To: gentoo-embedded

Mike Frysinger wrote:

>On Tue, Nov 08, 2005 at 01:39:49PM -0200, Douglas Campos wrote:
>  
>
>>!!! All ebuilds that could satisfy "=uclibc-0.9.28" have been masked.
>>!!! One of the following masked packages is required to complete your 
>>request:
>>- sys-libs/uclibc-0.9.28 (masked by: profile)
>>    
>>
>
>put this into your /etc/portage/profile/packages:
>-<sys-libs/uclibc-0.9.28
>and that should do it
>-mike
>
>  
>
it's done
thanks
-<sys-libs/uclibc-0.9.28
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-11-08 18:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08 12:04 [gentoo-embedded] unmasking uclibc-0.9.28 for test Douglas Campos
2005-11-08 14:10 ` Mike Frysinger
2005-11-08 14:13   ` Mike Frysinger
2005-11-08 15:39     ` [gentoo-embedded] unmasking uclibc-0.9.28 for test failed :( Douglas Campos
2005-11-08 15:56       ` Mike Frysinger
2005-11-08 18:26         ` Douglas Campos
2005-11-08 15:56       ` Christian Heim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox