GNU bug report logs - #66837
Some kernels cannot be built

Previous Next

Package: guix;

Reported by: X <volf.tomas <at> gmail.com>

Date: Mon, 30 Oct 2023 16:36:05 UTC

Severity: normal

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 66837 in the body.
You can then email your comments to 66837 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 bug-guix <at> gnu.org:
bug#66837; Package guix. (Mon, 30 Oct 2023 16:36:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to X <volf.tomas <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 30 Oct 2023 16:36:05 GMT) Full text and rfc822 format available.

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

From: X <volf.tomas <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: Some kernels cannot be built
Date: Mon, 30 Oct 2023 13:42:55 +0000
Hello,

there is an error when trying to reconfigure using latest guix when
building linux-libre-lts:

\sha256 hash mismatch for
/gnu/store/dfv5mppsr8z76pj37km0p11aqw721qia-linux-libre-deblob-check-6.1.60-gnu:
  expected hash: 1c73516nbhnz0cxjz38b5794dxygb8sznv9idiibw7ablmjbhd11
  actual hash:   1hdibv43xbn1lv83i6qjgfmf1bvqxvq17fryfsq4r4sjgs9212js
hash mismatch for store item
'/gnu/store/dfv5mppsr8z76pj37km0p11aqw721qia-linux-libre-deblob-check-6.1.60-gnu'


I believe the commit
https://git.savannah.gnu.org/cgit/guix.git/commit/?h=kernel-updates&id=d75760a3fc281a27c6d3ec02e9bac1275c1d6c25
failed to update the deblob checksums.

From CI it seems to affect multiple versions.

Cheers,
T.

-- 
Tomas P4l4cl][n Volf
-- "There are only 10 types of people in the world: Those who
understand binary, and those who don't."




Information forwarded to bug-guix <at> gnu.org:
bug#66837; Package guix. (Mon, 30 Oct 2023 22:29:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66837 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 3/4] gnu: deblob-scripts 5.15: Update hash.
Date: Mon, 30 Oct 2023 23:26:54 +0100
* gnu/packages/linux.scm (deblob-scripts 5.15): Update hash.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 34ca8f412a..a0b1fe9327 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -533,7 +533,7 @@ (define deblob-scripts-5.15
    linux-libre-5.15-version
    linux-libre-5.15-gnu-revision
    (base32 "18ac30kxg2mf2f6gk3p935hzhz2qs110jy4xwk21kblnnkskbxj8")
-   (base32 "1c3lm0j401lv2lk39dmr4mlf5ic173snm7cc0cckl6czyvxr5ysy")))
+   (base32 "1idjrn2w8jrixj8ifkk1awxyyq5042nc4p2mld4rda96azlnp948")))
 (define-public linux-libre-5.15-pristine-source
   (let ((version linux-libre-5.15-version)
         (hash (base32 "1xxjbxldrhmnh2q6rykpxyfbj8xqgl82q30n8sfavrzr14bb4jcp")))
-- 
2.41.0





Information forwarded to bug-guix <at> gnu.org:
bug#66837; Package guix. (Mon, 30 Oct 2023 22:29:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66837 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 2/4] gnu: deblob-scripts 6.1: Update hash.
Date: Mon, 30 Oct 2023 23:26:53 +0100
* gnu/packages/linux.scm (deblob-scripts 6.1): Update hash.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ff5b59a653..34ca8f412a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -518,7 +518,7 @@ (define deblob-scripts-6.1
    linux-libre-6.1-version
    linux-libre-6.1-gnu-revision
    (base32 "1sf80f2i4vf888xjcn84ymn4w5ynn30ib9033zwmv7f09yvfhapy")
-   (base32 "1c73516nbhnz0cxjz38b5794dxygb8sznv9idiibw7ablmjbhd11")))
+   (base32 "1hdibv43xbn1lv83i6qjgfmf1bvqxvq17fryfsq4r4sjgs9212js")))
 (define-public linux-libre-6.1-pristine-source
   (let ((version linux-libre-6.1-version)
         (hash (base32 "02pvymr1dgd36mp7yikxqqv0sfrpwi1grnvxvx6jbbx6wmx0wljq")))
-- 
2.41.0





Information forwarded to bug-guix <at> gnu.org:
bug#66837; Package guix. (Mon, 30 Oct 2023 22:29:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66837 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 4/4] gnu: deblob-scripts 5.10: Update hash.
Date: Mon, 30 Oct 2023 23:26:55 +0100
* gnu/packages/linux.scm (deblob-scripts 5.10): Update hash.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a0b1fe9327..4c10cb60d1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -548,7 +548,7 @@ (define deblob-scripts-5.10
    linux-libre-5.10-version
    linux-libre-5.10-gnu-revision
    (base32 "1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch")
-   (base32 "0nnp46mn32yk436swd2qh34igmzinfgkwvbzp3lqyy45f06hbc2j")))
+   (base32 "0xrrnmb5kcc5r21bdm24aq0fnkk1imn367c1cxlj78b6l6gigx4b")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
         (hash (base32 "1h944syk7n6c4j1djlx19n77alzwbxcdza77c9ykicgfynhpgsm0")))
