Oleg Tsybulskyi wrote:
> Package: cupt
> Version: 1.0.0~beta2~
> Severity: important
> 
> 5:~$ time cupt -s install kde
> Building the package cache... [done]
> Initializing package resolver and worker... [done]
> Scheduling requested actions... [done]
> Resolving possible unmet dependencies...
> no more solutions.
> 
> real 43m4.233s
> user 36m2.939s
> sys 0m21.401s
> 
> In attach full log of cupt with option '-o debug::resolver=1'.
> 
I read through the logs. The reasons are:

1) you have several sources (particularly, stable and testing/unstable)
2) you requested installing something (kde) from stable distribution
3) however testing are pinned higher than testing, some dependency relation
expressions (konq-plugins (>= 4:3.5.9-2)) pull kong-plugins from kde4
(testing), not from kde4 (stable).
4) which then lead to various conflicts because of installing parts from kde4
and kde3.

I guess you have two choices:

1) cupt install -t stable kde;
2) increase solution count (cupt(1), --max-solution-count) to grow the space
for resolver to solve complex conflicts.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to