On 05/01/2016 19:26, Dale wrote:
> Neil Bothwick wrote:
>> On Tue, 5 Jan 2016 04:26:20 -0600, Dale wrote:
>>
>>> !!! The ebuild selected to satisfy
>>> ">=media-libs/mlt-0.9.8-r1[ffmpeg,kdenlive,melt,qt5,sdl,xml]" has
>>> unmet requirements.
>>> - media-libs/mlt-0.9.8-r2::gentoo USE="ffmpeg frei0r gtk kde kdenlive
>>> melt opengl python qt5 sdl xml -compressed-lumas -debug -fftw -jack
>>> -libav -libsamplerate -lua -qt4 -rtaudio (-ruby) -vdpau -xine"
>>> ABI_X86="64" CPU_FLAGS_X86="mmx sse sse2" PYTHON_TARGETS="python2_7"
>>>
>>>   The following REQUIRED_USE flag constraints are unsatisfied:
>>>     kde? ( qt4 )
>> This says that if you have the kde flag enabled, you also need qt4.
>>
>>>   The above constraints are a subset of the following complete
>>> expression: python? ( python_targets_python2_7 ) qt5? ( !qt4 ) kde?
>>> ( qt4 )
>> This says you can't have qt5 and qt4 plus the above about kde.
>>
>> It looks like the qt5 and kde USE flags are incompatible. Try with
>> USE="-kde".
>>
>> Also, I have the -r2 ebuild in my portage tree but not -r1, so I suggest
>> you sync before trying anything else.
>>
>>
> 
> 
> I sort of thought about it that way but it didn't make sense.  How can I
> have KDE and not a kde USE flag was my thinking.  After reading your
> post, I found out it likes the profile set to plasma, currently #8 on
> the list, instead of kde.  Changing the profile got rid of this error
> and seems to have changed a few other things too.  All I'm looking at
> now is a hard block on kde-apps/kde4-l10n-15.08.0-r1.  I will sync again
> before actually starting the build. 

set USE=minimal for kde4-l10n. Set it individually for packages that
need it, not globally

Without it, there will be file collisions with the equivalent KDE5
packages. USE=minimal doesn't install those files leaving only those
needed for remaining kde4 apps to still work.

Anytime you have a blocker between similar kde4 and kde5 packages, try
set USE=minimal for the kde4 versions. Most times, that fixes it.

> 
> So, we have to change the profile setting to get to KDE5 as well. 
> Interesting. 

The profile sets a bunch of stuff that are pretty much required for KDE5
and Qt5, and most of it relates to plasma. It's either that or do a
bunch of icky stuff by hand
> 
> Thanks.  You got me closer.  I'm doing all this in a separate file so
> that I can revert easily too.  Since I have buildpkg set, it wouldn't
> take long to undo.
> 
> Thanks much.
> 
> Dale
> 
> 


-- 
Alan McKinnon
alan.mckin...@gmail.com


Reply via email to