From owner-freebsd-doc Wed Nov 7 4:33:55 2001 Delivered-To: freebsd-doc@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 8D36137B43F for ; Wed, 7 Nov 2001 04:33:49 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id HAA00752; Wed, 7 Nov 2001 07:33:45 -0500 (EST) (envelope-from mwlucas) From: Michael Lucas Date: Wed, 7 Nov 2001 07:33:45 -0500 To: Giorgos Keramidas Cc: docs@freebsd.org Subject: Re: docs/31803: Handbook make world addition Message-ID: <20011107073345.A708@blackhelicopters.org> References: <200111061840.fA6Ie2V71154@freefall.freebsd.org> <20011106234328.A15786@hades.hell.gr> <20011106190626.A98808@blackhelicopters.org> <20011107021223.A18185@hades.hell.gr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline User-Agent: Mutt/1.2i hFrom: Michael Lucas In-Reply-To: <20011107021223.A18185@hades.hell.gr>; from charon@labs.gr on Wed, Nov 07, 2001 at 02:12:24AM +0200 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I sent the wrong patch, sorry.... here's the one I meant to upload. Apparently, what I get for knocking it off quick before bed is public humiliation. ==ml -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=build-errors *** en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml-dist Tue Nov 6 12:36:21 2001 --- en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml Wed Nov 7 07:28:14 2001 *************** *** 1580,1585 **** --- 1580,1614 ---- + + + + What do I do if something goes wrong? + + + + Make absolutely sure your environment has no + extraneous cruft from earlier builds. This is simple + enough. + + &prompt.root; chflags -R noschg /usr/obj/usr + &prompt.root; rm -rf /usr/obj/usr + &prompt.root; cd /usr/src + &prompt.root; make cleandir + &prompt.root; make cleandir + + Yes, make cleandir really should + be run twice. + + Then restart the whole process, starting + withmake buildworld. + + If you still have problems, send the error and the + output of uname -ato &a.questions;. + Be prepared to answer other questions about your + setup! + + --d6Gm4EdcadzBjdND-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message