Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784404 - media-sound/strawberry-0.9.2: CMAKE_DISABLE_FIND_PACKAGE_Qt5DBus is enabled. A REQUIRED package cannot be disabled.
Summary: media-sound/strawberry-0.9.2: CMAKE_DISABLE_FIND_PACKAGE_Qt5DBus is enabled. ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-20 12:37 UTC by Joonas Niilola
Modified: 2021-04-20 13:28 UTC (History)
1 user (show)

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


Attachments
build.log (strawberry-0.9.2:20210420-123211.log,7.12 KB, text/plain)
2021-04-20 12:37 UTC, Joonas Niilola
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joonas Niilola gentoo-dev 2021-04-20 12:37:55 UTC
Created attachment 701049 [details]
build.log

build.log attached.

This exact error happens on 0.8.5, 0.9.2 and 9999. Looks like dbus is not optional with this package.

(0.9.3 might've not hit "-dbus" USE case, or qt5dbus was installed before getting there)
Comment 1 Larry the Git Cow gentoo-dev 2021-04-20 13:28:55 UTC
The bug has been closed via the following commit(s):

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

commit 0e1512935b1d94930bcefdb5045b9daf050d3a58
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2021-04-20 13:26:46 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-04-20 13:28:47 +0000

    media-sound/strawberry: USE="dbus" is no longer optional under Linux
    
    Dropped the USE flag.
    
    Thanks-to: Joonas Niilola <juippis@gentoo.org>
    Closes: https://bugs.gentoo.org/784404
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 media-sound/strawberry/strawberry-0.8.5.ebuild | 5 ++---
 media-sound/strawberry/strawberry-0.9.2.ebuild | 5 ++---
 media-sound/strawberry/strawberry-0.9.3.ebuild | 5 ++---
 media-sound/strawberry/strawberry-9999.ebuild  | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)