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] gdal/3.5.2: recipe is not working for conan 2.0 #16479

Closed
Luk0r opened this issue Mar 9, 2023 · 1 comment · Fixed by #19298
Closed

[package] gdal/3.5.2: recipe is not working for conan 2.0 #16479

Luk0r opened this issue Mar 9, 2023 · 1 comment · Fixed by #19298
Labels
bug Something isn't working

Comments

@Luk0r
Copy link

Luk0r commented Mar 9, 2023

Description

The recipe is not updated for conan 2.0.

*********************************************************
Recipe 'gdal/3.5.2' seems broken.
It is possible that this recipe is not Conan 2.0 ready
If the recipe comes from ConanCenter check: https://conan.io/cci-v2.html
If it is your recipe, check if it is updated to 2.0
*********************************************************

Package and Environment Details

  • Package Name/Version: gdal/3.5.2
  • Operating System+version: Linux Manjaro 22.0.4
  • Compiler+version: GCC 12.2
  • Conan version: conan 2.0.1
  • Python version: Python 3.10.9

Conan profile

Host profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux

Build profile:
[settings]
arch=x86_64
build_type=Release
compiler=clang
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=14
os=Linux

Steps to reproduce

conan install . -pr=gcc12 --output-folder ./../build

Logs

Click to expand log

======== Input profiles ========
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux

Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=clang
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=14
os=Linux


======== Computing dependency graph ========
gdal/3.5.2: Not found in local cache, looking in remotes...
gdal/3.5.2: Checking remote: conancenter
Decompressing conan_export.tgz
gdal/3.5.2: Downloaded recipe revision 885df84bc60ebb8c13d32617daa18fa4
Graph root
    conanfile.py: /home/schmidan/ownCloud/Cloud/hygref/conanfile.py
Requirements
    ade/0.1.2a#40f60830184f44589a2d49ad7454a654 - Cache
    eigen/3.3.9#1a956670fc533f91d0a9f8b1cfb646e4 - Cache
    fmt/9.1.0#e747928f85b03f48aaf227ff897d9634 - Cache
    imath/3.1.6#7f6b123c01e44d29f5170f2141083e44 - Cache
    jasper/4.0.0#0f24c583a775111430a750e3c5defb7f - Cache
    jbig/20160605#2d29fa02aacd76902e0d2cbbc24631ef - Cache
    libdeflate/1.15#867521b6450fdfcc6ec97c37a603912f - Cache
    libjpeg/9e#73948549558086b4af93226453aa988f - Cache
    libpng/1.6.39#deca555b0890e584fc895ba756e83c06 - Cache
    libtiff/4.4.0#f46dce61bbb69e0e13cafa43b93b2885 - Cache
    libwebp/1.2.4#80b4da787a1c0004f6bb1194aca91967 - Cache
    onetbb/2021.7.0#1fb6e0d17d55d290d6a1519555255f97 - Cache
    opencv/4.5.5#6e269cd47b943e533827cdea4d498cf1 - Cache
    openexr/3.1.5#88ba2322e127ebe5635fcbfdff4928d2 - Cache
    protobuf/3.17.1#4d7edab12ce00a7d6a02cad4b492f1d8 - Cache
    quirc/1.1#9127c50c5293d9c896a1081c60a08919 - Cache
    spdlog/1.11.0#faa6eb03bd1009bf2070b0c77e4f56a6 - Cache
    tomlplusplus/3.3.0#ebb2a36577011fb1959b0de8c1509a6d - Cache
    xz_utils/5.2.5#ea2f3e1571def8a8605c4c603c8ac007 - Cache
    zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Cache
    zstd/1.5.2#74cd46b9525f6d1af311660ef17ca48c - Cache
Resolved version ranges
    eigen/[=3.3.9]: eigen/3.3.9
    gdal/[>=3.5.2]: gdal/3.5.2
    libdeflate/[>=1.15]: libdeflate/1.15
    libpng/[>=1.6.39]: libpng/1.6.39
    onetbb/[>=2021.7.0]: onetbb/2021.7.0
    opencv/[>=4.5.5]: opencv/4.5.5
    spdlog/[>=1.11.0]: spdlog/1.11.0
    tomlplusplus/[>=3.2.0]: tomlplusplus/3.3.0
    zlib/[>=1.2.13]: zlib/1.2.13
*********************************************************
Recipe 'gdal/3.5.2' seems broken.
It is possible that this recipe is not Conan 2.0 ready
If the recipe comes from ConanCenter check: https://conan.io/cci-v2.html
If it is your recipe, check if it is updated to 2.0
*********************************************************

@Luk0r Luk0r added the bug Something isn't working label Mar 9, 2023
EstebanDugueperoux2 added a commit to EstebanDugueperoux2/conan-center-index that referenced this issue Mar 14, 2023
* gdal: conan V2 compatibility

* Add support for latest 3.6.2 release
EstebanDugueperoux2 added a commit to EstebanDugueperoux2/conan-center-index that referenced this issue Mar 14, 2023
* gdal: conan V2 compatibility

* Add support for latest 3.6.2 release
EstebanDugueperoux2 added a commit to EstebanDugueperoux2/conan-center-index that referenced this issue Mar 18, 2023
* gdal: conan V2 compatibility

* Add support for latest 3.6.2 release
@Becheler
Copy link

Becheler commented Jun 4, 2023

I still have the same issue on MacOs Monterey 12.5.1. @EstebanDugueperoux2 Has the recipe been updated and what can I do to help?

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

Successfully merging a pull request may close this issue.

2 participants