GNU bug report logs - #68873
[PATCH 0/3] linux-libre kernel updates (2024-02-01)

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Thu, 1 Feb 2024 15:08:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68873 in the body.
You can then email your comments to 68873 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68873; Package guix-patches. (Thu, 01 Feb 2024 15:08:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wilko Meyer <w <at> wmeyer.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 01 Feb 2024 15:08:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 0/3] linux-libre kernel updates (2024-02-01)
Date: Thu,  1 Feb 2024 16:06:25 +0100
Hi Leo,

There has been a series of kernel updates again for 6.x kernels. I may
have to send a v2 as I ye thave to check the deblob scripts again as
soon as they're available (checked a few hours ago the last time).

Wilko Meyer (3):
  gnu: linux-libre 6.7: Update to 6.7.3.
  gnu: linux-libre 6.6: Update to 6.6.15.
  gnu: linux-libre 6.1: Update to 6.1.76.

 gnu/packages/linux.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68873; Package guix-patches. (Thu, 01 Feb 2024 15:10:02 GMT) Full text and rfc822 format available.

Message #8 received at 68873 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 68873 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.15.
Date: Thu,  1 Feb 2024 16:09:22 +0100
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.15.
(linux-libre-6.6-pristine-source): Update hash.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6ca3652664..10e51e9cde 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,7 @@ (define-public linux-libre-6.7-pristine-source
 ;; The current "stable" kernels. That is, the most recently released major
 ;; versions that are still supported upstream.
 
-(define-public linux-libre-6.6-version "6.6.14")
+(define-public linux-libre-6.6-version "6.6.15")
 (define-public linux-libre-6.6-gnu-revision "gnu")
 (define deblob-scripts-6.6
   (linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ (define deblob-scripts-6.6
    (base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
 (define-public linux-libre-6.6-pristine-source
   (let ((version linux-libre-6.6-version)
-        (hash (base32 "110mz8fjlg1j9wnhhq2ik5alayhf61adajd8jqmcsqprncnnpsgv")))
+        (hash (base32 "1ajzby6isqji1xlp660m4qj2i2xs003vsjp1jspziwl7hrzhqadb")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.6)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68873; Package guix-patches. (Thu, 01 Feb 2024 15:10:02 GMT) Full text and rfc822 format available.

Message #11 received at 68873 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 68873 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.76.
Date: Thu,  1 Feb 2024 16:09:23 +0100
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.76.
(linux-libre-6.1-pristine-source): Update hash.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 10e51e9cde..fe50ddd893 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,7 @@ (define-public linux-libre-6.6-pristine-source
 ;; The "longterm" kernels — the older releases with long-term upstream support.
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.1-version "6.1.75")
+(define-public linux-libre-6.1-version "6.1.76")
 (define-public linux-libre-6.1-gnu-revision "gnu")
 (define deblob-scripts-6.1
   (linux-libre-deblob-scripts
@@ -541,7 +541,7 @@ (define deblob-scripts-6.1
    (base32 "1jg2v1nxd6i5x536vmd1l14xhpzrcimpmjfipb1zkrwil102y25f")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
-        (hash (base32 "0mis14ll6xmhw71vfpw1aahi5z207qysha7x316fq4qc6c899lbc")))
+        (hash (base32 "1zdi4xbk7zyiab7x8z12xqg72zaw3j61slvrbwjfx6pzh47cr005")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.1)))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68873; Package guix-patches. (Thu, 01 Feb 2024 15:10:03 GMT) Full text and rfc822 format available.

Message #14 received at 68873 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 68873 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3.
Date: Thu,  1 Feb 2024 16:09:21 +0100
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.3.
(linux-libre-6.7-pristine-source): Update hash.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e748b2cb8e..6ca3652664 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -495,7 +495,7 @@ (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.7-version "6.7.2")
+(define-public linux-libre-6.7-version "6.7.3")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
@@ -505,7 +505,7 @@ (define deblob-scripts-6.7
    (base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "0wd6pxh7wy9bzjzwd0rdsdnghpr53qbs722fhg07bi19m8dy8kf3")))
+        (hash (base32 "0i1bfkawyp917d9v3qa5nqzspzr3ixx7scbfl8x4lms74xjqrw5p")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))
-- 
2.41.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 06 Feb 2024 02:09:01 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Tue, 06 Feb 2024 02:09:02 GMT) Full text and rfc822 format available.

Message #19 received at 68873-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 68873-done <at> debbugs.gnu.org
Subject: Re: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3.
Date: Mon, 5 Feb 2024 21:07:48 -0500
On Thu, Feb 01, 2024 at 04:09:21PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.3.
> (linux-libre-6.7-pristine-source): Update hash.

Thanks! Pushed as a4464bd0975c811f18af98f69032b29bddda5b81

I noticed that the documentation package for 6.6.15 failed to build with
some Sphinx error:

https://ci.guix.gnu.org/build/3393605/details

------
starting phase `build'
  PARSE   include/uapi/linux/dvb/ca.h
  PARSE   include/uapi/linux/dvb/dmx.h
  PARSE   include/uapi/linux/dvb/frontend.h
  PARSE   include/uapi/linux/dvb/net.h
  PARSE   include/uapi/linux/videodev2.h
  PARSE   include/uapi/linux/media.h
  PARSE   include/uapi/linux/cec.h
  PARSE   include/uapi/linux/lirc.h
Using alabaster theme

Sphinx parallel build error:
UnboundLocalError: local variable 'fname' referenced before assignment
make[2]: *** [Documentation/Makefile:113: texinfodocs] Error 2
make[1]: *** [/tmp/guix-build-linux-libre-documentation-6.6.15.drv-0/linux-6.6.15/Makefile:1697: infodocs] Error 2
make: *** [Makefile:234: __sub-make] Error 2
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("infodocs" "-j" "24") exit-status: 2 term-signal: #f stop-signal: #f> 
phase `build' failed after 2.3 seconds
command "make" "infodocs" "-j" "24" failed with status 2
builder for `/gnu/store/1zh0xlpwdi05hanh9jdkxiyla1073lah-linux-libre-documentation-6.6.15.drv' failed with exit code 1
@ build-failed /gnu/store/1zh0xlpwdi05hanh9jdkxiyla1073lah-linux-libre-documentation-6.6.15.drv - 1 builder for `/gnu/store/1zh0xlpwdi05hanh9jdkxiyla1073lah-linux-libre-documentation-6.6.15.drv' failed with exit code 1
------

Hopefully it goes away in the next release.




Information forwarded to guix-patches <at> gnu.org:
bug#68873; Package guix-patches. (Tue, 06 Feb 2024 10:21:02 GMT) Full text and rfc822 format available.

Message #22 received at 68873-done <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: Leo Famulari <leo <at> famulari.name>
Cc: Wilko Meyer <w <at> wmeyer.eu>, 68873-done <at> debbugs.gnu.org
Subject: Re: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3.
Date: Tue, 06 Feb 2024 11:11:45 +0100
Hi Leo,

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

> Thanks! Pushed as a4464bd0975c811f18af98f69032b29bddda5b81

Thanks for pushing/reviewing!

> I noticed that the documentation package for 6.6.15 failed to build with
>
> Hopefully it goes away in the next release.

We'll luckily be able to check this later on, there has been a new
series of 6.x updates yesterday (e.g. 6.6.16, 6.7.4 and 6.1.77) I'll
submit the patches within the next hours. If the docs error remains I'd
likely try to spend time in figuring out wether that's an upstream bug
and if it already has been reported.

-- 
Kind regards,

Wilko Meyer
w <at> wmeyer.eu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 05 Mar 2024 12:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 105 days ago.

Previous Next


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