Changes between Initial Version and Version 2 of Ticket #71061
- Timestamp:
- Oct 8, 2024, 3:11:53 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71061
- Property Keywords sonoma added; cmake clang llvm removed
-
Property
Priority
changed from
High
toNormal
-
Ticket #71061 – Description
initial v2 3 3 4 4 I am attaching debug.log for reference. Key parts are IMO: 5 ``` 5 {{{ 6 6 cmake-bootstrap has no conflicts 7 7 DEBUG: Executing org.macports.main (cmake-bootstrap) … … 9 9 DEBUG: Privilege de-escalation not attempted as not running as root. 10 10 DEBUG: archivefetch phase started at Tue Oct 8 15:29:52 CEST 2024 11 ``` 11 }}} 12 12 how can I run something not as root if I did `sudo`? Misleading.. AND 13 ``` 13 {{{ 14 14 CMake 3.9.6, Copyright 2000-2017 Kitware, Inc. and Contributors 15 15 C compiler on this system is: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -std=gnu11 … … 19 19 Please specify one using environment variable CXX. 20 20 See cmake_bootstrap.log for compilers attempted. 21 ``` 21 }}} 22 22 23 23 How can it not find proper C++ compiler on this system if in the log variable is set … … 25 25 26 26 and `clang++ --version` gives: 27 ``` 27 {{{ 28 28 /usr/bin/clang++ --version 29 29 Apple clang version 15.0.0 (clang-1500.3.9.4) … … 31 31 Thread model: posix 32 32 InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin 33 ``` 33 }}} 34 34 35 35 I 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) 37 38 argon2 @20190702_1 (active) 38 39 autoconf @2.72_0 (active) … … 87 88 zlib @1.3.1_0 (active) 88 89 zsh @5.9_3 (active 89 90 91 92 93 90 }}}