Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942118 - failed to merge sys-kernel/linux-firmware-20241017-r2 after sync with latest portage git tree
Summary: failed to merge sys-kernel/linux-firmware-20241017-r2 after sync with latest ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-25 07:07 UTC by whiteman808
Modified: 2024-10-26 19:01 UTC (History)
3 users (show)

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


Attachments
emerge build log (build.log,136.68 KB, text/x-log)
2024-10-25 07:08 UTC, whiteman808
Details
emerge --info (emerge-info.txt,5.52 KB, text/plain)
2024-10-25 07:09 UTC, whiteman808
Details

Note You need to log in before you can comment on or make changes to this bug.
Description whiteman808 2024-10-25 07:07:54 UTC
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
Comment 1 whiteman808 2024-10-25 07:08:27 UTC
Created attachment 906662 [details]
emerge build log
Comment 2 whiteman808 2024-10-25 07:09:00 UTC
Created attachment 906663 [details]
emerge --info
Comment 3 Mike Pagano gentoo-dev 2024-10-25 15:11:36 UTC
I see the issue. Will fix.
Comment 4 Larry the Git Cow gentoo-dev 2024-10-25 16:41:46 UTC
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(+)
Comment 5 Mike Pagano gentoo-dev 2024-10-25 16:42:21 UTC
(In reply to whiteman808 from comment #2)
> Created attachment 906663 [details]
> emerge --info

Please test linux-firmware-20241017-r3
Comment 6 whiteman808 2024-10-25 17:48:34 UTC
Works, thank you
Comment 7 Mike Pagano gentoo-dev 2024-10-26 19:01:59 UTC
(In reply to whiteman808 from comment #6)
> Works, thank you

Thanks for testing.