From owner-freebsd-current@FreeBSD.ORG Wed Feb 11 10:32:18 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A41C16A4CE for ; Wed, 11 Feb 2004 10:32:18 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A8343D1D for ; Wed, 11 Feb 2004 10:32:18 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 78D2C72DBF; Wed, 11 Feb 2004 10:32:18 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 764BE72DB5; Wed, 11 Feb 2004 10:32:18 -0800 (PST) Date: Wed, 11 Feb 2004 10:32:18 -0800 (PST) From: Doug White To: Jakob Breivik Grimstveit In-Reply-To: <20040131232728.GA3070@temp.grimstveit.no> Message-ID: <20040211103046.J68116@carver.gumbysoft.com> References: <20040131232728.GA3070@temp.grimstveit.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Kernel compile fails on acpi X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 11 Feb 2004 18:32:18 -0000 On Sun, 1 Feb 2004, Jakob Breivik Grimstveit wrote: > 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 > awk -f @/tools/makeobjops.awk @/dev/pci/pcib_if.m -h > awk -f @/tools/makeobjops.awk @/isa/isa_if.m -h > /usr/obj/usr/src/make.i386/make -f /usr/src/sys/modules/acpi/../../i386/acpica/Makefile MAKESRCPATH=/usr/src/sys/modules/acpi/../../i386/acpica > cc -O -pipe -march=athlon-mp -I. -c /usr/src/sys/modules/acpi/../../i386/acpica/acpi_wakecode.S > In file included from /usr/src/sys/i386/acpica/acpi_wakecode.S:28: > machine/asm.h:43:23: sys/cdefs.h: No such file or directory > *** Error code 1 Looks like your checkout is corrupted -- dump /usr/src/sys/ (after saving your kernel config) and re-checkout. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org