• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling vcpkg problem installing a library

johnsamir

Advanced OT User
Joined
Oct 13, 2009
Messages
886
Solutions
6
Reaction score
155
Location
Nowhere
Problem installing vcpkg libraries

hello i have problem installing libraries at the end im getting this. i tried installing that libraries separately, updating vcpkg and nothing work.
who can help me please?
Lua:
Error: Building package boost-build:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: boost-build:x64-windows
  Vcpkg version: 2021-08-12-85ab112d5ee102bc6eac8cdbbfdd173a71374e04

Additionally, attach any relevant sections from the log files above.
PS C:\vcpkg>
something very similar is occuring when im trying to install otclient libraries.
Lua:
Starting package 1/75: boost-build:x64-windows
Building package boost-build[core]:x64-windows...
-- Using C:/vcpkg/downloads/boostorg-build-boost-1.75.0.tar.gz
-- Cleaning sources at C:/vcpkg/buildtrees/boost-build/src/ost-1.75.0-a06f9834b9.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vcpkg/downloads/boostorg-build-boost-1.75.0.tar.gz
-- Applying patch fix_options.patch
-- Using source at C:/vcpkg/buildtrees/boost-build/src/ost-1.75.0-a06f9834b9.clean
-- Using C:/vcpkg/downloads/boost_LICENSE_1_0.txt
-- Using C:/vcpkg/downloads/boost-1.75.0-boostcpp.jam
-- Installing: C:/vcpkg/packages/boost-build_x64-windows/share/boost-build/copyright
-- Bootstrapping...
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: C:/vcpkg/packages/boost-build_x64-windows/tools/boost-build/bootstrap.bat msvc
    Working Directory: C:/vcpkg/packages/boost-build_x64-windows/tools/boost-build
    Error code: 1
    See logs for more information:
      C:\vcpkg\buildtrees\boost-build\bootstrap-x64-windows-out.log
      C:\vcpkg\buildtrees\boost-build\bootstrap-x64-windows-err.log

Call Stack (most recent call first):
  ports/boost-build/portfile.cmake:63 (vcpkg_execute_required_process)
  scripts/ports.cmake:141 (include)


Error: Building package boost-build:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: boost-build:x64-windows
  Vcpkg version: 2021-08-12-85ab112d5ee102bc6eac
 
Last edited:
up nothing has worked for me i have tested uninstallling re installing git, msvc using diferente versions of vcpkg and always get the same error
Lua:
Installing package boost-numeric-conversion[core]:x64-windows... done
Elapsed time for package boost-numeric-conversion:x64-windows: 2.415 s
Starting package 21/144: boost-build:x64-windows
Building package boost-build[core]:x64-windows...
-- Using C:/vcpkg/downloads/boostorg-build-boost-1.75.0.tar.gz
-- Cleaning sources at C:/vcpkg/buildtrees/boost-build/src/ost-1.75.0-a06f9834b9.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vcpkg/downloads/boostorg-build-boost-1.75.0.tar.gz
-- Applying patch fix_options.patch
-- Using source at C:/vcpkg/buildtrees/boost-build/src/ost-1.75.0-a06f9834b9.clean
-- Using C:/vcpkg/downloads/boost_LICENSE_1_0.txt
-- Using C:/vcpkg/downloads/boost-1.75.0-boostcpp.jam
-- Installing: C:/vcpkg/packages/boost-build_x64-windows/share/boost-build/copyright
-- Bootstrapping...
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: C:/vcpkg/packages/boost-build_x64-windows/tools/boost-build/bootstrap.bat msvc
    Working Directory: C:/vcpkg/packages/boost-build_x64-windows/tools/boost-build
    Error code: 1
    See logs for more information:
      C:\vcpkg\buildtrees\boost-build\bootstrap-x64-windows-out.log
      C:\vcpkg\buildtrees\boost-build\bootstrap-x64-windows-err.log

Call Stack (most recent call first):
  ports/boost-build/portfile.cmake:63 (vcpkg_execute_required_process)
  scripts/ports.cmake:141 (include)


Error: Building package boost-build:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: boost-build:x64-windows
  Vcpkg version: 2021-08-12-85ab112d5ee102bc6eac8cdbbfdd173a71374e04

Additionally, attach any relevant sections from the log files above.
 
Back
Top