Luis Caro Campos

Results 315 comments of Luis Caro Campos

Hi @harsszegi - thanks for your question. Given a recipe with its _version_, in your case `foo/3.0.5+feature_conan2+558-7ff7509` - the recipe _revisions_ are **shared** between both Conan 1 and Conan 2....

As @AbrilRBS mentions, we just ran this PR in our new pipeline (which is still internal) and detected two issues: The first one is that the config.yaml and the conandata.yaml...

Thanks @rollebolle. I have troubleshooting this recently (so that we can fix this), and I believe what you are experiencing is the same as "example 3" here: https://github.com/jcar87/conan-crossbuild-with-sysroot?tab=readme-ov-file#example-3-cmake-finds-a-dependency-from-the-sysroot-when-it-should-pick-it-up-from-conan A workaround...

> Thanks for the reply. In specific cases - yes this could work, when we own the recpie. Consider though when we want to take a package from `conancenter `"as...

Thanks @rollebolle - Perhaps this can be useful: https://cmake.org/cmake/help/latest/variable/CMAKE_IGNORE_PREFIX_PATH.html#variable:CMAKE_IGNORE_PREFIX_PATH you could add `/usr/lib/cmake` to `CMAKE_IGNORE_PREFIX_PATH` and hopefully that takes care of the problem in a more generic way. This could...

Hi @ottmar-zittlau - the idea is that it should work yes, if it doesn't then that's something we need to fix!

Hi @sabelka, thanks for this contribution! It is failing on CI with: ``` ERROR: qt/6.6.3: Error in generate() method, line 653 tc.variables["HOST_PERL"] = self.dependencies.build["strawberryperl"].conf_info.get("user.strawberryperl:perl", check_type=str) KeyError: "'strawberryperl' not found in...

Thank you! This change was added in https://github.com/conan-io/conan-center-index/pull/26501 (preserving authorship)

Hi @hypengw - thanks for opening this PR. Unfortunately this is not something we could merge without causing issues: changing the soname for the same version between recipe revisions would...

Hi @EstebanDugueperoux2 - apologies for the delay in a response - we do have quite a significant backlog that we are working through, as well as less visible infrastructure work...