Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919057 - sys-kernel/zen-sources-6.6.3 has no CONFIG_MICROCODE_AMD which genkernel-4.3.6 tries to add to .config
Summary: sys-kernel/zen-sources-6.6.3 has no CONFIG_MICROCODE_AMD which genkernel-4.3....
Status: RESOLVED DUPLICATE of bug 913659
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-02 18:39 UTC by Yanestra
Modified: 2023-12-02 18:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yanestra 2023-12-02 18:39:56 UTC
# genkernel --oldconfig all

[...]
* Determining 'BEST' compression method for initramfs using kernel config '/usr/src/linux/.config' ...
* Checking if we can use 'XZ' compression ...
* Will use 'XZ' compression -- all requirements are met!
*                  - Option 'CONFIG_RD_XZ=y' already set in '/usr/src/linux/.config'; Skipping ...
*         >> Ensure that CONFIG_LOCALVERSION is set ...
*                  - Option 'CONFIG_LOCALVERSION="-x86_64"' already set in '/usr/src/linux/.config'; Skipping ...
*         >> Ensure that required kernel options for early microcode loading support are set ...
*                  - Option 'CONFIG_MICROCODE=y' already set in '/usr/src/linux/.config'; Skipping ...
*                  - Adding option 'CONFIG_MICROCODE_AMD' with value 'y' to '/usr/src/linux/.config'...
*                  - Adding option 'CONFIG_MICROCODE_INTEL' with value 'y' to '/usr/src/linux/.config'...
*         >> Re-running 'make oldconfig' due to changed kernel options ...
COMMAND: nice -n10 make -j16 ARCH='x86' AS='x86_64-pc-linux-gnu-as' AR='x86_64-pc-linux-gnu-ar' CC='x86_64-pc-linux-gnu-gcc' LD='x86_64-pc-linux-gnu-ld' NM='x86_64-pc-linux-gnu-nm' OBJCOPY='x86_64-pc-linux-gnu-objcopy' OBJDUMP='x86_64-pc-linux-gnu-objdump' READELF='x86_64-pc-linux-gnu-readelf' STRIP='x86_64-pc-linux-gnu-strip' HOSTAR='x86_64-pc-linux-gnu-ar' HOSTCC='x86_64-pc-linux-gnu-gcc' HOSTCXX='x86_64-pc-linux-gnu-g++' HOSTLD='x86_64-pc-linux-gnu-ld' oldconfig
#
# configuration written to .config
#
*         >> Checking if required kernel options are still present ...
*                  - 'CONFIG_TMPFS' is set to 'y'
*                  - 'CONFIG_TTY' is set to 'y'
*                  - 'CONFIG_UNIX98_PTYS' is set to 'y'
*                  - 'CONFIG_MICROCODE' is set to 'y'

* ERROR: Something went wrong: Required kernel option 'CONFIG_MICROCODE_AMD' which genkernel tried to set is missing!
* Please consult '/var/log/genkernel.log' for more information and any
* errors that were reported above.
Comment 1 Alfred Wingate 2023-12-02 18:49:20 UTC

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