Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 1997 13:43:47 -0300 (ADT)
From:      Antonio Bemfica <bemfica@militzer.me.tuns.ca>
To:        freebsd-questions@freebsd.org
Subject:   cannot make depend for kernel build
Message-ID:  <Pine.BSF.3.96.970814133139.17428A-100000@militzer.me.tuns.ca>

next in thread | raw e-mail | index | archive | help
After completing a 'make world' successfully I get the error below when
trying to "make depend" to rebuild the kernel. (I did recreate the compile
directory from /usr/src/sys/i386/conf/MECH-GENERIC with no problems before
moving to ../../compile/MECH-GENERIC). I run FreeBSD 2.2-STABLE and cvsup
changes to the source every night.

I can tell there is a group name missing after the -g switch for
'install', but I can't figure why it's missing. I'd appreciate any help, 

Antonio

[...]
rm -f param.c
cp ../../conf/param.c .
sh ../../kern/vnode_if.sh ../../kern/vnode_if.src
cd ../../dev/aic7xxx; make obj; make BINDIR=/usr/src/sys/compile/MECH-GENERIC al
l install
install -c -s -o root -g  -m 555   aic7xxx_asm /usr/src/sys/compile/MECH-GENERIC
install: unknown group -m
*** Error code 67

Stop.
*** Error code 1

Stop.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970814133139.17428A-100000>