[MacPorts] #20285: python_select does not function on 10.6
MacPorts
noreply at macports.org
Fri Sep 11 10:42:54 PDT 2009
#20285: python_select does not function on 10.6
------------------------------+---------------------------------------------
Reporter: snc@… | Owner: raimue@…
Type: defect | Status: assigned
Priority: Low | Milestone:
Component: ports | Version: 1.8.0
Keywords: snowleopard | Port: python_select
------------------------------+---------------------------------------------
Comment(by null.atou@…):
Replying to [comment:23 dackze+macports@…]:
> ln:
/opt/local//opt/local/Library/Frameworks/Python.framework/Versions/Current:
No such file or directory
duplicate strings "/opt/local/" in a file
'/opt/local/etc/select/python/base', LL9-12.
so delete "/opt/local/" strings. Here is a hack.
{{{
--- base.org 2009-09-12 02:33:43.000000000 +0900
+++ base 2009-09-12 02:34:33.000000000 +0900
@@ -6,7 +6,7 @@
bin/smtpd.py
share/man/man1/python.1
share/man/man1/python.1.gz
-/opt/local/Library/Frameworks/Python.framework/Versions/Current
-/opt/local/Library/Frameworks/Python.framework/Headers
-/opt/local/Library/Frameworks/Python.framework/Resources
-/opt/local/Library/Frameworks/Python.framework/Python
+Library/Frameworks/Python.framework/Versions/Current
+Library/Frameworks/Python.framework/Headers
+Library/Frameworks/Python.framework/Resources
+Library/Frameworks/Python.framework/Python
}}}
--
Ticket URL: <http://trac.macports.org/ticket/20285#comment:25>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list