[Webkit-unassigned] [Bug 221709] New: Bubblewrap should determine which libdirs to bind properly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 10 12:06:36 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221709
Bug ID: 221709
Summary: Bubblewrap should determine which libdirs to bind
properly
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dkolesa at igalia.com
CC: bugs-noreply at webkitgtk.org
On some 32-bit systems, webkitgtk with bubblewrap will not work as is, since glibc will direct its ld cache lookups through lib32 by default if it exists; if this path is not bound, the dynamic linker will fail to find the right libs. Right now the bubblewrap launcher unconditionally binds lib64. Therefore, it should be changed to conditionally bind either lib32 or lib64.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210210/8c226512/attachment.htm>
More information about the webkit-unassigned
mailing list