-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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.3.2: version conflict with freetype #22654
Labels
bug
Something isn't working
Comments
honigbot
changed the title
[package] qt/6.6.*: version conflict with freetype
[package] qt/6.*.*: version conflict with freetype
Feb 4, 2024
honigbot
changed the title
[package] qt/6.*.*: version conflict with freetype
[package] qt/>=6.3.2: version conflict with freetype
Feb 4, 2024
Can also reproduce this error with qt 5.15.12. |
Closed
Yes. Confirm that I am seeing the same issue on qt/6.6.1 |
dheater
pushed a commit
to dheater/conan-center-index
that referenced
this issue
Feb 6, 2024
…ich depends on libpng/1.6.42 which conflicts with qt's dependency on libpng/1.6.40. Bumping the libpng dependency version on libpng
dheater
pushed a commit
to dheater/conan-center-index
that referenced
this issue
Feb 6, 2024
…ich depends on libpng/1.6.42 which conflicts with qt's dependency on libpng/1.6.40. Bumping the libpng dependency version on libpng
dheater
pushed a commit
to dheater/conan-center-index
that referenced
this issue
Feb 6, 2024
…ich depends on libpng/1.6.42 which conflicts with qt's dependency on libpng/1.6.40. Bumping the libpng dependency version on libpng
dheater
pushed a commit
to dheater/conan-center-index
that referenced
this issue
Feb 6, 2024
…ich depends on libpng/1.6.42 which conflicts with qt's dependency on libpng/1.6.40. Bumping the libpng dependency version on libpng Signed-off-by: dheater <daniel@heater.dev>
1 task
conan-center-bot
pushed a commit
that referenced
this issue
Feb 6, 2024
…hich depe… Signed-off-by: dheater <daniel@heater.dev>
This should be fixed by #22683. @honigbot @philippun1 . Can you confirm? |
@daniel-heater-imprivata With #22675 merged, I now can confirm it fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When "conan install"ing qt, qt requires libpng/1.6.40 while the qt dependency freetype/2.13.2 requires 1.6.42.
In the freetype/2.13.2 package recipe there was an update few days ago that updated libpng from 1.6.40.
After checking this actually breaks any qt6 version in conan-index, from current 6.6.1 to 6.3.2. Have not testes qt5.
I tested it with conanfile.txt:
It can be fixed by overriding the dependency with conanfile.py:
Package and Environment Details
Conan profile
[settings]
arch=armv8
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++
compiler.version=10
os=Linux
Steps to reproduce
conan install .
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: