|
Bugzilla – Full Text Bug Listing |
| Summary: | System not consistent - seen to many times | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Jiří Suchomel <jsuchome> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P4 - Low | ||
| Version: | 13.1 Milestone 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | y2log | ||
|
Description
Jiří Suchomel
2013-07-24 13:57:26 UTC
Created attachment 549299 [details]
y2log
The log contains this: final solver statistics: 4 problems, 0 learned rules, 2 unsolvable So there is some dependency problem in the system. PackagSystem::DoInstallAndRemove() does an extra check for system consistency using Pkg::PkgSolveCheckTargetOnly(). The reason is that the system might be broken and libzypp might install additional packages. It is equivalent to "zypper verify", try this in your system. So once there's some incosistency present (although wanted), I get such message every time? But neither zypper nor 'yast2 -i' minds about it. This does not seem to be consistent. OK, you were right, fixing actual dependency problems using zypper verify helped. But I'm still not sure about different (default) behavior of our tools... The verification check has been removed in yast2-3.1.69 (https://github.com/yast/yast-yast2/pull/252) |