-- 
2.41.0





Information forwarded to bug-guix <at> gnu.org:
bug#66837; Package guix. (Mon, 30 Oct 2023 22:29:03 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66837 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 1/4] gnu: deblob-scripts 6.5: Update hash.
Date: Mon, 30 Oct 2023 23:26:52 +0100
* gnu/packages/linux.scm (deblob-scripts 6.5): Update hash.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 96e724844c..ff5b59a653 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -500,7 +500,7 @@ (define deblob-scripts-6.5
    linux-libre-6.5-version
    linux-libre-6.5-gnu-revision
    (base32 "01mm6v67bcrhgm97axsw46x0iix9im7hmlb765f3bkjhwklpxdy7")
-   (base32 "132ps1jprxw6kqyscsar38fn7s12kg416mfhz7w702f4ajgq1ndi")))
+   (base32 "066z5lw5vrfayhv23hpfcm6fh6b7zmn2v13kfv1g3z3jl1wblhfh")))
 (define-public linux-libre-6.5-pristine-source
   (let ((version linux-libre-6.5-version)
         (hash (base32 "1mcg0lpxr832mwyqlbn0s5gssvsk2nn2xhq9w0qbymizf5j2yrn6")))
-- 
2.41.0





Information forwarded to bug-guix <at> gnu.org:
bug#66837; Package guix. (Mon, 30 Oct 2023 22:29:04 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66837 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH 0/4] Some kernels cannot be built
Date: Mon, 30 Oct 2023 23:26:51 +0100
Hi Tomas,

thanks for noticing! I attached a patch series that fixes the hashes for
the deblob-scripts (for those that were updated as well, 4.x are
unchanged afaik) accordingly.

Wilko Meyer (4):
  gnu: deblob-scripts 6.5: Update hash.
  gnu: deblob-scripts 6.1: Update hash.
  gnu: deblob-scripts 5.15: Update hash.
  gnu: deblob-scripts 5.10: Update hash.

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

-- 
2.41.0





bug closed, send any further explanations to 66837 <at> debbugs.gnu.org and X <volf.tomas <at> gmail.com> Request was from Tomas Volf <wolf <at> wolfsden.cz> to control <at> debbugs.gnu.org. (Tue, 31 Oct 2023 22:27:01 GMT) Full text and rfc822 format available.

Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 31 Oct 2023 22:30:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#66837; Package guix. (Fri, 03 Nov 2023 23:56:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 66837 <at> debbugs.gnu.org
Subject: Re: [PATCH 0/4] Some kernels cannot be built
Date: Fri, 3 Nov 2023 19:54:33 -0400
On Mon, Oct 30, 2023 at 11:26:51PM +0100, Wilko Meyer wrote:
> Wilko Meyer (4):
>   gnu: deblob-scripts 6.5: Update hash.
>   gnu: deblob-scripts 6.1: Update hash.
>   gnu: deblob-scripts 5.15: Update hash.
>   gnu: deblob-scripts 5.10: Update hash.

Thanks! I pushed patches 2 through 4 to 'kernel-updates'.

Patch 1 was obviated by commit 72d9a5d7dd8dc5a1ba03ff19e9c354ebc6644ffe,
which fixed the issue for the 6.5 kernel series.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sat, 04 Nov 2023 18:49:02 GMT) Full text and rfc822 format available.

Notification sent to X <volf.tomas <at> gmail.com>:
bug acknowledged by developer. (Sat, 04 Nov 2023 18:49:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 66837-done <at> debbugs.gnu.org
Subject: Re: [PATCH 4/4] gnu: deblob-scripts 5.10: Update hash.
Date: Sat, 4 Nov 2023 14:47:51 -0400
On Mon, Oct 30, 2023 at 11:26:55PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (deblob-scripts 5.10): Update hash.

Pushed as e3f318f0489322c4c9b5964f03a8b063a7bfbebd, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 03 Dec 2023 12:24:09 GMT) Full text and rfc822 format available.

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

Previous Next


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