After `emerge --sync` I'm unable to build package sys-kernel/linux-firmware-20241017-r2. The build fails in the src_install phase. Reproducible: Always Steps to Reproduce: 1. emerge --sync 2. emerge --ask --verbose --deep --update --changed-use @world Actual Results: emerge output in build.log attachment Expected Results: Successfully compiling and installing sys-kernel/linux-firmware-20241017-r2
Created attachment 906662 [details] emerge build log
Created attachment 906663 [details] emerge --info
I see the issue. Will fix.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837fa7a07ddcc09c8eb097a86a0033a17bdb5d3b commit 837fa7a07ddcc09c8eb097a86a0033a17bdb5d3b Author: Mike Pagano <mpagano@gentoo.org> AuthorDate: 2024-10-25 16:40:57 +0000 Commit: Mike Pagano <mpagano@gentoo.org> CommitDate: 2024-10-25 16:40:57 +0000 sys-kernel/linux-firmware: Add files to whitelist Bug: https://bugs.gentoo.org/942118 Signed-off-by: Mike Pagano <mpagano@gentoo.org> .../linux-firmware-20241017-r3.ebuild | 407 +++++++++++++++++++++ 1 file changed, 407 insertions(+)
(In reply to whiteman808 from comment #2) > Created attachment 906663 [details] > emerge --info Please test linux-firmware-20241017-r3
Works, thank you
(In reply to whiteman808 from comment #6) > Works, thank you Thanks for testing.