Mailinglist Archive: opensuse-bugs (9648 mails)

< Previous Next >
[Bug 337370] yast2-theme-openSUSE-Crystal removes yast2-*
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 5 Nov 2007 11:25:07 -0700 (MST)
  • Message-id: <20071105182507.6A600CC7B0@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=337370#c9


Ján Kupec <jkupec@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jkupec@xxxxxxxxxx
|schubi@xxxxxxxxxx




--- Comment #9 from Ján Kupec <jkupec@xxxxxxxxxx> 2007-11-05 11:25:06 MST ---
No clue. This is what zypper calls:

bool resolve()
{
establish ();
cout_v << _("Resolving dependencies...") << endl;
God->resolver()->setForceResolve( true );
return God->resolver()->resolvePool();
}

If this returns true, it proceeds to showing the summary. If false, it displays
solver problems and proceeds only if a solution was finally found.
Nevertheless, in this case it goes right to the summary, so i guess the solver
_did_ find a solution.

Additionally, right before showing the summary, zypper log shows:

2007-11-05 19:12:05 <1> kompost(13023) [zypp]
Resolver.cc(resolveDependencies):881 Resolver::resolveDependencies()
2007-11-05 19:12:05 <0> kompost(13023) [zypp]
Resolver.cc(resolveDependencies):1057 Pend 1 / Cmpl 0 / Prun 0 / Defr 0 / Invl
0
2007-11-05 19:12:05 <0> kompost(13023) [zypp] QueueItemRequire.cc(process):775
Unfulfilled requirement '[package] (namedcap) yast2-theme-openSUSE'. trying
different solution
2007-11-05 19:12:05 <0> kompost(13023) [zypp]
Resolver.cc(resolveDependencies):1148 Pend 0 / Cmpl 1 / Prun 0 / Defr 0 / Invl
0
2007-11-05 19:12:05 <1> kompost(13023) [zypp] Resolver.cc(resolvePool):1357
Have solution, copying back to pool


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
< Previous Next >