Gentoo Archives: gentoo-user

From: Andrew Lowe <agl@×××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Samba wants to downgrade my python....
Date: Sun, 16 Sep 2012 13:35:39
Message-Id: 5055D521.6020804@wht.com.au
In Reply to: Re: [gentoo-user] Samba wants to downgrade my python.... by Neil Bothwick
1 On 09/16/12 19:53, Neil Bothwick wrote:
2 > On Sun, 16 Sep 2012 19:32:11 +0800, Andrew Lowe wrote:
3 >
4 >> I suppose I'll have to have a look at the
5 >> ebuild to try and work out why this thingy wants Python, any python, in
6 >> the first place.
7 >
8 > Portage is written in Python, which raises the question of why you didn't
9 > have python:2 installed in the first place. The samba ebuild doesn't
10 > include a dependency on python, so you'll need to do and emerge -t to see
11 > which packages do pull it in, but I suspect it is required by an eclass
12 > inherited by one of the ebuilds.
13 >
14 > If so, Samba itself does not need Python to do it's job, but portage
15 > needs Python in order to install Samba. that would make it a build
16 > dependency which could be uninstalled after Samba was merged, but I'd be
17 > nervous about removing Python from any Gentoo system that uses portage.
18 >
19 Neil,
20 Looks like you've hit the nail on the head. The media machine has just
21 had a new install of Gentoo done and according to "eselect python list",
22 I only have V3.2. Nothing has been removed, just a few things added so
23 it looks like the default "install" only does V3.2. Looks like I'll have
24 to put up with it, the compile time on the little machine is a killer,
25 and let the install happen.
26
27 Thanks for the feedback everyone,
28
29 Andrew

Replies

Subject Author
Re: [gentoo-user] Samba wants to downgrade my python.... Kerin Millar <kerframil@×××××××××××.uk>