|
Bugzilla – Full Text Bug Listing |
| Summary: | YAST 2 Package Manager doesn't Skip package, but aborts | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | David Wright <david.wright> |
| Component: | libzypp | Assignee: | Stanislav Visnovsky <visnov> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | ms |
| Version: | Beta 6 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.1 | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
y2log per request
y2logRPM per request |
||
|
Description
David Wright
2006-03-08 10:22:45 UTC
Please notice bug #154090 Does the abort-button work in the intended way? Please attach the yast logfiles in /var/log/YaST2 Abort works correctly. Not at beta machine currently, will post logs shortly. Reassigning to Klaus, not sure if this is backend-related. Created attachment 71808 [details]
y2log per request
Created attachment 71812 [details]
y2logRPM per request
Do you need any of the other log files in addition to these two?
If the media change callback returns SKIP, there is no way how SourceImpl::provideFile() can inform the caller about the user's choice. *** Bug 157549 has been marked as a duplicate of this bug. *** Stano, what should be done here? We need to introduce a new kind of exception for Source providing a file, so the user selected to skip this package. TargetImpl::commit() then needs to catch the exception and behave accordingly. Klaus, any idea who could fix this? Working on it Fix in libzypp rev. 2987 Works in build 906. great, thanks a lot you guys rock :-) |