Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928417 - net-wireless/bluez-5.73: missing org.bluez.obex.service without systemd
Summary: net-wireless/bluez-5.73: missing org.bluez.obex.service without systemd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL: https://github.com/bluez/bluez/issues...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2024-04-02 09:01 UTC by Andreas Fink
Modified: 2024-04-07 16:06 UTC (History)
1 user (show)

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


Attachments
patch to install dbus service with USE="-systemd" (obex-service.patch,627 bytes, patch)
2024-04-02 09:02 UTC, Andreas Fink
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Fink 2024-04-02 09:01:11 UTC
The file /usr/share/dbus-1/services/org.bluez.obex.service is not installed when systemd is disabled

Reproducible: Always

Steps to Reproduce:
1. USE="obex -systemd" emerge bluez

Actual Results:  
/usr/share/dbus-1/services/org.bluez.obex.service does not exist

Expected Results:  
/usr/share/dbus-1/services/org.bluez.obex.service should be created irrespective of using systemd or not.
Comment 1 Andreas Fink 2024-04-02 09:02:04 UTC
Created attachment 889247 [details, diff]
patch to install dbus service with USE="-systemd"
Comment 2 Andreas Fink 2024-04-02 09:04:39 UTC
The proposed patch is similar to what is available (but not applied) at net-wireless/bluez/files/0001-Allow-using-obexd-without-systemd-in-the-user-session-r2.patch
Comment 3 Larry the Git Cow gentoo-dev 2024-04-07 16:06:56 UTC
The bug has been closed via the following commit(s):

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

commit 417b23a120e91255efb3c5342bef6bdf1f370fba
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2024-04-07 16:06:12 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2024-04-07 16:06:12 +0000

    net-wireless/bluez: Fix obex dbus file installation on non-systemd systems
    
    Thanks-to: Andreas Fink
    Closes: https://bugs.gentoo.org/928417
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 net-wireless/bluez/bluez-5.73-r1.ebuild            | 278 +++++++++++++++++++++
 ...xd-without-systemd-in-the-user-session-r3.patch |  20 ++
 2 files changed, 298 insertions(+)