Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 782034

Summary: media-sound/pulseaudio-{13.0-r1,14.2} after rebuld libltdl in current toolchain - can not load modules
Product: Gentoo Linux Reporter: Denis Kaganovich <mahatma>
Component: Current packagesAssignee: Igor V. Kovalenko <igor.v.kovalenko>
Status: UNCONFIRMED ---    
Severity: normal CC: igor.v.kovalenko, jstein, leio, sam
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: use lt_preopen as failback

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