From owner-freebsd-questions@FreeBSD.ORG Sat Dec 17 18:31:45 2011 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 7D562106566C for ; Sat, 17 Dec 2011 18:31:45 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 4398C8FC13 for ; Sat, 17 Dec 2011 18:31:44 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id pBHIXjpr048816; Sat, 17 Dec 2011 12:33:45 -0600 (CST) Date: Sat, 17 Dec 2011 12:33:45 -0600 (CST) From: Robert Bonomi Message-Id: <201112171833.pBHIXjpr048816@mail.r-bonomi.com> To: freebsd-questions@freebsd.org, skat@aport.ru In-Reply-To: Cc: Subject: Re: some troble with compilation of newkernel 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: Sat, 17 Dec 2011 18:31:45 -0000 > From owner-freebsd-questions@freebsd.org Sat Dec 17 10:38:44 2011 > From: "Oleg simonoff" > To: freebsd-questions@freebsd.org > Date: Sat, 17 Dec 2011 19:35:24 +0300 > Cc: > Subject: some troble with compilation of newkernel > > Hi users! > > I`ve got freeBSD8.2 system. Before the assemblage of a kernel the file > has been checked up by config. The syntax of a file was correct. > But the compilation was not completed > About the error see the log lile, and the remaining information about > the hardware and the kernel file You are missing one or more 'options' or 'device' specifications from the configuration file. The "dependencies" involving configuration options are not well documented, And there are a few options that are -not- really 'optional', despite their name. You should start with the 'GENERIC' kernel config, and make 'small' changes, *testing* with a compile attempt after each such change, until you get to the kernel configuration you need. >From the error messages, it appears you are missing 'options LIBALIAS', a keyboard-related device, and something to do with the clock.