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.
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
> >
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
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
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
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
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