From owner-freebsd-current Thu Jul 25 07:14:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA01029 for current-outgoing; Thu, 25 Jul 1996 07:14:27 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA01018 for ; Thu, 25 Jul 1996 07:14:22 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id QAA04270 for ; Thu, 25 Jul 1996 16:10:05 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id QAA09520 for freebsd-current@freefall.cdrom.com; Thu, 25 Jul 1996 16:23:38 +0200 Date: Thu, 25 Jul 1996 16:23:38 +0200 From: "Christoph P. Kukulies" Message-Id: <199607251423.QAA09520@gilberto.physik.rwth-aachen.de> To: freebsd-current@freefall.FreeBSD.org Subject: getting thru make world (atapi lkm fails) Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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