From owner-freebsd-current@FreeBSD.ORG Tue Sep 23 11:16:07 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FB88106564A for ; Tue, 23 Sep 2008 11:16:07 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr16.xs4all.nl (smtp-vbr16.xs4all.nl [194.109.24.36]) by mx1.freebsd.org (Postfix) with ESMTP id F3B578FC0C for ; Tue, 23 Sep 2008 11:16:01 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (double-l.xs4all.nl [80.126.205.144]) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id m8NAu1k9087458 for ; Tue, 23 Sep 2008 12:56:01 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 23 Sep 2008 12:56:02 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB5DE138@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Cant build kernel Thread-Index: AckdavgZr6N5InrhRPalBcfLdIgjJQ== From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Cant build kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2008 11:16:07 -0000 I f i try to build my kernel I get the following error: =20 machine -> /usr/src/sys/i386/include awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h ln -sf /usr/obj/usr/src/sys/KRNL/opt_sched.h opt_sched.h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE = -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq = -I/usr/obj/usr/src/sys/KRNL = /usr/src/sys/modules/cxgb/toecore/../../../dev/cxgb/ulp/toecore/toedev.c In file included from @/dev/cxgb/cxgb_include.h:22, from = /usr/src/sys/modules/cxgb/toecore/../../../dev/cxgb/ulp/toecore/toedev.c:= 58: @/dev/cxgb/cxgb_osdep.h:44:33: error: common/cxgb_version.h: No such = file or directory @/dev/cxgb/cxgb_osdep.h:45:25: error: cxgb_config.h: No such file or = directory In file included from @/dev/cxgb/common/cxgb_common.h:609, from @/dev/cxgb/cxgb_include.h:23, from = /usr/src/sys/modules/cxgb/toecore/../../../dev/cxgb/ulp/toecore/toedev.c:= 58: @/dev/cxgb/cxgb_adapter.h:57:24: error: cxgb_osdep.h: No such file or = directory @/dev/cxgb/cxgb_adapter.h:58:20: error: t3cdev.h: No such file or = directory @/dev/cxgb/cxgb_adapter.h:59:37: error: ulp/toecore/cxgb_toedev.h: No = such file or directory @/dev/cxgb/cxgb_adapter.h:60:23: error: sys/mbufq.h: No such file or = directory mkdep: compile failed *** Error code 1 =20 Stop in /usr/src/sys/modules/cxgb/toecore. *** Error code 1 =20 Stop in /usr/src/sys/modules/cxgb. *** Error code 1 =20 Stop in /usr/src/sys/modules. *** Error code 1 =20 Stop in /usr/obj/usr/src/sys/KRNL. *** Error code 1 =20 Stop in /usr/src. *** Error code 1 =20 Stop in /usr/src. =20 =20 This is on a dual PIII 1Ghz machine (HP Netserver) My kernel conf file: =20 include GENERIC ident KRNL =20 # Polling options DEVICE_POLLING =20 # pf options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_CDNR options ALTQ_PRIQ device pf device pflog device pfsync =20 # Samba Options options NETSMB options LIBMCHAIN options LIBICONV options SMBFS =20 # Console color options options SC_NORM_ATTR=3D(FG_LIGHTGREY|BG_BLACK) options SC_NORM_REV_ATTR=3D(FG_YELLOW|BG_GREEN) options SC_KERNEL_CONS_ATTR=3D(FG_BROWN|BG_BLACK) options SC_KERNEL_CONS_REV_ATTR=3D(FG_BLACK|BG_RED) =20 # Console video mode options VESA # Vesa Support for Splash options SC_PIXEL_MODE # add support for the raster tex =20 # System console options options SC_DISABLE_REBOOT # disable reboot key sequence options SC_HISTORY_SIZE=3D200 # number of history buffer = lines =20 =20 # Debugging for use in -current nooptions KDB # Enable kernel debugger = support. nooptions DDB # Support DDB. nooptions GDB # Support remote GDB. nooptions INVARIANTS # Enable calls of extra sanity = checking nooptions INVARIANT_SUPPORT # Extra sanity checks of = internal structures, required by INVARIANTS nooptions WITNESS # Enable checks to detect = deadlocks and cycles nooptions WITNESS_SKIPSPIN # Don't run witness on = spinlocks for speed