From owner-freebsd-questions@FreeBSD.ORG Fri Nov 11 14:05:39 2005 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 9801816A41F for ; Fri, 11 Nov 2005 14:05:39 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B3043D49 for ; Fri, 11 Nov 2005 14:05:38 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id jABE5cKj013516; Fri, 11 Nov 2005 07:05:38 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id jABE5bQM013513; Fri, 11 Nov 2005 07:05:38 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 11 Nov 2005 07:05:37 -0700 (MST) From: Warren Block To: "J. W. Ballantine" In-Reply-To: <200511111302.jABD2Lj18381@akiva.homer.att.com> Message-ID: <20051111070354.G13483@wonkity.com> References: <200511111302.jABD2Lj18381@akiva.homer.att.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Fri, 11 Nov 2005 07:05:38 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: mergemaster and RELENG6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 14:05:39 -0000 On Fri, 11 Nov 2005, J. W. Ballantine wrote: > I'm trying to install RELEASE6 on a BSD machine, and the > install fails in the mergemaster stage with: > ... > cap_mkdb: illegal option -- l > usage: cap_mkdb [-v] [-f outfile] file [file ...] > *** Error code 1 > > Stop in /usr/src/etc. > > *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to > the temproot environment > > The steps I took were: > > copied /etc/rc.d to /etc/old_rc.d > removed /usr/src/* /usr/obj/* > cvsup'ed RELENG6 > changed to /usr/src > did a make buildworld > did a make buildkernel > did a make installkernel > did a mergemaster -i > > Anyone have any thoughts on what is causing mergemaster to fail? Probably because you skipped the 'make installworld' step and are still running an old copy of mergemaster. -Warren Block * Rapid City, South Dakota USA