-
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
building package failed (versioning) build failure #18351
Comments
@ErnestoQuispe, could you attach full failure logs? |
Build started... |
@ErnestoQuispe, this is a Upstream issue, and it has been fixed by adding patch in vcpkg, see related PR #17528, so you may need to use version '2.42.2#1' via overriding below code in your vcpkg.json file.
|
Thank you. Build started... |
It looks same issue with #16955. |
Hi @PhoebeHui I updated vcpkg, and used a different baseline "f2ec6c5a7cf8441ae30a857c938694c4bfff424f", now It works. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
{
"name": "versions-test",
"version": "1.0.0",
"dependencies": [
{
"name": "gtkmm",
"version>=": "4.0.1"
}
],
"builtin-baseline": "546813ae7b9e2873dd3d38e78b27ac5582feae10",
"overrides": [
{
"name": "gtkmm",
"version-string": "3.22.2"
}
]
}
(I tried without overrides and the program didnt downloaded anything)
Failure logs
I have 3 errors in the List
1.- Severity Code Description Project File Line Suppression State
Error code 1 vpk5 C:\Users\34675\source\repos\vpk5\vpk5\EXEC 1
2.- Severity Code Description Project File Line Suppression State
Error Building package gdk-pixbuf:x64-windows failed with: BUILD_FAILED vpk5 C:\Users\34675\source\repos\vpk5\vpk5\EXEC 1
3.- Severity Code Description Project File Line Suppression State
Error MSB3073 The command ""C:\vcpkg\scripts\buildsystems\msbuild......\vcpkg.exe" install --x-wait-for-lock --triplet "x64-windows" --vcpkg-root "C:\vcpkg\scripts\buildsystems\msbuild......\" "--x-manifest-root=C:\Users\34675\source\repos\vpk5\" "--x-install-root=C:\Users\34675\source\repos\vpk5\vcpkg_installed\" " exited with code 1. vpk5 C:\vcpkg\scripts\buildsystems\msbuild\vcpkg.targets 104
Additional context
The text was updated successfully, but these errors were encountered: