unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: 59191@debbugs.gnu.org
Subject: [bug#59191] [PATCH] gnu: bbswitch-module: Update to 20211129.
Date: Fri, 11 Nov 2022 10:26:59 +0100	[thread overview]
Message-ID: <87iljlx2n0.fsf@ambrevar.xyz> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 105 bytes --]

This is a bit special as it seems to be the only module that does not
build on linux-libre-6.

Still OK?

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-bbswitch-module-Update-to-20211129.patch --]
[-- Type: text/x-patch, Size: 2080 bytes --]

From 352928bc8cfd409adbb630f0948c7cce319269ef Mon Sep 17 00:00:00 2001
From: Pierre Neidhardt <mail@ambrevar.xyz>
Date: Fri, 11 Nov 2022 10:20:26 +0100
Subject: [PATCH] gnu: bbswitch-module: Update to 20211129.

* gnu/packages/linux.scm (bbswitch-module): Update to 20211129.
[arguments]: Build using linux-5.15 as it fails to build with Linux >= 5.19.
---
 gnu/packages/linux.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2c06269504..1996495b1c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1442,10 +1442,10 @@ (define-public vhba-module
 (define-public bbswitch-module
   ;; Use "develop" branch since stable release does not build on Linux >= 5.6.
   ;; See https://github.com/Bumblebee-Project/bbswitch/issues/205.
-  (let ((commit "ddbd243638c7bc2baecf43a78aff46cdc12e9b2e"))
+  (let ((commit "23891174a80ea79c7720bcc7048a5c2bfcde5cd9"))
     (package
       (name "bbswitch-module")
-      (version (git-version "0.8" "1" commit))
+      (version (git-version "0.8" "2" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -1454,10 +1454,13 @@ (define-public bbswitch-module
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1pgldnza7mzd0flrxg4q69dwbq1fhl58m5c62ary5drb0xyf3lqb"))))
+                  "0da7arxarq8id5i8qychrliz3wkc05l2mknisn44drm62wkzajz7"))))
       (build-system linux-module-build-system)
       (arguments
-       (list #:tests? #f))              ; no test suite
+       (list
+        #:tests? #f                     ; no test suite
+        ;; Does not work on Linux >= 5.19.
+        #:linux linux-libre-5.15))
       (home-page "https://github.com/Bumblebee-Project/bbswitch")
       (synopsis "Kernel module that disables discrete Nvidia graphics cards")
       (description "The bbswitch module provides a way to toggle the Nvidia

base-commit: c37b6fba1af0d823bd18c753484459b40fc8c041
-- 
2.38.0


             reply	other threads:[~2022-11-11  9:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-11  9:26 Pierre Neidhardt [this message]
2022-11-12 15:01 ` [bug#59191] [PATCH] gnu: bbswitch-module: Update to 20211129 Dominic Martinez via Guix-patches via
2022-11-14 10:31   ` Pierre Neidhardt
2022-11-19 13:40     ` bug#59191: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iljlx2n0.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=59191@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).