emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#18068: closed (LINUX_MODULE_DIRECTORY needs traili


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18068: closed (LINUX_MODULE_DIRECTORY needs trailing slash)
Date: Wed, 23 Jul 2014 17:11:01 +0000

Your message dated Wed, 23 Jul 2014 19:10:24 +0200
with message-id <address@hidden>
and subject line Re: bug#18068: LINUX_MODULE_DIRECTORY needs trailing slash
has caused the debbugs.gnu.org bug report #18068,
regarding LINUX_MODULE_DIRECTORY needs trailing slash
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18068: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18068
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: LINUX_MODULE_DIRECTORY needs trailing slash Date: Mon, 21 Jul 2014 00:37:06 -0400
'module-init-tools' (with our patch) assumes that LINUX_MODULE_DIRECTORY
ends with a trailing slash.  However, 'udev-service' sets
LINUX_MODULE_DIRECTORY to "/run/booted-system/kernel/lib/modules".

One option would be to add a trailing slash:

--8<---------------cut here---------------start------------->8---
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -488,7 +488,7 @@ passed to @command{guix-daemon}."
 
                         ;; Allow udev to find the modules.
                         (setenv "LINUX_MODULE_DIRECTORY"
-                                "/run/booted-system/kernel/lib/modules")
+                                "/run/booted-system/kernel/lib/modules/")
 
                         (let ((pid (primitive-fork)))
                           (case pid
--8<---------------cut here---------------end--------------->8---

Another option would be to change module-init-tools-moduledir.patch to
cope with the lack of a trailing slash.

Thoughts?

    Thanks,
      Mark



--- End Message ---
--- Begin Message --- Subject: Re: bug#18068: LINUX_MODULE_DIRECTORY needs trailing slash Date: Wed, 23 Jul 2014 19:10:24 +0200 User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)
Commits 906f704 and 4a8b4c2 address both issues.  Thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]