View Single Post
  #4   (View Single Post)  
Old 4th May 2008
itti itti is offline
New User
 
Join Date: May 2008
Posts: 2
Default

Well correct me if i'm wrong because i tried it 6 times and it always
fails and it takes a hell lot of time.

One clean install of NetBSD 4.0
#cd /usr
#mkdir src objdir tooldir
#chown someuser src/ objdir/ tooldir/

as someuser:

$export CVSROOT=anoncvs@anoncvs.se,NetBSD.org:/cvsroot
$export CVS_RSH=ssh
$cvs checkout -PA src

also today to make sure i'm up to date:
----------------------------
$cd /usr/src
$cvs -q -d $CVSROOT update -dP
#chown -R someuser:wsrc /usr/src
#chmod -R u=rwx,g=rwx /usr/src
------------------------------

$cd /usr/src
$./build.sh -O ../objdir -T ../tooldir -U -u tools
$./build.sh -O ../objdir -T ../tooldir -U -u distribution (also
tried release)

well this is where it fails miserably with release or distribution
So please HELP because this trial && error process is taking a
painfull amount of time.

Thanks.
Reply With Quote