Re: UPDATING - kernel fails to compile

2000-02-05 Thread Chuck Robey
On Sun, 6 Feb 2000, Dan Langille wrote: > > It's a do-once type of thing, like the xinstall stuff. Go install > > genassym once, it won't bother you again. It was discussed in the > > lists, and doesn't affect most build intervals. You got *lucky*. > > Ahh yes, and it's in UPDATING. my bad.

Re: UPDATING - kernel fails to compile

2000-02-05 Thread Dan Langille
On 5 Feb 00, at 22:30, Chuck Robey wrote: > On Sun, 6 Feb 2000, Dan Langille wrote: > > > After a make -k -DNOFSCHG installworld and a make installworld, I'm > > getting this: > > > > install -c -s -o root -g wheel -m 555 genassym /usr/bin > > install: genassym: No such file or directory > >

Re: UPDATING - kernel fails to compile

2000-02-05 Thread Chuck Robey
On Sun, 6 Feb 2000, Dan Langille wrote: > After a make -k -DNOFSCHG installworld and a make installworld, I'm > getting this: > > install -c -s -o root -g wheel -m 555 genassym /usr/bin > install: genassym: No such file or directory > *** Error code 71 It's a do-once type of thing, like the

Re: UPDATING - kernel fails to compile

2000-02-05 Thread Dan Langille
After a make -k -DNOFSCHG installworld and a make installworld, I'm getting this: install -c -s -o root -g wheel -m 555 genassym /usr/bin install: genassym: No such file or directory *** Error code 71 Stop in /usr/src/usr.bin/genassym. *** Error code 1 Stop in /usr/src/usr.bin. *** Errror co

Re: UPDATING - kernel fails to compile

2000-02-05 Thread Dan Langille
I think you mean -DNOFSCHG, which it what I thought I did. I shall try again. cheers. On 5 Feb 00, at 21:25, Jim Bloom wrote: > You still didn't get your installworld to complete succesfully. You > have install, libc, and libutil out of sync. > > I believe the correct procedure for install

Re: UPDATING - kernel fails to compile

2000-02-05 Thread Jim Bloom
You still didn't get your installworld to complete succesfully. You have install, libc, and libutil out of sync. I believe the correct procedure for installing everything in your case is: make -k -NOFSCHG installworld make installworld Jim Bloom [EMAIL PROTECTED] Dan Langille

UPDATING - kernel fails to compile

2000-02-05 Thread Dan Langille
I can't get my kernel to compile when following the UPDATING instructions. I also note that the "To build a kernel" instructions contains one too many "../". Here's what led me to it: [root@buff:/usr/src/sys/compile/BUFF] # make install install -c -m 555 -o root -g wheel -fschg kernel /kerne