Changes between Initial Version and Version 2 of Ticket #71061


Ignore:
Timestamp:
Oct 8, 2024, 3:11:53 PM (4 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log shows you have command line tools 16 so this sounds like #70750. Try the solution at ProblemHotlist#clts16.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71061

    • Property Keywords sonoma added; cmake clang llvm removed
    • Property Priority changed from High to Normal
  • Ticket #71061 – Description

    initial v2  
    33
    44I am attaching debug.log for reference. Key parts are IMO:
    5 ```
     5{{{
    66cmake-bootstrap has no conflicts
    77DEBUG: Executing org.macports.main (cmake-bootstrap)
     
    99DEBUG: Privilege de-escalation not attempted as not running as root.
    1010DEBUG: archivefetch phase started at Tue Oct  8 15:29:52 CEST 2024
    11 ```
     11}}}
    1212how can I run something not as root if I did `sudo`? Misleading.. AND
    13 ```
     13{{{
    1414CMake 3.9.6, Copyright 2000-2017 Kitware, Inc. and Contributors
    1515C compiler on this system is: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -std=gnu11
     
    1919Please specify one using environment variable CXX.
    2020See cmake_bootstrap.log for compilers attempted.
    21 ```
     21}}}
    2222
    2323How can it not find proper C++ compiler on this system if in the log variable is set
     
    2525
    2626and `clang++ --version` gives:
    27 ```
     27{{{
    2828/usr/bin/clang++ --version
    2929Apple clang version 15.0.0 (clang-1500.3.9.4)
     
    3131Thread model: posix
    3232InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
    33 ```
     33}}}
    3434
    3535I set up MacPorts to always compile from source everything. And I was able to install few packages without problems. Here the list:
    36 apr @1.7.4_0 (active)
     36{{{
     37  apr @1.7.4_0 (active)
    3738  argon2 @20190702_1 (active)
    3839  autoconf @2.72_0 (active)
     
    8788  zlib @1.3.1_0 (active)
    8889  zsh @5.9_3 (active
    89 
    90 
    91 
    92 
    93 
     90}}}