Skip site navigation (1)Skip section navigation (2)
Date:      04 Dec 1997 17:33:31 -0500
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: make world fails
Message-ID:  <86sos8rb5w.fsf@gelemna.ft-wayne.in.us>
In-Reply-To: David Chamberlain's message of "Thu, 04 Dec 1997 12:16:44 -0800"
References:  <34870FAC.706E@oiapdx.yoshida.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David Chamberlain <davidc@oiapdx.yoshida.com> writes:

> Below is an excerpt from my 'make world' log.  I am pretty new to this
> stuff and definatly not a developer.  Can anyone help me figure out why
> this is happening?  My sources are from CVSup and the last sup I did was
> on Dec 2 at 1:00 am from the stable tree.

> install -c -s -o bin -g bin -m 555   pmap_dump /usr/sbin
> ===> usr.sbin/ppp
> install -c -s -o root -g network -m 4550   ppp /usr/sbin
> *** Error code 67

You need to add:

  network:*:69:

to /etc/group.  It would probably be a good idea to go through
/usr/src/etc in general and merge the changes into /etc.  It isn't
done automatically because blindly updating possibly customized
configuration files would be asking for trouble.
-- 
I've always wanted to be a dilettante,  | Usenet II -- because
but I've never quite been ready to make | it's time for October
the commitment.                         | http://www.usenet2.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86sos8rb5w.fsf>