[packagekit] transaction errors from the yum backend
Matthias Clasen
matthias.clasen at gmail.com
Sat Jan 12 11:33:00 PST 2008
On Jan 12, 2008 2:21 PM, Matthias Clasen <matthias.clasen at gmail.com> wrote:
> 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
>
Adding a print type(msgs) yields:
<class 'yum.Errors.YumRPMCheckError'>
which might help explain this, I guess.
More information about the PackageKit
mailing list