Skip to content

[xxhash] BUILD_FAILED xxhash:x64-windows #44507

@Victorusik

Description

@Victorusik

I run command vcpkg install xxhash:x64-windows and this error occured:

CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
    Working Directory: C:/things/vcpkg/buildtrees/xxhash/x64-windows-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      C:\things\vcpkg\buildtrees\xxhash\config-x64-windows-dbg-CMakeCache.txt.log
      C:\things\vcpkg\buildtrees\xxhash\config-x64-windows-rel-CMakeCache.txt.log
      C:\things\vcpkg\buildtrees\xxhash\config-x64-windows-out.log

config-x64-windows-dbg-CMakeCache.txt.log
config-x64-windows-out.log
config-x64-windows-rel-CMakeCache.txt.log


And as we could see in config-x64-windows-out.log:

CMake Error at CMakeLists.txt:8 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake. 

CMakeError at .../vcpkg/buildtrees/xxhash/src/v0.8.2-e5e4767f5c.clean/cmake_unofficial

I found CMakeLists.txt in cmake_unofficial

And there was that cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)


I have to install xxhash 0.8.2 for openvpn3 library. What should I do?

Metadata

Metadata

Assignees

Labels

category:port-bugThe issue is with a library, which is something the port should already support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions