Changes between Initial Version and Version 8 of Ticket #60117


Ignore:
Timestamp:
Feb 22, 2020, 3:59:45 AM (4 years ago)
Author:
cave-canem
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60117

    • Property Status changed from new to assigned
    • Property Cc larryv kencu cave-canem added
    • Property Priority changed from High to Normal
    • Property Owner set to jeremyhu
    • Property Keywords clang make bug removed
  • Ticket #60117 – Description

    initial v8  
    77Darwin 13.4.0 x86_64
    88}}}
     9My Xcode:
     10{{{
     11spctl --assess --verbose /Applications/Xcode.app
     12/Applications/Xcode.app: accepted
     13source=Apple System
     14override=security disabled
     15}}}
     16My SDK:
     17{{{
     18xcrun --sdk macosx --show-sdk-path
     19/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
     20
     21xcrun --sdk macosx.internal --show-sdk-path
     22xcodebuild: error: SDK "macosx.internal" cannot be located.
     23xcodebuild: error: SDK "macosx.internal" cannot be located.
     24xcrun: error: unable to lookup item 'Path' in SDK 'macosx.internal'
     25
     26xcodebuild -sdk macosx -version
     27MacOSX10.10.sdk - OS X 10.10 (macosx10.10)
     28SDKVersion: 10.10
     29Path: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
     30PlatformVersion: 1.1
     31PlatformPath: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
     32ProductBuildVersion: 14A383
     33ProductCopyright: 1983-2014 Apple Inc.
     34ProductName: Mac OS X
     35ProductUserVisibleVersion: 10.10
     36ProductVersion: 10.10
     37}}}
     38
     39
    940My macports.conf:
    1041{{{