-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Version database consistency fixes 20240313 #37410
Version database consistency fixes 20240313 #37410
Conversation
I agree PS D:\vcpkg> D:\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts\vcpkg.exe x-ci-verify-versions --verify-git-trees
D:\vcpkg\ports\velodyne-decoder\vcpkg.json: error: the "version>=" constraint to yaml-cpp names version 0.7 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg.
D:\vcpkg\versions\y-\yaml-cpp.json: note: consider removing the version constraint or choosing a value declared here
Can you explain what this means?
👍 Maybe I should add this to ci-verify-versions... |
D:\vcpkg\versions\s-\septag-sx.json: error: b9e21c1d4135ab98fcecc9970d8520afb9b39743 is declared to contain septag-sx@2019-04-27, but appears to contain sx@2019-04-27
D:\vcpkg\versions\t-\theia.json: error: 244b1ee4928a23a5394691a642a1b56125198228 is declared to contain [email protected]#10, but appears to contain [email protected]#9
D:\vcpkg\versions\t-\try-catcher.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=D:\vcpkg\.git" "--work-tree=D:\vcpkg\buildtrees\versioning_\versions\try-catcher\df67c1225008bf10a22e3da1aa5a27a42e38e223_27780.tmp" -c core.autocrlf=false read-tree -m -u df67c1225008bf10a22e3da1aa5a27a42e38e223
error: git failed with exit code: (128).
fatal: failed to unpack tree object df67c1225008bf10a22e3da1aa5a27a42e38e223
note: while checking out port try-catcher with git tree df67c1225008bf10a22e3da1aa5a27a42e38e223
note: while validating version: 1.0.0 Can you fix these while you're here? |
The
|
Here are the causes and fixes.
At #6327 This is a broken entry to begin with, so deleted it.
Port updated to Because there is no
The new port added an non-existent version entry at 8c91c8d, just delete it. |
This is true, but it isn't a statement that alpaka needs to change. It just means that people who want aplaka and other things that care about boost version need to pick the one they want with an override. This change as proposed blocks people who want to use Boost 1.74. |
…port names at version 2019-05-07
Thanks for the explanation, I will remove the changes to keep the constraint
|
27a466b
to
90dc203
Compare
Thank you! :D |
In
Manifest mode
withbuiltin-baseline
, some ports failed to install.And there are some errors checked by
vcpkg x-ci-verify-versions --verify-git-trees
.Changes
Port update
Version baseline
Version database
Reference
Command
vcpkg x-ci-verify-versions
in microsoft/vcpkg-tool#1210.Quotes from #34078