From owner-cvs-all Sat May 26 21: 6:29 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 9121537B422; Sat, 26 May 2001 21:06:25 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from spike.unixfreak.org (spike [63.198.170.139]) by bazooka.unixfreak.org (Postfix) with ESMTP id E64763E28; Sat, 26 May 2001 21:06:24 -0700 (PDT) To: Mike Heffner , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol. In-Reply-To: <20010527033101.422013E2F@bazooka.unixfreak.org>; from dima@unixfreak.org on "Sat, 26 May 2001 20:31:01 -0700" Date: Sat, 26 May 2001 21:06:24 -0700 From: Dima Dorfman Message-Id: <20010527040624.E64763E28@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dima Dorfman writes: > Mike Heffner writes: > > cd /usr/src/usr.sbin/kbdcontrol; make _EXTRADEPEND > > echo kbdcontrol: /usr/obj/usr/src/i386/usr/lib/libc.a > > /usr/obj/usr/src/i386/usr/lib/libl.a >> .depend > > cc -O2 -pipe -I/usr/src/usr.sbin/kbdcontrol > > -I/usr/obj/usr/src/i386/usr/include -c > > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c > > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `clear_history': > > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:987: `CONS_CLRHIST' undeclared (firstuse in this function) > > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:987: (Each undeclared identifier isreported only once > > /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:987: for each function it appearsin.) > > *** Error code 1 > > Well, the problem is obviously that it's using the installed version > of consio.h (the one in /usr/include/sys) instead of the new one (the Okay, I figured out that this is a problem because kbdcontrol is a build-tool, so it has to use the old headers. I've committed a fix that should let you continue buildworld. Sorry about that. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message