[packagekit] transaction errors from the yum backend

Matthias Clasen matthias.clasen at gmail.com
Sat Jan 12 11:21:43 PST 2008


On Jan 11, 2008 2:16 PM, Tim Lauridsen <tim.lauridsen at googlemail.com> wrote:
>
> Sound wierd.
>
> can you try adding:
> print ";".join(msgs)
> print msgs

I have inserted

                print "1"
                print ";".join(msgs)
                print "2"
                print msgs
                print "3"

Here is the output:

1

2
['ERROR with rpm_check_debug vs depsolve:', 'Package otherapp
conflicts with someapp.', 'Please report this error in bugzilla']
3



More information about the PackageKit mailing list