From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21073: SQLite database creation for binary tarball is non-deterministic Date: Thu, 14 Jun 2018 11:19:52 +0200 Message-ID: <87efh92093.fsf@gnu.org> References: <87io9kld3j.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]:49517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTORL-0002Fj-20 for bug-guix@gnu.org; Thu, 14 Jun 2018 05:21:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTORC-0003Pc-F1 for bug-guix@gnu.org; Thu, 14 Jun 2018 05:21:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39445) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTORC-0003PV-BM for bug-guix@gnu.org; Thu, 14 Jun 2018 05:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fTORC-0002Fl-5V for bug-guix@gnu.org; Thu, 14 Jun 2018 05:21:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87io9kld3j.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 16 Jul 2015 10:29:36 +0200") 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: 21073-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > When running =E2=80=98make guix-binary.x86_64-linux.tar.xz=E2=80=99 twice= (and of course > =E2=80=98guix gc -d /gnu/store/*-guix-tarball.tar.xz=E2=80=99 in the mean= time), one can > see that the =E2=80=98db.sqlite=E2=80=99 files in the tarballs have the s= ame size but > differ by a few bytes. Fixed by commit eb9fe97495c012c989f76cb42a14cd78f9d94629 as part of the patch series submitted at . Yay for more reproducibility! Ludo=E2=80=99.