I tried using the steps in the gentoo manual. That didn't work so I tried this guide:
Code: Select all
https://blog.paranoidpenguin.net/2016/11/gentoo-kernel-upgrade-checklist/Code: Select all
make olddefconfigCode: Select all
gentoo /usr/src/linux # make olddefconfig
Makefile:2084: !!!! WARNING !!!!
Makefile:2085: This kernel was configured and installed by the package manager.
Makefile:2086: "make" should not be run manually here.
Makefile:2087: See also: https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
Makefile:2088: See also: https://wiki.gentoo.org/wiki/Kernel/Configuration
Makefile:2089: !!!! WARNING !!!!
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2084: !!!! WARNING !!!!
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2085: This kernel was configured and installed by the package manager.
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2086: "make" should not be run manually here.
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2087: See also: https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2088: See also: https://wiki.gentoo.org/wiki/Kernel/Configuration
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2089: !!!! WARNING !!!!
WARNING: unmet direct dependencies detected for UNIX
Depends on [n]: NET [=n]
Selected by [y]:
- GENTOO_LINUX_UDEV [=y] && GENTOO_LINUX [=y]
WARNING: unmet direct dependencies detected for NET_NS
Depends on [n]: NAMESPACES [=y] && NET [=n]
Selected by [y]:
- GENTOO_LINUX_PORTAGE [=y] && GENTOO_LINUX [=y]
WARNING: unmet direct dependencies detected for NET_NS
Depends on [n]: NAMESPACES [=y] && NET [=n]
Selected by [y]:
- GENTOO_LINUX_PORTAGE [=y] && GENTOO_LINUX [=y]
WARNING: unmet direct dependencies detected for UNIX
Depends on [n]: NET [=n]
Selected by [y]:
- GENTOO_LINUX_UDEV [=y] && GENTOO_LINUX [=y]
#
# No change to .config
#
Code: Select all
make && make modules_install
gentoo /usr/src/linux # make && make modules_install
Makefile:2084: !!!! WARNING !!!!
Makefile:2085: This kernel was configured and installed by the package manager.
Makefile:2086: "make" should not be run manually here.
Makefile:2087: See also: https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
Makefile:2088: See also: https://wiki.gentoo.org/wiki/Kernel/Configuration
Makefile:2089: !!!! WARNING !!!!
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2084: !!!! WARNING !!!!
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2085: This kernel was configured and installed by the package manager.
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2086: "make" should not be run manually here.
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2087: See also: https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2088: See also: https://wiki.gentoo.org/wiki/Kernel/Configuration
/usr/src/linux-6.11.6-gentoo-dist/Makefile:2089: !!!! WARNING !!!!
make[2]: *** No rule to make target 'arch/x86/entry/syscalls/syscall_32.tbl', needed by 'arch/x86/include/generated/uapi/asm/unistd_32.h'. Stop.
make[1]: *** [arch/x86/Makefile:267: archheaders] Error 2
make: *** [Makefile:224: __sub-make] Error 2
gentoo /usr/src/linux #
How do I get this corrected and get the kernel updated?
Current kernel:
Code: Select all
gentoo /usr/src/linux # uname -r
6.6.41-gentoo-dist



