|
Bugzilla – Full Text Bug Listing |
| Summary: | yast package manager uses nosenses during dirinstall | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Stanislav Brabec <sbrabec> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED INVALID | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | crrodriguez |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stanislav Brabec
2007-03-26 13:49:45 UTC
Um, it seems that the packages have already been installed in the target directory: 2007-03-26 15:25:02 <5> hammer(4773) [base] Exception.cc(log):94 TargetImpl.cc(commit):521 CAUGHT: RpmDb.cc(installPackage):1 810: Subprocess failed. Error: RPM failed: package xinetd-2.3.14-32 is already installed Libbzypp retries the package installation with --nodeps when the installation for some reason fails. If it fails again it uses --nodeps --force which in this case succeeded. (That's the reason why you see installing it again and again.) The dirinstall module assumes empty target directory. If some packages are already installed there it can behave incorrectly, so it seems to be an INVALID report. |