From owner-cvs-all@FreeBSD.ORG Tue Jun 24 11:43:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3459C37B401; Tue, 24 Jun 2003 11:43:19 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8AC043F85; Tue, 24 Jun 2003 11:43:17 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h5OIh3Qw003335; Tue, 24 Jun 2003 20:43:03 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Julian Elischer From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 24 Jun 2003 11:40:50 PDT." Date: Tue, 24 Jun 2003 20:43:03 +0200 Message-ID: <3334.1056480183@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: Andrew Gallatin cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 18:43:19 -0000 Index: hcsecd/Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/bluetooth/hcsecd/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- hcsecd/Makefile 10 May 2003 21:50:35 -0000 1.1 +++ hcsecd/Makefile 24 Jun 2003 16:56:33 -0000 @@ -6,7 +6,7 @@ PROG= hcsecd MAN8= hcsecd.8 WARNS?= 1 -CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include +CFLAGS+= -g -I${.CURDIR} -I${.CURDIR}/../../../sys/netgraph/bluetooth/include SRCS= hcsecd.c lexer.l parser.y .include In message , Ju lian Elischer writes: > > >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 >> > > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.