Gentoo Archives: gentoo-dev

From: Georgi Georgiev <chutz@×××.net>
To: Gentoo-dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] not missing feature for package.unmask
Date: Wed, 11 Jun 2003 14:28:42
Message-Id: 20030611142839.GA27159%chutz@gg3.net
In Reply to: Re: [gentoo-dev] not missing feature for package.unmask by "Kurt V. Hindenburg"
1 On 11/06/2003 at 09:11:35(-0500), Kurt V. Hindenburg used 1.5Kbytes just to say:
2 > On Wednesday 11 June 2003 7:31 am, Christian Aust wrote:
3 > | > Doesn't work here... or did you mean something else?
4 > | >
5 > | > % cat /etc/portage/package.unmask
6 > | > app-crypt/cryptplug
7 > | >
8 > | > % emerge -Up $(qpkg -I -nc)
9 > | >
10 > | > >>> --upgradeonly implies --update... adding --update to options.
11 > | >
12 > | > These are the packages that I would merge, in order:
13 > | >
14 > | > Calculating dependencies /
15 > | > !!! all ebuilds that could satisfy "app-crypt/cryptplug" have
16 > | > been masked.
17 > | >
18 > | > !!! Error calculating dependencies. Please correct.
19 >
20 > A search of /usr/lib/python2.2/site-packages/portage.py shows :
21 >
22 > pkgmasklines=grabfile(settings["PORTDIR"]+"/profiles/package.mask")
23 > pkgmasklines+=grabfile("/etc/portage/profiles/package.mask")
24 >
25 > pkgunmasklines=grabfile("/etc/portage/package.unmask");
26 >
27 > The code below shows unmaskdict being populated. It seems that emerge
28 > doesn't take it into account... dunno...
29
30 Hm.....
31
32 grep crypt /usr/portage/profiles/package.mask
33
34 produces no output. I agree with the previous post that ~x86 is what masks the
35 cryptplug package. I tested with
36
37 root@tank portage # echo "net-www/mozilla" > /etc/portage/package.unmask
38 root@tank portage # ACCEPT_KEYWORDS=~x86 emerge -p mozilla
39
40 These are the packages that I would merge, in order:
41
42 Calculating dependencies ...done!
43 [ebuild R ] net-www/mozilla-1.4_rc1
44
45 and it obviously works.
46
47 --
48 /^^^^^^^^^^^^^^^^^^^^^^^^^^^\/^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
49 / Georgi Georgiev (-< / Your reasoning powers are good, \
50 \ chutz@×××××××.net /\ .o)\ and you are a fairly good /
51 / +81(90)6266-1163 V_/_ |(/)/ planner. \
52 \___________________________/\__________________________________/
53
54 --
55 gentoo-dev@g.o mailing list