From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dccmt-0008GH-Sr for guix-patches@gnu.org; Tue, 01 Aug 2017 15:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dccms-000397-PD for guix-patches@gnu.org; Tue, 01 Aug 2017 15:25:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34590) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dccms-000390-LE for guix-patches@gnu.org; Tue, 01 Aug 2017 15:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dccms-0000eF-GH for guix-patches@gnu.org; Tue, 01 Aug 2017 15:25:02 -0400 Subject: [bug#27906] [PATCH] r-foreign: Update hash and remove duplicate recipe. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170801154447.GM2406@macbook42.flashner.co.il> <87lgn3w6dn.fsf@gnu.org> Date: Tue, 01 Aug 2017 21:24:48 +0200 In-Reply-To: <87lgn3w6dn.fsf@gnu.org> (Roel Janssen's message of "Tue, 01 Aug 2017 19:21:56 +0200") Message-ID: <87pocfw0ov.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Roel Janssen Cc: 27906@debbugs.gnu.org, Efraim Flashner 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/1mcrm2pydi= mbyjhkrw5h380bifj1jhwzifph1xgh90asf3lvd1xd The contents are identical per =E2=80=9Cdiff -r --no-dereference=E2=80=9D. = 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=E2=80=99s safe to update the hash. Ludo=E2=80=99.