From owner-freebsd-questions Thu Sep 11 10:46:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA05855 for questions-outgoing; Thu, 11 Sep 1997 10:46:27 -0700 (PDT) Received: from www.buffalostate.edu (hummel@www.buffalostate.edu [136.183.2.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA05849 for ; Thu, 11 Sep 1997 10:46:22 -0700 (PDT) Received: from localhost (hummel@localhost) by www.buffalostate.edu (8.8.5/8.8.5) with SMTP id NAA16868; Thu, 11 Sep 1997 13:46:15 -0400 Date: Thu, 11 Sep 1997 13:46:15 -0400 (EDT) From: Dave Hummel To: gjennejohn@frt.dec.com cc: questions@FreeBSD.ORG Subject: Re: help!: make world fail on stable In-Reply-To: <199709111747.RAA00885@mofo.frt.dec.com> 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 On Thu, 11 Sep 1997, Gary Jennejohn wrote: > > Dave Hummel writes: > > > > After many successful 'make worlds', I finally had a blow up. Source was > > cvsup'd last night 9-11-97. It happened just before I left the house so I > > apologize if my information is incomplete. It seems to me that the ppp > > code changed in between Sunday 9-7-97, but I could be wrong. > > > > Basically, it looks like this: > > > > install -c -s -o root -g network -m 4550 ppp /usr/sbin > > install: unknown group network > > **** Error code 67 > > Stop > > **** Error code 1 > > **** Errot code 1 > > > > Please advise how to rectify this. > > > > look in /usr/src/etc/group for the network line and add it to /etc/group. > Or, even easier, add _this_ line to /etc/group ! > > network:*:69: > > --- > Gary Jennejohn (work) gjennejohn@frt.dec.com > (home) garyj@muc.de > (play) gj@freebsd.org Thanks to everyone for the replies! It all seems so obvious now... Perhaps I should have taken a look at /etc/* _prior_ to 'make'. I actually have one question about finishing my 'make world' now that it's been interrupted : what would be the proper way to proceed? Since it seemed to be fine up until the install phase can I just make the correction and 'make install' or is there more to it?