Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 07:59:18 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        Dmitry Suhodoev <raven@bingo.chel.ru>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: too many warnings (over 70kb) by make buildworld 
Message-ID:  <20020829145918.539FD5D06@ptavv.es.net>
In-Reply-To: Your message of "Thu, 29 Aug 2002 15:49:01 %2B0600." <12510735837.20020829154901@bingo.chel.ru> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Thu, 29 Aug 2002 15:49:01 +0600
> From: Dmitry Suhodoev <raven@bingo.chel.ru>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020829145918.539FD5D06>