Changes between Initial Version and Version 2 of Ticket #51210


Ignore:
Timestamp:
Apr 22, 2016, 7:43:45 PM (8 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51210

    • Property Owner changed from macports-tickets@… to 521E328E-2A13-4749-826A-E4EF4F22A0F1@…
    • Property Port ninja added
  • Ticket #51210 – Description

    initial v2  
    11I tried to 'sudo port install ninja', but it failed with
    2 
     2{{{
    33Error: org.macports.build for port ninja returned: command execution failed
    44Please see the log file for port ninja for details:
    55    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ninja/ninja/main.log
    6 
     6}}}
    77The log contains:
    8 
     8{{{
    99:debug:configure Using compiler 'MacPorts Apple GCC 4.2'
    1010:debug:configure Executing org.macports.configure (ninja)
     
    4646:notice:build Please see the log file for port ninja for details:
    4747    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ninja/ninja/main.log
    48 
     48}}}
    4949The problem seems to be that even though I have Python 2.7 via MacPorts (`which python` -V says 2.7.11), bootstrap.py begins with #!/usr/bin/python, and that is 2.3.5 on this PPC Mac Mini with OS X 10.4.11 :(
    5050