net-snmp port on -CURRENT?

2001-09-06 Thread John Indra

Hi...

I am trying to build net-snmp port on -CURRENT but don't have enough luck
with it.
Here's the error message on my system:

--
cc -DINET6 -O -pipe -march=pentiumpro -Dfreebsd5 -I. -I../.. -I. -I./../..
-I./../../snmplib -I./.. -I.. -c host/hr_storage.c  -fPIC -DPIC -o
host/.libs/hr_storage.lo
host/hr_storage.c: In function `var_hrstore':
host/hr_storage.c:526: structure has no member named `m_mbufs'
host/hr_storage.c:565: structure has no member named `m_clusters'
host/hr_storage.c:565: structure has no member named `m_clfree'
*** Error code 1
 
Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2.1/agent/mibgroup.
*** Error code 1
 
Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2.1/agent.
*** Error code 1
 
Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2.1.
*** Error code 1
 
Stop in /usr/ports/net/net-snmp.
*** Error code 1
 
Stop in /usr/ports/net/net-snmp.
*** Error code 1
 
Stop in /usr/ports/net/net-snmp.
*** Error code 1
 
Stop in /usr/ports/net/net-snmp.
--

/john
Live Free OR Die


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: net-snmp port on -CURRENT?

2001-09-06 Thread Jonathan Lemon

In article local.mail.freebsd-current/[EMAIL PROTECTED] you 
write:
Hi...

I am trying to build net-snmp port on -CURRENT but don't have enough luck
with it.
Here's the error message on my system:

--
cc -DINET6 -O -pipe -march=pentiumpro -Dfreebsd5 -I. -I../.. -I. -I./../..
-I./../../snmplib -I./.. -I.. -c host/hr_storage.c  -fPIC -DPIC -o
host/.libs/hr_storage.lo
host/hr_storage.c: In function `var_hrstore':
host/hr_storage.c:526: structure has no member named `m_mbufs'
host/hr_storage.c:565: structure has no member named `m_clusters'
host/hr_storage.c:565: structure has no member named `m_clfree'
*** Error code 1

The mbuf subsystem has been rewritten for -current, and mbuf statistics
are handled differently now.  The port will have to be updated to 
teach it about the new statistic layout.
-- 
Jonathan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message