From owner-freebsd-questions Mon Jun 30 00:52:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA11281 for questions-outgoing; Mon, 30 Jun 1997 00:52:33 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA11276 for ; Mon, 30 Jun 1997 00:52:30 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id JAA23122; Mon, 30 Jun 1997 09:52:20 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199706300752.JAA23122@helbig.informatik.ba-stuttgart.de> Subject: Re: Upgrade to 2.2 Problem In-Reply-To: from Annelise Anderson at "Jun 29, 97 11:50:08 pm" To: andrsn@andrsn.stanford.edu (Annelise Anderson) Date: Mon, 30 Jun 1997 09:52:20 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I have 2.2.1-R running right now and I have generally upgraded this > machine by getting the source and doing make world.... > > This time the make world failed rather quickly as follows: > -------------------------------------------------------------- > make world started on Sun Jun 29 22:43:44 PDT 1997 > -------------------------------------------------------------- > -------------------------------------------------------------- > Making hierarchy > -------------------------------------------------------------- > cd /usr/src && make hierarchy > cd /usr/src/etc && make distrib-dirs > mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / > mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var > > mtree: unknown group mail Add the line mail:*:6: to the file /etc/group and retry making a world. > mtree: failed at line 37 of the specification > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. Wolfgang