Mailinglist Archive: opensuse-bugs (11332 mails)

< Previous Next >
[Bug 439373] Using the yast partitioner to create an encripted partition removes aparently unrelated RPMs - package installation starts even when there are unresolved dependencies
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 3 Dec 2008 03:47:55 -0700 (MST)
  • Message-id: <20081203104755.96B56245392@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=439373

User lslezak@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=439373#c11


Ladislav Slezak <lslezak@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider|
|schubi@xxxxxxxxxx




--- Comment #11 from Ladislav Slezak <lslezak@xxxxxxxxxx> 2008-12-03 03:47:54
MST ---
The fixsystem mode was accidentally set by Pkg::PkgSolveCheckTargetOnly() call.
This function check dependencies of the installed packages only, it calls
resolver()->verifySystem() which sets _verifying=true which triggers fixsystem
mode which remains set for the next solver run.

The fix is to reset the solver at the and of Pkg::PkgSolveCheckTargetOnly()
function so the fixsystem mode is disabled or fix Resolver::verifySystem() so
the _verify flag is reset for the next solver run.

I don't know which solution is better, Schubi?


--
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 >