Summary: | sys-kernel/gentoo-sources: install fails with FIRMWARE_IN_KERNEL = y | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Aljosha Papsch <papsch.al> |
Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
Aljosha Papsch
2011-11-07 00:17:47 UTC
(In reply to comment #0) > emerge --info: http://codepad.org/V4miMz3T Please attach that or paste it in a comment. Created attachment 291975 [details]
emerge --info
This bug pertains to a genkernel config default. Reassigning to proper team. i experimented this issue in every first installation of the kernel (when i install my system from scratch). To easy solve this issue just do: # mkdir /lib/firmware from root, because that dir seems to be not present by default PS This bug is not related to genkernel, because i don't use it at all Ugh, seems an exception when there is no firmware built that he directory isn't made; we've got two option here: 1. File it upstream that the build system creates the directory. 2. keepdir /lib/firmware/ We might be able to temporarily do (2) while waiting for upstream to resolve (1). mpagano: What do you think about this? I ran make firmware_install on a chroot without the /lib/firmware directory and it was created. How can I reproduce this? |