View Single Post
  #2   (View Single Post)  
Old 16th January 2009
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by disappearedng View Post
I have cvsuped successfully using
Code:
cvsup -g -L 2 /usr/share/examples/cvsup/miuky1-supfile
It doesn't really make a difference, but you can just use "csup" now instead of installing "cvsup". csup is part of the FreeBSD base.

Quote:
Originally Posted by disappearedng View Post
( I have cleaned up /usr/obj by chflags -R noschg * and rm -rf * )
You can just do # cd /usr/src && make cleanworld

From the error, it looks like you're missing "flex". Maybe check your PATH? It should be in /usr/bin/flex. It is part of the base system. If it's not there, you could try installing flex from the port (textproc/flex).

I would suggest trying a different cvsup server and updating again. If that fails I would try removing the entire source tree (remember to save your kernel configs, etc.), then checkout a fresh source tree.
Reply With Quote