Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645050 - dev-util/lldb: does not respect libdir in plugin path
Summary: dev-util/lldb: does not respect libdir in plugin path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL: https://reviews.llvm.org/D42317
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-19 18:49 UTC by Michał Górny
Modified: 2018-03-29 07:12 UTC (History)
0 users

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 2018-01-19 18:49:46 UTC
strace sez:

access("/usr/lib/lldb/plugins", F_OK)   = -1 ENOENT (No such file or directory)
futex(0x7f846120d93c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/usr/lib/lldb/plugins", F_OK)   = -1 ENOENT (No such file or directory)
futex(0x7f846120d934, FUTEX_WAKE_PRIVATE, 2147483647) = 0
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-29 07:12:01 UTC
This is fixed in r323673. Since we don't have any LLDB plugins to care about, no point in tracking this further.