From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#14890: Wrong hash for tzdata Date: Wed, 17 Jul 2013 14:29:41 +0200 Message-ID: <87txjts72i.fsf@gnu.org> References: <201307171018.20213.andreas@enge.fr> <87ppuhtrhd.fsf@gnu.org> <201307171412.10085.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]:43370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzQrt-0002EA-Um for bug-guix@gnu.org; Wed, 17 Jul 2013 08:30:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzQrs-00081s-8C for bug-guix@gnu.org; Wed, 17 Jul 2013 08:30:05 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:37849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzQrr-000800-Q2 for bug-guix@gnu.org; Wed, 17 Jul 2013 08:30:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UzQrp-00026S-Vn for bug-guix@gnu.org; Wed, 17 Jul 2013 08:30:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <201307171412.10085.andreas@enge.fr> (Andreas Enge's message of "Wed, 17 Jul 2013 14:12:09 +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: 14890@debbugs.gnu.org Andreas Enge skribis: > Am Mittwoch, 17. Juli 2013 schrieb Ludovic Court=C3=A8s: >> Hmm, works for me: >> $ ./pre-inst-env guix build tzdata -S > > Yes, downloading the source from hydra works. The result is the file > /nix/store/gryg2h8lp3s8cc4zgxw14yn7d0wgc9lq-tzdata2013d.tar.gz > but it is only a tar, non gzipped. (I was making assumptions about how=20 > things are stored on hydra, which were apparently wrong. In any case, I e= nd=20 > up with a file in the store that is not compressed.) Yeah, got it now. That means there=E2=80=99s an intern (or not!) at IANA who had forgotten to= gzip the tarball, and just did that silently. Ludo=E2=80=99.