Open jjcasmar opened 1 month ago
Hi @jjcasmar
Thanks for your report and the details to reproduce.
@AbrilRBS has been investigating this, it is possible that there is some unexpected relationship in the nodejs
and emsdk
that is making this generate the conflict. So the conflict is not solved by the profile tool-requires
because it seems it is originated by the tool-requires
themselves.
We will check first the recipes from ConanCenter to see if it can be fixed there. I think we can keep the ticket here until it is confirmed it can be changed in recipes.
Describe the bug
When using a profile with a tool_requires, I am getting a conflict between some dependency of the tool and a dependency of the recipe
conan install command
throws
According to discussion in Slack channel, the dependency in the profile should override others, but in this case still fails.
conanfile.py
x86_64-gcc-10
profilewasm-clang-16
profileHow to reproduce it
No response