From 12edac9ef8492c9bc85bb4b757c092e4c964dcba Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Wed, 14 Nov 2001 00:10:38 +0000 Subject: [PATCH] Add "what do I do if something goes wrong during buildworld" FAQ to cutting-edge chapter. PR: 31803 Submitted by: mwlucas@blackhelicopters.org --- .../books/handbook/cutting-edge/chapter.sgml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml index 54f0eb3599..d80b9396b6 100644 --- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml @@ -1580,6 +1580,35 @@ Building everything.. + + + + 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 + with make 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! + +