GNU bug report logs -
#78281
[PATCH] gnu: ddcci-driver-linux: Fix build.
Previous Next
To reply to this bug, email your comments to 78281 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#78281
; Package
guix-patches
.
(Tue, 06 May 2025 16:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
.
(Tue, 06 May 2025 16:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (ddcci-driver-linux): Version 0.4.5 is incompatible
with linux-libre <at> 6.14.4.
Change-Id: I8a6bed599c5730334ab672172d03d7a7c9cc757b
---
gnu/packages/linux.scm | 74 ++++++++++++++++++++++--------------------
1 file changed, 38 insertions(+), 36 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5903d4e7c1..2cafbd4af1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2269,47 +2269,49 @@ (define-public bin-graph
(license license:gpl3))))
(define-public ddcci-driver-linux
- (package
- (name "ddcci-driver-linux")
- (version "0.4.5")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux.git")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0j2bgzadrbcyf3k4zplv7p5yqb9pw2ca6wzkqjhhidaah2722vlf"))))
- (build-system linux-module-build-system)
- (arguments
- (list #:tests? #f ; no tests
- #:phases
- #~(modify-phases %standard-phases
- (replace 'build
- (lambda args
- (for-each
- (lambda (module)
- (with-directory-excursion module
- (apply (assoc-ref %standard-phases 'build) args)))
- '("ddcci" "ddcci-backlight"))))
- (replace 'install
- (lambda args
- (for-each
- (lambda (module)
- (with-directory-excursion module
- (apply (assoc-ref %standard-phases 'install) args)))
- '("ddcci" "ddcci-backlight")))))))
- (home-page "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux")
- (synopsis "Pair of Linux kernel drivers for DDC/CI monitors")
- (description "This package provides two Linux kernel drivers, ddcci and
+ (let ((revision "0")
+ (commit "7f8f8e6c221a286d57a643c2909109a54e084eed"))
+ (package
+ (name "ddcci-driver-linux")
+ (version (git-version "0.4.5" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0sgldghd8n4qjm5nv9dgxjibj1hg4kkk1811wndf3vx3dacsmkl9"))))
+ (build-system linux-module-build-system)
+ (arguments
+ (list #:tests? #f ; no tests
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'build
+ (lambda args
+ (for-each
+ (lambda (module)
+ (with-directory-excursion module
+ (apply (assoc-ref %standard-phases 'build) args)))
+ '("ddcci" "ddcci-backlight"))))
+ (replace 'install
+ (lambda args
+ (for-each
+ (lambda (module)
+ (with-directory-excursion module
+ (apply (assoc-ref %standard-phases 'install) args)))
+ '("ddcci" "ddcci-backlight")))))))
+ (home-page "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux")
+ (synopsis "Pair of Linux kernel drivers for DDC/CI monitors")
+ (description "This package provides two Linux kernel drivers, ddcci and
ddcci-backlight, that allows the control of DDC/CI monitors through the sysfs
interface. The ddcci module creates a character device for each DDC/CI
monitors in @file{/dev/bus/ddcci/[I²C busnumber]}. While the ddcci-backlight
module allows the control of the backlight level or luminance property when
supported under @file{/sys/class/backlight/}.")
- (license license:gpl2+)))
+ (license license:gpl2+))))
(define-public v4l2loopback-linux-module
(package
base-commit: 9f7f05e11f3319e91b21f0633532f153386996ff
--
2.49.0
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Fri, 09 May 2025 01:16:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 09 May 2025 01:16:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 78281-done <at> debbugs.gnu.org (full text, mbox):
On Tue, May 06, 2025 at 06:10:29PM +0200, Sergio Pastor Pérez wrote:
> * gnu/packages/linux.scm (ddcci-driver-linux): Version 0.4.5 is incompatible
> with linux-libre <at> 6.14.4.
>
> Change-Id: I8a6bed599c5730334ab672172d03d7a7c9cc757b
Thanks! I tweaked the commit message and pushed as
6d2e1b1edd0e08864379e6dbd6f46712404833c8
This bug report was last modified 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.