Date: Tue, 24 Jun 2003 11:40:50 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Andrew Gallatin <gallatin@cs.duke.edu> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.sbin Makefile Message-ID: <Pine.BSF.4.21.0306241128090.93424-100000@InterJet.elischer.org> In-Reply-To: <20030624130610.A94715@grasshopper.cs.duke.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 24 Jun 2003, Andrew Gallatin wrote: > Julian Elischer [julian@FreeBSD.org] wrote: > > julian 2003/06/24 06:25:24 PDT > > > > FreeBSD src repository > > > > Modified files: > > usr.bin Makefile > > usr.sbin Makefile > > Log: > > Connect bluetooth tools for i386 only. > > FWIW, buildworld now dies for me in bluetooth on x86: > > ===> usr.sbin/bluetooth/hcsecd > yacc -d -o parser.c /usr/src/usr.sbin/bluetooth/hcsecd/parser.y > lex -t /usr/src/usr.sbin/bluetooth/hcsecd/lexer.l > lexer.c > rm -f .depend > mkdep -f .depend -a > -I/usr/src/usr.sbin/bluetooth/hcsecd/../../../sys/netgraph/bluetooth/include /usr/src/usr.sbin/bluetooth/hcsecd/hcsecd.c > lexer.c parser.c > /usr/src/usr.sbin/bluetooth/hcsecd/parser.y:41:20: hcsecd.h: No such file or directory > mkdep: compile failed > *** Error code 1 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > intersting.. I compiled the whole set several times.. maybe I have an include file somewhere that you don't? lemme look.. ... nope.. It still works "as expected" for me on a new machine.. do you have it fully checked out? ref3# pwd /usr/src/usr.sbin/bluetooth ref3# find `pwd` -name hcsecd.h /usr/src/usr.sbin/bluetooth/hcsecd/hcsecd.h ref3# Hmm Maybe something there stops teh .. AHHHHHH.. It's the damned 'obj' stuff.. to fix: cd /usr/src/usr.sbin/bluetooth/hcsecd add teh following to teh Makefile: CFLAGS+= -g -I${.CURDIR} -I${.CURDIR}/........ ^^^^^^^^^^^ I'll fix it in the tree now. just shows.. building it OUT of "make buildworld" is not enough... pointy hat here please.. > > > Drew >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0306241128090.93424-100000>