-
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] Gdal 3.4.1: Version conflict: libgeotiff libtiff #20843
Comments
Use a Version range is added step by step in conancenter, but it will take a while, so I recommend to users to resolve conflicts themselves (with |
So dependencies version error is fixed with:
However, I still encounter build errors. Ex:
|
I fixed |
Nope, my profile looks like this:
Do you think that libopencad is not compatible with C++20? |
It seems to work with |
Hey guys, I am facing i think the same problem but this time on Linux. Here is the output when i try to manually create the gdal package using conan. Output
Any clues to what is wrong ? UpdateI got it to work with the following settings:
|
Description
I cannot install any version of GDAL on windows/visual studio 2022 due to dependencies version conflict.
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=20
compiler.runtime=dynamic
compiler.version=193
os=Windows
Steps to reproduce
conan install ../conanfile.txt --output-folder=. --build=missing -pr ..\conan-vs2022.ini -s build_type=Debug
Logs
======== Input profiles ========
Profile host:
[settings]
arch=x86_64
build_type=Debug
compiler=msvc
compiler.cppstd=20
compiler.runtime=dynamic
compiler.runtime_type=Debug
compiler.version=193
os=Windows
Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=14
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=193
os=Windows
======== Computing dependency graph ========
Graph root
conanfile.txt: C:\dev\git\project\conanfile.txt
Requirements
gdal/3.4.1#091106b74f435ebe16fe3f612bcdf0f0 - Cache
json-c/0.17#f863bad3e5c80dc90679092f67bbd680 - Cache
libgeotiff/1.7.1#725bf5f45e55bbcbda4684b492154318 - Cache
ERROR: Version conflict: libgeotiff/1.7.1->libtiff/4.6.0, gdal/3.4.1->libtiff/4.5.1.
The text was updated successfully, but these errors were encountered: