From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33626: i686 groff-minimal substitute on berlin.guixsd.org is corrupt Date: Wed, 05 Dec 2018 18:45:06 +0100 Message-ID: <87in07yijh.fsf@gnu.org> References: <87o9a0xccn.fsf@gnu.org> 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]:55074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUbFM-0001fB-N9 for bug-guix@gnu.org; Wed, 05 Dec 2018 12:46:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUbFL-0003g7-Mo for bug-guix@gnu.org; Wed, 05 Dec 2018 12:46:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58468) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUbFL-0003f5-Hz for bug-guix@gnu.org; Wed, 05 Dec 2018 12:46:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gUbFL-0003YS-Eo for bug-guix@gnu.org; Wed, 05 Dec 2018 12:46:03 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87o9a0xccn.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 05 Dec 2018 15:44:08 +0100") 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" To: 33626-done@debbugs.gnu.org Hello, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > ludo@ribbon ~/src/guix$ ./pre-inst-env guix build groff-minimal -s i686-l= inux > 1.6 MB will be downloaded: > /gnu/store/746645dl4fmz9h12x247nyznalswqyzp-groff-minimal-1.22.3 > substituting /gnu/store/746645dl4fmz9h12x247nyznalswqyzp-groff-minimal-1.= 22.3... > downloading from https://berlin.guixsd.org/nar/gzip/746645dl4fmz9h12x247n= yznalswqyzp-groff-minimal-1.22.3... > groff-minimal-1.22.3 1.5MiB = = 3.9MiB/s 00:00 [##################] 100.0% > > sha256 hash mismatch for /gnu/store/746645dl4fmz9h12x247nyznalswqyzp-grof= f-minimal-1.22.3: > expected hash: 1hc415ngrl2krihzbq2aj9z0ami4797l6i9jqwh44n2f20r5c5hn > actual hash: 100gkfqzd3l2pqd7zdzlwwlvb94jmj1q2ck85bw573yf1gl6kgjk > substitution of /gnu/store/746645dl4fmz9h12x247nyznalswqyzp-groff-minimal= -1.22.3 failed > guix build: error: build failed: some substitutes for the outputs of deri= vation `/gnu/store/1hpbzmr0q9cf15a12yihjhaqsbw16v2p-groff-minimal-1.22.3.dr= v' failed (usually happens due to networking is=20 Fixed now: --8<---------------cut here---------------start------------->8--- $ wget -q -O - https://berlin.guixsd.org/nar/gzip/746645dl4fmz9h12x247nyzna= lswqyzp-groff-minimal-1.22.3 |gunzip -c |guix hash - 1hc415ngrl2krihzbq2aj9z0ami4797l6i9jqwh44n2f20r5c5hn $ wget -q -O - https://berlin.guixsd.org/746645dl4fmz9h12x247nyznalswqyzp.n= arinfo |grep Hash NarHash: sha256:1hc415ngrl2krihzbq2aj9z0ami4797l6i9jqwh44n2f20r5c5hn --8<---------------cut here---------------end--------------->8--- Not sure what happened though. Ludo=E2=80=99.