From owner-freebsd-questions Thu Jan 18 20:45:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dante.naver.co.id (unknown [202.155.86.83]) by hub.freebsd.org (Postfix) with ESMTP id A43F537B698 for ; Thu, 18 Jan 2001 20:45:39 -0800 (PST) Received: by dante.naver.co.id (Postfix, from userid 1000) id B7FFD53813; Fri, 19 Jan 2001 11:45:39 +0700 (JAVT) Date: Fri, 19 Jan 2001 11:45:39 +0700 From: John Indra To: freebsd-questions@freebsd.org Subject: net-snmp port fails to build Message-ID: <20010119114539.A30996@naver.co.id> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt 1.2.5i on FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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