You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to compile ccache/4.10.2 with fmt 11, it throws the following error.
ERROR: Conflict in ccache/4.10.2:
'ccache/4.10.2' requires 'fmt/10.2.1' while 'conanfile.py (libbb/1.0.0)' requires 'fmt/11.0.2'.
To fix this conflict you need to override the package 'fmt' in your root package.
According to their release notes for ccache/4.10.2, it should compile with 'fmt/11.0.2'
ERROR: Conflict in ccache/4.10.2:
'ccache/4.10.2' requires 'fmt/10.2.1' while 'conanfile.py (libbb/1.0.0)' requires 'fmt/11.0.2'.
To fix this conflict you need to override the package 'fmt' in your root package.
The text was updated successfully, but these errors were encountered:
Description
Hello,
When I try to compile ccache/4.10.2 with fmt 11, it throws the following error.
ERROR: Conflict in ccache/4.10.2:
'ccache/4.10.2' requires 'fmt/10.2.1' while 'conanfile.py (libbb/1.0.0)' requires 'fmt/11.0.2'.
To fix this conflict you need to override the package 'fmt' in your root package.
According to their release notes for ccache/4.10.2, it should compile with 'fmt/11.0.2'
https://ccache.dev/releasenotes.html#_ccache_4_10_2
can you please help about this?
Thank you.
Package and Environment Details
Conan profile
[settings]
os=Macos
os_build=Macos
arch=armv8
arch_build=armv8
compiler=apple-clang
compiler.version=14
compiler.libcxx=libc++
build_type=Release
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
compile ccache/4.10.2 with fmt 11
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: