Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 409806 Details for
Bug 557956
www-client/firefox-36, -37, -38, -39, -40, -41: OSError: libc.so.6: cannot open shared object file: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libc detect patch for >=www-client/firefox-36
firefox-36.0-detect-libc.patch (text/plain), 563 bytes, created by
Émeric Maschino
on 2015-08-22 07:31:45 UTC
(
hide
)
Description:
libc detect patch for >=www-client/firefox-36
Filename:
MIME Type:
Creator:
Émeric Maschino
Created:
2015-08-22 07:31:45 UTC
Size:
563 bytes
patch
obsolete
>--- a/testing/mozbase/mozinfo/mozinfo/mozinfo.py 2015-02-25 19:25:46.000000000 +0100 >+++ b/testing/mozbase/mozinfo/mozinfo/mozinfo.py 2015-08-21 21:40:15.722241182 +0200 >@@ -96,7 +96,7 @@ > import errno > PR_SET_SECCOMP = 22 > SECCOMP_MODE_FILTER = 2 >- ctypes.CDLL("libc.so.6", use_errno=True).prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, 0) >+ ctypes.CDLL(ctypes.util.find_library('c'), use_errno=True).prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, 0) > info['has_sandbox'] = ctypes.get_errno() == errno.EFAULT > else: > info['has_sandbox'] = True
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 557956
:
409194
|
409196
| 409806