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

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

bug#40422: closed ([PATCH] gnu: kmod: Update to 27.)


From: GNU bug Tracking System
Subject: bug#40422: closed ([PATCH] gnu: kmod: Update to 27.)
Date: Sun, 10 May 2020 17:23:01 +0000

Your message dated Sun, 10 May 2020 17:22:49 +0000
with message-id <address@hidden>
and subject line Pushed [PATCH] gnu: kmod: Update to 27
has caused the debbugs.gnu.org bug report #40422,
regarding [PATCH] gnu: kmod: Update to 27.
to be marked as done.

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


-- 
40422: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40422
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: kmod: Update to 27. Date: Sat, 4 Apr 2020 09:15:34 +0200
* gnu/packages/linux.scm (kmod): Update to 27. Enable tests.
---

This patch need to be merge on core-updates because > 2200 packages will need
to be rebuilt.  Without this patch (in particular `--sysconfdir=/etc`) it's
not possible to pass module arguments to `kernel-module-loader` from
<https://issues.guix.info/issue/40274>.

 gnu/packages/linux.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 945c15d972..10783c0f5a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2020 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2020 Chris Marusich <address@hidden>
 ;;; Copyright © 2020 Vincent Legoll <address@hidden>
+;;; Copyright © 2020 Brice Waegeneire <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2731,7 +2732,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
 (define-public kmod
   (package
     (name "kmod")
-    (version "26")
+    (version "27")
     (source (origin
               (method url-fetch)
               (uri
@@ -2739,7 +2740,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
                               "kmod-" version ".tar.xz"))
               (sha256
                (base32
-                "17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp"))
+                "035wzfzjx4nwidk747p8n085mgkvy531ppn16krrajx2dkqzply1"))
               (patches (search-patches "kmod-module-directory.patch"))))
     (build-system gnu-build-system)
     (native-inputs
@@ -2748,8 +2749,8 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
      `(("xz" ,xz)
        ("zlib" ,zlib)))
     (arguments
-     `(#:tests? #f                      ; FIXME: Investigate test failures
-       #:configure-flags '("--with-xz" "--with-zlib")
+     `(#:configure-flags '("--with-xz" "--with-zlib" "--sysconfdir=/etc"
+                           "--disable-test-modules")
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'install-modprobe&co
-- 
2.26.0




--- End Message ---
--- Begin Message --- Subject: Pushed [PATCH] gnu: kmod: Update to 27 Date: Sun, 10 May 2020 17:22:49 +0000 User-agent: Roundcube Webmail/1.3.8
Pushed on staging as 8229ce3116c1f522c7157ab2dcd50dc2d765686a.


--- End Message ---

reply via email to

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