Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] preserved rebuild failure with python
Date: Wed, 07 Dec 2016 02:37:32
Message-Id: 87r35kmplv.fsf@nyu.edu
1 I can't complete an emerge @preserved-rebuild due to the lack of
2 python3.3.
3
4 However, I read the news article and have set the python3 interpreter to
5 python3.4
6
7 allan ~ # eselect python list --python3
8 Available Python 3 interpreters:
9 [1] python3.3
10 [2] python3.4 *
11 allan ~ # eselect python list
12 Available Python interpreters:
13 [1] python2.7 *
14 [2] python3.3
15 [3] python3.4
16 allan ~ #
17
18 Here is the output from emerge @preserved-rebuild
19
20 allan ~ # emerge @preserved-rebuild
21
22 These are the packages that would be merged, in reverse order:
23
24 Calculating dependencies... done!
25
26 emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
27 (dependency required by "@preserved-rebuild" [argument])
28
29 I also have done the emerge mentioned in the news
30
31 allan ~ # emerge --ignore-default-opts -uDv --changed-use --ask @world
32
33 These are the packages that would be merged, in order:
34
35 Calculating dependencies... done!
36
37 Total: 0 packages, Size of downloads: 0 KiB
38
39 Nothing to merge; quitting.
40
41 Thanks in advance for any help.
42
43 allan

Replies

Subject Author
Re: [gentoo-user] preserved rebuild failure with python Adam Carter <adamcarter3@×××××.com>