[LLVMbugs] [Bug 12693] New: lldb building process fails

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Apr 28 23:46:41 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12693

             Bug #: 12693
           Summary: lldb building process fails
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: dvshapkin at mail.ru
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


There are some bugs:

LLDBWrapPython.cpp:(.text+0x6b847): undefined reference to `PyInt_FromLong'
LLDBWrapPython.cpp:(.text+0x69f8b): undefined reference to
`PyDict_SetItemString'
(LLDBWrapPython.o): In function `init_lldb':
LLDBWrapPython.cpp:(.text+0x6de0d): undefined reference to
`PyDict_SetItemString'
(LLDBWrapPython.o): In function `SwigPyObject_long':
LLDBWrapPython.cpp:(.text+0x4d5): undefined reference to `PyLong_FromVoidPtr'
(LLDBWrapPython.o): In function `SwigPyPacked_dealloc':
LLDBWrapPython.cpp:(.text+0x602): undefined reference to `PyObject_Free'

and so on...

Conditions compilation:
LLVM release  - SVN 152265
CLANG release - SVN 152265
LLDB release  - SVN 155783

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list