From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 16:47:59 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 B4746106566C for ; Mon, 11 Aug 2008 16:47:59 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id 703618FC1A for ; Mon, 11 Aug 2008 16:47:59 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so797298wra.27 for ; Mon, 11 Aug 2008 09:47:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=OMV6hpdih+xiZDV408Aclejz26iZx86BOYWnjWoBxh8=; b=usHS699llNBM6Av8nPC8xS8FCxHP9ApU6S4j1de5ISmNIfKLMUHBfl8YJ6167yZV+j yktj56w2vFbjPXXBueju+kpTX60Jy7txfIKjbh8gL81ADEeRRwfPYA+JXe/++Vb8O+1M tS8tmSDB/L/jUDysRoNWnQPLS3yWHZCs2pyPU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=c8qgciloA22HtyvTpJ1ndv6XuTm8PJHXh6KO+XGnNo7rq8XyYEsA8iWAgbed+i4ous ER9kHp4kL3g2sdURxIba6YYpuNrpdApA5Ok6+VilGCAthYqrigP9tIxljtOy8J/jWRkU 1HGTPXy2ibSABrs4gR8dxnGyX18N0X4MkTDsM= Received: by 10.90.67.10 with SMTP id p10mr10839113aga.70.1218471699184; Mon, 11 Aug 2008 09:21:39 -0700 (PDT) Received: by 10.90.81.10 with HTTP; Mon, 11 Aug 2008 09:21:39 -0700 (PDT) Message-ID: Date: Mon, 11 Aug 2008 20:21:39 +0400 From: pluknet To: "Peter B" In-Reply-To: <200808111537.m7BFbHf1006054@brother.ludd.ltu.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200808111537.m7BFbHf1006054@brother.ludd.ltu.se> 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:47:59 -0000 [hackers@->questions@] 2008/8/11 Peter B : > > I'm trying to compile the generic FreeBSD kernel 7.0-RELEASE i386. But it > fails. Any tip on how to fix it? > > 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. > > toor@m /usr/src #make buildkernel KERNCONF=GENERIC > . > . > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/obj/usr/src/sys/GENERIC /usr/src/sys/modules/accf_http/../../netinet/accf_http.c > ===> acpi (depend) > ===> acpi/acpi (depend) > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > make: don't know how to make dsfield.c. Stop > *** Error code 2 > > Stop in /usr/src/sys/modules/acpi. > *** Error code 1 > > 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 wbr, pluknet