From owner-freebsd-current Thu Jul 6 11:18:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 3107737B557 for ; Thu, 6 Jul 2000 11:18:40 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:juWBAur3wt49WyNvz42JGk0A2Qk7L1imbiD6WPx0MI3chIJdDTiaUQqAh1rrEVTL@localhost.mahoroba.org [::1]) (authenticated) by peace.mahoroba.org (8.10.2/3.7W-peace) with ESMTP id e66IH7h92874; Fri, 7 Jul 2000 03:17:07 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Fri, 07 Jul 2000 03:17:03 +0900 (JST) Message-Id: <20000707.031703.74687893.ume@mahoroba.org> To: roberto@eurocontrol.fr Cc: freebsd-current@FreeBSD.ORG Subject: Re: buildworld breakage in pim6sd From: Hajimu UMEMOTO In-Reply-To: <20000706154927.D2451@caerdonn.eurocontrol.fr> References: <20000706154927.D2451@caerdonn.eurocontrol.fr> X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.6 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Thu, 6 Jul 2000 15:49:27 +0200 >>>>> Ollivier Robert said: roberto> /src/src/usr.sbin/pim6sd/cftoken.l:47: y.tab.h: No such file or directory roberto> mkdep: compile failed roberto> *** Error code 1 Thank you for reporting. I just fixed. Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/pim6sd/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2000/07/06 01:48:00 1.4 +++ Makefile 2000/07/06 18:13:29 @@ -84,6 +84,7 @@ y.tab.h: cfparse.y CLEANFILES+= lex.yy.c y.tab.h y.tab.c CFLAGS+=-Wall +CFLAGS+=-I. -I${.CURDIR} CFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET -DHAVE_GETIFADDRS CFLAGS+=-DHAVE_STDARG_H DPADD= ${LIBY} ${LIBL} -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message