[Function Module].
Compile mindspore 1.3.0 with error CMake Error at cmake/utils.cmake:301 (message): Failed patch:
[Steps & Problems]
1. The compilation process after executing bash build.sh -e ascend gives an error, as follows:
-- Build files have been written to: /root/mindspore-v1.3.0/build/mindspore/_deps/icu4c-subbuild [100%] Built target icu4c-populate icu4c_SOURCE_DIR : /root/mindspore-v1.3.0/build/mindspore/_deps/icu4c-src patching /root/mindspore-v1.3.0/build/mindspore/_deps/icu4c-src -p1 < /root/mindspore-v1.3.0/build/mindspore/_ms_patch/icu4c.patch01 patching file icu4c/source/runConfigureICU Reversed (or previously applied) patch detected! Assume -R?[n] Apply anyway?[n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file icu4c/source/runConfigureICU.rej CMake Error at cmake/utils.cmake:301 (message): Failed patch: /root/mindspore-v1.3.0/build/mindspore/_ms_patch/icu4c.patch01 Call Stack (most recent call first): cmake/external_libs/icu4c.cmake:36 (mindspore_add_pkg) cmake/mind_expression.cmake:85 (include) CMakeLists.txt:51 (include) -- Configuring incomplete, errors occurred! See also "/root/mindspore-v1.3.0/build/mindspore/CMakeFiles/CMakeOutput.log". See also "/root/mindspore-v1.3.0/build/mindspore/CMakeFiles/CMakeError.log".
——————————————————————————————————————————-
This situation is usually due to the failure of the last compilation on the way, try to compile again, please try to deal with the following.
rm -rf mindspore/build/mindspore/_deps/icu*
Then retry the compilation.