Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679372 - dev-qt/qtmultimedia-5.12.1 ERROR: Feature 'pulseaudio' was enabled, but the pre-condition 'libs.pulseaudio' failed.
Summary: dev-qt/qtmultimedia-5.12.1 ERROR: Feature 'pulseaudio' was enabled, but the p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-03 22:03 UTC by Conrad Kostecki
Modified: 2019-03-11 06:48 UTC (History)
0 users

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 Conrad Kostecki gentoo-dev 2019-03-03 22:03:03 UTC
dev-qt/qtmultimedia-5.12.1 will fail with USE="pulseaudio" as it only depends on media-sound/pulseaudio

Checking for PulseAudio >= 0.9.10... no
Checking for libresourceqt5... no
Done running configuration tests.

Configure summary:

Qt Multimedia:
  ALSA ................................... yes
  GStreamer 1.0 .......................... yes
  GStreamer 0.10 ......................... no
  Video for Linux ........................ yes
  OpenAL ................................. yes
  PulseAudio ............................. no
  Resource Policy (libresourceqt5) ....... no
  Windows Audio Services ................. no
  DirectShow ............................. no
  Windows Media Foundation ............... no

ERROR: Feature 'pulseaudio' was enabled, but the pre-condition 'libs.pulseaudio' failed.

Solution is to add a depend on media-sound/pulseaudio WITH ENABLED USE="glib"
Comment 1 Larry the Git Cow gentoo-dev 2019-03-11 06:45:15 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/qt.git/commit/?id=a7d1acecd37cf439b71d4402a952154818e16a29

commit a7d1acecd37cf439b71d4402a952154818e16a29
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2019-03-11 06:44:47 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2019-03-11 06:45:04 +0000

    dev-qt/qtmultimedia: fix media-sound/pulseaudio USE dependency
    
    Bug: https://bugs.gentoo.org/679372
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Michael Palimaka <kensington@gentoo.org>

 dev-qt/qtmultimedia/qtmultimedia-5.12.9999.ebuild | 4 ++--
 dev-qt/qtmultimedia/qtmultimedia-5.13.9999.ebuild | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.9999.ebuild    | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2019-03-11 06:47:08 UTC
The bug has been closed via the following commit(s):

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

commit 027a5ebc1b6b90be15fc1b7cc40c540ce84b5a5b
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2019-03-11 06:46:43 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2019-03-11 06:46:56 +0000

    dev-qt/qtmultimedia: fix media-sound/pulseaudio USE dependency
    
    Closes: https://bugs.gentoo.org/679372
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Michael Palimaka <kensington@gentoo.org>

 dev-qt/qtmultimedia/qtmultimedia-5.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Michael Palimaka (kensington) gentoo-dev 2019-03-11 06:48:26 UTC
Thanks for the concise bug report and included solution!