Date: Fri, 19 Jan 2001 11:45:39 +0700 From: John Indra <john@naver.co.id> To: freebsd-questions@freebsd.org Subject: net-snmp port fails to build Message-ID: <20010119114539.A30996@naver.co.id>
next in thread | raw e-mail | index | archive | help
Dear all Running -CURRENT with a fresh world, kernel and port tree. Trying to install net-snmp port but struck by this error message: $ cd /usr/ports/net/net-snmp $ make ===> Building for ucd-snmp-4.2 for i in snmplib agent apps local ov man ; do ( cd $i ; make ) ; done cd mibgroup; make; cd .. /bin/sh ../../libtool --mode=compile cc -DINET6 -O -pipe -mcpu=i686 -march=i686 -Dfreebsd5 -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -c -o host/hr_swrun.lo host/hr_swrun.c rm -f host/.libs/hr_swrun.lo cc -DINET6 -O -pipe -mcpu=i686 -march=i686 -Dfreebsd5 -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -c host/hr_swrun.c -fPIC -DPIC -o host/.libs/hr_swrun.lo host/hr_swrun.c: In function `var_hrswrun': host/hr_swrun.c:362: structure has no member named `kp_proc' host/hr_swrun.c:411: structure has no member named `kp_proc' host/hr_swrun.c:534: structure has no member named `kp_proc' host/hr_swrun.c:545: warning: unreachable code at beginning of switch statement host/hr_swrun.c:613: structure has no member named `kp_proc' host/hr_swrun.c:614: structure has no member named `kp_proc' host/hr_swrun.c:615: structure has no member named `kp_proc' host/hr_swrun.c:656: structure has no member named `kp_eproc' host/hr_swrun.c:657: structure has no member named `kp_eproc' host/hr_swrun.c:658: structure has no member named `kp_eproc' host/hr_swrun.c: In function `Get_Next_HR_SWRun': host/hr_swrun.c:797: structure has no member named `kp_proc' host/hr_swrun.c:798: structure has no member named `kp_proc' *** Error code 1 Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2/agent/mibgroup. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2/agent. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2. *** 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. [root@dante net-snmp]% Can anyone build net-snmp port successfully? Thanks... /john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010119114539.A30996>