public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] package.keywords
@ 2006-11-27 16:37 Arnau Bria
  2006-11-27 17:01 ` Daniel da Veiga
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Arnau Bria @ 2006-11-27 16:37 UTC (permalink / raw
  To: gentoo-user

Hi,

due to a human error I've deleted my package.keyowrd file...
(echo "package ~x86" > /etc/portage/package.keywords)

How may I find which packages were in the file?
I'm afraid of doing an update...

Cheers.

-- 
Arnau Bria
http://blog.emergetux.net
Wiggum: Dispara a las ruedas Lou.
Lou: eee, es un tanque jefe.
Wiggum: Me tienes hartito con todas tus excusas.
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] package.keywords
  2006-11-27 16:37 [gentoo-user] package.keywords Arnau Bria
@ 2006-11-27 17:01 ` Daniel da Veiga
  2006-11-27 17:06 ` Richard Fish
  2006-11-28  8:28 ` Arnau Bria
  2 siblings, 0 replies; 6+ messages in thread
From: Daniel da Veiga @ 2006-11-27 17:01 UTC (permalink / raw
  To: gentoo-user

On 11/27/06, Arnau Bria <arnau@emergetux.net> wrote:
> Hi,
>
> due to a human error I've deleted my package.keyowrd file...
> (echo "package ~x86" > /etc/portage/package.keywords)
>
> How may I find which packages were in the file?
> I'm afraid of doing an update...
>

As far as I know, when you isse an "emerge -uDN world -pv" and there
are packages keyworded that need upgrade, portage will warn you and
stop, giving you the name of the package. So, nothing to worry about,
eventually your list will be complete...

-- 
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] package.keywords
  2006-11-27 16:37 [gentoo-user] package.keywords Arnau Bria
  2006-11-27 17:01 ` Daniel da Veiga
@ 2006-11-27 17:06 ` Richard Fish
  2006-11-28  8:28 ` Arnau Bria
  2 siblings, 0 replies; 6+ messages in thread
From: Richard Fish @ 2006-11-27 17:06 UTC (permalink / raw
  To: gentoo-user

On 11/27/06, Arnau Bria <arnau@emergetux.net> wrote:
> Hi,
>
> due to a human error I've deleted my package.keyowrd file...
> (echo "package ~x86" > /etc/portage/package.keywords)
>
> How may I find which packages were in the file?
> I'm afraid of doing an update...

Option 1:
# emerge -DNvp world
Look for things with a 'D' for downgrade in front of them.

Option 2:
# cd /var/db/pkg
# grep -l "~x86" */*/KEYWORDS | sed "s/\/KEYWORDS//"

HTH,
-Richard
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] package.keywords
  2006-11-27 16:37 [gentoo-user] package.keywords Arnau Bria
  2006-11-27 17:01 ` Daniel da Veiga
  2006-11-27 17:06 ` Richard Fish
@ 2006-11-28  8:28 ` Arnau Bria
  2 siblings, 0 replies; 6+ messages in thread
From: Arnau Bria @ 2006-11-28  8:28 UTC (permalink / raw
  To: gentoo-user

Hi!

thanks to all for your replies (and sorry for breaking threat, but I
have you replies in my laptop...).

I finally did an emerge -DNvp.

I'm gonna look for "set -o noclobber" option.

Cheers and thanks again.

-- 
Arnau Bria
http://blog.emergetux.net
Wiggum: Dispara a las ruedas Lou.
Lou: eee, es un tanque jefe.
Wiggum: Me tienes hartito con todas tus excusas.
-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  package.keywords
@ 2009-06-22 13:58 James
  2009-06-22 14:08 ` Albert Hopkins
  0 siblings, 1 reply; 6+ messages in thread
From: James @ 2009-06-22 13:58 UTC (permalink / raw
  To: gentoo-user


Well, I just tried something that seems to work,
but has me confused or missing the routine reading
of new portage features.....


Anyway upon a routine update (using portage 2.2_rc33
and sets for kde4) I got a message:


All ebuilds that could satisfy ">=dev-python/sip-4.8.1" have been masked.
One of the following masked packages is required to complete your request:
- dev-python/sip-4.8.1 (masked by: ~amd64 keyword) 


So I just added this line to package.keywords:

" >=dev-python/sip-4.8.1  "



and it got passed that problem.....


'man portage' does not show the use of the (><=) syntax
as an example for emerge....?


Obviously, I'm behind on my routine reading. Is this 
a no-no? Where can I read more about what's going on
with the newest changes to emerge/portage/etc.....?


James




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

* Re: [gentoo-user]  package.keywords
  2009-06-22 13:58 James
@ 2009-06-22 14:08 ` Albert Hopkins
  0 siblings, 0 replies; 6+ messages in thread
From: Albert Hopkins @ 2009-06-22 14:08 UTC (permalink / raw
  To: gentoo-user

On Mon, 2009-06-22 at 13:58 +0000, James wrote:
> Well, I just tried something that seems to work,
> but has me confused or missing the routine reading
> of new portage features.....
> 
> 
> Anyway upon a routine update (using portage 2.2_rc33
> and sets for kde4) I got a message:
> 
> 
> All ebuilds that could satisfy ">=dev-python/sip-4.8.1" have been masked.
> One of the following masked packages is required to complete your request:
> - dev-python/sip-4.8.1 (masked by: ~amd64 keyword) 
> 
> 
> So I just added this line to package.keywords:
> 
> " >=dev-python/sip-4.8.1  "
> 
> 
> 
> and it got passed that problem.....
> 
> 
> 'man portage' does not show the use of the (><=) syntax
> as an example for emerge....?

This is a package atom... which AFAIK has at least been part of portage
since I've been using Gentoo (6 years).

man 5 portage





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

end of thread, other threads:[~2009-06-22 14:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27 16:37 [gentoo-user] package.keywords Arnau Bria
2006-11-27 17:01 ` Daniel da Veiga
2006-11-27 17:06 ` Richard Fish
2006-11-28  8:28 ` Arnau Bria
  -- strict thread matches above, loose matches on Subject: below --
2009-06-22 13:58 James
2009-06-22 14:08 ` Albert Hopkins

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