Advertisement
Guest User

Llama CPP python pip install error

a guest
Jun 17th, 2023
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 55.73 KB | Software | 0 0
  1. pip install llama-cpp-python
  2. Collecting llama-cpp-python
  3.   Using cached llama_cpp_python-0.1.63.tar.gz (1.5 MB)
  4.   Installing build dependencies ... error
  5.   error: subprocess-exited-with-error
  6.  
  7.   × pip subprocess to install build dependencies did not run successfully.
  8.   │ exit code: 1
  9.   ╰─> [634 lines of output]
  10.       Collecting setuptools>=42                                    Using cached setuptools-67.8.0-py3-none-any.whl (1.1 MB)                                                            Collecting scikit-build>=0.13
  11.         Using cached scikit_build-0.17.6-py3-none-any.whl (84 kB)
  12.       Collecting cmake>=3.18                                       Using cached cmake-3.26.4.tar.gz (35 kB)                   Installing build dependencies: started                     Installing build dependencies: finished with status 'done'                                                            Getting requirements to build wheel: started               Getting requirements to build wheel: finished with status 'done'
  13.         Preparing metadata (pyproject.toml): started
  14.         Preparing metadata (pyproject.toml): finished with status 'done'
  15.       Collecting ninja
  16.         Using cached ninja-1.11.1.tar.gz (27 kB)                   Installing build dependencies: started
  17.         Installing build dependencies: finished with status 'done'
  18.         Getting requirements to build wheel: started               Getting requirements to build wheel: finished with status 'done'                                                      Preparing metadata (pyproject.toml): started
  19.         Preparing metadata (pyproject.toml): finished with status 'done'
  20.       Collecting distro (from scikit-build>=0.13)
  21.         Using cached distro-1.8.0-py3-none-any.whl (20 kB)
  22.       Collecting packaging (from scikit-build>=0.13)               Using cached packaging-23.1-py3-none-any.whl (48 kB)                                                                Collecting wheel>=0.32.0 (from scikit-build>=0.13)
  23.         Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
  24.       Building wheels for collected packages: cmake, ninja
  25.         Building wheel for cmake (pyproject.toml): started         Building wheel for cmake (pyproject.toml): finished with status 'error'                                               error: subprocess-exited-with-error                                                                                   × Building wheel for cmake (pyproject.toml) did not run successfully.                                                 │ exit code: 1                                             ╰─> [310 lines of output]                                                                                    
  26.             --------------------------------------------------------------------------------
  27.             -- Trying 'Ninja' generator                                --------------------------------
  28.             ---------------------------
  29.             ----------------------
  30.             -----------------                                          ------------
  31.             -------                                                    --
  32.             CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.Not searching for unused variables given on the command line.
  33.  
  34.             -- Configuring incomplete, errors occurred!
  35.             --
  36.             -------
  37.             ------------
  38.             -----------------
  39.             ----------------------                                     ---------------------------                                --------------------------------                           -- Trying 'Ninja' generator - failure
  40.             --------------------------------------------------------------------------------                                                                                                                                                                                                                       --------------------------------------------------------------------------------                                      -- Trying 'Unix Makefiles' generator
  41.             --------------------------------                           ---------------------------                                ----------------------
  42.             -----------------                                          ------------                                               -------                                                    --                                                         Not searching for unused variables given on the command line.                                                         -- The C compiler identification is Clang 16.0.6                                                                      -- Detecting C compiler ABI info                           -- Detecting C compiler ABI info - done                    -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - skipped                                     -- Detecting C compile features                            -- Detecting C compile features - done                     -- The CXX compiler identification is Clang 16.0.6
  43.             -- Detecting CXX compiler ABI info
  44.             -- Detecting CXX compiler ABI info - done                  -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped
  45.             -- Detecting CXX compile features                          -- Detecting CXX compile features - done                   -- Configuring done (2.5s)                                 -- Generating done (0.0s)
  46.             -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_cmake_test_compile/build
  47.             --                                                         -------
  48.             ------------                                               -----------------                                          ----------------------                                     ---------------------------                                --------------------------------
  49.             -- Trying 'Unix Makefiles' generator - success             --------------------------------------------------------------------------------                                                                                                 Configuring Project                                          Working directory:                                           /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build
  50.               Command:
  51.                 /data/data/com.termux/files/usr/bin/cmake /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77 -G 'Unix Makefiles' --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX:PATH=/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-install/src/cmake/data -DPYTHON_VERSION_STRING:STRING=3.11.4 -DSKBUILD:INTERNAL=TRUE -DCMAKE_MODULE_PATH:PATH=/data/data/com.termux/files/usr/tmp/pip-build-env-77chwdw2/overlay/lib/python3.11/site-packages/skbuild/resources/cmake -DPYTHON_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPYTHON_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DPYTHON_LIBRARY:PATH=/data/data/com.termux/files/usr/lib/libpython3.11.so -DPython_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPython_ROOT_DIR:PATH=/data/data/com.termux/files/usr -DPython_FIND_REGISTRY:STRING=NEVER -DPython_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DPython3_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPython3_ROOT_DIR:PATH=/data/data/com.termux/files/usr -DPython3_FIND_REGISTRY:STRING=NEVER -DPython3_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DCMAKE_BUILD_TYPE:STRING=Release                                
  52.             Not searching for unused variables given on the command line.                                                         -- The CXX compiler identification is Clang 16.0.6                                                                    -- Detecting CXX compiler ABI info                         -- Detecting CXX compiler ABI info - done
  53.             -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped
  54.             -- Detecting CXX compile features
  55.             -- Detecting CXX compile features - done                   -- ***************************************************                                                                -- Build CMake from source: ON
  56.             -- ***************************************************                                                                CMake Warning (dev) at /data/data/com.termux/files/usr/share/cmake-3.26/Modules/ExternalProject.cmake:3091 (message):
  57.               The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  58.               not set.  The policy's OLD behavior will be used.  When using a URL
  59.              download, the timestamps of extracted files should preferably be that of
  60.              the time of extraction, otherwise code that depends on the extracted
  61.              contents might not be rebuilt if the URL changes.  The OLD behavior
  62.              preserves the timestamps from the archive instead, but this is usually not
  63.              what you want.  Update your project to the NEW behavior or specify the
  64.              DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  65.              robustness issue.
  66.            Call Stack (most recent call first):
  67.              /data/data/com.termux/files/usr/share/cmake-3.26/Modules/ExternalProject.cmake:4208 (_ep_add_download_command)
  68.              CMakeLists.txt:138 (ExternalProject_add)
  69.            This warning is for project developers.  Use -Wno-dev to suppress it.
  70.  
  71.            -- SuperBuild - CMakeProject-src-download
  72.            -- SuperBuild - CMakeProject-src-download - URL: https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4.tar.gz
  73.            -- SuperBuild - CMakeProject-src-download - CMakeProject_SOURCE_DIR: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/CMake-src                                                              -- Looking for __GLIBC__
  74.            -- Looking for __GLIBC__ - not found
  75.            -- Looking for __GLIBC_MINOR__                             -- Looking for __GLIBC_MINOR__ - not found                 -- SuperBuild -   CMakeProject-build
  76.            -- SuperBuild -   CMakeProject-build - CMakeProject_BINARY_DIR: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build
  77.            -- SuperBuild -   CMakePythonDistributions
  78.            -- Configuring done (2.6s)                                 -- Generating done (0.0s)
  79.            -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build
  80.            [  4%] Creating directories for 'CMakeProject-src-download'
  81.            [  8%] Performing download step (download, verify and extract) for 'CMakeProject-src-download'
  82.            -- Downloading...                                             dst='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/cmake-3.26.4.tar.gz'
  83.               timeout='none'
  84.               inactivity timeout='none'
  85.            -- Using src='https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4.tar.gz'
  86.            -- [download 0% complete]
  87.            -- [download 1% complete]
  88.            -- [download 2% complete]
  89.            -- [download 3% complete]
  90.            -- [download 4% complete]
  91.            -- [download 5% complete]
  92.            -- [download 6% complete]
  93.            -- [download 7% complete]
  94.            -- [download 8% complete]                                  -- [download 9% complete]                                  -- [download 10% complete]                                 -- [download 11% complete]                                 -- [download 13% complete]
  95.            -- [download 14% complete]
  96.            -- [download 15% complete]
  97.            -- [download 16% complete]
  98.            -- [download 17% complete]
  99.            -- [download 18% complete]
  100.            -- [download 19% complete]
  101.            -- [download 20% complete]
  102.            -- [download 21% complete]
  103.            -- [download 22% complete]
  104.            -- [download 23% complete]
  105.            -- [download 24% complete]                                 -- [download 30% complete]
  106.            -- [download 31% complete]
  107.            -- [download 32% complete]
  108.            -- [download 33% complete]
  109.            -- [download 34% complete]                                 -- [download 35% complete]
  110.            -- [download 36% complete]
  111.            -- [download 37% complete]
  112.            -- [download 38% complete]
  113.            -- [download 39% complete]
  114.            -- [download 40% complete]
  115.            -- [download 41% complete]
  116.            -- [download 42% complete]
  117.            -- [download 43% complete]
  118.            -- [download 44% complete]                                 -- [download 45% complete]
  119.            -- [download 46% complete]                                 -- [download 47% complete]
  120.            -- [download 48% complete]
  121.            -- [download 49% complete]
  122.            -- [download 50% complete]                                 -- [download 51% complete]
  123.            -- [download 52% complete]
  124.            -- [download 60% complete]
  125.            -- [download 61% complete]                                 -- [download 62% complete]
  126.            -- [download 63% complete]
  127.            -- [download 64% complete]
  128.            -- [download 65% complete]                                 -- [download 66% complete]
  129.            -- [download 67% complete]
  130.            -- [download 68% complete]
  131.            -- [download 69% complete]
  132.            -- [download 71% complete]
  133.            -- [download 73% complete]                                 -- [download 74% complete]                                 -- [download 75% complete]
  134.            -- [download 76% complete]
  135.            -- [download 77% complete]
  136.            -- [download 78% complete]
  137.            -- [download 79% complete]
  138.            -- [download 80% complete]
  139.            -- [download 81% complete]
  140.            -- [download 82% complete]
  141.            -- [download 83% complete]
  142.            -- [download 84% complete]                                 -- [download 85% complete]
  143.            -- [download 86% complete]
  144.            -- [download 87% complete]
  145.            -- [download 88% complete]
  146.            -- [download 89% complete]                                 -- [download 90% complete]                                 -- [download 91% complete]
  147.            -- [download 92% complete]
  148.            -- [download 93% complete]                                 -- [download 94% complete]                                 -- [download 95% complete]                                 -- [download 96% complete]                                 -- [download 97% complete]                                 -- [download 98% complete]                                 -- [download 99% complete]                                 -- [download 100% complete]                                -- verifying file...                                              file='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/cmake-3.26.4.tar.gz'                                                                   -- Downloading... done                                     -- extracting...                                                src='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/cmake-3.26.4.tar.gz'                                                                           dst='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/CMake-src'                                                             -- extracting... [tar xfz]
  149.            -- extracting... [analysis]
  150.            -- extracting... [rename]                                  -- extracting... [clean up]
  151.            -- extracting... done                                      [ 12%] No update step for 'CMakeProject-src-download'                                                                 [ 16%] No patch step for 'CMakeProject-src-download'
  152.            [ 20%] No configure step for 'CMakeProject-src-download'                                                              [ 24%] No build step for 'CMakeProject-src-download'
  153.            [ 28%] No install step for 'CMakeProject-src-download'
  154.            [ 32%] Completed 'CMakeProject-src-download'
  155.            [ 32%] Built target CMakeProject-src-download              [ 36%] Creating directories for 'CMakeProject-build'
  156.            [ 40%] No download step for 'CMakeProject-build'                                                                      [ 44%] No update step for 'CMakeProject-build'
  157.            [ 48%] No patch step for 'CMakeProject-build'
  158.            [ 52%] Performing configure step for 'CMakeProject-build'
  159.            loading initial cache file /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/initial-cache.txt                                                        loading initial cache file /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build-prefix/tmp/CMakeProject-build-cache-Release.cmake                                                                -- The C compiler identification is Clang 16.0.6
  160.            -- The CXX compiler identification is Clang 16.0.6
  161.            -- Detecting C compiler ABI info                           -- Detecting C compiler ABI info - failed
  162.            -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc                                               -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - broken                                      CMake Error at /data/data/com.termux/files/usr/share/cmake-3.26/Modules/CMakeTestCCompiler.cmake:67 (message):
  163.              The C compiler                              
  164.                "/data/data/com.termux/files/usr/bin/cc"  
  165.              is not able to compile a simple test program.
  166.              It fails with the following output:          
  167.                Change Dir: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m
  168.  
  169.                Run Build Command(s):/data/data/com.termux/files/usr/bin/cmake -E env VERBOSE=1 /data/data/com.termux/files/usr/bin/make -f Makefile cmTC_8ee82/fast && make[3]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m'
  170.                /data/data/com.termux/files/usr/bin/make  -f CMakeFiles/cmTC_8ee82.dir/build.make CMakeFiles/cmTC_8ee82.dir/build                                                                make[4]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m'                                                                     Building C object CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o                                                         /data/data/com.termux/files/usr/bin/cc   -D_POSIX_C_SOURCE=199506L -D_POSIX_SOURCE=1 -D_SVID_SOURCE=1 -D_BSD_SOURCE=1  -O2 -g -DNDEBUG -MD -MT CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o -MF CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o.d -o CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o -c /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m/testCCompiler.c                                Linking C executable cmTC_8ee82
  171.                /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ee82.dir/link.txt --verbose=1                                                                    /data/data/com.termux/files/usr/bin/cc -D_POSIX_C_SOURCE=199506L -D_POSIX_SOURCE=1 -D_SVID_SOURCE=1 -D_BSD_SOURCE=1  -O2 -g -DNDEBUG -lstdc++ -lgcc -lrt  CMakeFiles/cmTC_8ee82.dir/testCCompiler.c.o -o cmTC_8ee82                         ld.lld: error: unable to find library -lgcc                clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
  172.                make[4]: *** [CMakeFiles/cmTC_8ee82.dir/build.make:100: cmTC_8ee82] Error 1                                           make[4]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m'                                                                      make[3]: *** [Makefile:127: cmTC_8ee82/fast] Error 2
  173.                make[3]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build/CMakeProject-build/CMakeFiles/CMakeScratch/TryCompile-2pMI4m'                                                      
  174.                                                          
  175.                                                          
  176.              CMake will not be able to correctly generate this project.
  177.            Call Stack (most recent call first):                         CMakeLists.txt:8 (project)
  178.  
  179.  
  180.            -- Configuring incomplete, errors occurred!
  181.            make[2]: *** [CMakeFiles/CMakeProject-build.dir/build.make:94: CMakeProject-build-prefix/src/CMakeProject-build-stamp/CMakeProject-build-configure] Error 1
  182.            make[1]: *** [CMakeFiles/Makefile2:113: CMakeFiles/CMakeProject-build.dir/all] Error 2
  183.            make: *** [Makefile:136: all] Error 2                      Traceback (most recent call last):                           File "/data/data/com.termux/files/usr/tmp/pip-build-env-77chwdw2/overlay/lib/python3.11/site-packages/skbuild/setuptools_wrap.py", line 674, in setup                              cmkr.make(make_args, install_target=cmake_install_target, env=env)                                                  File "/data/data/com.termux/files/usr/tmp/pip-build-env-77chwdw2/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 697, in make
  184.                self.make_impl(clargs=clargs, config=config, source_dir=source_dir, install_target=install_target, env=env)
  185.              File "/data/data/com.termux/files/usr/tmp/pip-build-env-77chwdw2/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 742, in make_impl
  186.                raise SKBuildError(msg)                    
  187.  
  188.                =============================DEBUG ASSISTANCE=============================                                            If you are seeing a compilation error please try the following steps to                                               successfully install cmake:
  189.                1) Upgrade to the latest pip and try again. This will fix errors for most                                                users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip                                                2) If on Linux, with glibc < 2.12, you can set PIP_ONLY_BINARY=cmake in                                                  order to retrieve the last manylinux1 compatible wheel.
  190.                3) If on Linux, with glibc < 2.12, you can cap "cmake<3.23" in your                                                      requirements in order to retrieve the last manylinux1 compatible wheel.                                            4) Open an issue with the debug information that follows at                                                              https://github.com/scikit-build/cmake-python-distributions/issues
  191.                                                                           Python: 3.11.4                                             platform: Linux-4.19.157-perf+-aarch64-with-libc                                                                      machine: aarch64                                           bits: 64                                                   pip: n/a                                                   setuptools: 67.8.0                                         scikit-build: 0.17.6
  192.                PEP517_BUILD_BACKEND=setuptools.build_meta                 =============================DEBUG ASSISTANCE=============================                                                                                                   An error occurred while building with CMake.                 Command:
  193.                /data/data/com.termux/files/usr/bin/cmake --build . --target install --config Release --
  194.              Install target:                                              install                                                  Source directory:                                            /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77                     Working directory:                                           /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/cmake_90e7aab24da64c06801e4785b2091d77/_skbuild/linux-aarch64-3.11/cmake-build                                      Please check the install target is valid and see CMake's output for more information.                                                                                            [end of output]                                                                                                   note: This error originates from a subprocess, and is likely not a problem with pip.                                  ERROR: Failed building wheel for cmake                     Building wheel for ninja (pyproject.toml): started         Building wheel for ninja (pyproject.toml): still running...                                                           Building wheel for ninja (pyproject.toml): finished with status 'error'                                               error: subprocess-exited-with-error                                                                                   × Building wheel for ninja (pyproject.toml) did not run successfully.                                                 │ exit code: 1                                             ╰─> [272 lines of output]                          
  195.                                                                        --------------------------------------------------------------------------------                                      -- Trying 'Ninja' generator                                --------------------------------                           ---------------------------
  196.             ----------------------                                     -----------------
  197.             ------------                                               -------                                                    --                                                         CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.Not searching for unused variables given on the command line.
  198.                                                                        -- Configuring incomplete, errors occurred!
  199.             --                                                         -------
  200.             ------------                                               -----------------
  201.             ----------------------                                     ---------------------------
  202.             --------------------------------                           -- Trying 'Ninja' generator - failure                      --------------------------------------------------------------------------------
  203.  
  204.                                                            
  205.             --------------------------------------------------------------------------------                                      -- Trying 'Unix Makefiles' generator                       --------------------------------
  206.             ---------------------------                                ----------------------                                     -----------------                                          ------------                                               -------                                                    --                                                         Not searching for unused variables given on the command line.                                                         -- The C compiler identification is Clang 16.0.6                                                                      -- Detecting C compiler ABI info                           -- Detecting C compiler ABI info - done                    -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - skipped                                     -- Detecting C compile features                            -- Detecting C compile features - done                     -- The CXX compiler identification is Clang 16.0.6                                                                    -- Detecting CXX compiler ABI info                         -- Detecting CXX compiler ABI info - done                  -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped                                  -- Detecting CXX compile features                          -- Detecting CXX compile features - done                   -- Configuring done (2.7s)
  207.             -- Generating done (0.0s)                                  -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_cmake_test_compile/build                   --                                                         -------
  208.             ------------                                               -----------------
  209.             ----------------------                                     ---------------------------                                --------------------------------                           -- Trying 'Unix Makefiles' generator - success             --------------------------------------------------------------------------------                          
  210.             Configuring Project
  211.               Working directory:                                           /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build                                        Command:
  212.                 /data/data/com.termux/files/usr/bin/cmake /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df -G 'Unix Makefiles' --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX:PATH=/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-install -DPYTHON_VERSION_STRING:STRING=3.11.4 -DSKBUILD:INTERNAL=TRUE -DCMAKE_MODULE_PATH:PATH=/data/data/com.termux/files/usr/tmp/pip-build-env-c7klayuz/overlay/lib/python3.11/site-packages/skbuild/resources/cmake -DPYTHON_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPYTHON_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DPYTHON_LIBRARY:PATH=/data/data/com.termux/files/usr/lib/libpython3.11.so -DPython_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPython_ROOT_DIR:PATH=/data/data/com.termux/files/usr -DPython_FIND_REGISTRY:STRING=NEVER -DPython_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DPython3_EXECUTABLE:PATH=/data/data/com.termux/files/usr/bin/python3.11 -DPython3_ROOT_DIR:PATH=/data/data/com.termux/files/usr -DPython3_FIND_REGISTRY:STRING=NEVER -DPython3_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/python3.11 -DCMAKE_BUILD_TYPE:STRING=Release
  213.  
  214.             Not searching for unused variables given on the command line.
  215.             -- The C compiler identification is Clang 16.0.6
  216.             -- The CXX compiler identification is Clang 16.0.6
  217.             -- Detecting C compiler ABI info
  218.             -- Detecting C compiler ABI info - done
  219.             -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - skipped
  220.             -- Detecting C compile features
  221.             -- Detecting C compile features - done
  222.             -- Detecting CXX compiler ABI info
  223.             -- Detecting CXX compiler ABI info - done
  224.             -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped                                  -- Detecting CXX compile features                          -- Detecting CXX compile features - done
  225.             -- *********************************************                                                                      -- Ninja Python Distribution
  226.             --                                                         --   BUILD_VERBOSE             : OFF
  227.             --   RUN_NINJA_TEST            : ON
  228.             --                                                         --   ARCHIVE_DOWNLOAD_DIR      : /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build                                                                    --
  229.             --     src_archive             : unix_source               --     <src_archive>_url       : https://github.com/Kitware/ninja/archive/v1.11.1.g95dee.kitware.jobserver-1.tar.gz
  230.             --     <src_archive>_sha256    : 7ba84551f5b315b4270dc7c51adef5dff83a2154a3665a6c9744245c122dd0db
  231.             -- *********************************************
  232.             CMake Warning (dev) at /data/data/com.termux/files/usr/share/cmake-3.26/Modules/ExternalProject.cmake:3091 (message):                                                              The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is                                             not set.  The policy's OLD behavior will be used.  When using a URL                                                   download, the timestamps of extracted files should preferably be that of                                              the time of extraction, otherwise code that depends on the extracted                                                  contents might not be rebuilt if the URL changes.  The OLD behavior                                                   preserves the timestamps from the archive instead, but this is usually not                                            what you want.  Update your project to the NEW behavior or specify the                                                DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this                                                  robustness issue.
  233.            Call Stack (most recent call first):                         /data/data/com.termux/files/usr/share/cmake-3.26/Modules/ExternalProject.cmake:4208 (_ep_add_download_command)
  234.              CMakeLists.txt:65 (ExternalProject_add)                  This warning is for project developers.  Use -Wno-dev to suppress it.                                    
  235.            -- download_ninja_source - URL: https://github.com/Kitware/ninja/archive/v1.11.1.g95dee.kitware.jobserver-1.tar.gz                                                               -- SuperBuild - CMAKE_BUILD_TYPE: Release
  236.            -- Configuring done (2.6s)                                 -- Generating done (0.0s)
  237.            -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build
  238.            [  5%] Creating directories for 'download_ninja_source'                                                               [ 11%] Performing download step (download, verify and extract) for 'download_ninja_source'
  239.            -- Downloading...
  240.               dst='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/v1.11.1.g95dee.kitware.jobserver-1.tar.gz'                                                     timeout='none'
  241.               inactivity timeout='none'                               -- Using src='https://github.com/Kitware/ninja/archive/v1.11.1.g95dee.kitware.jobserver-1.tar.gz'
  242.            -- verifying file...                                              file='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/v1.11.1.g95dee.kitware.jobserver-1.tar.gz'
  243.            -- Downloading... done
  244.            -- extracting...
  245.                 src='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/v1.11.1.g95dee.kitware.jobserver-1.tar.gz'                                                     dst='/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/Ninja-src'                                                             -- extracting... [tar xfz]
  246.            -- extracting... [analysis]                                -- extracting... [rename]                                  -- extracting... [clean up]
  247.            -- extracting... done                                      [ 17%] No update step for 'download_ninja_source'
  248.            [ 23%] No patch step for 'download_ninja_source'
  249.            [ 29%] No configure step for 'download_ninja_source'
  250.            [ 35%] No build step for 'download_ninja_source'
  251.            [ 41%] No install step for 'download_ninja_source'
  252.            [ 47%] Completed 'download_ninja_source'
  253.            [ 47%] Built target download_ninja_source                  [ 52%] Creating directories for 'build_ninja'
  254.            [ 58%] No download step for 'build_ninja'
  255.            [ 64%] No update step for 'build_ninja'                    [ 70%] No patch step for 'build_ninja'                     [ 76%] Performing configure step for 'build_ninja'                                                                    loading initial cache file /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/build_ninja-prefix/tmp/build_ninja-cache-Release.cmake
  256.            -- The C compiler identification is Clang 16.0.6
  257.            -- The CXX compiler identification is Clang 16.0.6
  258.            -- Detecting C compiler ABI info                           -- Detecting C compiler ABI info - done
  259.            -- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - skipped
  260.            -- Detecting C compile features                            -- Detecting C compile features - done
  261.            -- Detecting CXX compiler ABI info
  262.            -- Detecting CXX compiler ABI info - done
  263.            -- Check for working CXX compiler: /data/data/com.termux/files/usr/bin/c++ - skipped
  264.            -- Detecting CXX compile features
  265.            -- Detecting CXX compile features - done
  266.            -- IPO / LTO not supported: <Change Dir: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin
  267.  
  268.            Run Build Command(s):/data/data/com.termux/files/usr/bin/cmake -E env VERBOSE=1 /data/data/com.termux/files/usr/bin/make -f Makefile && make[3]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  269.            /data/data/com.termux/files/usr/bin/cmake -S/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src -B/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin --check-build-system CMakeFiles/Makefile.cmake 0
  270.            /data/data/com.termux/files/usr/bin/cmake -E cmake_progress_start /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin//CMakeFiles/progress.marks
  271.            /data/data/com.termux/files/usr/bin/make  -f CMakeFiles/Makefile2 all
  272.            make[4]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  273.            /data/data/com.termux/files/usr/bin/make  -f CMakeFiles/foo.dir/build.make CMakeFiles/foo.dir/depend
  274.            make[5]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  275.            cd /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin && /data/data/com.termux/files/usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles/foo.dir/DependInfo.cmake
  276.            make[5]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  277.            /data/data/com.termux/files/usr/bin/make  -f CMakeFiles/foo.dir/build.make CMakeFiles/foo.dir/build                   make[5]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  278.            [ 25%] Building CXX object CMakeFiles/foo.dir/foo.cpp.o
  279.            /data/data/com.termux/files/usr/bin/c++   -O2 -g -DNDEBUG -flto=thin -MD -MT CMakeFiles/foo.dir/foo.cpp.o -MF CMakeFiles/foo.dir/foo.cpp.o.d -o CMakeFiles/foo.dir/foo.cpp.o -c /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src/foo.cpp
  280.            [ 50%] Linking CXX static library libfoo.a                 /data/data/com.termux/files/usr/bin/cmake -P CMakeFiles/foo.dir/cmake_clean_target.cmake
  281.            /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/foo.dir/link.txt --verbose=1
  282.            "/data/data/com.termux/files/usr/bin/llvm-ar" cr libfoo.a CMakeFiles/foo.dir/foo.cpp.o
  283.            "/data/data/com.termux/files/usr/bin/llvm-ranlib" libfoo.a
  284.            make[5]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  285.            [ 50%] Built target foo
  286.            /data/data/com.termux/files/usr/bin/make  -f CMakeFiles/boo.dir/build.make CMakeFiles/boo.dir/depend                  make[5]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  287.            cd /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin && /data/data/com.termux/files/usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles/boo.dir/DependInfo.cmake
  288.            make[5]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  289.            /data/data/com.termux/files/usr/bin/make  -f CMakeFiles/boo.dir/build.make CMakeFiles/boo.dir/build                   make[5]: Entering directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  290.            [ 75%] Building CXX object CMakeFiles/boo.dir/main.cpp.o
  291.            /data/data/com.termux/files/usr/bin/c++   -O2 -g -DNDEBUG -flto=thin -MD -MT CMakeFiles/boo.dir/main.cpp.o -MF CMakeFiles/boo.dir/main.cpp.o.d -o CMakeFiles/boo.dir/main.cpp.o -c /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/src/main.cpp
  292.            [100%] Linking CXX executable boo
  293.            /data/data/com.termux/files/usr/bin/cmake -E cmake_link_script CMakeFiles/boo.dir/link.txt --verbose=1
  294.            /data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG -flto=thin -fuse-ld=gold CMakeFiles/boo.dir/main.cpp.o -o boo  libfoo.a
  295.            clang-16: error: invalid linker name in argument '-fuse-ld=gold'                                                      clang-16: error: invalid linker name in argument '-fuse-ld=gold'
  296.            make[5]: *** [CMakeFiles/boo.dir/build.make:101: boo] Error 1                                                         make[5]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'                           make[4]: *** [CMakeFiles/Makefile2:114: CMakeFiles/boo.dir/all] Error 2
  297.            make[4]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'                           make[3]: *** [Makefile:94: all] Error 2                    make[3]: Leaving directory '/data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build/CMakeFiles/_CMakeLTOTest-CXX/bin'
  298.  
  299.            >
  300.            -- Performing Test flag_no_deprecated
  301.            -- Performing Test flag_no_deprecated - Success
  302.            -- Performing Test flag_color_diag
  303.            -- Performing Test flag_color_diag - Success               CMake Warning at CMakeLists.txt:49 (message):
  304.              re2c was not found; changes to src/*.in.cc will not affect your build.
  305.  
  306.                                                                       -- Looking for fork                                        -- Looking for fork - found
  307.            -- Looking for pipe
  308.            -- Looking for pipe - found                                -- Configuring done (7.4s)                                 -- Generating done (0.1s)                                  -- Build files have been written to: /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build/Ninja-build                                                    [ 82%] Performing build step for 'build_ninja'             [  1%] Building CXX object CMakeFiles/libninja-re2c.dir/src/depfile_parser.cc.o                                       [  2%] Building CXX object CMakeFiles/libninja-re2c.dir/src/lexer.cc.o                                                [  2%] Built target libninja-re2c                          [  4%] Building CXX object CMakeFiles/libninja.dir/src/build_log.cc.o                                                 [  5%] Building CXX object CMakeFiles/libninja.dir/src/build.cc.o                                                     [  7%] Building CXX object CMakeFiles/libninja.dir/src/clean.cc.o                                                     [  8%] Building CXX object CMakeFiles/libninja.dir/src/clparser.cc.o                                                  [ 10%] Building CXX object CMakeFiles/libninja.dir/src/dyndep.cc.o
  309.            [ 11%] Building CXX object CMakeFiles/libninja.dir/src/dyndep_parser.cc.o                                             [ 13%] Building CXX object CMakeFiles/libninja.dir/src/debug_flags.cc.o                                               [ 14%] Building CXX object CMakeFiles/libninja.dir/src/deps_log.cc.o
  310.            [ 16%] Building CXX object CMakeFiles/libninja.dir/src/disk_interface.cc.o                                            [ 17%] Building CXX object CMakeFiles/libninja.dir/src/edit_distance.cc.o
  311.            [ 19%] Building CXX object CMakeFiles/libninja.dir/src/eval_env.cc.o                                                  [ 20%] Building CXX object CMakeFiles/libninja.dir/src/graph.cc.o
  312.            [ 22%] Building CXX object CMakeFiles/libninja.dir/src/graphviz.cc.o
  313.            [ 23%] Building CXX object CMakeFiles/libninja.dir/src/json.cc.o                                                      [ 25%] Building CXX object CMakeFiles/libninja.dir/src/line_printer.cc.o                                              [ 26%] Building CXX object CMakeFiles/libninja.dir/src/manifest_parser.cc.o                                           [ 28%] Building CXX object CMakeFiles/libninja.dir/src/metrics.cc.o                                                   [ 29%] Building CXX object CMakeFiles/libninja.dir/src/missing_deps.cc.o                                              [ 31%] Building CXX object CMakeFiles/libninja.dir/src/parser.cc.o                                                    [ 32%] Building CXX object CMakeFiles/libninja.dir/src/state.cc.o                                                     [ 34%] Building CXX object CMakeFiles/libninja.dir/src/status.cc.o                                                    [ 35%] Building CXX object CMakeFiles/libninja.dir/src/string_piece_util.cc.o                                         [ 37%] Building CXX object CMakeFiles/libninja.dir/src/tokenpool-gnu-make.cc.o
  314.            [ 38%] Building CXX object CMakeFiles/libninja.dir/src/util.cc.o                                                      [ 40%] Building CXX object CMakeFiles/libninja.dir/src/version.cc.o
  315.            [ 41%] Building CXX object CMakeFiles/libninja.dir/src/subprocess-posix.cc.o                                          /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/Ninja-src/src/subprocess-posix.cc:26:10: fatal error: 'spawn.h' file not found                                                              #include <spawn.h>                                                  ^~~~~~~~~
  316.            1 error generated.                                         make[5]: *** [CMakeFiles/libninja.dir/build.make:426: CMakeFiles/libninja.dir/src/subprocess-posix.cc.o] Error 1
  317.            make[4]: *** [CMakeFiles/Makefile2:155: CMakeFiles/libninja.dir/all] Error 2
  318.            make[3]: *** [Makefile:146: all] Error 2
  319.            make[2]: *** [CMakeFiles/build_ninja.dir/build.make:87: build_ninja-prefix/src/build_ninja-stamp/build_ninja-build] Error 2                                                      make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/build_ninja.dir/all] Error 2                                       make: *** [Makefile:136: all] Error 2
  320.            Traceback (most recent call last):
  321.              File "/data/data/com.termux/files/usr/tmp/pip-build-env-c7klayuz/overlay/lib/python3.11/site-packages/skbuild/setuptools_wrap.py", line 674, in setup                              cmkr.make(make_args, install_target=cmake_install_target, env=env)                                                  File "/data/data/com.termux/files/usr/tmp/pip-build-env-c7klayuz/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 697, in make
  322.                self.make_impl(clargs=clargs, config=config, source_dir=source_dir, install_target=install_target, env=env)
  323.              File "/data/data/com.termux/files/usr/tmp/pip-build-env-c7klayuz/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 742, in make_impl
  324.                raise SKBuildError(msg)
  325.  
  326.            An error occurred while building with CMake.                 Command:
  327.                /data/data/com.termux/files/usr/bin/cmake --build . --target install --config Release --
  328.              Install target:
  329.                install
  330.              Source directory:
  331.                /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df
  332.              Working directory:
  333.                /data/data/com.termux/files/usr/tmp/pip-install-hjv1u0xo/ninja_2de5d9ac17c647acad60aef5e18ee8df/_skbuild/linux-aarch64-3.11/cmake-build
  334.            Please check the install target is valid and see CMake's output for more information.
  335.  
  336.             [end of output]
  337.  
  338.         note: This error originates from a subprocess, and is likely not a problem with pip.
  339.         ERROR: Failed building wheel for ninja
  340.       Failed to build cmake ninja
  341.       ERROR: Could not build wheels for cmake, ninja, which is required to install pyproject.toml-based projects
  342.       [end of output]
  343.  
  344.   note: This error originates from a subprocess, and is likely not a problem with pip.
  345. error: subprocess-exited-with-error
  346.  
  347. × pip subprocess to install build dependencies did not run successfully.
  348. exit code: 1
  349. ╰─> See above for output.
  350.  
  351. note: This error originates from a subprocess, and is likely not a problem with pip.
  352. ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement