DragonFly kernel List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: buildworld update committed
:My buildworld is now ok. But it is the buildkernel which fails now:
:make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f
:.newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs
:-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
:-Wcast-qual -fformat-extensions -ansi -nostdinc -I. -I/home/src/sys
:-I/home/src/sys/../include -I/home/src/sys/contrib/dev/acpica
:-I/home/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h
:-mpreferred-stack-boundary=2 -fno-common -ffreestanding
:/home/src/sys/i386/i386/pmap_inval.c:56: machine/apic.h: No such file
:or directory
:mkdep: compile failed
:
:# ls -l /usr/include/machine/apic.h
:-r--r--r-- 1 root wheel 20815 Dec 4 01:32 /usr/include/machine/apic.h
:
:Jean-Marc
:
:--
:Jean-Marc Zucconi -- PGP Key: finger jmz@xxxxxxxxxxx [KeyID: 400B38E9]
This kinda sounds like a stale dependancy. The buildkernel target does
not use /usr/include. Wipe your /usr/obj/usr/src/sys directory and
try again. If it still fails the include will be relative to
/usr/obj/usr/src/sys/<kernelname>. There should be softlink in that
directory called 'machine' which points to /usr/src/sys/i386/include.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]