unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26330: [PATCH] core-updates linux-libre-4.9
@ 2017-04-01 12:23 Catonano
  2017-04-01 17:34 ` Marius Bakke
  0 siblings, 1 reply; 4+ messages in thread
From: Catonano @ 2017-04-01 12:23 UTC (permalink / raw)
  To: 26330


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

Hello,

in this commit

http://git.savannah.gnu.org/cgit/guix.git/commit/?id=f62acf1eb7ae9f3a582e897abbbfb229f112b31e

linux-libre-4.9 was updated from 4.9.18 to 4.9.19

The downloaded tarball hashes to
1864sbq2r5y7fi26hla9k4avzs6sprkpgwpq8gi0sr39i58z6hnz

but the defined package has
19x6hasx7pvrjj08vy8mhylx1s63j3dwxzgqh4k18jwzjfkv3p3g

so if you try to build it, it will fail claiming that the hash is different

[-- Attachment #1.2: Type: text/html, Size: 657 bytes --]

[-- Attachment #2: series.patch --]
[-- Type: text/x-patch, Size: 902 bytes --]

From 386cc24652e2a09c4a74051226dcf7fefeb4dcb8 Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Sat, 1 Apr 2017 14:03:31 +0200
Subject: [PATCH] gnu: linux-libre@4.9 fix hash

* gnu/packages/linux.scm (linux-libre-4.9): fix 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 d2dbed424..06b04a0cf 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -363,7 +363,7 @@ It has been modified to remove all non-free binary blobs.")
 
 (define-public linux-libre-4.9
   (make-linux-libre "4.9.19"
-                    "19x6hasx7pvrjj08vy8mhylx1s63j3dwxzgqh4k18jwzjfkv3p3g"
+                    "1864sbq2r5y7fi26hla9k4avzs6sprkpgwpq8gi0sr39i58z6hnz"
                     %intel-compatible-systems
                     #:configuration-file kernel-config))
 
-- 
2.12.0


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

* bug#26330: [PATCH] core-updates linux-libre-4.9
  2017-04-01 12:23 bug#26330: [PATCH] core-updates linux-libre-4.9 Catonano
@ 2017-04-01 17:34 ` Marius Bakke
  2017-04-14 18:15   ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2017-04-01 17:34 UTC (permalink / raw)
  To: Catonano, 26330

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

Catonano <catonano@gmail.com> writes:

> Hello,
>
> in this commit
>
> http://git.savannah.gnu.org/cgit/guix.git/commit/?id=f62acf1eb7ae9f3a582e897abbbfb229f112b31e
>
> linux-libre-4.9 was updated from 4.9.18 to 4.9.19
>
> The downloaded tarball hashes to
> 1864sbq2r5y7fi26hla9k4avzs6sprkpgwpq8gi0sr39i58z6hnz
>
> but the defined package has
> 19x6hasx7pvrjj08vy8mhylx1s63j3dwxzgqh4k18jwzjfkv3p3g

That's odd. I also get 1864sb... and the GPG signature checks out.

Anyway, this package is already 4.9.20 in 'master', you can `git
cherry-pick 9554e5ae1552625e518b6395e15e817a4110ee48` to bring it into
your local branch.

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

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

* bug#26330: [PATCH] core-updates linux-libre-4.9
  2017-04-01 17:34 ` Marius Bakke
@ 2017-04-14 18:15   ` Leo Famulari
  2017-04-14 18:30     ` Catonano
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-04-14 18:15 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 26330-done

[-- Attachment #1: Type: text/plain, Size: 835 bytes --]

On Sat, Apr 01, 2017 at 07:34:13PM +0200, Marius Bakke wrote:
> Catonano <catonano@gmail.com> writes:
> 
> > Hello,
> >
> > in this commit
> >
> > http://git.savannah.gnu.org/cgit/guix.git/commit/?id=f62acf1eb7ae9f3a582e897abbbfb229f112b31e
> >
> > linux-libre-4.9 was updated from 4.9.18 to 4.9.19
> >
> > The downloaded tarball hashes to
> > 1864sbq2r5y7fi26hla9k4avzs6sprkpgwpq8gi0sr39i58z6hnz
> >
> > but the defined package has
> > 19x6hasx7pvrjj08vy8mhylx1s63j3dwxzgqh4k18jwzjfkv3p3g
> 
> That's odd. I also get 1864sb... and the GPG signature checks out.
> 
> Anyway, this package is already 4.9.20 in 'master', you can `git
> cherry-pick 9554e5ae1552625e518b6395e15e817a4110ee48` to bring it into
> your local branch.

Mysterious, but it's going to be hard to figure out what happened here.
Closing...

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

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

* bug#26330: [PATCH] core-updates linux-libre-4.9
  2017-04-14 18:15   ` Leo Famulari
@ 2017-04-14 18:30     ` Catonano
  0 siblings, 0 replies; 4+ messages in thread
From: Catonano @ 2017-04-14 18:30 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 26330-done

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

2017-04-14 20:15 GMT+02:00 Leo Famulari <leo@famulari.name>:

>
>
Mysterious, but it's going to be hard to figure out what happened here.
> Closing...
>

thank you, Leo

[-- Attachment #2: Type: text/html, Size: 702 bytes --]

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

end of thread, other threads:[~2017-04-14 18:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-01 12:23 bug#26330: [PATCH] core-updates linux-libre-4.9 Catonano
2017-04-01 17:34 ` Marius Bakke
2017-04-14 18:15   ` Leo Famulari
2017-04-14 18:30     ` Catonano

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).