Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2001 16:10:01 -0800 (PST)
From:      Michael Lucas <mwlucas@blackhelicopters.org>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/31803: Handbook make world addition
Message-ID:  <200111070010.fA70A1032038@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/31803; it has been noted by GNATS.

From: Michael Lucas <mwlucas@blackhelicopters.org>
To: Giorgos Keramidas <charon@labs.gr>
Cc: freebsd-doc@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: docs/31803: Handbook make world addition
Date: Tue, 6 Nov 2001 19:06:26 -0500

 --ikeVEW9yuYc//A+q
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 > Play safe here.  Don't suggest commands that contain wildcard
 > characters, since Bad Things(TM) can happen if someone runs the
 > commands and somehow ``fails'' to change to the proper directory.
 
 You know, I give you people something for free, and you just gripe.  :)
 How's this?
 
 ==ml
 
 -- 
 Michael Lucas
 mwlucas@blackhelicopters.org
 http://www.blackhelicopters.org/~mwlucas/
 Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons
 
 --ikeVEW9yuYc//A+q
 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	Tue Nov  6 13:29:19 2001
 ***************
 *** 1580,1585 ****
 --- 1580,1615 ----
   	    </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>cd /usr/obj</userinput>
 + &prompt.root; <userinput>chflags -R noschg *</userinput>
 + &prompt.root; <userinput>rm -rf *</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> <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>
 
 --ikeVEW9yuYc//A+q--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111070010.fA70A1032038>