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

[bug] Can't build aws-c-io #17393

Closed
tfili opened this issue May 4, 2023 · 5 comments · Fixed by #17104
Closed

[bug] Can't build aws-c-io #17393

tfili opened this issue May 4, 2023 · 5 comments · Fixed by #17104
Assignees

Comments

@tfili
Copy link

tfili commented May 4, 2023

Environment details

  • Operating System+version: Linux Centos7
  • Compiler+version: gcc 9
  • Conan version: 1.59.0
  • Python version: 3.9.6

Steps to reproduce

  • Create conanfile.txt
[requires]
openssl/1.1.1s
aws-c-io/0.10.20

[generators]
cmake

[options]
  • Run conan install . --remote conancenter --build -s compiler=gcc -s compiler.version=9 -s compiler.libcxx=libstdc++11

Logs

ERROR: aws-c-io/0.10.20: Error in generate() method, line 71
        deps.generate()
        ConanException: error generating context for 'aws-c-cal/0.5.13': Component 'aws-c-common::aws-c-common-lib' not found in 'aws-c-common' package requirement
@memsharded
Copy link
Member

Thanks for reporting this @tfili

I think this looks like more like a ConanCenter recipe issue, not a Conan one. Maybe @uilianries @prince-chrismc or @jcar87 can have a look?

Also, quick hint: The cmake generator is legacy in 1.X, already replaced by CMakeToolchain and CMakeDeps and it has already been removed in Conan 2.0, so better stop using it. Also, keep an eye on possible conflicts on openssl1, as the recipes in ConanCenter are moving fast to include openssl3.

@prince-chrismc
Copy link
Contributor

It's an order of operations problem with updating recipes in CCI :) #17105 introduced this.

There's a ton of AWS PRs currently open as well #17104

@prince-chrismc
Copy link
Contributor

@tfili You can see my comment #17105 (comment) for how to avoid these types of changes

@prince-chrismc prince-chrismc transferred this issue from conan-io/conan May 4, 2023
@memsharded
Copy link
Member

Ok, then I think we can close this ticket and follow up on those ConanCenter ones. Thanks!!!

@tfili
Copy link
Author

tfili commented May 5, 2023

@prince-chrismc Thanks for your help. That was very helpful. I have it working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants