[MacPorts] #19223: subversion 1.6.0 stubbornly linking against python25-apple?
MacPorts
noreply at macports.org
Tue Apr 7 13:53:10 PDT 2009
#19223: subversion 1.6.0 stubbornly linking against python25-apple?
------------------------------------------+---------------------------------
Reporter: macports.org@… | Owner: dluke@…
Type: defect | Status: closed
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.7.1
Resolution: invalid | Keywords:
Port: subversion-python25bindings |
------------------------------------------+---------------------------------
Comment(by macports.org@…):
Replying to [comment:4 dluke@…]:
> Oh, actually that's where the python25 framework gets installed:
>
> $port provides /Library/Frameworks/Python.framework/Versions/2.5/Python
> /Library/Frameworks/Python.framework/Versions/2.5/Python is provided by:
python25
Does it really?
{{{
$ /Library/Frameworks/Python.framework/Versions/2.5/bin/python -V
Python 2.5
$ /Library/Frameworks/Python.framework/Versions/2.5/bin/python
Python 2.5 (r25:51918, Sep 19 2006, 08:49:13)
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
$ /opt/local/bin/python2.5 -V
Python 2.5.4
$ /opt/local/bin/python2.5
Python 2.5.4 (r254:67916, Apr 6 2009, 16:57:21)
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D
}}}
More importantly:
{{{
$ /opt/local/bin/python2.5 -c "import svn.core; print
svn.core.SVN_VER_MINOR"
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap
$ /Library/Frameworks/Python.framework/Versions/2.5/bin/python -c "import
svn.core; print svn.core.SVN_VER_MINOR"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named svn.core
}}}
I'll attach the -dv output.
--
Ticket URL: <http://trac.macports.org/ticket/19223#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list