From owner-freebsd-stable Thu Mar 16 18:41:30 2000 Delivered-To: freebsd-stable@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 6D11C37BCC9 for ; Thu, 16 Mar 2000 18:41:25 -0800 (PST) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id SAA09428; Thu, 16 Mar 2000 18:41:13 -0800 (PST) Date: Thu, 16 Mar 2000 18:41:13 -0800 From: Brooks Davis To: "Robert E. Lee" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: RELENG_4 installworld fails Message-ID: <20000316184113.A7551@orion.ac.hmc.edu> References: <20000316143345.B17940@orion.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from rel@integratus.com on Thu, Mar 16, 2000 at 06:29:26PM +0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 16, 2000 at 06:29:26PM +0000, Robert E. Lee wrote: > On Thu, 16 Mar 2000, Brooks Davis wrote: > > The answer is: > > > > make installworld -DNOINFO > > make installworld > > while attempting this, I got: > > su-2.03# make installworld -DNOINFO > > "/usr/src/Makefile", line 101: warning: "LC_TIME=C date" returned non-zero > status > *** Signal 12 > > Stop. > > Hopefully, I too am missing something 'easy'. That's not once I've seen before. Try replacing "make insatllworld -DNOINFO" with "make -k installworld" which should ignore the error. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message