From owner-freebsd-questions@FreeBSD.ORG Wed Nov 2 14:19:52 2005 Return-Path: X-Original-To: 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 3030316A41F for ; Wed, 2 Nov 2005 14:19:52 +0000 (GMT) (envelope-from wisco.disco@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB3743D64 for ; Wed, 2 Nov 2005 14:19:36 +0000 (GMT) (envelope-from wisco.disco@gmail.com) Received: by xproxy.gmail.com with SMTP id t9so219187wxc for ; Wed, 02 Nov 2005 06:19:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s3kj9p2fiPriydbb+bW79KclotoTXBaGZ45legVnrTSog++B0a+uP19tSO2beM2IvZ4WbElkuYTyk1ZH/p797dmOA3pjKJg2FqXDg77S4hJDqqHFq+gDNWC+zBL/MzDCRR+VX6ShtrZuOs5EuP5nHQU4IH5tHVkPzCfNLQQsOSw= Received: by 10.65.23.16 with SMTP id a16mr1926320qbj; Wed, 02 Nov 2005 06:19:36 -0800 (PST) Received: by 10.64.149.10 with HTTP; Wed, 2 Nov 2005 06:19:36 -0800 (PST) Message-ID: Date: Wed, 2 Nov 2005 08:19:36 -0600 From: Doug Poland To: Glenn Dawson In-Reply-To: <6.2.3.4.2.20051102060352.03655e70@cobalt.antimatter.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2F48758C-07F1-44B5-A151-156CF9E65D9E@secure-computing.net> <4368436E.6010808@computer.org> <6.2.3.4.2.20051102060352.03655e70@cobalt.antimatter.net> Cc: Eric F Crist , questions@freebsd.org, Eric Schuele Subject: Re: Buildworld fails for 6.0-RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: doug@polands.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 14:19:52 -0000 On 11/2/05, Glenn Dawson wrote: > At 05:28 AM 11/2/2005, Doug Poland wrote: > >On 11/2/05, Doug Poland wrote: > > > On 11/2/05, Eric F Crist wrote: > > > > Something you could try in this instance is deleting everything > > > > under /usr/src: > > > > > > > > #cd /usr/src && rm -rf ./ > > > > > > > > Then re-sup your source tree. > > > > > > > giving that a try now, thanks... > > > > >Nope, still have the cap_mkdb error. How frustrating... > > > >=3D=3D=3D> share/termcap (all) > >gzip -cn /usr/src/share/termcap/termcap.5 > termcap.5.gz > >TERM=3Ddumb TERMCAP=3Ddumb: ex - /usr/src/share/termcap/termcap.src < > >/usr/src/share/termcap/reorder > >cap_mkdb -l termcap > >cap_mkdb: illegal option -- l > >usage: cap_mkdb [-v] [-f outfile] file [file ...] > >*** Error code 1 > > > >Stop in /usr/src/share/termcap. > >*** Error code 1 > > > > The -l option was added in 6.x. This probably isn't the "right" way > to do it, but... > > try this: > > cd /usr/src/usr.bin/cap_mkdb/ && make && make install > > then try and buildworld again.. > Thanks for the tip, trying that now... -- Regards, Doug