Bug 2345985
Summary: | pipewire-jack-audio-connection-kit-libs selected by dnf to provide libjack.so.0, ld.so.conf not included | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Otto Liljalaakso <otto.liljalaakso> |
Component: | pipewire | Assignee: | Wim Taymans <wtaymans> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 42 | CC: | brunovern.a, code, eclipseo, fweimer, mads, ngompa13, nphilipp, robatino, suraj.ghimire7, wtaymans |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://koji.fedoraproject.org/koji/taskinfo?taskID=129180906 | ||
Whiteboard: | |||
Fixed In Version: | pipewire-1.4.0-2.fc43 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-03-07 13:47:55 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2291263 |
Description
Otto Liljalaakso
2025-02-16 12:48:21 UTC
I experience the same issue with ardour8 failing to build, see here: https://src.fedoraproject.org/rpms/ardour8/pull-request/1 I can confirm that with the ld.so.conf file present, the package builds. I've made adjustments and submitted PRs for this across all affected Fedora releases: - rawhide: https://src.fedoraproject.org/rpms/pipewire/pull-request/31 - f42: https://src.fedoraproject.org/rpms/pipewire/pull-request/32 - f41: https://src.fedoraproject.org/rpms/pipewire/pull-request/33 - f40: https://src.fedoraproject.org/rpms/pipewire/pull-request/34 This needs to land asap because it's breaking KDE too. Proposed as a Blocker for 42-beta by Fedora user ngompa using the blocker tracking app because: This is breaking builds and creating incoherent runtime issues with packages that link to libjack. *** Bug 2263486 has been marked as a duplicate of this bug. *** I've updated my PRs to install libjack to the default library location to just eliminate this wonkiness. FEDORA-2025-1da71d2444 (pipewire-1.4.0-2.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-1da71d2444 JACK2 and pipewire-jack need to be installable at the same time or else a required feature of having jack2 as a pipewire backend can't be done anymore. This excludes having the same libjack.so location. The only solution then is to always install the ld.so.conf file when the -libs are pulled in. I'm making a build with the ld.so.conf moved to the -libs package but I probably prefer to just install the pipewire-jack-audio-connection-kit package as a Requires, like the patch from Robert-Andre. Doing this breaks the ability to choose where to run a jack application in case JACK2 is installed as well (using pw-jack to send it to pipewire, otherwise it goes to JACK2). I think this is an acceptable breakage, I don't know anyone who does or wants to do that. We could eventually fix this again if we allow swapping between jack2 for pipewire-jack-audio-connection-kit (like we do for the pulseaudio server), but I don't want to spend much time thinking about that niche case. FEDORA-2025-1da71d2444 (pipewire-1.4.0-2.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. |