Gentoo Archives: gentoo-user

From: gottlieb@×××.edu
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] did python-r1 improve user experience?
Date: Fri, 01 Nov 2013 13:42:09
Message-Id: 87bo249r32.fsf@nyu.edu
In Reply to: Re: [gentoo-user] did python-r1 improve user experience? by gottlieb@nyu.edu
1 On Thu, Oct 31 2013, gottlieb@×××.edu wrote:
2
3 > On Sun, Oct 27 2013, Mike Gilbert wrote:
4 >
5 >> Making things "just work" is complex when trying to juggle 6 or more
6 >> supported versions/implementations of python.
7 >
8 > Indeed.
9 >
10 >> We have tried to explain the magic make.conf lines in the Python user guide.
11 >>
12 >> https://www.gentoo.org/proj/en/Python/python-r1/user-guide.xml
13 >>
14 >> We also try to make sure that most users never have to touch
15 >> PYTHON_TARGETS, etc; the default values provided by your profile are
16 >> set up to allow *stable* python2.7 and python3.2 to work properly.
17 >
18 >> ~arch users are expected to read the docs. ^_^
19 >
20 > I am a ~amd64 user and I just read the user-guide. :-)
21 > I do not see any action items for my system; but do see a large number
22 > of reinstalls proposed by emerge
23 >
24 > I do not change any python variables in make.conf so emerge --info shows
25 > PYTHON_SINGLE_TARGET="python2_7"
26 > PYTHON_TARGETS="python2_7 python3_2"
27 >
28 > a recursive grep -i for python in /etc/portage yields only
29 > ./package.use/imaging-pillow:5:virtual/python-imaging -python_targets_python3_2
30 >
31 > So I basically have the default except for the imaging/pillow business.
32 >
33 > I note that update world wants to rebuild a bunch of packages (the
34 > entire output is below). Some are qt-related others involve
35 > PYTHON_TARGETS.
36 >
37 > Does this mean that I can let the 44 packages / 38 reinstalls update occur
38 > and expect a running system to result? It is unusual, but I realize not
39 > unprecedented, to have so many reinstalls and I would like to confirm
40 > that this is expected.
41 >
42 > thanks,
43 > allan
44
45 I realize that I forgot to attach the list of packages emerge wants to
46 reinstall. So I did the same emerge command (I always use --ask) and
47 they are *gone*. This I don't understand since I didn't sync inbetween
48 (ls -lt /usr/portage shows nothing since wednesday).
49
50 I though all dependencies, etc are resolved locally so why would it
51 change from 44 packages with 38 reinstalls to 4 packages with no
52 reinstalls?
53
54 Could someone please set me straight?
55
56 thanks,
57 allan

Replies

Subject Author
Re: [gentoo-user] did python-r1 improve user experience? Alan McKinnon <alan.mckinnon@×××××.com>