From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 02:13:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1654037B401 for ; Sat, 7 Jun 2003 02:13:11 -0700 (PDT) Received: from mail.speakeasy.net (mail9.speakeasy.net [216.254.0.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 837EA43FA3 for ; Sat, 7 Jun 2003 02:13:10 -0700 (PDT) (envelope-from jemaxwell@jaymax.com) Received: (qmail 31940 invoked from network); 7 Jun 2003 09:13:09 -0000 Received: from unknown (HELO jaymax.com) (jaymax@[66.93.45.209]) (envelope-sender ) by mail9.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Jun 2003 09:13:09 -0000 Message-ID: <3EE1ACFD.B26EEB74@jaymax.com> Date: Sat, 07 Jun 2003 02:14:38 -0700 From: Joseph Maxwell X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: xcas@cox.net References: <3EE0DA79.CDE1C92@jaymax.com> <20030606113701.H43034@localhost.bsd-unix.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: FreeBSD Users Subject: Re: O/S - System upgrade with CVS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2003 09:13:11 -0000 Thanks, xcas, your instructions were clear, succinct and precise, much better than I had encountered elsewhere. However, everything ran fine until running "make buildworld" stage 4: building libraries ( as before ), the output ==> cc -O -pipe -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-omit-frame-pointer -g0 -DCRT_BEGIN -c -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c *** Signal 10 Stop in /usr/src/gnu/lib/csu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. A verification request below ==> xcas@cox.net wrote: > - > - > - > > This is what you want your supfile to be.. > > # cvsup -g -L 2 supfile > *default base=/usr > *default compress > *default delete > *default host=cvsup.freebsd.org > *default prefix=/usr > *default release=cvs > *default use-rel-suffix > > *default tag=RELENG_4_8 > src-all > > *default tag=. > ports-all > > when that's finished.. > > cd /usr > rm -r obj > cd src > make cleandir && make cleandir (not a typo) > make buildworld > make buildkernel > make installkernel > shutdown now ( Is the system to be powered down at this stage & restarted ) > > make installworld > mergemaster > reboot Thanks -- Joe --