View Single Post
  #1   (View Single Post)  
Old 1st November 2010
wesley wesley is offline
Real Name: Wesley
Shell Scout
 
Join Date: Aug 2009
Location: Reunion Island
Posts: 92
Post error when update to -current

Hi,

I just installed an OpenBSD 4.7.
Now i want to update it to 4.7 -current
what i ve done :
cd /usr/src ; tar zxvf src.tar.gz ; tar zxvf sys.tar.gz
cd /usr
export CVSROOT=anoncvs@anoncvs.fr.openbsd.org:/cvs
cvs -d$CVSROOT checkout -P src

cd /usr/src
cvs -d $CVSROOT up -Pd

when this last is done, i start to compile kernel :
cd /usr/src/sys/arch/i386/conf
config GENERIC
cd ../compile/GENERIC
make clean

I have this error :
rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s [Ee]rrs linterrs assym.h

I don't understand why it doesn't work.
If someone can help me.
thanks
Reply With Quote