From owner-freebsd-stable Sun Mar 10 1:20:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from server.bloodletting.com (server.bloodletting.com [66.88.118.99]) by hub.freebsd.org (Postfix) with SMTP id 0AEC237B400 for ; Sun, 10 Mar 2002 01:20:46 -0800 (PST) Received: (qmail 8078 invoked from network); 10 Mar 2002 06:32:37 -0000 Received: from unknown (HELO rust) (66.88.118.98) by server.bloodletting.com with SMTP; 10 Mar 2002 06:32:37 -0000 From: "Nick Popoff" To: Subject: stable buildworld failed: undefined sysctlnametomib Date: Sat, 9 Mar 2002 22:25:35 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, I sent this question to questions@freebsd last week but didn't hear back so I'm hoping someone on the stable list might have an answer... 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 my setup. % 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-stable" in the body of the message