Changes between Initial Version and Version 1 of Ticket #67539, comment 26


Ignore:
Timestamp:
Jun 2, 2023, 1:39:10 AM (12 months ago)
Author:
hexadecagram ({16/7})
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67539, comment 26

    initial v1  
    1515This time around, I forgot to `port select --set clang mp-clang-15` before attempting the build (or `port select --set llvm` to anything but `none` for that matter). So I am running Apple `clang` 14.0.3, with `--version` producing the same as quoted above and `xcodebuild -version` producing:
    1616
    17 ```
     17{{{
    1818Xcode 14.3
    1919Build version 14E222a
    20 ```
     20}}}
    2121
    2222Under this configuration, `port build` produced an `ssh` binary which does not segfault.