Git Product home page Git Product logo

Comments (5)

jcar87 avatar jcar87 commented on September 28, 2024

Hi @DevAGCO - thanks for reporting this. Moving this issue to Conan Center, will look into this.

from conan-center-index.

jcar87 avatar jcar87 commented on September 28, 2024

Hi @DevAGCO - we're undergoing an update of the aws recipes to align the versions of their internal dependencies of the AWS SDK cpp, as per #24831

Please accept my apologies and we understand the aws-sdk-cpp recipe is quite popular and critical to our users needs, and we did not expect to cause a disruption that lasted this long.

In the meantime, you could try the following to get a non-conflicting graph by reverting to the last well-known state:

save a file, e.g. aws-sdk-cpp.lock, with the following contents

{
    "version": "0.5",
    "requires": [
        "aws-sdk-cpp/1.9.234#0ad8828e94ec4025c17631a41f62e629%1693958564.31",
        "aws-c-event-stream/0.2.7#b47d721d67f9021cced345ab2327eab4%1699584798.186"
    ],
    "build_requires": [],
    "python_requires": []
}

And when invoking conan install, pass the following arguments (note the --lockfile points to the file you just created)

conan install --require aws-sdk-cpp/1.9.234 --lockfile-partial --lockfile=aws-sdk-cpp.lock

This should get the graph to solve correctly - may experience missing binaries from Conan Center as OpenSSL was recently updated, but it should all build - please report if this is not the case.

from conan-center-index.

danimtb avatar danimtb commented on September 28, 2024

@DevAGCO I have opened a PR solving the conflicts of the dependencies here #24965.

The recipe has many requirements that depend on each other and are somehow difficult to maintain.

As a guide for the future, I created an issue at #24831 with the details of what versions to use for each SDK version and how to proceed when adding future versions of the SDK.

Hope it helps 😄

from conan-center-index.

DevAGCO avatar DevAGCO commented on September 28, 2024

Hi @DevAGCO - we're undergoing an update of the aws recipes to align the versions of their internal dependencies of the AWS SDK cpp, as per #24831

Please accept my apologies and we understand the aws-sdk-cpp recipe is quite popular and critical to our users needs, and we did not expect to cause a disruption that lasted this long.

In the meantime, you could try the following to get a non-conflicting graph by reverting to the last well-known state:

save a file, e.g. aws-sdk-cpp.lock, with the following contents

{
    "version": "0.5",
    "requires": [
        "aws-sdk-cpp/1.9.234#0ad8828e94ec4025c17631a41f62e629%1693958564.31",
        "aws-c-event-stream/0.2.7#b47d721d67f9021cced345ab2327eab4%1699584798.186"
    ],
    "build_requires": [],
    "python_requires": []
}

And when invoking conan install, pass the following arguments (note the --lockfile points to the file you just created)

conan install --require aws-sdk-cpp/1.9.234 --lockfile-partial --lockfile=aws-sdk-cpp.lock

This should get the graph to solve correctly - may experience missing binaries from Conan Center as OpenSSL was recently updated, but it should all build - please report if this is not the case.

Apologies accepted! :)
Thank you for looking into this so fast.
I have tested the patch file and it works (after adding --build=missing)!

from conan-center-index.

DevAGCO avatar DevAGCO commented on September 28, 2024

@DevAGCO I have opened a PR solving the conflicts of the dependencies here #24965.

The recipe has many requirements that depend on each other and are somehow difficult to maintain.

As a guide for the future, I created an issue at #24831 with the details of what versions to use for each SDK version and how to proceed when adding future versions of the SDK.

Hope it helps 😄

Awesome! Yes, many dependencies indeed. I understand.
Well, great job on getting a PR out so fast! Thanks!

from conan-center-index.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.