some troble with compilation of newkernel

Robert Bonomi bonomi at mail.r-bonomi.com
Sat Dec 17 18:31:45 UTC 2011


> From owner-freebsd-questions at freebsd.org  Sat Dec 17 10:38:44 2011
> From: "Oleg simonoff" <skat at aport.ru>
> To: freebsd-questions at 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.






More information about the freebsd-questions mailing list