From owner-freebsd-questions Mon Mar 4 8:57:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server.bloodletting.com (server.bloodletting.com [66.88.118.99]) by hub.freebsd.org (Postfix) with SMTP id 3D90637B400 for ; Mon, 4 Mar 2002 08:57:13 -0800 (PST) Received: (qmail 11716 invoked from network); 3 Mar 2002 00:48:41 -0000 Received: from unknown (HELO ?10.6.66.99?) (66.88.118.98) by server.bloodletting.com with SMTP; 3 Mar 2002 00:48:41 -0000 Date: Sat, 2 Mar 2002 17:01:35 -0800 (PST) From: Nick Popoff X-Sender: nick@merc.heavytech.com To: questions@freebsd.org Subject: stable buildworld failed: undefined sysctlnametomib Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, I've been trying to upgrade my laptop from 4.2-S to the latest stable for the last few weeks without luck. At first I assumed it was a temporary bug in stable but now I'm thinking there's something wrong with mysetup. % cvsup /usr/share/examples/cvsup/stable-cvsup % cd /usr/src && make buildworld Eventually this fails with the following error. I've searched all over but can't find anyone else suffering from this. Tips on what to do? ------------------ ===> sbin/kldconfig cc -O -pipe -I/usr/obj/usr/src/i386/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c /usr/src/sbin/kldconfig/kldconfig.c cc -O -pipe -I/usr/obj/usr/src/i386/usr/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -L/usr/local/lib -L/usr/lib -static -o kldconfig kldconfig.o kldconfig.o: In function `getmib': kldconfig.o(.text+0x2d): undefined reference to `sysctlnametomib' *** Error code 1 Stop in /usr/src/sbin/kldconfig. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message