Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] preserved rebuild failure with python
Date: Wed, 07 Dec 2016 15:06:10
Message-Id: 177370ba-d2ec-71ea-4e26-0014bea18dd8@gmail.com
In Reply to: Re: [gentoo-user] preserved rebuild failure with python by allan gottlieb
1 allan gottlieb wrote:
2 > On Tue, Dec 06 2016, Adam Carter wrote:
3 >
4 >> On Wed, Dec 7, 2016 at 1:37 PM, allan gottlieb <gottlieb@×××.edu> wrote:
5 >>
6 >>> I can't complete an emerge @preserved-rebuild due to the lack of
7 >>> python3.3.
8 >>>
9 >>> However, I read the news article and have set the python3 interpreter to
10 >>> python3.4
11 >>>
12 >>> allan ~ # eselect python list --python3
13 >>> Available Python 3 interpreters:
14 >>> [1] python3.3
15 >>> [2] python3.4 *
16 >>> allan ~ # eselect python list
17 >>> Available Python interpreters:
18 >>> [1] python2.7 *
19 >>> [2] python3.3
20 >>> [3] python3.4
21 >>> allan ~ #
22 >>>
23 >>> Here is the output from emerge @preserved-rebuild
24 >>>
25 >>> allan ~ # emerge @preserved-rebuild
26 >>>
27 >>> These are the packages that would be merged, in reverse order:
28 >>>
29 >>> Calculating dependencies... done!
30 >>>
31 >>> emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
32 >>> (dependency required by "@preserved-rebuild" [argument])
33 >>>
34 >> Something appears to want 3.3 specifically, not 3.x. Try adding -v to
35 >> emerge to try to work out which package it is, then check the ebuilds of
36 >> other versions to see if there's one that's not dependent on 3.3.
37 > The -v had no effect (I assume you meant to add it as below)
38 >
39 > allan ~ # emerge -v @preserved-rebuild
40 >
41 > These are the packages that would be merged, in reverse order:
42 >
43 > Calculating dependencies... done!
44 >
45 > emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
46 > (dependency required by "@preserved-rebuild" [argument])
47 >
48 > thanks,
49 > allan
50 >
51 > PS adding --ignore-default-opts made no difference
52 >
53 >
54
55
56 I'm not sure but I think he meant the -t option. That should show what
57 is pulling in what.
58
59 Dale
60
61 :-) :-)

Replies

Subject Author
Re: [gentoo-user] preserved rebuild failure with python allan gottlieb <gottlieb@×××.edu>