MCJack123/CraftOSOS

ERROR: Profile not found: clang-6.0-macos-x86_64

ajh123 opened this issue · 4 comments

Im trying to install the conan profile on MacOS bigSur like it says to in the readme but i get this error

% conan install .. -pr clang-6.0-macos-x86_64
ERROR: Profile not found: clang-6.0-macos-x86_64

Heres my clang version

% clang --version
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: x86_64-apple-darwin20.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

I fixed this one by

conan config install https://github.com/includeos/conan_config.git

Now i try this

% conan install .. -pr clang-6.0-macos-x86_64
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=clang
compiler.libcxx=libc++
compiler.version=6.0
cppstd=17
os=Linux
os_build=Macos
[options]
[build_requires]
*: binutils/2.31@includeos/toolchain
[env]
CC=/usr/local/opt/llvm\@6/bin/clang
CFLAGS=-msse3 -mfpmath=sse -O2 -g
CXX=/usr/local/opt/llvm\@6/bin/clang++
CXXFLAGS=-msse3 -mfpmath=sse -O2 -g
ERROR: Permission denied for user: 'None'. [Remote: includeos]

Also updating homebrew didn't work

IncludeOS is now moving away for the hard dependency on Conan see includeos/IncludeOS#2213 (comment).