Changes between Initial Version and Version 1 of Ticket #32306


Ignore:
Timestamp:
Nov 28, 2011, 2:24:24 PM (12 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32306

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords python removed
  • Ticket #32306 – Description

    initial v1  
    11Specifically, it fails build when something that isn't python26 is set as the default using
    22
     3{{{
    34port select --set python {not python26}
     5}}}
    46
    57I had it set to python32, and was getting this godawful stacktrace. Unfortunately, I can't post my log as when it built right, the log vanished. The problem is that it's calling
    68
     9{{{
    710/opt/local/bin/python
     11}}}
    812
    913to run its tests, which in this case is a symlink to whatever you selected to be the default. python32 in my case, which is absolutely not what it was expecting. When it got set to python26 with
    1014
    11 
     15{{{
    1216port select --set python python26
     17}}}
    1318
    1419everything worked fine.