Vcpkg: Error: Building package boost-core:x64-windows-static failed with: BUILD_FAILED

Created on 17 Sep 2018  路  5Comments  路  Source: microsoft/vcpkg

windows 10 x64

vcpkg install boost-core:x64-windows-static

The following packages will be built and installed:
boost-core[core]:x64-windows-static
Starting package 1/1: boost-core:x64-windows-static
Building package boost-core[core]:x64-windows-static...
-- Using cached D:/vcpkg/downloads/boostorg-core-boost-1.68.0.tar.gz
-- Using source at D:/vcpkg/buildtrees/boost-core/src/ost-1.68.0-699f4e55c6
CMake Error at ports/boost-core/portfile.cmake:13 (include):
include could not find load file:

D:/vcpkg/installed/x64-windows-static/share/boost-vcpkg-helpers/boost-modular-headers.cmake

Call Stack (most recent call first):
scripts/ports.cmake:71 (include)

Error: Building package boost-core:x64-windows-static 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-core:x64-windows-static
Vcpkg version: 0.0.113-nohash

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

Most helpful comment

could not find load file:

D:/rein/vcpkg/installed/x64-windows-static/share/boost-vcpkg-helpers/boost-modular-headers.cmake

vcpkg install boost-vcpkg-helpers:x64-windows-static

All 5 comments

and many static package

Additional packages (*) will be modified to complete this operation.
Starting package 1/55: boost-predef:x64-windows-static
Building package boost-predef[core]:x64-windows-static...
-- Downloading https://github.com/boostorg/predef/archive/boost-1.68.0.tar.gz...
-- Using source at D:/rein/vcpkg/buildtrees/boost-predef/src/ost-1.68.0-bbfda31085
CMake Error at ports/boost-predef/portfile.cmake:13 (include):
include could not find load file:

D:/rein/vcpkg/installed/x64-windows-static/share/boost-vcpkg-helpers/boost-modular-headers.cmake

Call Stack (most recent call first):
scripts/ports.cmake:71 (include)

Error: Building package boost-predef:x64-windows-static 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-predef:x64-windows-static
Vcpkg version: 0.0.113-nohash

ls %vcpkg%/installed/x64-windows-static/share/boost-vcpkg-helpers/boost-modular-headers.cmake
E:toolsvcpkg/installed/x64-windows-static/share/boost-vcpkg-helpers/boost-modular-headers.cmake

ls %vcpkg%/installed/x64-windows-static/share/boost-vcpkg-helpers/boost-modular-headers.cmake
E:toolsvcpkg/installed/x64-windows-static/share/boost-vcpkg-helpers/boost-modular-headers.cmake

more info??

could not find load file:

D:/rein/vcpkg/installed/x64-windows-static/share/boost-vcpkg-helpers/boost-modular-headers.cmake

vcpkg install boost-vcpkg-helpers:x64-windows-static

solve:
vcpkg remove boost-vcpkg-helpers:x64-windows-static --recurse
vcpkg install boost-vcpkg-helpers:x64-windows-static --recurse

Was this page helpful?
0 / 5 - 0 ratings