Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658690 - media-sound/pulseaudio-12.0-r1 install fails without X flag
Summary: media-sound/pulseaudio-12.0-r1 install fails without X flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-21 20:19 UTC by Jan Psota
Modified: 2018-06-21 20: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 Jan Psota 2018-06-21 20:19:05 UTC
It looks like there is no /usr/bin/start-pulseaudio-x11 when x11 configure flag is unset. This ebuild simplification answers the problem (-:

diff --git a/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild b/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild
index 989b5ba8c180..7244e687d132 100644
--- a/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild
@@ -258,11 +258,6 @@ multilib_src_install() {
 }
 
 multilib_src_install_all() {
-       # Drop the script entirely if X is disabled
-       if ! use X ; then
-               rm "${ED%/}"/usr/bin/start-pulseaudio-x11 || die
-       fi
-
        if use system-wide; then
                newconfd "${FILESDIR}/pulseaudio.conf.d" pulseaudio
Comment 1 Larry the Git Cow gentoo-dev 2018-06-21 20:54:25 UTC
The bug has been closed via the following commit(s):

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

commit 6c019a2e1892b0dcb3e5f78b77107eba5a7c4032
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-06-21 20:54:15 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-06-21 20:54:15 +0000

    media-sound/pulseaudio: start-pulseaudio-x11 is gone in 12.0
    
    Closes: https://bugs.gentoo.org/658690
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild | 5 -----
 1 file changed, 5 deletions(-)