GNU bug report logs - #30804
[PATCH] gnu: hop: Fix source hash.

Previous Next

Package: guix-patches;

Reported by: Tobias Geerinckx-Rice <me <at> tobias.gr>

Date: Tue, 13 Mar 2018 19:42:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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 30804 in the body.
You can then email your comments to 30804 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#30804; Package guix-patches. (Tue, 13 Mar 2018 19:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 13 Mar 2018 19:42:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: guix-patches <at> gnu.org
Cc: kei <at> openmailbox.org
Subject: [PATCH] gnu: hop: Fix source hash.
Date: Tue, 13 Mar 2018 20:41:29 +0100
* gnu/packages/scheme.scm (hop)[source]: Fix sha256 hash.
---

Guix, Kei,

Building hop fails with a hash mismatch. Here's what I get now, however: 

- I don't have a copy of the original tarball with which to compare.
- The build now fails with ‘cc: command not found’, and I assume it
  didn't previously.

Could you investigate?

Kind regards,

T G-R

 gnu/packages/scheme.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 657ca875d..9ec13dcb1 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -300,7 +300,7 @@ Scheme and C programs and between Scheme and Java programs.")
                                  version ".tar.gz"))
              (sha256
               (base32
-               "09m7pahjsp7wxzd20cdph9j3mgf2nq5dyckcjljcd40m25v85kks"))))
+               "0bvq79vxcpgwydwi923cxb5w9isx2x8r3d0xndbdhacmmsw1m811"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-- 
2.15.1





Information forwarded to guix-patches <at> gnu.org:
bug#30804; Package guix-patches. (Tue, 20 Mar 2018 15:35:02 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kkebreau <at> posteo.net>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 30804 <at> debbugs.gnu.org
Subject: Re: [bug#30804] [PATCH] gnu: hop: Fix source hash.
Date: Tue, 20 Mar 2018 10:36:36 -0400
[Message part 1 (text/plain, inline)]
Tobias Geerinckx-Rice <me <at> tobias.gr> writes:

> * gnu/packages/scheme.scm (hop)[source]: Fix sha256 hash.
> ---
>
> Guix, Kei,
>
> Building hop fails with a hash mismatch. Here's what I get now, however: 
>
> - I don't have a copy of the original tarball with which to compare.
> - The build now fails with ‘cc: command not found’, and I assume it
>   didn't previously.
>
> Could you investigate?
>
> Kind regards,
>
> T G-R
>
>  gnu/packages/scheme.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
> index 657ca875d..9ec13dcb1 100644
> --- a/gnu/packages/scheme.scm
> +++ b/gnu/packages/scheme.scm
> @@ -300,7 +300,7 @@ Scheme and C programs and between Scheme and Java programs.")
>                                   version ".tar.gz"))
>               (sha256
>                (base32
> -               "09m7pahjsp7wxzd20cdph9j3mgf2nq5dyckcjljcd40m25v85kks"))))
> +               "0bvq79vxcpgwydwi923cxb5w9isx2x8r3d0xndbdhacmmsw1m811"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(#:test-target "test"

The one copy of hop's source I have in my /gnu/store has a hash
different than both of these:
0bq7f4z33kg4dyqlhz004sdgf04a5zrlhdknil0is2vf4pg0v5hx.

The diff between my copy and the latest copy is attached.
[hop-diff.txt (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#30804; Package guix-patches. (Mon, 23 Apr 2018 13:03:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Kei Kebreau <kkebreau <at> posteo.net>
Cc: 30804 <at> debbugs.gnu.org, Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: Re: [bug#30804] [PATCH] gnu: hop: Fix source hash.
Date: Mon, 23 Apr 2018 15:02:42 +0200
Hi Kei & Tobias,

Kei Kebreau <kkebreau <at> posteo.net> skribis:

> Tobias Geerinckx-Rice <me <at> tobias.gr> writes:
>
>> * gnu/packages/scheme.scm (hop)[source]: Fix sha256 hash.
>> ---
>>
>> Guix, Kei,
>>
>> Building hop fails with a hash mismatch. Here's what I get now, however: 
>>
>> - I don't have a copy of the original tarball with which to compare.
>> - The build now fails with ‘cc: command not found’, and I assume it
>>   didn't previously.
>>
>> Could you investigate?

[...]

> The one copy of hop's source I have in my /gnu/store has a hash
> different than both of these:
> 0bq7f4z33kg4dyqlhz004sdgf04a5zrlhdknil0is2vf4pg0v5hx.
>
> The diff between my copy and the latest copy is attached.

It’s the unfortunately usual case of last-minute update-in-place
changes.  I think you can go ahead and push the patch, comrades.

Thanks,
Ludo’.




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Tue, 24 Apr 2018 07:54:02 GMT) Full text and rfc822 format available.

Notification sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
bug acknowledged by developer. (Tue, 24 Apr 2018 07:54:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Kei Kebreau <kkebreau <at> posteo.net>
Cc: 30804-done <at> debbugs.gnu.org, Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: Re: [bug#30804] [PATCH] gnu: hop: Fix source hash.
Date: Tue, 24 Apr 2018 09:53:47 +0200
Hi,

I pushed this as d4bd876267d334e54f88429362464268961174c0.

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 22 May 2018 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 331 days ago.

Previous Next


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