-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vcpkg-tool] Error message of the new pkgconfig check is not great #21116
Comments
Hmm... we did check that and it doesn't repro for me:
Any ideas what's different? /cc @autoantwort |
Yeah, sorry for that. I tried reproing it further, and couldn't. I did some further digging and I think that the problem is that I use vcpkg in manifest mode, and have specified older |
Ah, that would do it, since there were bugfixes to this port. Maybe we should turn off new post-build-lint checks in manifest mode... |
It would bring in bunch of complexity, but having a correspondence between baseline version and check addition would be the best of both worlds. |
microsoft/vcpkg-tool#245 works to address this |
This issue should be fixed in latest release. |
Describe the bug
I tried installing
gtest
with up-to-date vcpkg-tool, and got this error message:Apart from being annoyed that the current port cannot be installed with the current vcpkg-tool, I think the error message is not great. It is easy to read as "
pkgconfig
folders need to be underlib
anddebug/lib
folders", while the check (going by the commit that added this check, microsoft/vcpkg-tool@72deea4) checks thatpkgconfig
folder is only be present aslib/pkgconfig
ordebug/lib/pkgconfig
.I think the message should be more along the lines of "
pkgconfig
folders can only be present aslib/pkgconfig
ordebug/lib/pkgconfig
".The text was updated successfully, but these errors were encountered: