On 2022-06-20, Grant Edwards <[email protected]> wrote:
> At the end of an update today, I got an error message from
>
> sys-apps/dbus-1.12.22-r2:
>
> * CONFIG_EPOLL: is not set when it should be.
> Please check to make sure these options are set correctly. Failure
> to do so may cause unexpected problems.
Opps. Apparently at some point I somehow overwrote the file at
/usr/src/linux/.config with something completely unrelated (looks like
the contents of /proc/cpuinfo).
The EPOLL option is set in the actual kernel:
$ zcat /proc/config.gz | grep EPOLL
CONFIG_EPOLL=y
and in all my prevous version .config files.
--
Grant