Changes between Initial Version and Version 1 of Ticket #49312


Ignore:
Timestamp:
Oct 16, 2015, 6:59:05 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log shows many compilation errors starting with:

:info:destroot /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:19:21: error: expected a type
:info:destroot - (id)copyWithZone:(nullable NSZone *)zone;
:info:destroot                     ^
:info:destroot /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:25:28: error: expected a type
:info:destroot - (id)mutableCopyWithZone:(nullable NSZone *)zone;
:info:destroot                            ^

It also shows that your clang version is 600.0.57. According to XcodeVersionInfo, that's from Xcode 6.2. That's too old to be compatible with El Capitan. You need to upgrade to Xcode 7 or later. If you've upgraded to El Capitan from a previous OS X version, make sure you've followed all the steps in wiki:Migration. Upgrading Xcode is step 1.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49312

    • Property Cc ryandesign@… added; openmaintainer@… removed
    • Property Keywords elcapitan added; installation removed
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #49312 – Description

    initial v1  
    33I need to install python27. I am using 'sudo post install python27' (I also did 'sudo port clean python27').
    44I am getting following error.
     5{{{
    56Error: org.macports.destroot for port python27 returned: command execution failed
    67Please see the log file for port python27 for details:
     
    910    http://guide.macports.org/#project.tickets
    1011Error: Processing of port python27 failed
     12}}}
    1113
    1214Please find main.log in the attachment.