View Single Post
  #8   (View Single Post)  
Old 9th September 2008
graudeejs's Avatar
graudeejs graudeejs is offline
Real Name: Aldis Berjoza
ISO Quartermaster
 
Join Date: Jul 2008
Location: Riga, Latvia
Posts: 589
Default

did you mess with /etc/make.conf (show it)
also you could compleatly wipe sources and run csup again...
here's my csup file, i used few days ago, everything went file
Code:
*default host=cvsup3.lv.freebsd.org
*default tag=RELENG_7_0
*default prefix=/usr
*default base=/var/db
*default release=cvs delete use-rel-suffix compress
src-all
using this supfile you will get FreeBSD 7-p4 sources....
you may want to change host server

btw, what arch are you compiling, i386, right?
and for now (if you try to recompile kernel, try only GENERIC while we find solution)


EDIT... weird that you can't compile kernel.... your supfile seams OK
To speed up compiling you can use -j4
Code:
make -j4 buildworld
don't forget to do that in single user mode


EDIT2:
RENELNG_7 means: The line of development for FreeBSD-7.X, also known as FreeBSD 7-STABLE
So the problem might actually be source files....
try my supfile

Last edited by graudeejs; 9th September 2008 at 01:43 PM.
Reply With Quote