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] qt/6.x.x: brotli versions conflict with freetype #20451

Closed
evilenzo opened this issue Oct 9, 2023 · 2 comments
Closed

[package] qt/6.x.x: brotli versions conflict with freetype #20451

evilenzo opened this issue Oct 9, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@evilenzo
Copy link

evilenzo commented Oct 9, 2023

Description

When I try to install qt/6.x.x I get such error

ERROR: Version conflict: freetype/2.13.0->brotli/1.1.0, qt/6.4.2->brotli/1.0.9.

Looks like it's a conflict inside qt dependencies. I think it's bad?

Package and Environment Details

  • Package Name/Version: qt/6.4.2
  • Operating System+version: Windows 10 22H2
  • Compiler+version: MSVC
  • Conan version: conan 2.0.13
  • Python version: Python 3.10.11

Conan profile

Host profile:
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=23
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=193
os=Windows

Build profile:
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=23
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=193
os=Windows

Steps to reproduce

from conan import ConanFile, tools
from conan.tools.cmake import cmake_layout, CMake


class HeatEngine(ConanFile):
    settings = "os", "compiler", "build_type", "arch"

    generators = "CMakeDeps", "CMakeToolchain"

    def layout(self):
        cmake_layout(self)

    def requirements(self):
        self.requires("qt/6.4.2")

Logs

No logs required

@evilenzo evilenzo added the bug Something isn't working label Oct 9, 2023
@ericLemanissier
Copy link
Contributor

ericLemanissier commented Oct 9, 2023

This will be fixed by #20186 which just misses an approval

@evilenzo
Copy link
Author

evilenzo commented Oct 9, 2023

This will be fixed by #20186 which just misses an approval

Didn't see that one, sorry for duplicate

@evilenzo evilenzo closed this as completed Oct 9, 2023
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

2 participants