From owner-freebsd-current Thu Aug 8 0: 6: 7 2002 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 5126D37B400 for ; Thu, 8 Aug 2002 00:06:03 -0700 (PDT) Received: from snark.rinet.ru (snark.rinet.ru [195.54.192.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6134E43E7B for ; Thu, 8 Aug 2002 00:06:02 -0700 (PDT) (envelope-from andrew@snark.rinet.ru) Received: from snark.rinet.ru (andrew@localhost [127.0.0.1]) by snark.rinet.ru (8.12.5/8.12.5) with ESMTP id g78760CB024443 for ; Thu, 8 Aug 2002 11:06:00 +0400 (MSD) (envelope-from andrew@snark.rinet.ru) Received: (from andrew@localhost) by snark.rinet.ru (8.12.5/8.12.5/Submit) id g78760C9024442 for current@freebsd.org; Thu, 8 Aug 2002 11:06:00 +0400 (MSD) Date: Thu, 8 Aug 2002 11:06:00 +0400 From: Andrew Kolchoogin To: current@freebsd.org Subject: Re: signal 12 during make installworld Message-ID: <20020808070600.GA24398@snark.rinet.ru> References: <20020808044800.10037.qmail@web20706.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020808044800.10037.qmail@web20706.mail.yahoo.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! On Wed, Aug 07, 2002 at 09:48:00PM -0700, Ed Yu wrote: > Can someone tell me what's the problem in this case? > I was happily doing "make buildworld", "make > buildkernel", "make install kernel", and "make > installworld". At the "installworld" step, I got the > following error: If you are upgrading to -current from -stable, you should read 'UPDATING' file more carefully -- it is a well-known problem. Unfortunately, you CAN'T upgrade your userland at one step: instead, you should say 'make -k installworld' to install as many userland binaries as possible, run 'mergemaster', reboot and repeat 'make installworld'. Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message