From owner-freebsd-stable Tue Oct 7 14:03:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA22765 for stable-outgoing; Tue, 7 Oct 1997 14:03:53 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA22760; Tue, 7 Oct 1997 14:03:47 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id NAA10847; Tue, 7 Oct 1997 13:54:47 -0700 (PDT) Date: Tue, 7 Oct 1997 13:54:46 -0700 (PDT) From: Annelise Anderson To: Superuser cc: stăble@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: error in make world In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 7 Oct 1997, Superuser wrote: > Hi > > I'm relatively unexperienced FreeBSD user and for first time tried: > > cd /usr/src > make world > > It went a long way, but suddenly bombed out saying: > > install -c -s -o root -g network -m 4550 ppp /usr/sbin > install: unknown group network > .... > > What should I do ? > > I have system ver 2.2-STABLE, cvsup running each night... > > _____________ > Lauri Laupmaa > mauri@mbp.ee > > Add this line to /etc/group: network:*:69: and try it again.... You might want to do, instead of make world, make -DNOCLEAN world which might save quite a lot of time (some of the existing files that have been created won't be deleted). If I've got this wrong I'm sure someone else will correct me... Annelise