Gentoo Archives: gentoo-user

From: Andrew Udvare <audvare@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cann figure out this conflict
Date: Sat, 04 Aug 2018 04:48:14
Message-Id: 238C680D-C51B-4450-A32F-5C74020373F1@gmail.com
In Reply to: [gentoo-user] cann figure out this conflict by John Covici
1 > On 2018-08-03, at 23:22, John Covici <covici@××××××××××.com> wrote:
2 >
3 > Hi. I seem to be having a blocker which involves pulseaudio, but from
4 > the portage output, I cannot figure out what the conflict is. I
5 > masked off >=media-sound/pulseaudio-12.2 and this is what I got, same
6 > thing happens if its unmasked. I am using unstable gentoo updated
7 > today.
8 >
9 >
10 > * Error: The above package list contains packages which cannot be^M
11 > * installed at the same time on the same system.^M
12 > ^M
13 > (media-sound/pulseaudio-12.0-r2:0/0::gentoo, installed) pulled in
14 > * by^M
15 >> =media-sound/pulseaudio-2[glib] required by
16 > * (gnome-base/gnome-control-center-3.24.4:2/2::gentoo, ebuild
17 > * scheduled for merge)^M
18 >> =media-sound/pulseaudio-3[glib] required by
19 > * (media-sound/pavucontrol-3.0:0/0::gentoo, installed)^M
20 > media-sound/pulseaudio required by
21 > * (www-client/firefox-61.0-r1:0/0::gentoo, installed)^M
22 > media-sound/pulseaudio required by
23 > * (media-video/mplayer-1.3.0-r5:0/0::gentoo, installed)^M
24 >> =media-sound/pulseaudio-2 required by
25 > * (gnome-base/gnome-settings-daemon-3.24.4:0/0::gentoo, installed)^M
26 >> =media-sound/pulseaudio-12.0-r1[glib] required by
27 > * (media-sound/paprefs-0.9.11_pre20180621:0/0::gentoo, installed)^M
28 > ^M
29 > (media-sound/apulse-0.1.12:0/0::gentoo, ebuild scheduled for
30 > * merge) pulled in by^M
31 > media-sound/apulse required by @selected
32
33 Try uninstalling the items that need pulseaudio-2[glib] (find replacements):
34
35 emerge --depclean -av gnome-base/gnome-control-center gnome-base/gnome-settings-daemon
36
37 (Or use -C and you can clean dependencies later)
38
39 Then run emerge again.
40
41 You cannot mask >=pulseaudio-3 because it's long gone out of the tree.
42
43 --
44 Andrew

Replies

Subject Author
Re: [gentoo-user] cann figure out this conflict John Covici <covici@××××××××××.com>