Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 607314

Summary: sys-kernel/gentoo-sources-4.4.44 installs a 4.4.43 kernel
Product: Gentoo Linux Reporter: Lori <lori>
Component: Current packagesAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bkohler
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Lori 2017-01-26 15:40:18 UTC
When running 'make menuconfig' in the kernel tree installed by the gentoo-sources-4.4.44 ebuild, it shows ".config - Linux/x86 4.4.43-gentoo Kernel Configuration". Also, when installing the kernel with 'make install', it installs vmlinuz-4.4.43-gentoo. I'm not sure if the kernel installed is actually 4.4.44, and it is just the version string that's wrong, or the contents are from 4.4.43.

There is a difference between the ebuilds for the two versions, 4.4.43 has genpatches 47 and 4.4.44 has genpatches 48.
Comment 1 Ben Kohler gentoo-dev 2017-01-26 15:44:41 UTC
Are you working in /usr/src/linux-4.4.44-gentoo or just /usr/src/linux? if it's /usr/src/linux, make sure you have used "eselect kernel" to point the symlink to the proper version
Comment 2 Lori 2017-01-26 15:47:58 UTC
Yes, I'm working in /usr/src/linux-4.4.44-gentoo, the only kernel version installed is 4.4.44, and eselect shows:

> eselect kernel list
Available kernel symlink targets:
  [1]   linux-4.4.44-gentoo *
Comment 3 Ben Kohler gentoo-dev 2017-01-26 15:51:16 UTC
Can you post the output of:

head -n4 /usr/src/linux-4.4.44-gentoo/Makefile
Comment 4 Brian Evans (RETIRED) gentoo-dev 2017-01-26 15:51:37 UTC

*** This bug has been marked as a duplicate of bug 606878 ***