-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[protobuf-c] Feature test relies on wrong dependency #11519
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Comments
JackBoosY
added
the
category:vcpkg-bug
The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
label
May 22, 2020
JackBoosY
changed the title
[vcpkg] Error when constructing a port with certain feature
[vcpkg] Error when building a port with certain feature
May 22, 2020
vcpkg/toolsrc/src/vcpkg/dependencies.cpp Line 682 in e792d1c
It looks like vcpkg found the wrong port(
|
try changing: |
@Neumann-A Not working. |
JackBoosY
added
category:port-bug
The issue is with a library, which is something the port should already support
and removed
category:vcpkg-bug
The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
labels
May 27, 2020
JackBoosY
changed the title
[vcpkg] Error when building a port with certain feature
[protobuf-c] Feature test relies on wrong dependency
May 27, 2020
Well... I noticed the feature |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Describe the bug
When a certain port has multiple features and there is a dependency relationship between feature and feature, the feature that installs the port's dependency and other features will generate an error:
Example:
protobuf-c
has featuretools
andtest
, and featuretest
depend ontools
.Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install protobuf-c[test]
Repro code when
Expected behavior
Port should be built succesfully as expected.
Failure logs
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: