Re: rfc: embedded perl by default for 5.4?

2006-08-15 Thread Thomas Anders
[EMAIL PROTECTED] wrote: >> Assumed we succeed in improving configure this way: are there any >> objectionsagainst turning on embedded perl by default in 5.4? > > We use Net-SNMP in an embedded system. I wouldn't want the default > build to grow any. (I'll keep my religious aversion to Perl to

Re: rfc: embedded perl by default for 5.4?

2006-08-15 Thread cnelson
> ... > Assumed we succeed in improving configure this way: are there any > objectionsagainst turning on embedded perl by default in 5.4? We use Net-SNMP in an embedded system. I wouldn't want the default build to grow any. (I'll keep my religious aversion to Perl to myself.) -

rfc: add/remove warnings for 5.4?

2006-08-15 Thread Thomas Anders
-Coders, we've been discussing (and adding) warnings for 5.3 back then, e.g. the configure warning for disman/event-mib vs. disman/event and the "deprecated" warning for exec. Are there proposals for adding/removing similar warnings in 5.4? Are there any legacy features waiting to be deprecated?

Re: rfc: net-snmp-config.h

2006-08-15 Thread Thomas Anders
Robert Story wrote: > On Wed, 16 Aug 2006 00:23:07 +0200 Thomas wrote: > TA> Hmmh, I actually prefer your original net-snmp-config-internal.h proposal > TA> since it's much more clear what to expect from this file, then. I'd be > TA> reluctant about re-using the old config.h name for something not

Re: rfc: net-snmp-config.h

2006-08-15 Thread Robert Story
On Wed, 16 Aug 2006 00:23:07 +0200 Thomas wrote: TA> Robert Story wrote: TA> > I'd propose going back to the original 'config.h' for the 'internal' file TA> > name. TA> TA> Hmmh, I actually prefer your original net-snmp-config-internal.h proposal TA> since it's much more clear what to expect from

Re: default_modules.h committed

2006-08-15 Thread Andrew Hood
Robert Story wrote: > On Tue, 15 Aug 2006 10:31:23 +0200 Thomas wrote: > TA> Dave Shield wrote: > TA> > One thing I've wondered about for a long time would be the ability to > TA> > re-specify the list of MIB modules to include *without* having to > TA> > rerun the rest of the configure tests. (An

rfc: embedded perl by default for 5.4?

2006-08-15 Thread Thomas Anders
-Coders, I'm interested to see embedded perl turned on by default in future releases from 5.4 onwards. I realize there are a number of configure checks to be added/improved to avoid breaking the build for too many people (which I think is the major argument for *not* turning it on): - turn "#er

Re: rfc: net-snmp-config.h

2006-08-15 Thread Thomas Anders
Robert Story wrote: > On Wed, 16 Aug 2006 00:01:33 +0200 Thomas wrote: > TA> Another proposal that came up on IRC was to split net-snmp-config.h into > an > TA> external and an internal header file (with the PACKAGE_* variables being > TA> in the internal one, of course). > > I would like to see

Re: rfc: net-snmp-config.h

2006-08-15 Thread Robert Story
On Wed, 16 Aug 2006 00:01:33 +0200 Thomas wrote: TA> Another proposal that came up on IRC was to split net-snmp-config.h into an TA> external and an internal header file (with the PACKAGE_* variables being TA> in the internal one, of course). I would like to see this resolved as well, and think th

Re: rfc: maintaining the 'dist' dir

2006-08-15 Thread Robert Story
On Tue, 15 Aug 2006 17:17:44 +0200 Thomas wrote: TA> However, at the end, net-snmp.spec has *not* been kept in the patches TA> branches, but only in MAIN. How to properly handle the differences TA> between the different branches in this situation? Will "%if" contructs TA> for the various branches i

rfc: net-snmp-config.h

2006-08-15 Thread Thomas Anders
-Coders, net-snmp-config.h currently contains a number of problematic variables like all the PACKAGE_* that shouldn't be defined in an external header file because it may easily interfere with the PACKAGE_* variables (even if internal) of another package that's using net-snmp. I'd really like to g

Re: caught between a rock and a hard place: new libtool versioning

2006-08-15 Thread Thomas Anders
Wes Hardaker wrote: > Robert> So, what I proposed is that we leave a little wiggle room in > Robert> the versioning. Can't do much about 5.1 and 5.2 - they are > Robert> already sandwiched (well, 5.1 isn't yet, but it's about to > Robert> me. More on that in a sec). But we can make room for 5.3. I

proxy bug

2006-08-15 Thread Brian Clevenger
I’m trying to use the proxy feature to implement the DS1-MIB (located at SNMPv2-SMI::transmission.18).  I just added a line like “ proxy -v2c -c public 192.168.1.1 .1.3.6.1.2.1.10.18” to snmpd.conf.  It basically works, but there’s one problem.  If I walk the MIB, the get-next responses sk

Re: rfc: maintaining the 'dist' dir

2006-08-15 Thread Thomas Anders
Thomas Anders wrote: > Wes Hardaker wrote: >> Sounds like everyone actually agrees without arguments or objections. >> I'm now scared. > > Looks like we've agreed "in principle", but we still have to decide the > little details (like what *exactly* should be kept in "dist" for the > source distrib

Re: CVS: net-snmp acinclude.m4, 1.2 configure, 5.206 configure.in, 5.222

2006-08-15 Thread Dave Shield
On 15/08/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > Either these changes or the ones you did earlier today broke my nightly > MAIN builds for Linux/x86. Linking now fails with: > > ./.libs/libnetsnmpmibs.so: undefined reference to `linux_read_icmp_stat' > ./.libs/libnetsnmpmibs.so: undefined re

Re: default_modules.h committed

2006-08-15 Thread Robert Story
On Tue, 15 Aug 2006 10:31:23 +0200 Thomas wrote: TA> Dave Shield wrote: TA> > One thing I've wondered about for a long time would be the ability to TA> > re-specify the list of MIB modules to include *without* having to TA> > rerun the rest of the configure tests. (And then re-compiling TA> > shou

Re: default_modules.h committed

2006-08-15 Thread Thomas Anders
Dave Shield wrote: > On 14/08/06, Wes Hardaker <[EMAIL PROTECTED]> wrote: >> configure now reads the list of modules to start with from >> agent/mibgroup/default_modules.h. > > Sounds great. > >> Feedback appreciated. (more configure changes likely coming soon as well) > > Care to give us a hin

Re: CVS: net-snmp acinclude.m4, 1.2 configure, 5.206 configure.in, 5.222

2006-08-15 Thread Thomas Anders
Wes Hardaker wrote: > Update of /cvsroot/net-snmp/net-snmp > In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20915 > > Modified Files: > acinclude.m4 configure configure.in > Log Message: > - Cleaned up the debugging code for the module section > - Added a AC_MSG_MODULE_DBG macro to

Re: default_modules.h committed

2006-08-15 Thread Dave Shield
On 14/08/06, Wes Hardaker <[EMAIL PROTECTED]> wrote: > configure now reads the list of modules to start with from > agent/mibgroup/default_modules.h. Sounds great. > Feedback appreciated. (more configure changes likely coming soon as well) Care to give us a hint of what might be on the horizon?