From owner-freebsd-current Fri Apr 5 18:12:36 2002 Delivered-To: freebsd-current@freebsd.org Received: from ady.warpnet.ro (ady.warpnet.ro [217.156.25.2]) by hub.freebsd.org (Postfix) with ESMTP id 4231837B417 for ; Fri, 5 Apr 2002 18:12:27 -0800 (PST) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.3/8.9.3) with ESMTP id FAA91890; Sat, 6 Apr 2002 05:12:22 +0300 (EEST) (envelope-from ady@freebsd.ady.ro) Date: Sat, 6 Apr 2002 05:12:22 +0300 (EEST) From: Adrian Penisoara X-Sender: ady@ady.warpnet.ro To: Chris van der Pennen Cc: freebsd-current list Subject: Re: make buildkernel fails - missing header In-Reply-To: <001701c1dd0e$ce1703e0$fa00a8c0@nightshade> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Bitten by the same rotten thing; luckily i had the older /usr/include/netinet/if_fddi.h header that I linked to in /usr/src/sys/netinet/if_fddi.h. Looking at the commit logs it seems that the right solution is to patch src/sys/netinet6/nd6.c to #include instead of . It compiles for me ... Ady (@freebsd.ady.ro) _______________________________________________________________________ | Programming in BASIC causes brain damage. | | (Edsger Wybe Dijkstra) | On Sat, 6 Apr 2002, Chris van der Pennen wrote: > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs env MKDEP_CPP="cc -E" > CC="cc" mkdep -a -f > .newdep -O -pipe -march=k6 -Wall -Wredundant-decls -Wnested-externs -Wstrict > -prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -ffo > rmat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/de > v -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/s > rc/sys/../include -D_KERNEL -ffreestanding -include > opt_global.h -fno-common -mpreferred-stack-boundary=2 > /usr/src/sys/netinet6/nd6.c:67: netinet/if_fddi.h: No such file or directory > mkdep: compile failed > > after which make fails with error 1. > > find /usr/src | grep fddi turns up a c-file, but no headers. This is with a > cvsup as of a few minutes ago. > > I can attach the script file, if you like. > > Chris van der Pennen > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message