Changes between Version 1 and Version 2 of Ticket #68766, comment 51


Ignore:
Timestamp:
Nov 28, 2023, 2:04:16 AM (10 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68766, comment 51

    v1 v2  
    22> Success on High Sierra when building using `clang-11` but only with the regular non-universal variant.
    33
    4 Ah ... I bet it also has something to do with that silly {{{-DBROKEN_CLANG_ATOMICS}}} that was added.
    5 
    6 As I recall, that was only added because the person who got stuck building openssl on their system had an outdated set of command line tools, and couldn't build openssl because of that.
    7 
    8 That led us down the rabbit hole of chasing the atomics thing, which in fact never needed to be chased at all, because once the command line tools on 10.7 were updated properly to the last version supported by the system, openssl built just fine.
    9 
    10 But like bowling balls on bowling alleys, stopping the mess was nigh-on impossible once it got going.
    11 
    12 Let me remove that from the Portfile and see where we go.
     4Ah ... I bet it also has something to do with that {{{-DBROKEN_CLANG_ATOMICS}}} that was added.