Jump to content
The Dark Mod Forums

Alberto Salvia Novella

Member
  • Posts

    160
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Alberto Salvia Novella

  1. What I mean is I try to avoid the packaging maintenance as much as possible.

    For that I automate the generation of recipes, and favor using the code from upstream.

    If I really need a customization I try to suggest it upstream, or I automatically append it to the original recipe.

    But I avoid trying to keep local recipes per se, because that would be a recurrent effort to maintain.

  2. Well, I should have seen it:

    zlib/1.2.11: WARN: minizip option is deprecated. Please use the new minizip/1.2.11 package

    But fixing that:

    WARN: libcurl/7.61.1@thedarkmod/local: requirement zlib/1.2.11@conan/stable overridden by your conanfile to zlib/1.2.11
    ERROR: Failed requirement 'mbedtls/2.13.0@bincrafters/stable' from 'libcurl/7.61.1@thedarkmod/local'

    And fixing that:

    Failed requirement 'zlib/1.2.11@conan/stable' from 'libcurl/7.61.1@thedarkmod/local'

    It seems there are more than a few things broken at conanfile.py. Please let me know when the published file works again, at least for you.

    • Like 1
  3. Nope:

    $conan install . --build --options platform_name=linux

    zlib/1.2.11: WARN: minizip option is deprecated. Please use the new minizip/1.2.11 package

    WARN: libcurl/7.61.1@thedarkmod/local: requirement zlib/1.2.11@conan/stable overridden by your conanfile to zlib/1.2.11

    ERROR: Failed requirement 'mbedtls/2.13.0@bincrafters/stable' from 'libcurl/7.61.1@thedarkmod/local'

    ERROR: Unable to find 'mbedtls/2.13.0@bincrafters/stable' in remotes

×
×
  • Create New...