From owner-freebsd-questions Sun Mar 10 21:47:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-1.esr.lvcm.net (100m.mpr200-1.esr.lvcm.net [24.234.0.78]) by hub.freebsd.org (Postfix) with ESMTP id 4F35537B405 for ; Sun, 10 Mar 2002 21:47:33 -0800 (PST) Received: from lymond.lvcm.com (cm238.47.234.24.lvcm.com [24.234.47.238]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id ABF97740; Sun, 10 Mar 2002 21:47:32 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcm.com (8.11.6/8.11.4) id g2B5lVF91917 for freebsd-questions@FreeBSD.ORG; Sun, 10 Mar 2002 21:47:31 -0800 (PST) Date: Sun, 10 Mar 2002 21:47:31 -0800 From: Dale Morris To: freebsd-questions@FreeBSD.ORG Subject: make buildworld fails Message-ID: <20020310214731.A91898@lymond.lvcm.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 Newbie question.. I'm trying to do a make buildworld in /usr/src. I'm doing this in Xwindows, su'ing to root.. The program exits with this error: mkdep -f .depend -a -nostdinc -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.sbin/boot0cfg/boot0cfg.c cd /usr/src/usr.sbin/boot0cfg; make _EXTRADEPEND echo boot0cfg: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend 1 error *** Error code 2 1 error *** Error code 2 1 error My plan is to do the make buildworld excluding xwindows, drop into single user, do make installworld then install xf86 4.1 from the ports. This should clean up my newbie-mangled filetree and upgrade me from xf86-3.3 to 4.1, no? I've read quite a lot of stuff but still don't have a real clear picture of this operation. thanks dale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message