Bugzilla – Bug 345870
[opensuse-updater][kde] doesn't solve problem with dependences. Doesn't support solver with selection any possibility
Last modified: 2008-06-04 08:51:16 UTC
I have problem with openSUSE updater. openSUSE updater doesn't know to solve dependences. It means that it displays popup windows with information about problems (dependences) and write also 1. Running solver with all possibilities can solve the problem but it doesn't do it. :( I can send more information. Could you specify which files (logs) are interesting for you please?
zypper shows solutions for dependency conflicts but the user cannot select because zypper runs in non-interactive mode. Jano, could you remove these lines from zypper's output in non-interactive mode, please? When zypper's output has machine readable ids in the future, opensuseupdater could show a message like: "Installation failed because of dependency conflicts, click here try again with yast.".
Areed. Comming soon, BTW :O)
*** Bug 350521 has been marked as a duplicate of this bug. ***
Done in svn, from now on, you can identify the prompt in xml output using the 'prompt' tag and its 'id' attribute. Example: <prompt id="1">Choose the number, (s)kip, (r)etry or (c)ancel</prompt> The id="1" identifies the dependency problem resolution prompt (the text is not optimal yet, i know). You will find the list of all zypper prompts at http://svn.opensuse.org/svn/zypp/trunk/zypper/src/output/prompt.h Thomas, Christian (or whoever will take over the gnome updater), please adapt the updater applets.
btw: this feature will reach factory in zypper 0.10.1
*** Bug 360518 has been marked as a duplicate of this bug. ***
Due to bug 364875 this feature cannot be implemented.