make buildkernel fails - missing header

2002-04-05 Thread Chris van der Pennen

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



Re: make buildkernel fails - missing header

2002-04-05 Thread Adrian Penisoara

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 net/fddi.h instead of
netinet/if_fddi.h. 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 [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildkernel fails - missing header

2002-04-05 Thread Matthew N. Dodd

On Sat, 6 Apr 2002, Chris van der Pennen wrote:
 /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.

That will teach me to grep a contaminated source tree...

Fixed.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| [EMAIL PROTECTED] |   2 x '84 Volvo 245DL| ix86,sparc,pmax |
| http://www.jurai.net/~winter |  For Great Justice!  | ISO8802.5 4ever |


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message