Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881191 - app-emulation/virtualbox-guest-additions-7.2.0: init script expects dbus even with USE="-dbus"
Summary: app-emulation/virtualbox-guest-additions-7.2.0: init script expects dbus even...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Viorel Munteanu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-13 16:02 UTC by mentalstring
Modified: 2022-11-20 11:54 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mentalstring 2022-11-13 16:02:43 UTC
The virtualbox-guest-additions-7.2.0 introduced a dbus use flag which successfully can be used to not pull dbus into the system (<7.0 always did). However, the init.d script still requires dbus to be running.

Reproducible: Always

Steps to Reproduce:
1. USE="-dbus" emerge =virtualbox-guest-additions-7.2.0
2. /etc/init.d/virtualbox-guest-additions start
Actual Results:  
 * ERROR: virtualbox-guest-additions needs service(s) dbus


$ grep dbus /etc/init.d/virtualbox-guest-additions
        need dbus localmount
Comment 1 Larry the Git Cow gentoo-dev 2022-11-20 08:20:51 UTC
The bug has been closed via the following commit(s):

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

commit 5e0da657c2c2fa34094d1c73e5ec69c13df04049
Author:     Viorel Munteanu <ceamac@gentoo.org>
AuthorDate: 2022-11-19 09:39:39 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2022-11-20 08:16:37 +0000

    app-emulation/virtualbox-guest-additions: add 7.0.4
    
    Rename USE=X -> gui
    Remove reference to `eselect opengl` from post install message
    
    Closes: https://bugs.gentoo.org/881191
    Closes: https://bugs.gentoo.org/719268
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 app-emulation/virtualbox-guest-additions/Manifest  |   1 +
 .../virtualbox-guest-additions-7.0.4.ebuild        | 287 +++++++++++++++++++++
 2 files changed, 288 insertions(+)
Comment 2 mentalstring 2022-11-20 11:54:04 UTC
Thank you!