From owner-freebsd-questions Wed May 1 9:29:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id 10FDB37B417 for ; Wed, 1 May 2002 09:29:40 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maile.telia.com (8.11.6/8.11.6) with ESMTP id g41GTci01966 for ; Wed, 1 May 2002 18:29:38 +0200 (CEST) Received: from falcon.midgard.homeip.net (h53n2fls20o913.telia.com [212.181.163.53]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id SAA12992 for ; Wed, 1 May 2002 18:29:32 +0200 (CEST) Received: (qmail 67704 invoked by uid 1001); 1 May 2002 16:29:28 -0000 Date: Wed, 1 May 2002 18:29:28 +0200 From: Erik Trulsson To: sebas-listes@iquebec.com Cc: questions@freebsd.org Subject: Re: make buildworld stops upgrade from 4.5 to stable. Message-ID: <20020501162928.GA64846@student.uu.se> Mail-Followup-To: sebas-listes@iquebec.com, questions@freebsd.org References: <20020501162319.GA9135@Bakounine.alternatives.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020501162319.GA9135@Bakounine.alternatives.ca> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 01, 2002 at 12:23:20PM -0400, sebas-listes@iquebec.com wrote: > Hi, > > I'm trying to upgrade from 4.5 release to stable. Everything in my > etc/make.conf is commented out. > > But it stops after sometimes with these lines.... > ----------------------------------------------- > ===> etc/sendmail > rm -f freebsd.cf > (cd /usr/src/etc/sendmail && m4 > -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/ > /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 freebsd.mc) > > freebsd.cf > chmod 444 freebsd.cf > > > --------------------------------------------- > > Is there something special that needs to be done? Why is stopping? It is stopping because it is finished building the world. Those lines are usually the last ones printed in a buildworld. What did you expect to happen afterwards? You still have to build and install a new kernel and install the newly built world. See /usr/src/UPDATING or the handbook for details. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message