Gentoo Archives: gentoo-user

From: Thufir <hawat.thufir@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge masked pidgin with flagedit
Date: Fri, 27 Jul 2007 05:21:22
Message-Id: bf6b6d5c0707262215xb62d91fm9733fc1953f14a27@mail.gmail.com
1 Here's where I'm at:
2
3 localhost ~ #
4 localhost ~ #
5 localhost ~ # cat /etc/make.conf
6 ####################################################
7 ## ATTENTION: THIS IS THE MAKE.CONF ON THE LIVECD ##
8 ## PLEASE EDIT /mnt/gentoo/etc/make.conf INSTEAD ##
9 ####################################################
10 # These settings were set by the catalyst build script that automatically
11 # built this stage.
12 # Please consult /etc/make.conf.example for a more detailed example.
13 #CFLAGS="-O2 -march=i686 -pipe"
14 CFLAGS="-march=i686 -O2 -pipe"
15 CXXFLAGS="${CFLAGS}"
16 # This should not be changed unless you know exactly what you are doing. You
17 # should probably be using a different stage, instead.
18 CHOST="i686-pc-linux-gnu"
19 ACCEPT_KEYWORDS=""
20 MAKEOPTS=""
21 CONFIG_PROTECT="-*"
22 USE="7zip msn"
23 FEATURES=""
24 localhost ~ #
25 localhost ~ # ll /etc/portage/package.keywords
26 -rw-r--r-- 1 root root 0 Jul 26 22:10 /etc/portage/package.keywords
27 localhost ~ #
28 localhost ~ # cat /etc/portage/package.keywords
29 localhost ~ #
30 localhost ~ # emerge pidgin
31 Calculating dependencies |
32 !!! All ebuilds that could satisfy "pidgin" have been masked.
33 !!! One of the following masked packages is required to complete your request:
34 - net-im/pidgin-2.0.2 (masked by: ~x86 keyword)
35 - net-im/pidgin-2.0.0 (masked by: ~x86 keyword)
36 - net-im/pidgin-2.0.1 (masked by: ~x86 keyword)
37
38 For more information, see MASKED PACKAGES section in the emerge man page or
39 refer to the Gentoo Handbook.
40
41 localhost ~ #
42 localhost ~ # flagedit net-im/pidgin-2.0.2 -- +~x86
43 localhost ~ #
44 localhost ~ # flagedit
45 7zip msn
46 localhost ~ #
47 localhost ~ # emerge pidgin
48 --- Invalid atom in /etc/portage/package.keywords: net-im/pidgin-2.0.2
49 Calculating dependencies |
50 !!! All ebuilds that could satisfy "pidgin" have been masked.
51 !!! One of the following masked packages is required to complete your request:
52 - net-im/pidgin-2.0.2 (masked by: ~x86 keyword)
53 - net-im/pidgin-2.0.0 (masked by: ~x86 keyword)
54 - net-im/pidgin-2.0.1 (masked by: ~x86 keyword)
55
56 For more information, see MASKED PACKAGES section in the emerge man page or
57 refer to the Gentoo Handbook.
58
59 localhost ~ #
60 localhost ~ # cat /etc/portage/package.keywords
61 net-im/pidgin-2.0.2 ~x86
62 localhost ~ #
63 localhost ~ # date
64 Thu Jul 26 22:13:02 PDT 2007
65 localhost ~ #
66 localhost ~ #
67
68 Now, I'm following:
69
70 " flagedit
71
72 1. Install: emerge flagedit
73 2. Usage: flagedit <atom> -- +<keyword>, for example flagedit
74 dev-util/libconf -- +~x86 "
75 <http://gentoo-wiki.com/Masked#flagedit>
76
77
78 As far as I can tell, I'm following the wiki directions (?).
79
80
81
82 thanks,
83
84 Thufir
85 --
86 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge masked pidgin with flagedit maximuswork <maximuswork@××××××.ru>
Re: [gentoo-user] emerge masked pidgin with flagedit Luis Ortiz <wichos@×××××.com>