From owner-freebsd-stable@FreeBSD.ORG Sat Mar 11 04:23:53 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9781316A41F; Sat, 11 Mar 2006 04:23:53 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02BF443D45; Sat, 11 Mar 2006 04:23:53 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dslb-084-060-111-111.pools.arcor-ip.net [84.60.111.111]) by dd2718.kasserver.com (Postfix) with ESMTP id 735A6B9B12; Sat, 11 Mar 2006 05:22:16 +0100 (CET) Message-ID: <441250DB.4040107@chillt.de> Date: Sat, 11 Mar 2006 05:23:55 +0100 From: Bartosz Fabianowski User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Alfred Perlstein References: <20060310151942.GP23971@elvis.mu.org> In-Reply-To: <20060310151942.GP23971@elvis.mu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: Required audit group is missing... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 04:23:53 -0000 > /usr/src # make installworld > ERROR: Required audit group is missing, see /usr/src/UPDATING. > *** Error code 1 You probably forgot to run mergemaster -p before make installworld. > /usr/src # grep audit /usr/src/UPDATING The note is there in -current. It was not MFCd. That's certainly a mistake and should be fixed. File a big report and some dev should pick it up. - Bartosz