Changes between Initial Version and Version 1 of Ticket #68811


Ignore:
Timestamp:
Nov 30, 2023, 3:30:20 PM (10 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68811 – Description

    initial v1  
    1 The [https://github.com/macports/macports-ports/commit/16f1860fb69b0936e8f245476c7ec64981f2f79f last commit] actually worsened the build. Compiling assembly code now requires a newer version of clang, which causes unwanted dependency recursion on a clean system (clang-16 -> python311 -> openssl).
     1The [changeset:16f1860fb69b0936e8f245476c7ec64981f2f79f/macports-ports last commit] actually worsened the build. Compiling assembly code now requires a newer version of clang, which causes unwanted dependency recursion on a clean system (clang-16 -> python311 -> openssl).
    22
    33It might be worth disabling compilation of this code, but it's hard for me to check, since debugging is complicated by the fact that many ports use openssl and my laptop keeps trying to download it.