Date: Thu, 25 Jul 1996 16:23:38 +0200 From: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de> To: freebsd-current@freefall.FreeBSD.org Subject: getting thru make world (atapi lkm fails) Message-ID: <199607251423.QAA09520@gilberto.physik.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
Due to a lot of problems I had with sup recently I'm only gradually
keeping up with getting a world compiled again.
Last problem got solved: I had an old /usr/src/include/ctype.h
which never got superceeded by sup (my server was holding the correct
one - strange).
Anyway, now make depend in lkm/atapi fails the following way:
===> lkm/atapi
rm -f .depend
files=""; if [ "$files" != "" ]; then mkdep -a -I. -DATAPI -DATAPI_MODULE -DKERNEL -I/usr/src/lkm/atapi/../../sys $files; fi
files="/usr/src/lkm/atapi/../../sys/i386/isa/atapi.c"; if [ "$files" != "" ]; then mkdep -a -I. -DATAPI -DATAPI_MODULE -DKERNEL -I/usr/src/lkm/atapi/../../sys $files; fi
In file included from /usr/src/lkm/atapi/../../sys/sys/conf.h:226,
from /usr/src/lkm/atapi/../../sys/i386/isa/atapi.c:934:
/usr/include/machine/conf.h:6: ioconf.h: No such file or directory
mkdep: compile failed.
*** Error code 1
Stop.
Isn't ioconf.h generated at kernel config time?
Any clues what might be wrong with my setup? src tree still outdated?
--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607251423.QAA09520>
