Mailinglist Archive: zypp-devel (230 mails)
| < Previous | Next > |
Re: [zypp-devel] zypp::ResolverProblemsList->details()
- From: Katarina Machalkova <kmachalkova@xxxxxxx>
- Date: Mon, 4 Feb 2008 15:35:08 +0100
- Message-id: <200802041535.12874.kmachalkova@xxxxxxx>
Dne Monday 04 February 2008 15:01:44 Stefan Schubert napsal(a):
libzypp-devel 4.1.8-6
fresh svn checkout of y2-ncurses + y2-core
I use this code to retrieve solver problem details:
zypp::ResolverProblemList rproblems = resolver->problems ();
</cut>
zypp::ResolverProblemList::iterator i;
UIMIL << "PROB " << (*i)->description () << endl;
UIMIL << ": " << (*i)->details () << endl;
Trying to remove yast2-bootloader package shows the following in the log:
" PROB yast2-restore-2.16.0-22.noarch requires yast2-bootloader, but none of
the providers can be installed"
""
I'll send a testcase files (if still needed) in an extra mail off this list
(it's big)
B.
--
\\\\\ Katarina Machalkova
\\\\\\\__o YaST developer
__\\\\\\\'/_ & hedgehog painter
It should be available in the SAT solver too. But the output differs
from the RC solver.
So let's give him a chance :-)
Could you please send me a testcase where "details" are empty ?
libzypp-devel 4.1.8-6
fresh svn checkout of y2-ncurses + y2-core
I use this code to retrieve solver problem details:
zypp::ResolverProblemList rproblems = resolver->problems ();
</cut>
zypp::ResolverProblemList::iterator i;
UIMIL << "PROB " << (*i)->description () << endl;
UIMIL << ": " << (*i)->details () << endl;
Trying to remove yast2-bootloader package shows the following in the log:
" PROB yast2-restore-2.16.0-22.noarch requires yast2-bootloader, but none of
the providers can be installed"
""
I'll send a testcase files (if still needed) in an extra mail off this list
(it's big)
B.
--
\\\\\ Katarina Machalkova
\\\\\\\__o YaST developer
__\\\\\\\'/_ & hedgehog painter
| < Previous | Next > |