From owner-freebsd-stable Thu Aug 29 7:59:26 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 638BA37B400 for ; Thu, 29 Aug 2002 07:59:22 -0700 (PDT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0E943E65 for ; Thu, 29 Aug 2002 07:59:21 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id GQF37091; Thu, 29 Aug 2002 07:59:20 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 539FD5D06; Thu, 29 Aug 2002 07:59:18 -0700 (PDT) To: Dmitry Suhodoev Cc: freebsd-stable@FreeBSD.ORG Subject: Re: too many warnings (over 70kb) by make buildworld In-reply-to: Your message of "Thu, 29 Aug 2002 15:49:01 +0600." <12510735837.20020829154901@bingo.chel.ru> Date: Thu, 29 Aug 2002 07:59:18 -0700 From: "Kevin Oberman" Message-Id: <20020829145918.539FD5D06@ptavv.es.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Thu, 29 Aug 2002 15:49:01 +0600 > From: Dmitry Suhodoev > Sender: owner-freebsd-stable@FreeBSD.ORG > > Hi, > > i has updated the FreeBSD source tree from 4.3-RELEASE to 4.6-STABLE with cvsup > by this configuration file: > > === cut === > *default host=cvsup2.ru.FreeBSD.org > *default base=/usr/local > *default prefix=/usr > *default release=cvs delete use-rel-suffix compress > *default tag=RELENG_4 > *default date=2002.08.27.15.00.00 > src-all > ports-all > === cut === ports-all does not have a RELENG_4 branch, so this will neatly delete your ports tree. For either current or stable, use the tag "." for ports-all. > make buildworld generates too many warnings, but all sources was compiled, > let's see logs: http://bingo.chel.ru/temp/buildworld.rar (320ËÂ). is it right? > can i continue updating of my FreeBSD? > this is my primary server and his very important for my work. this is my first > updating of FreeBSD, so i am afraid to continue further without confidence that > all goes orderly, cause server cannot will be down a long time. > > and one more question. make installworld MUST be in single mode? can i make it in normal mode: > > cd /usr/src > make buildworld > make buildkernel > make installkernel > make installworld > cd / && mergemaster > cd /dev && ./MAKEDEV all > fastboot You usually can, but it is risky. If you discover that the new kernel is bad after installworld, you are dead and will probably have to re-install the system from scratch. I'll admit that I have done this on several occasions though. I don't understand why you are getting so many warnings. Do you have something in /etc/make.config that is causing it? CFLAGS? R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message