Gentoo Archives: gentoo-dev

From: Jon Nelson <jnelson@×××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Emerging python 2.1.X breaks portage
Date: Tue, 20 Nov 2001 21:23:58
Message-Id: 20011120212558.3935a067.jnelson@jamponi.net
1 But it can be "fixed" (bandaid) by changing the first line of
2 /usr/bin/xpak
3 from
4 #! /usr/bin/python
5 to
6 #! /usr/bin/spython
7
8 For portage specific modules, shouldn't there be a specific directory that
9 is added to the sys.path at startup (of each program)?
10
11 Can spython be unmerged after python 2.1.X is merged?
12
13 Also, should spython be a virtual for python if it does not include
14 development files? pygtk *requires* one of the sys-devel/python
15 to be installed -- spython won't do it, and pygtk uses virtual/python
16 in its depends.
17
18 What is the "right" thing to do here?
19
20 --
21 Pound for pound, the amoeba is the most vicious animal on earth.
22
23 Jon Nelson
24 jnelson@×××××××.net

Replies

Subject Author
Re: [gentoo-dev] Emerging python 2.1.X breaks portage Daniel Robbins <drobbins@g.o>