error: building cpprestsdk:x64-linux failed with: BUILD_FAILED #36550
silver-mian
started this conversation in
General
Replies: 1 comment 4 replies
-
Could you please help me, big shot |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sea@ubuntu:~$ vcpkg install cpprestsdk
Computing installation plan...
The following packages will be built and installed:
cpprestsdk[compression,core]:x64-linux@2.10.19
Detecting compiler hash for triplet x64-linux...
Restored 0 package(s) from /home/sea/.cache/vcpkg/archives in 1.4 ms. Use --debug to see more details.
Installing 1/1 cpprestsdk[compression,core]:x64-linux@2.10.19...
Building cpprestsdk[compression,core]:x64-linux@2.10.19...
-- Using cached Microsoft-cpprestsdk-411a109150b270f23c8c97fa4ec9a0a4a98cdecf.tar.gz.
-- Cleaning sources at /home/sea/Downloads/vcpkg/buildtrees/cpprestsdk/src/a4a98cdecf-716fde1512.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/sea/Downloads/vcpkg/downloads/Microsoft-cpprestsdk-411a109150b270f23c8c97fa4ec9a0a4a98cdecf.tar.gz
-- Applying patch fix-find-openssl.patch
-- Applying patch fix_narrowing.patch
-- Applying patch fix-uwp.patch
-- Using source at /home/sea/Downloads/vcpkg/buildtrees/cpprestsdk/src/a4a98cdecf-716fde1512.clean
-- Configuring x64-linux
CMake Warning at installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:318 (message):
The following variables are not used in CMakeLists.txt:
Please recheck them and remove the unnecessary options from the
vcpkg_cmake_configure
call.If these options should still be passed for whatever reason, please use the
MAYBE_UNUSED_VARIABLES
argument.Call Stack (most recent call first):
ports/cpprestsdk/portfile.cmake:33 (vcpkg_cmake_configure)
scripts/ports.cmake:170 (include)
-- Building x64-linux-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: /home/sea/Downloads/vcpkg/downloads/tools/cmake-3.27.1-linux/cmake-3.27.1-linux-x86_64/bin/cmake --build . --config Debug --target install -- -v -j17
Working Directory: /home/sea/Downloads/vcpkg/buildtrees/cpprestsdk/x64-linux-dbg
See logs for more information:
/home/sea/Downloads/vcpkg/buildtrees/cpprestsdk/install-x64-linux-dbg-out.log
Call Stack (most recent call first):
installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
ports/cpprestsdk/portfile.cmake:48 (vcpkg_cmake_install)
scripts/ports.cmake:170 (include)
error: building cpprestsdk:x64-linux failed with: BUILD_FAILED
Elapsed time to handle cpprestsdk:x64-linux: 6.5 min
Please ensure you're using the latest port files with
git pull
andvcpkg update
.Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+cpprestsdk
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[cpprestsdk]+Build+error+on+x64-linux&body=Copy+issue+body+from+%2Fhome%2Fsea%2FDownloads%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md
Beta Was this translation helpful? Give feedback.
All reactions