Gentoo Archives: gentoo-dev

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Request to add ~> atom prefix operator on Portage.
Date: Mon, 14 Sep 2015 09:21:59
Message-Id: CAATnKFCaz=BQgD9P=J=axhRiQpQnx=B+G9dG80ur-DCXAP1E6w@mail.gmail.com
In Reply to: Re: [gentoo-dev] Request to add ~> atom prefix operator on Portage. by Ulrich Mueller
1 On 14 September 2015 at 21:04, Ulrich Mueller <ulm@g.o> wrote:
2 > Could someone check what is Paludis's behaviour for the examples
3 > above? Also, does =cat/foo-1.2* match cat/foo-1.20 in Paludis?
4
5
6 Portage:
7
8
9 emerge --ignore-default-opts -vpO =dev-lang/perl-5.2*
10
11 These are the packages that would be merged, in order:
12
13 [ebuild R ] dev-lang/perl-5.22.0:0/5.22::gentoo USE="berkdb doc
14 gdbm -debug -ithreads" 0 KiB
15
16
17 Paludis:
18
19 cave resolve -1 -0 "*/*" =dev-lang/perl-5.2*
20 Done: 4 steps
21
22 These are the actions I will take, in order:
23
24 (nothing to do)
25 I encountered the following errors:
26
27 ! dev-lang/perl
28 Reasons: target
29 Unsuitable candidates:
30 * dev-lang/perl-5.20.2:0::gentoo
31 Did not meet =dev-lang/perl-5.2*, never using existing,
32 installing to / from target
33 * dev-lang/perl-5.20.2-r1:0::gentoo
34 Did not meet =dev-lang/perl-5.2*, never using existing,
35 installing to / from target
36 * dev-lang/perl-5.22.0:0::gentoo
37 Did not meet =dev-lang/perl-5.2*, never using existing,
38 installing to / from target
39
40 --
41 Kent
42
43 KENTNL - https://metacpan.org/author/KENTNL

Replies