Closed M3nxudo closed 4 months ago
What does the log file D:\dev\vcpkg\buildtrees\openvino\config-x64-windows-out.log have as far as an error? Also did you upgrade protobuf to version 3.21.2 as mentioned in the displayed warning/error.
warning: dependency protobuf:x64-windows was expected to be at least version 3.21.2, but is currently 3.19.4. error: building openvino:x64-windows failed with: BUILD_FAILED
I can't reproduce this issue in my side with the latest vcpkg 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457.
What does the log file D:\dev\vcpkg\buildtrees\openvino\config-x64-windows-out.log have as far as an error? Also did you upgrade protobuf to version 3.21.2 as mentioned in the displayed warning/error.
warning: dependency protobuf:x64-windows was expected to be at least version 3.21.2, but is currently 3.19.4. error: building openvino:x64-windows failed with: BUILD_FAILED
Here is the out log (before udpating the protobuf version with command vcpkg upgrade protobuf --no-dry-run, will see if the updated protobuf version can fix the issue -currently reinstalling openvino-):
CMake Error at D:/dev/vcpkg/installed/x64-windows/share/protobuf/vcpkg-cmake-wrapper.cmake:16 (_find_package): Could not find a configuration file for package "Protobuf" that is compatible with requested version "3.20.3".
The same error as the screen display - upgrade to newer version of protobuf.
It seemed to be the sole issue with my installation attempt, did testing with global and local installations and everything is working as expected now. Closing the issue.
Operating system
Windows
Compiler
MSVC
Steps to reproduce the behavior
Failure logs
Additional context
The openvino port seems to not be working properly. I have tried to build on different machines with different configurations and all of them fail. I saw that in #38221 they seem to be having the same problem