From owner-freebsd-current@FreeBSD.ORG Wed May 7 23:04:12 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B13037B401 for ; Wed, 7 May 2003 23:04:12 -0700 (PDT) Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72BD443FBF for ; Wed, 7 May 2003 23:04:11 -0700 (PDT) (envelope-from leonnguyen@brutele.be) Received: from michael.meinert.be (212.68.251.155.brutele.be [212.68.251.155]) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id AOU05242; Thu, 8 May 2003 08:04:10 +0200 (CEST) Date: Thu, 8 May 2003 08:03:21 +0200 From: tnhn To: freebsd-current@freebsd.org Message-Id: <20030508080321.6dc2bee5.leonnguyen@brutele.be> In-Reply-To: <002001c31517$fec96b30$3d2c0c80@quenya> References: <002001c31517$fec96b30$3d2c0c80@quenya> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: make world issue with troff X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 06:04:12 -0000 Hi, Before updating you should read the /usr/src/UPDATING... I did also the mistake so here is the answer you'll find there : 20030502: groff has been updated. If you try to do a buildworld and get an infinite loop in troff, update to May 4th or newer. If you have a newer kernel than userland, you may need to set the OSRELDATE to 500110 in your environment before starting a buildworld. => setenv OSRELDATE 500110 and then "make buildworld" Regards On Wed, 7 May 2003 21:12:09 -0700 "John Stockdale" wrote: > After cvsup'ing to the latest src for 5.0-CURRENT, I'm running a make > world and after running fine for awhile the build process stalls (with > 100% processor usage) whenever the troff process is called. > > Any ideas? > > -John > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"