Date: Wed, 7 Nov 2001 07:33:45 -0500 From: Michael Lucas <mwlucas@blackhelicopters.org> To: Giorgos Keramidas <charon@labs.gr> Cc: docs@freebsd.org Subject: Re: docs/31803: Handbook make world addition Message-ID: <20011107073345.A708@blackhelicopters.org> In-Reply-To: <20011107021223.A18185@hades.hell.gr>; from charon@labs.gr on Wed, Nov 07, 2001 at 02:12:24AM %2B0200 References: <200111061840.fA6Ie2V71154@freefall.freebsd.org> <20011106234328.A15786@hades.hell.gr> <20011106190626.A98808@blackhelicopters.org> <20011107021223.A18185@hades.hell.gr>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] 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 [-- Attachment #2 --] *** 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 ---- </itemizedlist> </answer> </qandaentry> + + <qandaentry> + <question> + <para>What do I do if something goes wrong?</para> + </question> + + <answer> + <para>Make absolutely sure your environment has no + extraneous cruft from earlier builds. This is simple + enough.</para> + + <screen>&prompt.root; <userinput>chflags -R noschg /usr/obj/usr</userinput> + &prompt.root; <userinput>rm -rf /usr/obj/usr</userinput> + &prompt.root; <userinput>cd /usr/src</userinput> + &prompt.root; <userinput>make cleandir</userinput> + &prompt.root; <userinput>make cleandir</userinput></screen> + + <para>Yes, <command>make cleandir</command> really should + be run twice.</para> + + <para>Then restart the whole process, starting + with<command>make buildworld</command>.</para> + + <para>If you still have problems, send the error and the + output of <command>uname -a</command>to &a.questions;. + Be prepared to answer other questions about your + setup!</para> + </answer> + </qandaentry> </qandaset> </sect2> </sect1>help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011107073345.A708>
