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, 16 Jul 2015 10:29:36 +0200 Message-ID: <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]:56323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFeYV-0003HO-NN for bug-guix@gnu.org; Thu, 16 Jul 2015 04:30:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFeYR-0004Pk-1J for bug-guix@gnu.org; Thu, 16 Jul 2015 04:30:11 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:49161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFeYQ-0004Ow-UM for bug-guix@gnu.org; Thu, 16 Jul 2015 04:30:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZFeYQ-0000hC-Cn for bug-guix@gnu.org; Thu, 16 Jul 2015 04:30:06 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFeY3-00036C-El for bug-guix@gnu.org; Thu, 16 Jul 2015 04:29:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFeXy-0003zt-Dk for bug-guix@gnu.org; Thu, 16 Jul 2015 04:29:43 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFeXy-0003zi-BJ for bug-guix@gnu.org; Thu, 16 Jul 2015 04:29:38 -0400 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:51003 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1ZFeXx-00036z-Q4 for bug-guix@gnu.org; Thu, 16 Jul 2015 04:29:38 -0400 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 21073@debbugs.gnu.org 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 meanti= me), one can see that the =E2=80=98db.sqlite=E2=80=99 files in the tarballs have the sam= e size but differ by a few bytes. It=E2=80=99s not clear whether this is an issue inherent to SQLite3 or rath= er something due to the way we create the database. ( might give some ideas.) Ludo=E2=80=99.