Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285085 - python framework issues
Summary: python framework issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High major (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-15 13:55 UTC by Pavel Volkovitskiy
Modified: 2009-09-25 15:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkovitskiy 2009-09-15 13:55:23 UTC
dev-lang/python-2.6.2-r01.3 framework build has some issues on darwin

1. /opt/gentoo/usr/lib/Python.framework/Python -> Versions/2.6/Python missed
but linker looks for name.framework/name
see http://article.gmane.org/gmane.linux.gentoo.alt/5145

2. /opt/gentoo/usr/lib/Python.framework/Python and /opt/gentoo/usr/lib/libpython2.6.dylib has to be same or you will get python initialization error
see http://article.gmane.org/gmane.linux.gentoo.alt/5146
Comment 1 Fabian Groffen gentoo-dev 2009-09-16 18:33:42 UTC
(In reply to comment #0)
> dev-lang/python-2.6.2-r01.3 framework build has some issues on darwin
> 
> 1. /opt/gentoo/usr/lib/Python.framework/Python -> Versions/2.6/Python missed
> but linker looks for name.framework/name
> see http://article.gmane.org/gmane.linux.gentoo.alt/5145

this one is fixed by eselect-python update
Comment 2 Fabian Groffen gentoo-dev 2009-09-16 20:16:00 UTC
(In reply to comment #0)
> 2. /opt/gentoo/usr/lib/Python.framework/Python and
> /opt/gentoo/usr/lib/libpython2.6.dylib has to be same or you will get python
> initialization error
> see http://article.gmane.org/gmane.linux.gentoo.alt/5146

libpython2.6.dylib is actually a copy of Python.framework/Versions/2.6/Python, so this should work fine.
Comment 3 Fabian Groffen gentoo-dev 2009-09-25 15:34:46 UTC
This should be fixed, at least it works for me now, please reopen or file a new bug if not