Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 587918 - sys-devel/llvm: deal with lldb mess
Summary: sys-devel/llvm: deal with lldb mess
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-03 20:34 UTC by Michał Górny
Modified: 2016-11-11 20:22 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-07-03 20:34:39 UTC
lldb is terribly messy compared to the rest of LLVM install. We really need to clean it up.

Basic goals:

1. * QA Notice: Symbolic link /usr/lib64/python2.7/site-packages/lldb/_lldb.so points to /usr/lib/liblldb.so which does not exist.
>>> /usr/lib64/python2.7/site-packages/lldb/_lldb.so -> ../../../../lib/liblldb.so

2. Get rid of static lldb libs. Either make them shared or strip them.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-08-25 15:38:41 UTC
Side note: lldb is now gone from -9999. To be reintroduced when someone gets it to compile standalone.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-11-11 20:22:50 UTC
lldb is now split, and the Python part should be sane already. Cleaning up static libs is in TODO but not very important atm.