==> Starting build()... -- The C compiler identification is GNU 15.2.1 -- The CXX compiler identification is GNU 15.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test OPENVINO_STDLIB_GNU -- Performing Test OPENVINO_STDLIB_GNU - Success -- Performing Test OPENVINO_GLIBC_MUSL -- Performing Test OPENVINO_GLIBC_MUSL - Failed CMake Error at cmake/developer_package/version.cmake:103 (message): OpenVINO_VERSION_MAJOR parsed from CI_BUILD_NUMBER () and from openvino/core/version.hpp (2025) are different Call Stack (most recent call first): cmake/developer_package/version.cmake:113 (ov_compare_version_with_headers) cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake:32 (ov_parse_ci_build_number) cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake:48 (ov_set_ci_build_number) CMakeLists.txt:44 (find_package)
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... -> error making: intel-npu-compiler-exit status 4 -> Failed to install the following packages. Manual intervention is required: intel-npu-compiler - exit status 4
Does anyone know how to resolve?
Pinned Comments
dbermond commented on 2025-01-04 23:29 (UTC) (edited on 2025-01-05 04:00 (UTC) by dbermond)
Upstream recommends a minimum of 32GB of RAM for building.
If you get the error "c++: fatal error: Killed signal terminated program cc1plus", upstream recommends to decrease the number of building threads. You will need to manually modify the PKGBUILD for this, and add a '--parallel <n>' option at the end of the cmake build command.