From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 09:27:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B5F16A41F for ; Sat, 11 Mar 2006 09:27:40 +0000 (GMT) (envelope-from lars@gmx.at) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9FAC343D45 for ; Sat, 11 Mar 2006 09:27:39 +0000 (GMT) (envelope-from lars@gmx.at) Received: (qmail invoked by alias); 11 Mar 2006 09:27:38 -0000 Received: from 126.49.79.83.cust.bluewin.ch (EHLO [192.168.1.10]) [83.79.49.126] by mail.gmx.net (mp032) with SMTP; 11 Mar 2006 10:27:38 +0100 X-Authenticated: #912863 Message-ID: <4412980D.9020109@gmx.at> Date: Sat, 11 Mar 2006 10:27:41 +0100 From: "lars@gmx.at" User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <20060311101545.vvl7k9iszbc40ccw@webmail.dommel.be> In-Reply-To: <20060311101545.vvl7k9iszbc40ccw@webmail.dommel.be> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: make installworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lars@gmx.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 09:27:40 -0000 beni.brinckman@dommel.be wrote: > Hi all, > > After doing a svsup yesterday and doing a 'make -j4 buildworld' i've (my script > that is) tried to proceed with a 'make installworld'. But it failed : > > www# make installworld > ERROR: Required audit group is missing, see /usr/src/UPDATING. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > I have checked /usr/src/UPDATING but there isn't any entry new about new groups > and 'grep -w audit /etc/group' does not show any audit-group present. > > I also did a 'rm -rf /usr/obj/* ' and ran 'make -j4 buildworld' again, which > endend without errors but the following 'make installworld' stops with the > mentioned error again. > > I am using the '*default release=cvs tag=RELENG_6' in the supfile and am running > 6.1-PRERELEASE now. > > What am I doing wrong ? Any clues are welcome. The error message is wrong. There is a new group in '/etc/group' called 'audit:*:77:'. I recommend you don't automate mergemaster operations, and rerun the whole procedure manually. hth lars.