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

Most upvoted comments

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 to deps_user_info (as it is done when using one profile), and the information from the build_requirements will be available in the field user_info_build.

I hope this helps with your integration.

Thanks!