From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 12 04:07:05 2021 Received: (at 50015) by debbugs.gnu.org; 12 Aug 2021 08:07:05 +0000 Received: from localhost ([127.0.0.1]:37416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mE5k1-0007h7-FR for submit@debbugs.gnu.org; Thu, 12 Aug 2021 04:07:05 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mE5k0-0007gZ-8Y for 50015@debbugs.gnu.org; Thu, 12 Aug 2021 04:07:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59078) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mE5jv-0007so-4N; Thu, 12 Aug 2021 04:06:59 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=45078 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mE5ju-0003vB-Oe; Thu, 12 Aug 2021 04:06:58 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: bug#50015: Rust packages are not reproducible References: <87czqjk7j6.fsf@inria.fr> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 Thermidor an 229 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 12 Aug 2021 10:06:56 +0200 In-Reply-To: (Efraim Flashner's message of "Thu, 12 Aug 2021 09:44:08 +0300") Message-ID: <874kbvhysf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50015 Cc: 50015@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello! Efraim Flashner skribis: > I tried patching this a couple of ways, but it looks like the best > option is going to be a 'patch-and-repack phase after 'install. the > .crate file is really a gzip tarball, and I suspect that each time we > run 'cargo ' the timestamp gets updated. So that =E2=80=98Cargo.toml=E2=80=99 file is not something taken from the b= uild tree? In that case we could reset the timestamp before the tarball is created. But otherwise yeah, patch=E2=80=99n=E2=80=99repack. Ludo=E2=80=99.