Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 699096 Details for
Bug 782034
media-sound/pulseaudio-{13.0-r1,14.2} after rebuld libltdl in current toolchain - can not load modules
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use lt_preopen as failback
loader.patch (text/plain), 571 bytes, created by
Denis Kaganovich
on 2021-04-10 23:28:44 UTC
(
hide
)
Description:
use lt_preopen as failback
Filename:
MIME Type:
Creator:
Denis Kaganovich
Created:
2021-04-10 23:28:44 UTC
Size:
571 bytes
patch
obsolete
>after rebuild libltdl (with new toolchain?) lt_dlopen is not loaded >--- a/src/daemon/ltdl-bind-now.c 2018-07-13 22:05:13.000000000 +0300 >+++ b/src/daemon/ltdl-bind-now.c 2021-04-11 01:18:58.000000000 +0300 >@@ -122,7 +122,7 @@ void pa_ltdl_init(void) { > if (bindnow_loader) > return; > >- if (!(dlopen_loader = lt_dlloader_find((char*) "lt_dlopen"))) { >+ if (!(dlopen_loader = lt_dlloader_find((char*) "lt_dlopen") ? : lt_dlloader_find((char*) "lt_preopen"))) { > pa_log_warn(_("Failed to find original lt_dlopen loader.")); > return; > }
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 782034
: 699096