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

libcurl: fix dependencies handling in CMake build #15460

Merged
merged 9 commits into from
Feb 1, 2023

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Jan 24, 2023

closes #15457

#14902 led to a side effect which is important to understand for conan contributors: CMakeDeps is not a silver bullet, there is no magic when you bypass custom Find modules of upstream with slightly different casing.


jwillikers
jwillikers previously approved these changes Jan 24, 2023
@ghost
Copy link

ghost commented Jan 24, 2023

I detected other pull requests that are modifying libcurl/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@SpaceIm
Copy link
Contributor Author

SpaceIm commented Jan 24, 2023

I've also removed logic based on libcurl versions not maintained anymore.

jwillikers
jwillikers previously approved these changes Jan 24, 2023
jwillikers
jwillikers previously approved these changes Jan 24, 2023
ghost
ghost previously approved these changes Jan 25, 2023
@conan-center-bot

This comment has been minimized.

# TODO: check this patch, it's suspicious
replace_in_file(self, cmakelists,
"include(CurlSymbolHiding)", "")

# brotli
replace_in_file(self, cmakelists, "find_package(Brotli QUIET)", "find_package(brotli REQUIRED CONFIG)")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use the Conan 1.55 feature and override this before the generate?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wouldn't work except for libnghttp2 and wolfssl.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't even do that for libnghttp2 because we want to link only nghttp2 component, so a patch is required anyway.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤮 that's sucky can you share your changes so I can flag it too the team please?

Copy link
Contributor Author

@SpaceIm SpaceIm Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I don't understand what you want me to share exactly. For me the reason why it can't work in this specific case is obvious when you know how CMakeDeps works and looking at what is replaced here in libcurl CMakeLists.
It's a combination of cases that just can't work with CMakeDeps or anything you could try with set_property() during CMakeDeps generation:

  • casing inconsistency. Example: find_package(foo) followed by if(FOO_FOUND) or FOO_LIBRARIES, instead of if(foo_FOUND) or foo_LIBRARIES. Indeed CMakeDeps always generates variables with a prefix whose casing is the one of cmake_file_name. If you override cmake_file_name with foo, it will not define FOO_FOUND & FOO_LIBRARIES so it can lead to several issues (feature unexpectedly disabled, link to dependency fails etc). If you override cmake_file_name with FOO, find_package(foo) won't be able to find FOOConfig.cmake
  • non-standard variables names CMakeDeps never generates. Example: FOO_LIBRARY

Copy link
Contributor

@prince-chrismc prince-chrismc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SpaceIm SpaceIm dismissed stale reviews from ghost and jwillikers via d9633ae January 28, 2023 20:25
@conan-center-bot

This comment has been minimized.

@SpaceIm SpaceIm closed this Jan 28, 2023
@SpaceIm SpaceIm reopened this Jan 28, 2023
@conan-center-bot

This comment has been minimized.

@SpaceIm
Copy link
Contributor Author

SpaceIm commented Jan 28, 2023

command 'git merge --no-ff https://github.com/conan-io/conan-center-index/commit/b969ce3ef399e0d01d82cc419d44143a95f78488' failed with exit code 1:
Auto-merging recipes/libcurl/all/conanfile.py
CONFLICT (content): Merge conflict in recipes/libcurl/all/conanfile.py
Automatic merge failed; fix conflicts and then commit the result.

WTF? I've solved merge conflicts, what's wrong? It's not the first time I see these incorrect merge conflicts after a merge of master branch.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 11 (2dcea925b855d63b39ea59490ff7429c6599744a):

  • libcurl/7.86.0@:
    All packages built successfully! (All logs)

  • libcurl/7.85.0@:
    All packages built successfully! (All logs)

  • libcurl/7.87.0@:
    All packages built successfully! (All logs)

  • libcurl/7.79.1@:
    All packages built successfully! (All logs)

  • libcurl/7.84.0@:
    All packages built successfully! (All logs)

  • libcurl/7.77.0@:
    All packages built successfully! (All logs)

  • libcurl/7.82.0@:
    All packages built successfully! (All logs)

  • libcurl/7.76.0@:
    All packages built successfully! (All logs)

  • libcurl/7.80.0@:
    All packages built successfully! (All logs)

  • libcurl/7.78.0@:
    All packages built successfully! (All logs)

  • libcurl/7.83.1@:
    All packages built successfully! (All logs)


