* Re: 01/01: gnu: guile-email: Update to 0.2.0.
[not found] ` <20190809091613.E3D4321119@vcs0.savannah.gnu.org>
@ 2019-08-17 10:31 ` Christopher Baines
2019-08-17 17:53 ` Arun Isaac
0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2019-08-17 10:31 UTC (permalink / raw)
To: Arun Isaac; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 3273 bytes --]
guix-commits@gnu.org writes:
> arunisaac pushed a commit to branch master
> in repository guix.
>
> commit db18d87ac37ac063ea7ee58cfaa4eceb82818a3c
> Author: Arun Isaac <arunisaac@systemreboot.net>
> Date: Fri Aug 9 14:21:02 2019 +0530
>
> gnu: guile-email: Update to 0.2.0.
>
> * gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.0.
> [source]: Update URI.
> [native-inputs]: Remove autoconf and automake. Add lzip.
> [arguments]: Add GUILE_AUTO_COMPILE=0 to #:make-flags.
> [home-page]: Update URI.
> [description]: Update description.
> ---
> gnu/packages/guile-xyz.scm | 21 ++++++++++++---------
> 1 file changed, 12 insertions(+), 9 deletions(-)
>
> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
> index 6dcdced..8c36658 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -907,27 +907,30 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
> (define-public guile-email
> (package
> (name "guile-email")
> - (version "0.1.0")
> + (version "0.2.0")
> (source
> (origin
> (method url-fetch)
> (uri (string-append
> - "https://git.systemreboot.net/guile-email/snapshot/guile-email-"
> - version ".tar.xz"))
> + "https://guile-email.systemreboot.net/releases/guile-email-"
> + version ".tar.lz"))
> (sha256
> (base32
> - "0p2v8q2kkz8m6vf2rsjvz3dj1mvnx7dxakjf72dwkndbgk3rp79f"))))
> + "05pm0rwdxhjdlpmvhn0kyfslph6j5m1gv76givs0hshb30nirl2x"))))
I'm having trouble with this hash.
./pre-inst-env guix build guile-email
building /gnu/store/zhlm74mr9bv9c4f0bp337031jn52m1m5-guile-email-0.2.0.tar.lz.drv...
Starting download of /gnu/store/pr2bqyx5c8ckxrwykiqhxnm1v3rnhplf-guile-email-0.2.0.tar.lz
From https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz...
downloading from https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz...
guile-email-0.2.0.tar.lz 176KiB 564KiB/s 00:00 [##################] 100.0%
sha256 hash mismatch for /gnu/store/pr2bqyx5c8ckxrwykiqhxnm1v3rnhplf-guile-email-0.2.0.tar.lz:
expected hash: 05pm0rwdxhjdlpmvhn0kyfslph6j5m1gv76givs0hshb30nirl2x
actual hash: 0zgvh2329zrclxfb1lh7dnqrq46jj77l0lx7j9y6y3xgbhd2d9l0
Downloading the file and signature, the signature matches a different
hash as well.
→ gpg --verify guile-email-0.2.0.tar.lz.asc
gpg: assuming signed data in 'guile-email-0.2.0.tar.lz'
gpg: Signature made Fri 09 Aug 2019 09:01:58 BST
gpg: using RSA key 7F730343F2F09F3C77BF79D32E25EE8B61802BB3
gpg: Good signature from "Arun I <arunisaac@systemreboot.net>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 7F73 0343 F2F0 9F3C 77BF 79D3 2E25 EE8B 6180 2BB3
→ guix hash guile-email-0.2.0.tar.lz
0zgvh2329zrclxfb1lh7dnqrq46jj77l0lx7j9y6y3xgbhd2d9l0
Looks like ci.guix.gnu.org is also having trouble with this change [1]
1: http://ci.guix.gnu.org/build/1572281/details
Any ideas on what's wrong here Arun?
Thanks,
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 01/01: gnu: guile-email: Update to 0.2.0.
2019-08-17 10:31 ` 01/01: gnu: guile-email: Update to 0.2.0 Christopher Baines
@ 2019-08-17 17:53 ` Arun Isaac
2019-08-17 18:25 ` Christopher Baines
0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2019-08-17 17:53 UTC (permalink / raw)
To: Christopher Baines; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]
>> - "0p2v8q2kkz8m6vf2rsjvz3dj1mvnx7dxakjf72dwkndbgk3rp79f"))))
>> + "05pm0rwdxhjdlpmvhn0kyfslph6j5m1gv76givs0hshb30nirl2x"))))
>
> I'm having trouble with this hash.
> ./pre-inst-env guix build guile-email
> building /gnu/store/zhlm74mr9bv9c4f0bp337031jn52m1m5-guile-email-0.2.0.tar.lz.drv...
>
> Starting download of /gnu/store/pr2bqyx5c8ckxrwykiqhxnm1v3rnhplf-guile-email-0.2.0.tar.lz
> From https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz...
> downloading from https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz...
> guile-email-0.2.0.tar.lz 176KiB 564KiB/s 00:00 [##################] 100.0%
> sha256 hash mismatch for /gnu/store/pr2bqyx5c8ckxrwykiqhxnm1v3rnhplf-guile-email-0.2.0.tar.lz:
> expected hash: 05pm0rwdxhjdlpmvhn0kyfslph6j5m1gv76givs0hshb30nirl2x
> actual hash: 0zgvh2329zrclxfb1lh7dnqrq46jj77l0lx7j9y6y3xgbhd2d9l0
Sorry, it looks like I messed up while updating the guix guile-email
package. No error was reported when I originally updated guile-email and
pushed this commit. But, on deleting the downloaded tarball using `guix
gc -D /gnu/store/...` and rebuilding, I was able to reproduce the hash
mismatch. I have now pushed a commit to guix master fixing the hash
mismatch.
There is no problem with the tarball hosted on the guile-email
website. I downloaded it separately and compared it with a local
copy. They matched. So, there isn't any corruption of the tarball.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 01/01: gnu: guile-email: Update to 0.2.0.
2019-08-17 17:53 ` Arun Isaac
@ 2019-08-17 18:25 ` Christopher Baines
0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2019-08-17 18:25 UTC (permalink / raw)
To: Arun Isaac; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1637 bytes --]
Arun Isaac <arunisaac@systemreboot.net> writes:
>>> - "0p2v8q2kkz8m6vf2rsjvz3dj1mvnx7dxakjf72dwkndbgk3rp79f"))))
>>> + "05pm0rwdxhjdlpmvhn0kyfslph6j5m1gv76givs0hshb30nirl2x"))))
>>
>> I'm having trouble with this hash.
>
>> ./pre-inst-env guix build guile-email
>> building /gnu/store/zhlm74mr9bv9c4f0bp337031jn52m1m5-guile-email-0.2.0.tar.lz.drv...
>>
>> Starting download of /gnu/store/pr2bqyx5c8ckxrwykiqhxnm1v3rnhplf-guile-email-0.2.0.tar.lz
>> From https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz...
>> downloading from https://guile-email.systemreboot.net/releases/guile-email-0.2.0.tar.lz...
>> guile-email-0.2.0.tar.lz 176KiB 564KiB/s 00:00 [##################] 100.0%
>> sha256 hash mismatch for /gnu/store/pr2bqyx5c8ckxrwykiqhxnm1v3rnhplf-guile-email-0.2.0.tar.lz:
>> expected hash: 05pm0rwdxhjdlpmvhn0kyfslph6j5m1gv76givs0hshb30nirl2x
>> actual hash: 0zgvh2329zrclxfb1lh7dnqrq46jj77l0lx7j9y6y3xgbhd2d9l0
>
> Sorry, it looks like I messed up while updating the guix guile-email
> package. No error was reported when I originally updated guile-email and
> pushed this commit. But, on deleting the downloaded tarball using `guix
> gc -D /gnu/store/...` and rebuilding, I was able to reproduce the hash
> mismatch. I have now pushed a commit to guix master fixing the hash
> mismatch.
>
> There is no problem with the tarball hosted on the guile-email
> website. I downloaded it separately and compared it with a local
> copy. They matched. So, there isn't any corruption of the tarball.
Great, thanks for fixing this. I've just pulled, and I can build
guile-email now :D
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-17 18:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20190809091613.32398.97993@vcs0.savannah.gnu.org>
[not found] ` <20190809091613.E3D4321119@vcs0.savannah.gnu.org>
2019-08-17 10:31 ` 01/01: gnu: guile-email: Update to 0.2.0 Christopher Baines
2019-08-17 17:53 ` Arun Isaac
2019-08-17 18:25 ` Christopher Baines
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).