Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] emerge masked pidgin with flagedit "Boyd Stephen Smith Jr." <bss03@××××××××××.net>
Re: [gentoo-user] emerge masked pidgin with flagedit Dale <dalek1967@×××××××××.net>