Conan v2 pipeline (informative, not required for merge) ❌

Note: Conan v2 builds are informative and they are not required for the PR to be merged.

The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.

See details:

Failure in build 14 (2dcea925b855d63b39ea59490ff7429c6599744a):

  • libcurl/7.86.0@:
    Error running command conan graph info --requires libcurl/7.86.0@#88506b3234d553b90af1ceefc3dd1652 -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/e568167a-054e-4ff1-8db8-504f3894c080/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/e568167a-054e-4ff1-8db8-504f3894c080/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conanfile.py
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conanfile.py
    Downloading conan_export.tgz
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.86.0#88506b3234d553b90af1ceefc3dd1652 - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.83.1@:
    Error running command conan graph info --requires libcurl/7.83.1@#4c0414be64010b83dfa9c9067da4ac7d -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/115ee12d-7454-4801-865f-4d78e6104793/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/115ee12d-7454-4801-865f-4d78e6104793/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Downloading conanfile.py
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Downloading conanfile.py
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.83.1#4c0414be64010b83dfa9c9067da4ac7d - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.87.0@:
    Error running command conan graph info --requires libcurl/7.87.0@#9b166c63d5b06b69358f8698cb8daa45 -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/4d0eda3d-05e1-453a-b771-e8f73fbaa869/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/4d0eda3d-05e1-453a-b771-e8f73fbaa869/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conan_export.tgz
    Downloading conanfile.py
    Downloading conanmanifest.txt
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conan_export.tgz
    Downloading conanmanifest.txt
    Downloading conanfile.py
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.87.0#9b166c63d5b06b69358f8698cb8daa45 - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.85.0@:
    Error running command conan graph info --requires libcurl/7.85.0@#b8918c980a0406f48824013176ef8883 -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/a1b2b2a4-1682-4f5b-ab87-ca6830c55f34/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/a1b2b2a4-1682-4f5b-ab87-ca6830c55f34/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conanfile.py
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Downloading conanfile.py
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.85.0#b8918c980a0406f48824013176ef8883 - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.80.0@:
    Error running command conan graph info --requires libcurl/7.80.0@#b103329ab8ee4ad76dded4e3c40184ea -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/0b29fe33-6458-4f65-ad8e-9d04233096a9/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/0b29fe33-6458-4f65-ad8e-9d04233096a9/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conan_export.tgz
    Downloading conanfile.py
    Downloading conanmanifest.txt
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Downloading conanfile.py
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.80.0#b103329ab8ee4ad76dded4e3c40184ea - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.84.0@:
    Error running command conan graph info --requires libcurl/7.84.0@#27d1f8adfae306ba68edc78f691869d7 -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/90084c58-2d30-4cad-b98a-2a9a737873d4/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/90084c58-2d30-4cad-b98a-2a9a737873d4/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conan_export.tgz
    Downloading conanfile.py
    Downloading conanmanifest.txt
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Downloading conanfile.py
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.84.0#27d1f8adfae306ba68edc78f691869d7 - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.82.0@:
    Error running command conan graph info --requires libcurl/7.82.0@#1c04cb23d4b60cbbf4d34f46958f849c -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/a4684a91-c6d9-4f99-ac5f-0af296fcc3ca/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/a4684a91-c6d9-4f99-ac5f-0af296fcc3ca/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conanfile.py
    Downloading conan_export.tgz
    Downloading conanmanifest.txt
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Downloading conanfile.py
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.82.0#1c04cb23d4b60cbbf4d34f46958f849c - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.77.0@:
    Error running command conan graph info --requires libcurl/7.77.0@#8ea637a60d2a2793d5f12c428eaec4b0 -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/e1f7e0ec-3824-4027-b72b-774e8fa56d3e/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/e1f7e0ec-3824-4027-b72b-774e8fa56d3e/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conan_export.tgz
    Downloading conanfile.py
    Downloading conanmanifest.txt
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conan_export.tgz
    Downloading conanmanifest.txt
    Downloading conanfile.py
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.77.0#8ea637a60d2a2793d5f12c428eaec4b0 - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.79.1@:
    Error running command conan graph info --requires libcurl/7.79.1@#961cdeaf2e8e09a3568d78487c0a9ff1 -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/f3077ca1-f30f-48cf-92d4-907632812953/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/f3077ca1-f30f-48cf-92d4-907632812953/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conanfile.py
    Downloading conan_export.tgz
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Downloading conanfile.py
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.79.1#961cdeaf2e8e09a3568d78487c0a9ff1 - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.78.0@:
    Error running command conan graph info --requires libcurl/7.78.0@#96feb2b7c3aa83560f35f5338ac4aac1 -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/c23a0659-2488-4a54-8c71-973d25b8bfc3/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/c23a0659-2488-4a54-8c71-973d25b8bfc3/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conanfile.py
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conanmanifest.txt
    Downloading conanfile.py
    Downloading conan_export.tgz
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.78.0#96feb2b7c3aa83560f35f5338ac4aac1 - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    
  • libcurl/7.76.0@:
    Error running command conan graph info --requires libcurl/7.76.0@#6d65ebf6b211a6805d6c97ada1fe5799 -f json -pr:h /home/conan/w/prod-v2_cci_PR-15460/14/664f3d06-2769-428a-9504-5ba9cf667e28/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15460/14/664f3d06-2769-428a-9504-5ba9cf667e28/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:

    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    openssl/1.1.1s: Not found in local cache, looking in remotes...
    openssl/1.1.1s: Checking remote: conan-center-v2
    openssl/1.1.1s: Trying with 'conan-center-v2'...
    Downloading conanfile.py
    Downloading conanmanifest.txt
    Downloading conan_export.tgz
    Decompressing conan_export.tgz
    openssl/1.1.1s: Downloaded recipe revision a6bcb47aa156fc382f099fa184640d69
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center-v2
    zlib/1.2.13: Trying with 'conan-center-v2'...
    Downloading conanfile.py
    Downloading conan_export.tgz
    Downloading conanmanifest.txt
    Decompressing conan_export.tgz
    zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center-v2
    Graph root
        virtual
    Requirements
        libcurl/7.76.0#6d65ebf6b211a6805d6c97ada1fe5799 - Cache
        openssl/1.1.1s#a6bcb47aa156fc382f099fa184640d69 - Downloaded (conan-center-v2)
        zlib/1.2.13#13c96f538b52e1600c40b88994de240f - Downloaded (conan-center-v2)
    Graph error
        Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    ERROR: Package 'libtool/2.4.7' not resolved: Unable to find 'libtool/2.4.7' in remotes
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@conan-center-bot conan-center-bot merged commit bb395ed into conan-io:master Feb 1, 2023
@SpaceIm SpaceIm deleted the fix/libcurl-cmake-deps branch February 1, 2023 07:52
StellaSmith pushed a commit to StellaSmith/conan-center-index that referenced this pull request Feb 2, 2023
* fix interaction of CMakeDeps & CMakeLists of libcurl

* remove mingw workaround for autotools install

therefore min conan version is bumped to 1.54.0

* zstd option always available since we oldest version maintained in conan-center is greater than 7.72.0

* cleanup more stuff not related to versions currently maintained

* map with_libpsl option to CMake build since 7.84.0

* properly handle with_libpsl option

* no self.info in validate()

* small change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[package] libcurl/7.87.0: cannot build with SFTP/SCP protocols enabled (libssh2)
5 participants