From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 16:49:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4431B1065672 for ; Mon, 11 Aug 2008 16:49:25 +0000 (UTC) (envelope-from pb@ludd.ltu.se) Received: from mother.ludd.ltu.se (mother.ludd.ltu.se [130.240.16.3]) by mx1.freebsd.org (Postfix) with ESMTP id B7FBA8FC08 for ; Mon, 11 Aug 2008 16:49:24 +0000 (UTC) (envelope-from pb@ludd.ltu.se) Received: from brother.ludd.ltu.se (root@brother.ludd.ltu.se [130.240.16.78]) by mother.ludd.ltu.se (8.13.6+Sun/8.12.10) with ESMTP id m7BGW2fe029886; Mon, 11 Aug 2008 18:32:02 +0200 (MEST) Received: from brother.ludd.ltu.se (pb@localhost [127.0.0.1]) by brother.ludd.ltu.se (8.13.6+Sun/8.12.2) with ESMTP id m7BGW2qf008614; Mon, 11 Aug 2008 18:32:02 +0200 (MEST) Received: (from pb@localhost) by brother.ludd.ltu.se (8.13.6+Sun/8.13.6/Submit) id m7BGW26o008612; Mon, 11 Aug 2008 18:32:02 +0200 (MEST) From: Peter B Message-Id: <200808111632.m7BGW26o008612@brother.ludd.ltu.se> To: pluknet@gmail.com (pluknet) Date: Mon, 11 Aug 2008 18:32:02 +0200 (MEST) In-Reply-To: from "pluknet" at Aug 11, 2008 08:21:39 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Kernel compile R7.0 i386 GENERIC, fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2008 16:49:25 -0000 >> Extracted sources: sbase, srelease, ssys > >You also need scontrib (ACPI sources are there) component and maybe >some others for successful build. >btw, this is not a very usual (and a simple) way to make kernel. I added "device acpi" to the kernel configuration file. And it made the error go away. I'm downloading scontrib.* now. But now it complains on: ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ses.h opt_ses.h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h make: don't know how to make cam.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Exit 1 Exit 1 In previous releases. It was possible to make at leas the generic kernel compile out of the box.