From owner-freebsd-questions@FreeBSD.ORG Tue Nov 1 21:25:46 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 81EBF16A41F for ; Tue, 1 Nov 2005 21:25:46 +0000 (GMT) (envelope-from wisco.disco@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F9543D45 for ; Tue, 1 Nov 2005 21:25:44 +0000 (GMT) (envelope-from wisco.disco@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so95752wxc for ; Tue, 01 Nov 2005 13:25:43 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=iSrsMJHGB601vdYPx7Nikb5nJ2S/nZg6PnktZis09TFm0ImEsBhKDeMxad72nXYw12Pa06D5K7gBUh9e3zBekddsJ7gQ3R/PFpfatpHwA9l7AAT2E5X0Z+AZ4Sxb5TuTFBVE9hPe4+uh0Q9cBpuVzx0ypTzgswvUqmeXjR35th4= Received: by 10.64.10.9 with SMTP id 9mr1404213qbj; Tue, 01 Nov 2005 13:19:17 -0800 (PST) Received: by 10.64.149.10 with HTTP; Tue, 1 Nov 2005 13:19:17 -0800 (PST) Message-ID: Date: Tue, 1 Nov 2005 15:19:17 -0600 From: Doug Poland To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: 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: Tue, 01 Nov 2005 21:25:46 -0000 Hello, I'm trying to run buildworld on a 5.4-STABLE machine. I've cvsup'd the source with a tag RELENG_6 This is where the error occurs... =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 Stop in /usr/src/share. *** Error code 1 It would appear an illegal option is being supplied to cap_mkdb. Does anyone know why this is occuring and how to fix it? I've run cvsup from two different servers within the last couple hours. -- Regards, Doug