Gentoo Archives: gentoo-dev

From: Paul de Vrieze <pauldv@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] /etc/portage/package.unmask not working as expected
Date: Thu, 25 Sep 2003 10:47:51
Message-Id: 200309251247.50589.pauldv@gentoo.org
In Reply to: [gentoo-dev] /etc/portage/package.unmask not working as expected by Martin Lesser
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On Thursday 25 September 2003 11:51, Martin Lesser wrote:
5 > I use sys-libs/db-4.1.24.ebuild without problems and put it into my
6 > local ebuilds-tree where I marked it as stable (KEYWORDS="x86"). I also
7 > want to use db-4.1.X in SLOT="4" (instead of "4.1") for sys-libs/db so I
8 > don't have to play with the current 4.0.14-release. Additionally I put
9 >
10 > >=sys-libs/db-4.1.20
11 >
12 > into /etc/portage/package.unmask
13
14 db-4.0 and db-4.1 are NOT compatible. Applications linked against 4.0 will not
15 work with 4.1, so they need to be slotted differently.
16
17
18 >
19 > Now I have two problems:
20 >
21 > 1. An "emerge -Up world" leads to
22 > [ebuild UD] sys-libs/db-4.0.14-r2 [4.1.24]
23 >
24 > but an downgrade should IMO not happen if I use the '-U' switch.
25
26 db-4.1 is masked in the profiles
27
28 >
29 > 2. If I put
30 > <sys-libs/db-4.1.20
31 > into /etc/portage/package.mask
32 >
33 > emerge -Up world
34 > tells me that all ebuilds for sys-libs/db are masked.
35 >
36 > etcat -v db|grep sys-libs/db says
37 >
38 > * sys-libs/db :
39 > ....
40 > [M I] sys-libs/db-4.1.24 (4)
41 > .... ^^^
42 > This should not happen due to unmasking as described above.
43 >
44 > Is that a bug or did I miss something?
45
46 See above. Putting =sys-libs/db-4.1.* in /etc/portage/package.unmask should
47 work
48
49 Paul
50
51 - --
52 Paul de Vrieze
53 Gentoo Developer
54 Mail: pauldv@g.o
55 Homepage: http://www.devrieze.net
56 -----BEGIN PGP SIGNATURE-----
57 Version: GnuPG v1.2.3 (GNU/Linux)
58
59 iD8DBQE/csfWbKx5DBjWFdsRAqwdAJ9sgogIXJ9Fi3O07m7jF6oN62lMjACg1ps0
60 pfkDxtqdT3Lhk4RKkXt7iww=
61 =bGtc
62 -----END PGP SIGNATURE-----
63
64
65 --
66 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] /etc/portage/package.unmask not working as expected Martin Lesser <gentoo@××××××××××.de>