Hi,

 

I’m trying latest PK 0.5.6. As a background info in case you didn’t know, PK implemented a new glib wrapper API called package-glib2 or just glib2 and this glib2 implementation become default one since PK 0.5.3(released early Oct,2009). But zypp backend for PK is still based old glib API so I can’t even build it if I didn’t enable legacy glib API. So I implemented a patch attached to use glib2 API in zypp backend, which is actually not difficult, basically most of them involves using new PackageID(gchar*) rather than a structure. Please help review.

 

But comes the issue. Zypper can work fine like “zypper list-updates” in my system but it always complain it can’t download repomd.xml as I run with “pkcon get-updates”. Any idea?

 

Thanks,

Peter