Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package] ccache/4.10.2: 'ccache/4.10.2' requires 'fmt/10.2.1' but it should work fine with 'fmt/11.0.2' #26201

Open
barbacar opened this issue Dec 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@barbacar
Copy link

barbacar commented Dec 16, 2024

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

  • Package Name/Version: ccache/4.10.2
  • Operating System+version: Linux Ubuntu 22.04
  • Compiler+version: GCC 11
  • Docker image: conanio/gcc11
  • Conan version: conan 1.63.0
  • Python version: Python 3.7.4

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
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.
@barbacar barbacar added the bug Something isn't working label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant