From owner-freebsd-current Thu Aug 8 6:51:11 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 99DB037B405 for ; Thu, 8 Aug 2002 06:51:05 -0700 (PDT) Received: from mail19a.dulles19-verio.com (mail19a.dulles19-verio.com [161.58.134.133]) by mx1.FreeBSD.org (Postfix) with SMTP id C6F3343E91 for ; Thu, 8 Aug 2002 06:51:04 -0700 (PDT) (envelope-from rob@pythonemproject.com) Received: from www.pythonemproject.com (198.104.176.109) by mail19a.dulles19-verio.com (RS ver 1.0.63s) with SMTP id 0175424275 for ; Thu, 8 Aug 2002 09:48:54 -0400 (EDT) Message-ID: <3D527731.B13F5CA1@pythonemproject.com> Date: Thu, 08 Aug 2002 06:50:41 -0700 From: Rob X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: "current@freebsd.org" Subject: Re: signal 12 during make installworld References: <20020808044800.10037.qmail@web20706.mail.yahoo.com> <20020808070600.GA24398@snark.rinet.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 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 Andrew Kolchoogin wrote: > > 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 You learn something new every day :) What I did is go into chpass and passwd makefile and comment out the pre-install stuff. Then made installworld. Then in single user mode went in and uncommented it and reinstalled those programs. It worked. Rob. -- ----------------------------- The Numeric Python EM Project www.pythonemproject.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message