Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Totem build error
Date: Sun, 11 Oct 2009 05:21:10
Message-Id: 1255238467.119504.12.camel@centar
In Reply to: Re: [gentoo-user] Totem build error by meino.cramer@gmx.de
1 On Sun, 2009-10-11 at 07:09 +0200, meino.cramer@×××.de wrote:
2 > thanks for your post...but it is not clear to me, what it means --
3 > sorry I am no native english speaker. I did:
4 >
5 > solfire:/home/mccramer>find /usr/lib/python* -type f -name
6 > codegen.py
7 > /usr/lib/python2.4/site-packages/fract4d/codegen.py
8 > /usr/lib/python2.5/site-packages/fract4d/codegen.py
9 > /usr/lib/python2.6/site-packages/gtk-2.0/codegen/codegen.py
10 >
11 > and:
12 >
13 > solfire:/home/mccramer>eselect python show
14 > python2.5
15 >
16 > (I tried to compile totem with python 2.6 selected before but it fails
17 > with more smoke than with python 2.5...)
18 >
19 > So, what can I learn from this ... :) ???
20
21 The first thing is that you have packages installed against multiple
22 versions of python. The usuall thing after a python slot-upgrade is to
23 run python-updater and, when successful, remove the older python.
24
25 Having said that, your system python is python 2.5, but pygobject is
26 installed against python 2.6. You can't have that. System packages
27 have to be installed against the same python slot.