Re: Building rpm 5.3.5 on OpenIndiana

2010-12-09 Thread Moinak Ghosh
On Thu, Dec 9, 2010 at 12:18 AM, Jeff Johnson n3...@mac.com wrote: On Dec 8, 2010, at 12:09 PM, Moinak Ghosh wrote: Hello, I have completed #1. There are issues however.A few small patches are required.  The targets check-pubkeys and check-sign fail and make check does not work if I am

Re: Building rpm 5.3.5 on OpenIndiana

2010-12-09 Thread Jeff Johnson
On Dec 9, 2010, at 9:24 AM, Moinak Ghosh wrote: It appears that RPM was trying to write to /var/lib/rpm during make check. I almost all cases, rpm should _NOT_ access /var/lib/rpm while running make check. It is/was a bit tricky to parameterize every possible functionality to never

exporting rpmbf.h rpmgi.h to public API?

2010-12-09 Thread Per Øyvind Karlsen
Should/could we have rpmbf.h rpmgi.h installed as system headers? -- Regards, Per Øyvind __ RPM Package Managerhttp://rpm5.org Developer Communication List

Re: exporting rpmbf.h rpmgi.h to public API?

2010-12-09 Thread Jeff Johnson
On Dec 9, 2010, at 3:03 PM, Per Øyvind Karlsen wrote: Should/could we have rpmbf.h rpmgi.h installed as system headers? Go for it. RPM goes through predictable cycles ... export ... import ... export ... depending on whether users are complaining RPM doesn't have a stable API! Yes,

Re: [CVS] RPM: rpm/lib/ rpm4compat.h

2010-12-09 Thread Jeff Johnson
The real problem is that include files shouldn't have AutoFu inside. I still don't know what the best thing to do is. I just got tired srestling with dbsql and splitting db out of rpm. But feel free to have at ripping WITH_DB out if ya got a better idea. 73 de Jeff On Dec 9, 2010, at 4:20 PM,

Re: exporting rpmbf.h rpmgi.h to public API?

2010-12-09 Thread Per Øyvind Karlsen
2010/12/9 Jeff Johnson n3...@mac.com: On Dec 9, 2010, at 3:03 PM, Per Øyvind Karlsen wrote: Should/could we have rpmbf.h rpmgi.h installed as system headers? Go for it. RPM goes through predictable cycles ... export ... import ... export ... depending on whether users are complaining  

Re: exporting rpmbf.h rpmgi.h to public API?

2010-12-09 Thread Jeff Johnson
On Dec 9, 2010, at 6:33 PM, Per Øyvind Karlsen wrote: 2010/12/9 Jeff Johnson n3...@mac.com: On Dec 9, 2010, at 3:03 PM, Per Øyvind Karlsen wrote: Should/could we have rpmbf.h rpmgi.h installed as system headers? Go for it. RPM goes through predictable cycles ... export ... import

Re: exporting rpmbf.h rpmgi.h to public API?

2010-12-09 Thread Jeff Johnson
On Dec 9, 2010, at 6:43 PM, Jeff Johnson wrote: Do the same as --nosignatures, lemme know how much further you get. Code looks fine, add --rpmgidebug extern int _rpmgi_debug; _rpmgi_debug = -1; to get oriented. Its not hard code until -T gets involved (which needs 2