From owner-cvs-all Tue May 15 6:20:19 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 9B42F37B423; Tue, 15 May 2001 06:20:00 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4FDJv155222; Tue, 15 May 2001 16:19:57 +0300 (EEST) (envelope-from ru) Date: Tue, 15 May 2001 16:19:57 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010515161957.A54414@sunbay.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org References: <200105141721.f4EHL2056720@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105141721.f4EHL2056720@freefall.freebsd.org>; from ru@FreeBSD.org on Mon, May 14, 2001 at 10:21:02AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 10:21:02AM -0700, Ruslan Ermilov wrote: > ru 2001/05/14 10:21:02 PDT > > Modified files: > . Makefile.inc1 > Log: > Add kbdcontrol(1) to bootstrap-tools. > This fixes the upgrade path breakage in usr.sbin/sysinstall. > > Revision Changes Path > 1.201 +2 -1 src/Makefile.inc1 > Argh, this doesn't work either. I first tried this with some stuff commented out in Makefile.inc1, and it succeeded. But at the time kbdcontrol is built in bootstrap-tools, ${WORLDTMP}/usr/include is not yet populated, and kbdcontrol.c requires an up-to-date header files. OTOH, the bootstrap-tools are supposed to be built under the host environment, so compiling against CURRENT sources would be a bug. Ideas? -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- [...] cd /CURRENT/usr/src/usr.sbin/kbdcontrol; make obj; make depend; make all; make install /usr/obj/CURRENT/usr/src/i386/CURRENT/usr/src/usr.sbin/kbdcontrol created for /CURRENT/usr/src/usr.sbin/kbdcontrol lex -t /CURRENT/usr/src/usr.sbin/kbdcontrol/lex.l > lex.c rm -f .depend mkdep -f .depend -a -I/CURRENT/usr/src/usr.sbin/kbdcontrol -I/usr/obj/CURRENT/usr/src/i386/usr/include /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c lex.c cd /CURRENT/usr/src/usr.sbin/kbdcontrol; make _EXTRADEPEND echo kbdcontrol: /usr/obj/CURRENT/usr/src/i386/usr/lib/libc.a /usr/obj/CURRENT/usr/src/i386/usr/lib/libl.a >> .depend cc -O -pipe -I/CURRENT/usr/src/usr.sbin/kbdcontrol -I/usr/obj/CURRENT/usr/src/i386/usr/include -c /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `get_entry': /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:206: `PASTE' undeclared (first use in this function) /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:206: (Each undeclared identifier is reported only once /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:206: for each function it appears in.) /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `print_entry': /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:444: `PASTE' undeclared (first use in this function) /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `dump_entry': /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:646: `PASTE' undeclared (first use in this function) *** Error code 1 Stop in /CURRENT/usr/src/usr.sbin/kbdcontrol. *** Error code 1 Stop in /CURRENT/usr/src. *** Error code 1 Stop in /CURRENT/usr/src. *** Error code 1 Stop in /CURRENT/usr/src. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message