Changes between Initial Version and Version 1 of Ticket #54797


Ignore:
Timestamp:
Sep 10, 2017, 2:24:49 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54797

    • Property Owner set to ci42
    • Property Status changed from new to assigned
    • Property Cc ci42 removed
    • Property Keywords highsierra added; high sierra removed
  • Ticket #54797 – Description

    initial v1  
    11When I attempt to install the go port, the following dependency fails to build because it appears that macOS High Sierra has changed the location of the Clang runtime:
    22
    3 ```
     3{{{
    44clang: error: no such file or directory: '/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/lib/darwin17.0.0/libclang_rt.builtins-x86_64.a'
    5 ```
     5}}}
    66
    77Furthermore, I wasn't able to locate `libclang_rt.builtins-x86_64.a` within the following path for Xcode 9 Beta on macOS High Sierra:
    88
    9 ```
     9{{{
    1010/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/lib/darwin
    11 ```
     11}}}