conan: [bug] deps_user_info empty when using new -pr:h/-pr:b parameters
I just noticed that when running conan install with the new -pr:h
/-pr:b
parameters the deps_user_info
is completely empty although there should be several items inside which are set by direct requirements and build requirement packages. Once I roll back to -pr
only it works as intended.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (17 by maintainers)
Commits related to this issue
- investigate #7247 — committed to jgsogo/conan by jgsogo 4 years ago
- [fix] Propagate 'user_info_build' using package development commands (#7488) * investigate #7247 * add 'user_info_build' to TXT generator * handle line length in file * add more data to the ... — committed to conan-io/conan by jgsogo 4 years ago
Hi, @jasal82
We’ve merged PR https://github.com/conan-io/conan/pull/7266 for the next 1.27 (to be released this week). It adds the information from the
user_info
requirements in the host context todeps_user_info
(as it is done when using one profile), and the information from the build_requirements will be available in the fielduser_info_build
.I hope this helps with your integration.
Thanks!