Subject: Re: geanssym problem when building a kernel
To: Michael <macallan18@earthlink.net>
From: Riccardo Mottola <rollei@tiscalinet.it>
List: port-macppc
Date: 06/22/2005 01:37:25
Michael wrote:
>
> Hello,
>
> > when trying to compile a kernel I get:
> ...
> > genassym: not found
> > *** Error code 127
>
> Install src/usr.bin/genassym
>
I checked out src/usr.bin/genassym, but make install fails with
# install /usr/share/man/cat1/genassym.0
install -c -r -o root -g wheel -m 444 genassym.cat1
/usr/share/man/cat1/genassym.0
install: genassym.cat1: stat: No such file or directory
*** Error code 1
I guess the manpage is missing ?
also, after deleting a wrong directory, I needed to check out
src/usr.sbin/config but it is no longer there? I check it out and it is
empty.
-R