microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.08k stars 6.36k forks source link

BUILD_FAILED in boost-regex:x64-windows with space in the path #2528

Closed Roman-Koshelev closed 6 years ago

Roman-Koshelev commented 6 years ago

D:\Program Files (x86)\vcpkg-master>.\vcpkg.exe install boost:x64-windows The following packages will be built and installed: boost[core]:x64-windows

Call Stack (most recent call first): D:/Program Files (x86)/vcpkg-master/installed/x64-windows/share/boost-vcpkg-helpers/boost-modular.cmake:174 (vcpkg_execute_required_process) D:/Program Files (x86)/vcpkg-master/ports/boost-regex/portfile.cmake:20 (boost_modular_build) D:/Program Files (x86)/vcpkg-master/scripts/ports.cmake:72 (include)

Error: Building package boost-regex: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-regex:x64-windows Vcpkg version: 0.0.100-unknownhash

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

2018-01-08_02-32-01

Roman-Koshelev commented 6 years ago

Success. ( Moved vcpkg in a directory name with no spaces. )

alexkaratarakis commented 6 years ago

The whitespace issue is now fixed (485c0aebf681f85ec6102d225baf7bdc772b2039).