From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#15153: Wrong hash for tzcode2013d Date: Fri, 23 Aug 2013 16:03:35 +0200 Message-ID: <87a9k8mrm0.fsf@gnu.org> References: <201308211827.12804.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCryD-0006Zb-Mk for bug-guix@gnu.org; Fri, 23 Aug 2013 10:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCry7-0002aY-Lj for bug-guix@gnu.org; Fri, 23 Aug 2013 10:04:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:55830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCry7-0002aN-JP for bug-guix@gnu.org; Fri, 23 Aug 2013 10:04:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VCry7-0004JB-5u for bug-guix@gnu.org; Fri, 23 Aug 2013 10:04:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <201308211827.12804.andreas@enge.fr> (Andreas Enge's message of "Wed, 21 Aug 2013 18:27:12 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: 15153-done@debbugs.gnu.org Andreas Enge skribis: > $ guix download http://www.iana.org/time-zones/repository/releases/tzcode= 2013d.tar.gz > > yields: > > /nix/store/4iavpv6axr15l1z35yyccfvn0l1vx7ba-tzcode2013d.tar.gz > 1dh7nzmfxs8fps4bzcd2lz5fz24zxy2123a99avxsk34jh6bk7id > > But the hash in base.scm is=20 > 13xd30ngwhqmj7w216ghd5knvg047hzpc0xca5l297g5cwb62hza . This is the same problem as : --8<---------------cut here---------------start------------->8--- $ guix download http://www.iana.org/time-zones/repository/releases/tzcode20= 13d.tar.gz starting download of `guix-file.N6EuSs' from `http://www.iana.org/time-zone= s/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 compre= ssed data, from Unix, max compression $ file /nix/store/jmgampnps3whf85z8sgdw896w9k8vy3p-tzcode2013d.tar.gz /nix/store/jmgampnps3whf85z8sgdw896w9k8vy3p-tzcode2013d.tar.gz: POSIX tar a= rchive (GNU) $ sha1sum /nix/store/jmgampnps3whf85z8sgdw896w9k8vy3p-tzcode2013d.tar.gz 2d975381ff85e804fb3c641b2b4d9781ceab7b37 /nix/store/jmgampnps3whf85z8sgdw8= 96w9k8vy3p-tzcode2013d.tar.gz $ gunzip < /nix/store/4iavpv6axr15l1z35yyccfvn0l1vx7ba-tzcode2013d.tar.gz |= sha1sum=20 2d975381ff85e804fb3c641b2b4d9781ceab7b37 - --8<---------------cut here---------------end--------------->8--- Fixed in 853726d. Thanks, Ludo=E2=80=99.