[Bug 23785] New: Problem with lib64/python2.7 installation

Bug ID 23785
Summary Problem with lib64/python2.7 installation
Product lldb
Version 3.6
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter eugene.zelenko@gmail.com
Classification Unclassified

I encountered next error when installing LLDB:

CMake Error at scripts/cmake_install.cmake:36 (FILE):
  file INSTALL cannot find
  "/grid/cic/nsd-farm2/data/zelenko/LLVM/lldb.build/lib64/python2.7".
Call Stack (most recent call first):
  cmake_install.cmake:42 (INCLUDE)

As workaround I commented next lines in scripts/cmake_install.cmake in build
directory:

IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL
"Unspecified")
  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE DIRECTORY FILES
"/grid/cic/nsd-farm2/data/zelenko/LLVM/lldb.build/lib64/python2.7")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL
"Unspecified")

I seems that this directory is mentioned only in docs/CMakeLists.txt.

My CMake parameters are available in bug 23774.

labath@google.com changed bug 23785

What | Removed | Added |

  • | - | - |
    Status | NEW | RESOLVED |
    Resolution | — | FIXED |

Comment # 13 on bug 23785 from labath@google.com

I think there is a reasonable chance this was fixed with r267462. Please reopen
if you still see the problem persist.

Eugene Zelenko changed bug 23785

What | Removed | Added |

  • | - | - |
    Status | RESOLVED | REOPENED |
    Resolution | FIXED | — |

Comment # 14 on bug 23785 from Eugene Zelenko

I tried r268534 and proble is still there.

Istallation complains about
/grid/cic/nsd-farm2/data/zelenko/LLVM.svn/lldb.build/lib64/python.

Python stuff located in
/grid/cic/nsd-farm2/data/zelenko/LLVM.svn/lldb.build/lib/python2.7