Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jun 2003 02:14:38 -0700
From:      Joseph Maxwell <jemaxwell@jaymax.com>
To:        xcas@cox.net
Cc:        FreeBSD Users <questions@freebsd.org>
Subject:   Re: O/S - System upgrade with CVS
Message-ID:  <3EE1ACFD.B26EEB74@jaymax.com>
References:  <3EE0DA79.CDE1C92@jaymax.com> <20030606113701.H43034@localhost.bsd-unix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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  --



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