Wrong hash for tzcode2013d

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal

Debbugs page

Andreas Enge wrote 12 years ago
(address . bug-guix@gnu.org)
201308211827.12804.andreas@enge.fr
zones/repository/releases/tzcode2013d.tar.gz

yields:

/nix/store/4iavpv6axr15l1z35yyccfvn0l1vx7ba-tzcode2013d.tar.gz
1dh7nzmfxs8fps4bzcd2lz5fz24zxy2123a99avxsk34jh6bk7id

But the hash in base.scm is
13xd30ngwhqmj7w216ghd5knvg047hzpc0xca5l297g5cwb62hza .

Andreas
Ludovic Courtès wrote 12 years ago
(name . Andreas Enge)(address . andreas@enge.fr)(address . 15153-done@debbugs.gnu.org)
87a9k8mrm0.fsf@gnu.org
Andreas Enge <andreas@enge.fr> skribis:

Toggle quote (10 lines)
>
> yields:
>
> /nix/store/4iavpv6axr15l1z35yyccfvn0l1vx7ba-tzcode2013d.tar.gz
> 1dh7nzmfxs8fps4bzcd2lz5fz24zxy2123a99avxsk34jh6bk7id
>
> But the hash in base.scm is
> 13xd30ngwhqmj7w216ghd5knvg047hzpc0xca5l297g5cwb62hza .

This is the same problem as http://bugs.gnu.org/14890:

Toggle snippet (19 lines)
$ guix download http://www.iana.org/time-zones/repository/releases/tzcode2013d.tar.gz
starting download of `guix-file.N6EuSs' from `http://www.iana.org/time-zones/repository/releases/tzcode2013d.tar.gz'...
http://www.iana.org/.../tzcode2013d.tar.gz 100.0% of 135.0 KiB
/nix/store/4iavpv6axr15l1z35yyccfvn0l1vx7ba-tzcode2013d.tar.gz
1dh7nzmfxs8fps4bzcd2lz5fz24zxy2123a99avxsk34jh6bk7id

$ file /nix/store/4iavpv6axr15l1z35yyccfvn0l1vx7ba-tzcode2013d.tar.gz
/nix/store/4iavpv6axr15l1z35yyccfvn0l1vx7ba-tzcode2013d.tar.gz: gzip compressed data, from Unix, max compression

$ file /nix/store/jmgampnps3whf85z8sgdw896w9k8vy3p-tzcode2013d.tar.gz
/nix/store/jmgampnps3whf85z8sgdw896w9k8vy3p-tzcode2013d.tar.gz: POSIX tar archive (GNU)

$ sha1sum /nix/store/jmgampnps3whf85z8sgdw896w9k8vy3p-tzcode2013d.tar.gz
2d975381ff85e804fb3c641b2b4d9781ceab7b37 /nix/store/jmgampnps3whf85z8sgdw896w9k8vy3p-tzcode2013d.tar.gz

$ gunzip < /nix/store/4iavpv6axr15l1z35yyccfvn0l1vx7ba-tzcode2013d.tar.gz | sha1sum
2d975381ff85e804fb3c641b2b4d9781ceab7b37 -

Fixed in 853726d.

Thanks,
Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 15153@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 15153
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help