Print depend-info also if a package is not available for the target triplet #22220
Labels
category:vcpkg-bug
The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
requires:tool-release
An issue that has been fixed in the microsoft/vcpkg-tool repo and is waiting for a release thereof
Is your feature request related to a problem? Please describe.
I am trying to find out why a port fails to build when one of the dependencies is not available for the target triplet.
E.g; since updating vcpkg, the build fails with "libgcrypt[core] is only supported on 'linux | osx'"
To debug, I'd like to know how my build depends on this package:
Result:
Instead of the dependency tree, the error is shown again.
Proposed solution
It would be helpful if the dependency tree would still be shown, ideally with the affected packages visually flagged (e.g. shown in red).
The text was updated successfully, but these errors were encountered: