cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

Build errors

Open jamesbloom-scheff opened this issue 3 years ago • 1 comments

Followed the instructions, i just get errors.

Visual studio 2019. Windows 10.

C:\Users\bloomscj\vcpkg>vcpkg install cpprestsdk cpprestsdk:x64-windows Computing installation plan... The following packages will be built and installed:

  • brotli[core]:x64-windows -> 1.0.9#2
  • brotli[core]:x86-windows -> 1.0.9#2 cpprestsdk[brotli,compression,core,default-features]:x64-windows -> 2.10.18#1 cpprestsdk[brotli,compression,core,default-features]:x86-windows -> 2.10.18#1
  • vcpkg-cmake[core]:x64-windows -> 2022-05-10
  • vcpkg-cmake-config[core]:x64-windows -> 2022-02-06
  • zlib[core]:x64-windows -> 1.2.12#1
  • zlib[core]:x86-windows -> 1.2.12#1 Additional packages (*) will be modified to complete this operation. Detecting compiler hash for triplet x64-windows... Detecting compiler hash for triplet x86-windows... Restored 0 packages from C:\Users\bloomscj\AppData\Local\vcpkg\archives in 790.8 us. Use --debug to see more details. Installing 1/8 brotli:x64-windows... Building brotli[core]:x64-windows... -- Using cached google-brotli-e61745a6b7add50d380cfd7d3883dd6c62fc2c71.tar.gz. -- Cleaning sources at C:/Users/bloomscj/vcpkg/buildtrees/brotli/src/6c62fc2c71-7c6c2710e9.clean. Use --editable to skip cleaning for the packages you specify. -- Extracting source C:/Users/bloomscj/vcpkg/downloads/google-brotli-e61745a6b7add50d380cfd7d3883dd6c62fc2c71.tar.gz -- Applying patch install.patch -- Applying patch fix-arm-uwp.patch -- Applying patch pkgconfig.patch -- Applying patch fix-ios.patch -- Using source at C:/Users/bloomscj/vcpkg/buildtrees/brotli/src/6c62fc2c71-7c6c2710e9.clean -- Configuring x64-windows CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:128 (message): Command failed: C:/Users/bloomscj/vcpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -v Working Directory: C:/Users/bloomscj/vcpkg/buildtrees/brotli/x64-windows-rel/vcpkg-parallel-configure Error code: 1 See logs for more information: C:\Users\bloomscj\vcpkg\buildtrees\brotli\config-x64-windows-out.log

Call Stack (most recent call first): scripts/cmake/vcpkg_configure_cmake.cmake:383 (vcpkg_execute_required_process) ports/brotli/portfile.cmake:14 (vcpkg_configure_cmake) scripts/ports.cmake:146 (include)

error: building brotli:x64-windows failed with: BUILD_FAILED Please ensure you're using the latest port files with git pull and vcpkg update. Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+brotli You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[brotli]+Build+error Include '[brotli] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above. vcpkg-tool version: 2022-05-05-67e17c1782801cf481be9ac0b3765dff3e4bdeb8 vcpkg-scripts version: 20907dc8b 2022-05-25 (22 hours ago) config-x64-windows-out.log

jamesbloom-scheff avatar May 26 '22 20:05 jamesbloom-scheff

thank you for attaching the log! I'm looking into this error.

barcharcraz avatar Jun 01 '22 21:06 barcharcraz