On Thu, 11 Mar 2010 13:41:32 -0500 Robert wrote:
RS>
RS>
RS> so a completely clean checkout works for me too, but my dev checkout
doesn't.
RS> Hopefully diff will show me what's wrong...
Hmm... seems that configure gets confused when --cache-file=file is used. It
works the first time, but subse
On Thu, 11 Mar 2010 16:37:42 + Dave wrote:
DS> Just to report that I'm also on F11 (with the same RPMs)
DS> and the trunk code builds fine for me. (once I'd protected
DS> the call to netsnmp_init_tlsbase())
DS>
DS> That's using the standard "makerelease" set of configure options.
so a comp
On 11 March 2010 14:43, Robert Story wrote:
> On Thu, 11 Mar 2010 14:30:04 +0100 Jan wrote:
> JS> > JJ> > So, no matter what version of RPM the user has, compilation
> should work
> JS> > JJ> > in all branches.
> JS> >
> JS> > hmm does that include trunk?
> JS> What RPM do you have?
>
>
On Thu, 11 Mar 2010 14:30:04 +0100 Jan wrote:
JS> > JJ> > So, no matter what version of RPM the user has, compilation
should work
JS> > JJ> > in all branches.
JS> >
JS> > hmm does that include trunk?
JS>
JS> Yes, it does. At least it works for me on Fedora 12:
JS> $ ./configure --with-cfl
On 03/10/2010 08:22 PM, Robert Story wrote:
> On Thu, 04 Mar 2010 09:54:47 -0500 Jeff wrote:
> JJ> On Mar 4, 2010, at 9:16 AM, Jan Safranek wrote:
> JJ> > in all supported branches there should be check in ./configure script,
> JJ> > which enables legacy RPM API when the user has newer RPM (4.
On Thu, 04 Mar 2010 09:54:47 -0500 Jeff wrote:
JJ> On Mar 4, 2010, at 9:16 AM, Jan Safranek wrote:
JJ> > in all supported branches there should be check in ./configure script,
JJ> > which enables legacy RPM API when the user has newer RPM (4.6 and later).
JJ> >
JJ> > Today I wanted to port the ne
On Mar 4, 2010, at 9:16 AM, Jan Safranek wrote:
> Hi,
>
> in all supported branches there should be check in ./configure script,
> which enables legacy RPM API when the user has newer RPM (4.6 and later).
>
> Today I wanted to port the new host/hrSWInstalled table to the new RPM
> API in SVN
Hi,
in all supported branches there should be check in ./configure script,
which enables legacy RPM API when the user has newer RPM (4.6 and later).
Today I wanted to port the new host/hrSWInstalled table to the new RPM
API in SVN trunk, but I was surprised it's already done. Thanks to Dave
Sh