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,
[EMAIL PROTECTED]           Sunbay Software AG,
[EMAIL PROTECTED]          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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to