Re: Adding lua to -lrpmio to change how PCRE is attached.

2009-03-18 Thread Jeff Johnson
Last chance to suggest a better alternative, todo++. Hmmm... I've still not alternative at hand, because I still do not quite understands the problem. RPM conditionally requires PCRE for the regex stuff. And Lua conditionally also requires PCRE for the regex stuff. What does currently

Re: [CVS] RPM: rpm/lib/ rpmrc.c

2009-03-18 Thread Per Øyvind Karlsen
2009/3/17 Jeff Johnson n3...@mac.com On Mar 17, 2009, at 2:02 PM, Per Øyvind Karlsen wrote: Yeah. you're right, I've had that thought myself more than once already, but my initial focus has been to just do something simple, fairly minimal and working before making it into something nice

Re: [CVS] RPM: rpm-4_5: rpm/ CHANGES configure.ac rpm/rpmio/ Makefile.am r...

2009-03-18 Thread Michael Jennings
On Wednesday, 18 March 2009, at 20:29:31 (+0100), Per ?yvind Karlsen wrote: +AC_ARG_WITH(dmalloc, [ --with-uuid build with OSSP uuid support ]) +if test $withval = yes ; then + AC_DEFINE(UUID, 1, [Build with OSSP uuid support?]) + LIBS=$LIBS -lossp-uuid +fi +

Re: [CVS] RPM: rpm-4_5: rpm/ CHANGES configure.ac rpm/rpmio/ Makefile.am r...

2009-03-18 Thread Michael Jennings
On Wednesday, 18 March 2009, at 22:41:35 (+0100), Per ?yvind Karlsen wrote: Actually it was, what I wanted was to make it optional and disabled (something which obviously wasn't tested/cared for to begin with) by default, so since I didn't enable it, it worked just fine for me. I assume

Re: [CVS] RPM: rpm-4_5: rpm/ CHANGES configure.ac rpm/rpmio/ Makefile.am r...

2009-03-18 Thread Per Øyvind Karlsen
2009/3/18 Michael Jennings m...@kainx.org On Wednesday, 18 March 2009, at 22:41:35 (+0100), Per ?yvind Karlsen wrote: Actually it was, what I wanted was to make it optional and disabled (something which obviously wasn't tested/cared for to begin with) by default, so since I didn't enable

Re: [CVS] RPM: rpm-5_1: rpm/ CHANGES rpm/rpmdb/ header.c

2009-03-18 Thread Jeff Johnson
Heh, this bug been there for *years* Another spot-fix for a _rpmdsPool issue coming in a moment ... Both bugs verified with valgrind both branches. 73 de Jeff On Mar 18, 2009, at 6:02 PM, Jeff Johnson wrote: RPM Package Manager, CVS Repository http://rpm5.org/cvs/