[llvm-bugs] [Bug 43442] New: LLDB installs Python modules to wrong path on some systems
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 25 03:09:45 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43442
Bug ID: 43442
Summary: LLDB installs Python modules to wrong path on some
systems
Product: lldb
Version: 9.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: mgorny at gentoo.org
CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
Blocks: 43360
The old code unconditionally assumed lib${LLVM_LIBDIR_SUFFIX}, while some
systems install Python stuff into /usr/lib while regular libraries are in
/usr/lib64. I've addressed this in r372835, and I think we should have this
backported for 9.0.1.
The commit is fresh, so let's wait a while before merging it. I'm opening the
bug so that I don't forget.
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=43360
[Bug 43360] [meta] 9.0.1 Release Blockers
--
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/20190925/f162e4f2/attachment-0001.html>
More information about the llvm-bugs
mailing list