Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] On Python and OSX
Date: Tue, 15 Sep 2009 15:39:21
Message-Id: 20090915153859.GN1088@gentoo.org
In Reply to: Re: [gentoo-alt] On Python and OSX by Pavel Volkovitskiy
1 On 15-09-2009 17:22:26 +0400, Pavel Volkovitskiy wrote:
2 >
3 >
4 > but still doesn't work
5 >
6 > i'm trying to find out other issues
7 >
8 >
9 >
10 > i found bugreport from macports:
11 > http://trac.macports.org/ticket/16111
12 >
13 > """With the new framework build for python25, it installs both a $
14 > {prefix}/Library/Frameworks/Python.framework/Versions/2.5/Python and a
15 > ${prefix}/lib/libpython2.5.dylib. It turns out these two are
16 > incompatible with one another"""
17 >
18 > and solution is to make symlink
19 > ln -s /opt/gentoo/usr/lib/Python.framework/Python /opt/gentoo/usr/lib/
20 > libpython2.6.dylib
21 >
22 > after that (and subversion/mercurial rebuild) hg convert actually works
23
24 I did this on purpose, and I think the problem is the offending programs
25 resorting to -framework Python stuff, while they should just use
26 UNIX-style, linking, e.g. -lpython
27
28
29 --
30 Fabian Groffen
31 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] On Python and OSX Pavel Volkovitskiy <olfway@×××××.com>