From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcasr-0007jM-1D for guix-patches@gnu.org; Tue, 01 Aug 2017 13:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcaso-0007D4-Cx for guix-patches@gnu.org; Tue, 01 Aug 2017 13:23:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34517) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcaso-0007Cu-8O for guix-patches@gnu.org; Tue, 01 Aug 2017 13:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcaso-0006IV-3c for guix-patches@gnu.org; Tue, 01 Aug 2017 13:23:02 -0400 Subject: [bug#27906] [PATCH] r-foreign: Update hash and remove duplicate recipe. Resent-Message-ID: References: <20170801154447.GM2406@macbook42.flashner.co.il> From: Roel Janssen In-reply-to: <20170801154447.GM2406@macbook42.flashner.co.il> Date: Tue, 01 Aug 2017 19:21:56 +0200 Message-ID: <87lgn3w6dn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 27906@debbugs.gnu.org Efraim Flashner writes: > I have /gnu/store/l1xl1hya1q2vdr059i00s0q9rpwb846a-foreign_0.8-67.tar.gz > if that would help Now this is odd: $ wget http://cran.r-project.org/src/contrib/Archive/foreign/foreign_0.8-67.tar.gz $ tar axvf l1xl1hya1q2vdr059i00s0q9rpwb846a-foreign_0.8-67.tar.gz $ mv foreign foreign-orig $ tar axvf foreign_0.8-67.tar.gz $ mv foreign foreign-new $ diff -r foreign-orig/ foreign-new/ $ So, no difference? Let's check the tarball md5 sums: ab00fa606625711a46c54d772c0cefe8 l1xl1hya1q2vdr059i00s0q9rpwb846a-foreign_0.8-67.tar.gz 896db4d1a62fe09c6ecc12d759492267 foreign_0.8-67.tar.gz Could anyone confirm that they get a different hash as well?: guix gc -d /gnu/store/l1xl1hya1q2vdr059i00s0q9rpwb846a-foreign_0.8-67.tar.gz guix build -S r-foreign --no-substitutes I get: >From http://cran.r-project.org/src/contrib/Archive/foreign/foreign_0.8-67.tar.gz... ...8-67.tar.gz 326KiB 833KiB/s 00:00 [####################] 100.0% sha256 hash mismatch for output path `/gnu/store/l1xl1hya1q2vdr059i00s0q9rpwb846a-foreign_0.8-67.tar.gz' expected: 1mcrm2pydimbyjhkrw5h380bifj1jhwzifph1xgh90asf3lvd1xd actual: 0j0z815zyp8n97rk6hlk68d1r8b26vls39s03viq0pnx3cbpwyga @ build-failed /gnu/store/7wm6w3b4ll9nq35ldchi56mzspz4gsi8-foreign_0.8-67.tar.gz.drv - 1 sha256 hash mismatch for outp ut path `/gnu/store/l1xl1hya1q2vdr059i00s0q9rpwb846a-foreign_0.8-67.tar.gz' expected: 1mcrm2pydimbyjhkrw5h380bifj1jhwzifph1xgh90asf3lvd1xd actual: 0j0z815zyp8n97rk6hlk68d1r8b26vls39s03viq0pnx3cbpwyga guix build: error: build failed: build of `/gnu/store/7wm6w3b4ll9nq35ldchi56mzspz4gsi8-foreign_0.8-67.tar.gz.drv' fail ed Thanks in advance! Kind regards, Roel Janssen