|
Bugzilla – Full Text Bug Listing |
| Summary: | Feature no. 110205 fails: installation history | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Atri Bhattacharya <badshah400> |
| Component: | libzypp | Assignee: | Stefan Schubert <schubi> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | ma, schubi |
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | 32bit | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Atri Bhattacharya
2008-11-07 14:43:24 UTC
schubi, ma, this is the problem with zypper using Resolver::addRequires()/addConflict() we talked about a few months ago. I try to find a solution. Only for being sure: Resolver::addRequires() is still used while the call "zypper in foo" ? . Now it works correctly. Installing and deleting package "mc" with zypper: 2008-11-28 11:28:54|install|mc|4.6.2.pre1-116.6|i586|root@waerden|openSUSE-dvd_11.1-0|7c017ee0400227147829589d6bbcf8ff9cf860dd 2008-11-28 11:28:56|install|mc-lang|4.6.2.pre1-116.6|i586||openSUSE-dvd_11.1-0|f1671aadbb6e26ddc96bbf997fbc5e7bc184a4ae 2008-11-28 11:31:13|remove |mc-lang|4.6.2.pre1-116.6|i586| 2008-11-28 11:31:14|remove |mc|4.6.2.pre1-116.6|i586|root@waerden (In reply to comment #2 from Stefan Schubert) > I try to find a solution. Only for being sure: Resolver::addRequires() is still > used while the call "zypper in foo" ? You probably already found out :O) But to be sure - yes, it is. Thanx for fixing the bug! JFYI: I opened bug #455965 because the fix might not be appropriate in each context. The requirements result found in the 1st solver run, is turned into a fix request for subsequent runs. The solver will not be able to change the decision, nor will removal of the requirement have an effect as the result is still selected byUSER. |