Changes between Initial Version and Version 3 of Ticket #69789


Ignore:
Timestamp:
Apr 20, 2024, 6:37:42 PM (5 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69789

    • Property Status changed from new to closed
    • Property Summary changed from nettle 3.9.1_0: won't build on macOS 14 / XCode 15.3 to nettle @3.9.1_0: won't build on macOS 14 / XCode 15.3
    • Property Keywords sonoma added
    • Property Owner set to ryandesign
    • Property Resolution changed from to fixed
  • Ticket #69789 – Description

    initial v3  
    11When I try and build nettle on my M3 macOS 15 system under XCode 15.3, it yields this error:
    22
    3 ```:info:build xcode-select: Failed to locate 'm4', requesting installation of command line developer tools.```
     3{{{
     4:info:build xcode-select: Failed to locate 'm4', requesting installation of command line developer tools.
     5}}}
    46
    57A dialog is opened asking if I want to install.  However, after doing that, and then attempting to rebuild the port, the same exact error happens.  So I'm not entirely sure what's wrong.  Earlier in the build log (attached), there are messages saying that m4 is in the build tree and is found, but then later when clang runs, I guess it is trying to look for it in the command line developer tools, and I'm not sure why it can't be found?