From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcfzK-0006uA-Jp for guix-patches@gnu.org; Tue, 01 Aug 2017 18:50:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcfzH-0004yB-GV for guix-patches@gnu.org; Tue, 01 Aug 2017 18:50:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34766) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcfzH-0004xp-Cv for guix-patches@gnu.org; Tue, 01 Aug 2017 18:50:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcfzH-00079F-53 for guix-patches@gnu.org; Tue, 01 Aug 2017 18:50:03 -0400 Subject: bug#27906: [PATCH] r-foreign: Update hash and remove duplicate recipe. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20170801154447.GM2406@macbook42.flashner.co.il> <87lgn3w6dn.fsf@gnu.org> <87pocfw0ov.fsf@gnu.org> From: Roel Janssen In-reply-to: <87pocfw0ov.fsf@gnu.org> Date: Wed, 02 Aug 2017 00:49:24 +0200 Message-ID: <87shhaq4y3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Efraim Flashner , 27906-done@debbugs.gnu.org Ludovic Courtès writes: > Roel Janssen skribis: > >> 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 > > The other one is at: > > https://mirror.hydra.gnu.org/file/foreign_0.8-67.tar.gz/sha256/1mcrm2pydimbyjhkrw5h380bifj1jhwzifph1xgh90asf3lvd1xd > > The contents are identical per “diff -r --no-dereference”. However > metadata differs: > > --8<---------------cut here---------------start------------->8--- > ludo@ribbon /tmp$ tar tvf t.tgz |head > drwxr-xr-x hornik/users 0 2016-09-13 13:04 foreign/ > drwxr-xr-x hornik/users 0 2014-03-28 10:08 foreign/po/ > -rw-r--r-- hornik/users 5913 2012-10-04 12:33 foreign/po/R-fr.po > -rw-r--r-- hornik/users 27343 2014-03-28 10:08 foreign/po/de.po > -rw-r--r-- hornik/users 49598 2014-03-28 10:08 foreign/po/pl.po > -rw-r--r-- hornik/users 5203 2012-10-11 18:41 foreign/po/R-de.po > -rw-r--r-- hornik/users 28708 2014-03-28 10:08 foreign/po/fr.po > -rw-r--r-- hornik/users 17250 2014-03-28 10:08 foreign/po/foreign.pot > -rw-r--r-- hornik/users 2853 2014-03-28 10:08 foreign/po/R-foreign.pot > -rw-r--r-- hornik/users 10262 2014-03-28 10:08 foreign/po/R-pl.po > ludo@ribbon /tmp$ tar tvf foreign_0.8-67.tar.gz |head > drwxr-xr-x ligges/users 0 2016-09-13 13:04 foreign/ > drwxr-xr-x ligges/users 0 2014-03-28 10:08 foreign/po/ > -rw-r--r-- ligges/users 5913 2012-10-04 12:33 foreign/po/R-fr.po > -rw-r--r-- ligges/users 27343 2014-03-28 10:08 foreign/po/de.po > -rw-r--r-- ligges/users 49598 2014-03-28 10:08 foreign/po/pl.po > -rw-r--r-- ligges/users 5203 2012-10-11 18:41 foreign/po/R-de.po > -rw-r--r-- ligges/users 28708 2014-03-28 10:08 foreign/po/fr.po > -rw-r--r-- ligges/users 17250 2014-03-28 10:08 foreign/po/foreign.pot > -rw-r--r-- ligges/users 2853 2014-03-28 10:08 foreign/po/R-foreign.pot > -rw-r--r-- ligges/users 10262 2014-03-28 10:08 foreign/po/R-pl.po > --8<---------------cut here---------------end--------------->8--- > > In short, it’s safe to update the hash. > > Ludo’. Thanks for explaining the differences. I pushed the hash change as a separate commit from the removal of the duplicate recipe. Kind regards, Roel Janssen