From owner-freebsd-questions Thu Aug 14 10:29:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA01191 for questions-outgoing; Thu, 14 Aug 1997 10:29:45 -0700 (PDT) Received: from militzer.me.tuns.ca (militzer.me.tuns.ca [134.190.50.153]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA01180 for ; Thu, 14 Aug 1997 10:29:37 -0700 (PDT) Received: from localhost (bemfica@localhost) by militzer.me.tuns.ca (8.8.6/8.8.5) with SMTP id NAA24375 for ; Thu, 14 Aug 1997 13:43:48 -0300 (ADT) Date: Thu, 14 Aug 1997 13:43:47 -0300 (ADT) From: Antonio Bemfica To: freebsd-questions@freebsd.org Subject: cannot make depend for kernel build Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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.