Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2011 12:33:45 -0600 (CST)
From:      Robert Bonomi <bonomi@mail.r-bonomi.com>
To:        freebsd-questions@freebsd.org, skat@aport.ru
Subject:   Re: some troble with compilation of newkernel
Message-ID:  <201112171833.pBHIXjpr048816@mail.r-bonomi.com>
In-Reply-To: <web-11325668@mail-be04.sovam.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> From owner-freebsd-questions@freebsd.org  Sat Dec 17 10:38:44 2011
> From: "Oleg simonoff" <skat@aport.ru>
> 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.  <wry grin>

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.







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112171833.pBHIXjpr048816>