GNU bug report logs - #75271
[PATCH] gnu: Fix RISC-V kernel config.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Wed, 1 Jan 2025 23:22:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Subject: bug#75271: closed (Re: [PATCH] gnu: Fix RISC-V kernel config.)
Date: Fri, 03 Jan 2025 19:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75271: [PATCH] gnu: Fix RISC-V kernel config.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75271 <at> debbugs.gnu.org.

-- 
75271: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75271
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: 75271-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Fix RISC-V kernel config.
Date: Fri, 3 Jan 2025 14:17:20 -0500
Pushed as f1669d5cd8a52a1e034e46451787db396aa530ec with some related
fixes

[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Fix RISC-V kernel config.
Date: Wed,  1 Jan 2025 18:20:54 -0500
* gnu/packages/aux-files/linux-libre/6.11-riscv.conf: Use a Guix-y path to find
`modprobe`.

Change-Id: I76ceb878d00c2fdd04081143b1eec7e4485adfb1
---
 gnu/packages/aux-files/linux-libre/6.11-riscv.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/aux-files/linux-libre/6.11-riscv.conf b/gnu/packages/aux-files/linux-libre/6.11-riscv.conf
index a365ff6e31..fad0e5ba7e 100644
--- a/gnu/packages/aux-files/linux-libre/6.11-riscv.conf
+++ b/gnu/packages/aux-files/linux-libre/6.11-riscv.conf
@@ -666,7 +666,7 @@ CONFIG_MODULE_COMPRESS_NONE=y
 # CONFIG_MODULE_COMPRESS_XZ is not set
 # CONFIG_MODULE_COMPRESS_ZSTD is not set
 # CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
-CONFIG_MODPROBE_PATH="/sbin/modprobe"
+CONFIG_MODPROBE_PATH="/run/current-system/profile/bin/modprobe"
 # CONFIG_TRIM_UNUSED_KSYMS is not set
 CONFIG_MODULES_TREE_LOOKUP=y
 CONFIG_BLOCK=y

base-commit: ce44a0922979d2ade902638afb9b0d28b160def0
-- 
2.46.0




This bug report was last modified 190 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.