Replies: 1 comment
-
Should be fixed in the latest commit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
error: failed to run custom build command for
llvm-sys v150.1.2 (C:\Users\user\zluda\ext\llvm-sys.rs)`Caused by:
process didn't exit successfully:
C:\Users\user\zluda\target\release\build\llvm-sys-41c3a60456577445\build-script-build
(exit code: 101)--- stderr
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy):
The OLD behavior for policy CMP0114 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy):
The OLD behavior for policy CMP0116 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Warning at C:/Users/user/zluda/ext/llvm-project/third-party/benchmark/CMakeLists.txt:308 (message):
Using std::regex with exceptions disabled is not fully supported
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy):
The OLD behavior for policy CMP0114 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy):
The OLD behavior for policy CMP0116 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Warning at C:/Users/user/zluda/ext/llvm-project/third-party/benchmark/CMakeLists.txt:308 (message):
Using std::regex with exceptions disabled is not fully supported
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy):
The OLD behavior for policy CMP0114 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy):
The OLD behavior for policy CMP0116 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Warning at C:/Users/user/zluda/ext/llvm-project/third-party/benchmark/CMakeLists.txt:308 (message):
Using std::regex with exceptions disabled is not fully supported
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy):
The OLD behavior for policy CMP0114 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy):
The OLD behavior for policy CMP0116 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Warning at C:/Users/user/zluda/ext/llvm-project/third-party/benchmark/CMakeLists.txt:308 (message):
Using std::regex with exceptions disabled is not fully supported
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy):
The OLD behavior for policy CMP0114 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy):
The OLD behavior for policy CMP0116 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Warning at C:/Users/user/zluda/ext/llvm-project/third-party/benchmark/CMakeLists.txt:308 (message):
Using std::regex with exceptions disabled is not fully supported
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy):
The OLD behavior for policy CMP0114 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Deprecation Warning at C:/Users/user/zluda/ext/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy):
The OLD behavior for policy CMP0116 will be removed from a future version
of CMake.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)
CMake Warning at C:/Users/user/zluda/ext/llvm-project/third-party/benchmark/CMakeLists.txt:308 (message):
Using std::regex with exceptions disabled is not fully supported
thread 'main' panicked at ext\llvm-sys.rs\build.rs:103:10:
called
Result::unwrap()
on anErr
value: Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" }note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceerror: process didn't exit successfully:
target\debug\xtask.exe --release
(exit code: 101)`Beta Was this translation helpful? Give feedback.
All reactions