port in another branch interferes #24259
playgithub
started this conversation in
General
Replies: 2 comments 4 replies
-
This happens when an installed port doesn't exist in the vcpkg database. You can either remove it, or provide the port from another directory via overlay ports, or just work on a branch which includes the port. |
Beta Was this translation helpful? Give feedback.
1 reply
-
To create a PR, a new branch without my private ports is needed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
In my private git branch, I've ported
basictoolbox
.Now I want to port
wxcharts
publicly, steps as below:master
which keeps untouchedwxcharts
How can
basictoolbox
in another branch interfere with an irrelevant branch?How to fix it? Tried
bootstrap-vcpkg
, but no help.More Info
Same error for branch
master
, e.g.λ git switch master λ vcpkg install somelib_in_master Error: while loading basictoolbox: ...
Beta Was this translation helpful? Give feedback.
All reactions