Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 782034 - media-sound/pulseaudio-{13.0-r1,14.2} after rebuld libltdl in current toolchain - can not load modules
Summary: media-sound/pulseaudio-{13.0-r1,14.2} after rebuld libltdl in current toolcha...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Igor V. Kovalenko
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-04-10 23:25 UTC by Denis Kaganovich
Modified: 2022-06-10 06:56 UTC (History)
4 users (show)

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


Attachments
use lt_preopen as failback (loader.patch,571 bytes, patch)
2021-04-10 23:28 UTC, Denis Kaganovich
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Kaganovich 2021-04-10 23:25:09 UTC
After rebuild libltdl now, pulseaudio cannot load lt_dlopen & all modules and stop. I unsure about libltdl - there are bug or feature - but fix pulseaudio. In short - first (and [now] single) loader on start changed from lt_ldopen to lt_preopen. Know nothing about realtime modules behaviour (goal of this code), but it simple works.

PS will no post logs/info, just patch. sorry ;)

Reproducible: Always

Steps to Reproduce:
1. update world (~x86 or ~amd64)
2. emerge -1q libltdl
3. try to run pulseaudio
Comment 1 Denis Kaganovich 2021-04-10 23:28:44 UTC
Created attachment 699096 [details, diff]
use lt_preopen as failback