[MacPorts] #29771: python27 install error
MacPorts
noreply at macports.org
Wed Jun 15 09:25:21 PDT 2011
#29771: python27 install error
-----------------------------------------+----------------------------------
Reporter: terrydemco@… | Owner: mcalhoun@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Resolution: invalid | Keywords: python
Port: python26 python27 readline |
-----------------------------------------+----------------------------------
Comment(by justin.holewinski@…):
I was hit by this issue when I first tried Lion DP4 and Xcode 4.2, but I
was able to get around it by installing python27 with its +universal
variant.
{{{
$ sudo port install python27
<fail when building python27>
$ sudo port uninstall -f all
$ sudo port clean python27
$ sudo port install python27 +universal
<success!>
$ /opt/local/bin/python2.7
Python 2.7.1 (r271:86832, Jun 15 2011, 12:13:27)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on
darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
}}}
I'm not sure if uninstalling the previous ports is strictly necessary;
they will probably be rebuilt as +universal anyway.
Just some food for thought...
--
Ticket URL: <https://trac.macports.org/ticket/29771#comment:12>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list