Changes between Initial Version and Version 1 of Ticket #57119, comment 4


Ignore:
Timestamp:
Sep 11, 2018, 8:21:24 PM (6 years ago)
Author:
lzkelley (Luke)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57119, comment 4

    initial v1  
    3434}}}
    3535
    36 I'll attached the full, updated main.log
     36I'll attached the full, updated main.log (new: `main.2.log`)
     37
     38----------
     39
     40In the referenced ticket () they say to make sure the `xcode` cctools variant is installed.  I did a `port variants cctools` and get:
     41{{{
     42cctools has the variants:
     43   llvm39: Use llvm-3.9 for libLTO, llvm-mc, llvm-size, and llvm-nm
     44     * conflicts with llvm40 llvm50 llvmdev xcode
     45   llvm40: Use llvm-4.0 for libLTO, llvm-mc, llvm-size, and llvm-nm
     46     * conflicts with llvm39 llvm50 llvmdev xcode
     47[+]llvm50: Use llvm-5.0 for libLTO, llvm-mc, llvm-size, and llvm-nm
     48     * conflicts with llvm39 llvm40 llvmdev xcode
     49   llvmdev: Use llvm-devel for libLTO, llvm-mc, llvm-size, and llvm-nm
     50     * conflicts with llvm39 llvm40 llvm50 xcode
     51   universal: Build for multiple architectures
     52     * conflicts with xcode
     53   xcode: Use Xcode supplied toolkit
     54     * conflicts with universal
     55}}}
     56This means the `llvm50` is the installed variant, I think.  Should I try the xcode version?