all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68873] [PATCH 0/3] linux-libre kernel updates (2024-02-01)
@ 2024-02-01 15:06 Wilko Meyer
  2024-02-01 15:09 ` [bug#68873] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3 Wilko Meyer
  0 siblings, 1 reply; 6+ messages in thread
From: Wilko Meyer @ 2024-02-01 15:06 UTC (permalink / raw)
  To: 68873; +Cc: Wilko Meyer, leo

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#68873] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3.
  2024-02-01 15:06 [bug#68873] [PATCH 0/3] linux-libre kernel updates (2024-02-01) Wilko Meyer
@ 2024-02-01 15:09 ` Wilko Meyer
  2024-02-01 15:09   ` [bug#68873] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.15 Wilko Meyer
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-02-01 15:09 UTC (permalink / raw)
  To: 68873; +Cc: Wilko Meyer, leo

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#68873] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.15.
  2024-02-01 15:09 ` [bug#68873] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3 Wilko Meyer
@ 2024-02-01 15:09   ` Wilko Meyer
  2024-02-01 15:09   ` [bug#68873] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.76 Wilko Meyer
  2024-02-06  2:07   ` bug#68873: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3 Leo Famulari
  2 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-02-01 15:09 UTC (permalink / raw)
  To: 68873; +Cc: Wilko Meyer, leo

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#68873] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.76.
  2024-02-01 15:09 ` [bug#68873] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3 Wilko Meyer
  2024-02-01 15:09   ` [bug#68873] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.15 Wilko Meyer
@ 2024-02-01 15:09   ` Wilko Meyer
  2024-02-06  2:07   ` bug#68873: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3 Leo Famulari
  2 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-02-01 15:09 UTC (permalink / raw)
  To: 68873; +Cc: Wilko Meyer, leo

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* bug#68873: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3.
  2024-02-01 15:09 ` [bug#68873] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3 Wilko Meyer
  2024-02-01 15:09   ` [bug#68873] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.15 Wilko Meyer
  2024-02-01 15:09   ` [bug#68873] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.76 Wilko Meyer
@ 2024-02-06  2:07   ` Leo Famulari
  2024-02-06 10:11     ` [bug#68873] " Wilko Meyer
  2 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2024-02-06  2:07 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 68873-done

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.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#68873] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3.
  2024-02-06  2:07   ` bug#68873: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3 Leo Famulari
@ 2024-02-06 10:11     ` Wilko Meyer
  0 siblings, 0 replies; 6+ messages in thread
From: Wilko Meyer @ 2024-02-06 10:11 UTC (permalink / raw)
  To: Leo Famulari; +Cc: Wilko Meyer, 68873-done


Hi Leo,

Leo Famulari <leo@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@wmeyer.eu




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-02-06 10:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01 15:06 [bug#68873] [PATCH 0/3] linux-libre kernel updates (2024-02-01) Wilko Meyer
2024-02-01 15:09 ` [bug#68873] [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3 Wilko Meyer
2024-02-01 15:09   ` [bug#68873] [PATCH 2/3] gnu: linux-libre 6.6: Update to 6.6.15 Wilko Meyer
2024-02-01 15:09   ` [bug#68873] [PATCH 3/3] gnu: linux-libre 6.1: Update to 6.1.76 Wilko Meyer
2024-02-06  2:07   ` bug#68873: [PATCH 1/3] gnu: linux-libre 6.7: Update to 6.7.3 Leo Famulari
2024-02-06 10:11     ` [bug#68873] " Wilko Meyer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.