O/S - System upgrade with CVS
Joseph Maxwell
jemaxwell at jaymax.com
Sat Jun 7 02:13:11 PDT 2003
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 at 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 --
More information about the freebsd-questions
mailing list