[llvm-bugs] [Bug 30927] New: install-cxxabi fails: cmake error, file INSTALL cannot find .../libc++.so.1.0

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Nov 6 17:07:28 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=30927

            Bug ID: 30927
           Summary: install-cxxabi fails: cmake error, file INSTALL cannot
                    find .../libc++.so.1.0
           Product: libc++abi
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: vsk at apple.com
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
    Classification: Unclassified

While building libc++abi on Linux, the install-cxxabi target fails because of a
Cmake error.

~/llvm/trunk-ccll/llvm/R (1) $ ninja install-libcxxabi
[1/1] cd /home/vk/llvm/trunk-ccll/llvm/R/projects/libcxxabi/src &&
/usr/bin/cmake -DCMAKE_INSTALL_COMPONENT=cxxabi -P
/home/vk/llvm/trunk-ccll/llvm/R/projects/libcxxabi/cmake_install.cmake
FAILED: projects/libcxxabi/src/CMakeFiles/install-cxxabi 
cd /home/vk/llvm/trunk-ccll/llvm/R/projects/libcxxabi/src && /usr/bin/cmake
-DCMAKE_INSTALL_COMPONENT=cxxabi -P
/home/vk/llvm/trunk-ccll/llvm/R/projects/libcxxabi/cmake_install.cmake
-- Install configuration: "Release"
CMake Error at cmake_install.cmake:36 (file):
  file INSTALL cannot find
 
"/home/vk/llvm/trunk-ccll/llvm/R/projects/libcxxabi/src/CMakeFiles/CMakeRelink.dir/libc++abi.so.1.0".
Call Stack (most recent call first):
  /home/vk/llvm/trunk-ccll/llvm/R/projects/libcxxabi/cmake_install.cmake:37
(include)

Here is my directory structure:

llvm/
llvm/projects/libcxx
llvm/projects/libcxxabi
llvm/tools/clang
llvm/tools/lldb

Here is my entire cmake configure line:

~/llvm/trunk-ccll/llvm/R (127) $ cmake -G Ninja -DLLVM_TARGETS_TO_BUILD=X86
-DLLVM_ENABLE_ASSERTIONS=Off -DCMAKE_BUILD_TYPE=Release
-DLLVM_INCLUDE_EXAMPLES=Off -DLLDB_DISABLE_LIBEDIT=On ../

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161107/209e081c/attachment.html>


More information about the llvm-bugs mailing list