Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 918857 - sys-kernel/linux-firmware-99999999: patch -p1 failed with /var/tmp/portage/sys-kernel/linux-firmware-99999999/files/linux-firmware-remove-rdfind-dep-and-use.patch
Summary: sys-kernel/linux-firmware-99999999: patch -p1 failed with /var/tmp/portage/s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-29 17:25 UTC by Craig Andrews
Modified: 2023-11-29 17:28 UTC (History)
4 users (show)

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


Attachments
build.log (sys-kernel:linux-firmware-99999999:20231128-150328.log,1.78 KB, text/x-log)
2023-11-29 17:26 UTC, Craig Andrews
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Andrews gentoo-dev 2023-11-29 17:25:34 UTC
ERROR: prepare
ERROR: sys-kernel/linux-firmware-99999999::gentoo failed (prepare phase):
  patch -p1  failed with /var/tmp/portage/sys-kernel/linux-firmware-99999999/files/linux-firmware-remove-rdfind-dep-and-use.patch

Call stack:
              ebuild.sh, line  136:  Called src_prepare
            environment, line 2710:  Called default
     phase-functions.sh, line  871:  Called default_src_prepare
     phase-functions.sh, line  947:  Called __eapi8_src_prepare
            environment, line  337:  Called eapply '--' '/var/tmp/portage/sys-kernel/linux-firmware-99999999/files/linux-firmware-remove-rdfind-dep-and-use.patch'
            environment, line  934:  Called _eapply_patch '/var/tmp/portage/sys-kernel/linux-firmware-99999999/files/linux-firmware-remove-rdfind-dep-and-use.patch'
            environment, line  872:  Called __helpers_die 'patch -p1  failed with /var/tmp/portage/sys-kernel/linux-firmware-99999999/files/linux-firmware-remove-rdfind-dep-and-use.patch'
  isolated-functions.sh, line  112:  Called die
The specific snippet of code:
  		die "$@"

If you need support, post the output of `emerge --info '=sys-kernel/linux-firmware-99999999::gentoo'`,
the complete build log and the output of `emerge -pqv '=sys-kernel/linux-firmware-99999999::gentoo'`.
The complete build log is located at '/var/log/portage/sys-kernel:linux-firmware-99999999:20231128-150324.log'.
For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-kernel/linux-firmware-99999999/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/sys-kernel/linux-firmware-99999999/temp/environment'.
Working directory: '/var/tmp/portage/sys-kernel/linux-firmware-99999999/work/linux-firmware-99999999'
S: '/var/tmp/portage/sys-kernel/linux-firmware-99999999/work/linux-firmware-99999999'


Reproducible: Always
Comment 1 Craig Andrews gentoo-dev 2023-11-29 17:26:01 UTC
Created attachment 875922 [details]
build.log
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-11-29 17:28:03 UTC
This was fixed already by:

commit 9b9521345f302df2a469d138bd041d87cf9b6a80
Author: Eli Schwartz <eschwartz93@gmail.com>
Date:   Tue Nov 28 20:52:10 2023 -0500

    sys-kernel/linux-firmware: update live to work after upstream changes

    The USE=deduplicate patch is already invalidated by upstream commits.
    The good news is those upstream commits implement the same feature but
    without needing a patch.

    Start using the official upstream option instead.

    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>