Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921681 - media-sound/bluez-alsa-4.1.1: Deamon fails to start using openrc
Summary: media-sound/bluez-alsa-4.1.1: Deamon fails to start using openrc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-01-09 20:24 UTC by 009
Modified: 2024-02-14 13:43 UTC (History)
1 user (show)

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


Attachments
emerge --info (buildinfo.txt,17.41 KB, text/plain)
2024-01-09 20:24 UTC, 009
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 009 2024-01-09 20:24:59 UTC
Created attachment 881793 [details]
emerge --info

Daemon fails to start using openrc but works with systemd.

Systemd uses parameter '-S -p a2dp-source -p a2dp-sink'.

After changing the default
BLUEALSA_CONF=""
to
BLUEALSA_CONF="-S -p a2dp-source -p a2dp-sink"
in
/etc/conf.d/bluealsa
it works for me in openrc.

/etc/conf.d/bluealsa is shipped via $FILES
Comment 1 Larry the Git Cow gentoo-dev 2024-02-14 13:43:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02a87b6fe1e3d1edd2f1a957923a733511c6b09

commit b02a87b6fe1e3d1edd2f1a957923a733511c6b09
Author:     Vladimir Shupilov <alliancetrooper@proton.me>
AuthorDate: 2024-02-02 13:19:38 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-02-14 13:43:52 +0000

    media-sound/bluez-alsa: fix openrc daemon start
    
    Closes: https://bugs.gentoo.org/921681
    Signed-off-by: Vladimir Shupilov <alliancetrooper@proton.me>
    Closes: https://github.com/gentoo/gentoo/pull/35145
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../{bluez-alsa-4.1.1.ebuild => bluez-alsa-4.1.1-r1.ebuild}           | 4 ++--
 media-sound/bluez-alsa/files/bluealsa-conf.d-2-r1                     | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)