Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE5 stuff and media-libs/mlt conflict
Date: Tue, 05 Jan 2016 17:27:05
Message-Id: 568BFCDC.7050402@gmail.com
In Reply to: Re: [gentoo-user] KDE5 stuff and media-libs/mlt conflict by Neil Bothwick
1 Neil Bothwick wrote:
2 > On Tue, 5 Jan 2016 04:26:20 -0600, Dale wrote:
3 >
4 >> !!! The ebuild selected to satisfy
5 >> ">=media-libs/mlt-0.9.8-r1[ffmpeg,kdenlive,melt,qt5,sdl,xml]" has
6 >> unmet requirements.
7 >> - media-libs/mlt-0.9.8-r2::gentoo USE="ffmpeg frei0r gtk kde kdenlive
8 >> melt opengl python qt5 sdl xml -compressed-lumas -debug -fftw -jack
9 >> -libav -libsamplerate -lua -qt4 -rtaudio (-ruby) -vdpau -xine"
10 >> ABI_X86="64" CPU_FLAGS_X86="mmx sse sse2" PYTHON_TARGETS="python2_7"
11 >>
12 >> The following REQUIRED_USE flag constraints are unsatisfied:
13 >> kde? ( qt4 )
14 > This says that if you have the kde flag enabled, you also need qt4.
15 >
16 >> The above constraints are a subset of the following complete
17 >> expression: python? ( python_targets_python2_7 ) qt5? ( !qt4 ) kde?
18 >> ( qt4 )
19 > This says you can't have qt5 and qt4 plus the above about kde.
20 >
21 > It looks like the qt5 and kde USE flags are incompatible. Try with
22 > USE="-kde".
23 >
24 > Also, I have the -r2 ebuild in my portage tree but not -r1, so I suggest
25 > you sync before trying anything else.
26 >
27 >
28
29
30 I sort of thought about it that way but it didn't make sense. How can I
31 have KDE and not a kde USE flag was my thinking. After reading your
32 post, I found out it likes the profile set to plasma, currently #8 on
33 the list, instead of kde. Changing the profile got rid of this error
34 and seems to have changed a few other things too. All I'm looking at
35 now is a hard block on kde-apps/kde4-l10n-15.08.0-r1. I will sync again
36 before actually starting the build.
37
38 So, we have to change the profile setting to get to KDE5 as well.
39 Interesting.
40
41 Thanks. You got me closer. I'm doing all this in a separate file so
42 that I can revert easily too. Since I have buildpkg set, it wouldn't
43 take long to undo.
44
45 Thanks much.
46
47 Dale

Replies

Subject Author
Re: [gentoo-user] KDE5 stuff and media-libs/mlt conflict Alan McKinnon <alan.mckinnon@×××××.com>