Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 916351 Details for
Bug 947920
sys-kernel/linux-firmware-20250109-r1: "./copy-firmware.sh: line 136: : No such file or directory" in src_install
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sys-kernel/linux-firmware: Work around error in copy-firmware.sh
0001-sys-kernel-linux-firmware-Work-around-error-in-copy-.patch (text/plain), 1.56 KB, created by
Ulrich Müller
on 2025-01-11 19:55:23 UTC
(
hide
)
Description:
sys-kernel/linux-firmware: Work around error in copy-firmware.sh
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2025-01-11 19:55:23 UTC
Size:
1.56 KB
patch
obsolete
>From a295d0b3ec2eb5ed6d6bae0fa0d0aca6d99292c3 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org> >Date: Sat, 11 Jan 2025 20:50:22 +0100 >Subject: [PATCH] sys-kernel/linux-firmware: Work around error in > copy-firmware.sh >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Closes: https://bugs.gentoo.org/947920 >Signed-off-by: Ulrich Müller <ulm@gentoo.org> >--- > sys-kernel/linux-firmware/linux-firmware-20250109-r1.ebuild | 2 +- > sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/sys-kernel/linux-firmware/linux-firmware-20250109-r1.ebuild b/sys-kernel/linux-firmware/linux-firmware-20250109-r1.ebuild >index e014cbac6dfb..814b93f23383 100644 >--- a/sys-kernel/linux-firmware/linux-firmware-20250109-r1.ebuild >+++ b/sys-kernel/linux-firmware/linux-firmware-20250109-r1.ebuild >@@ -285,7 +285,7 @@ src_prepare() { > > src_install() { > >- local FW_OPTIONS=( "-v" ) >+ local FW_OPTIONS=( "-v" "-j1" ) > local files_to_keep= > > if use savedconfig; then >diff --git a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild >index 2931f5f88e0d..f8cc35b65f94 100644 >--- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild >+++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild >@@ -232,7 +232,7 @@ src_prepare() { > > src_install() { > >- local FW_OPTIONS=( "-v" ) >+ local FW_OPTIONS=( "-v" "-j1" ) > git config --global --add safe.directory "${S}" || die > local files_to_keep= > >-- >2.48.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 947920
:
916341
| 916351