Re: Making rpm5 work with dnf

2016-11-29 Thread Alexander Kanavin
On 11/28/2016 06:35 PM, Jeffrey Johnson wrote: 2) There are several repetitive cosmetic (but annoying) API differences. These problems could (almost) be handled with some #defines * the “match iterator” rpmmi* interface for rpmdb retrieval * the “problem

Re: Making rpm5 work with dnf

2016-11-28 Thread Alexander Kanavin
On 11/26/2016 01:07 AM, Jeffrey Johnson wrote: FWIW, your invitation expired or is otherwise unusable (but at least I can read your code, todo++). Yeah, I pressed the button on github and only then figured out that it's just for allowing you to write to my repository, and then I withdrew the

Re: Making rpm5 work with dnf

2016-11-25 Thread Jeff Johnson
Sent from my iPad > On Nov 25, 2016, at 11:42 PM, Mark Hatle wrote: > >> On 11/25/16 5:07 PM, Jeffrey Johnson wrote: >> >>> On Nov 24, 2016, at 8:50 AM, Alexander Kanavin >>> >> > >>>

Re: Making rpm5 work with dnf

2016-11-25 Thread Mark Hatle
On 11/25/16 5:07 PM, Jeffrey Johnson wrote: > >> On Nov 24, 2016, at 8:50 AM, Alexander Kanavin >> > > >> wrote: >> >> On 11/22/2016 06:10 PM, Jeffrey Johnson wrote: >> >>> Again: I cannot do much more than suggest

Re: Making rpm5 work with dnf

2016-11-25 Thread Jeffrey Johnson
> On Nov 24, 2016, at 8:50 AM, Alexander Kanavin > wrote: > > On 11/22/2016 06:10 PM, Jeffrey Johnson wrote: > >> Again: I cannot do much more than suggest porting approaches unless I can >> attempt reproducers. >> Please try to expose your git repositories

Re: Making rpm5 work with dnf

2016-11-24 Thread Alexander Kanavin
On 11/22/2016 06:10 PM, Jeffrey Johnson wrote: Again: I cannot do much more than suggest porting approaches unless I can attempt reproducers. Please try to expose your git repositories somehow, either publicly or privately. Here it is: https://github.com/kanavin/libhif/commits/master I've

Re: Making rpm5 work with dnf

2016-11-22 Thread Jeffrey Johnson
> On Nov 22, 2016, at 11:20 AM, Alexander Kanavin > wrote: > > On 11/22/2016 06:10 PM, Jeffrey Johnson wrote: > >> Again: I cannot do much more than suggest porting approaches unless I can >> attempt reproducers. >> Please try to expose your git

Re: Making rpm5 work with dnf

2016-11-22 Thread Alexander Kanavin
On 11/22/2016 06:10 PM, Jeffrey Johnson wrote: Again: I cannot do much more than suggest porting approaches unless I can attempt reproducers. Please try to expose your git repositories somehow, either publicly or privately. I'll push those to somewhere public after running the unit tests

Re: Making rpm5 work with dnf

2016-11-22 Thread Jeffrey Johnson
> On Nov 22, 2016, at 10:39 AM, Alexander Kanavin > wrote: > > On 11/22/2016 05:16 PM, Alexander Kanavin wrote: >> AttributeError: 'module' object has no attribute 'RPMTRANS_FLAG_NOCONTEXTS' > > There's a similar issue with RPMTRANS_FLAG_NOFILEDIGEST. If I

Re: Making rpm5 work with dnf

2016-11-22 Thread Alexander Kanavin
On 11/22/2016 05:39 PM, Alexander Kanavin wrote: On 11/22/2016 05:16 PM, Alexander Kanavin wrote: AttributeError: 'module' object has no attribute 'RPMTRANS_FLAG_NOCONTEXTS' There's a similar issue with RPMTRANS_FLAG_NOFILEDIGEST. If I patch these out from dnf, then dnf is at least able to