From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmEVv-0004lb-Bm for guix-patches@gnu.org; Wed, 23 Jan 2019 04:08:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmEVu-0006FR-HO for guix-patches@gnu.org; Wed, 23 Jan 2019 04:08:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42729) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gmEVu-0006FJ-Dq for guix-patches@gnu.org; Wed, 23 Jan 2019 04:08:02 -0500 Subject: [bug#34165] [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Wed, 23 Jan 2019 10:07:06 +0100 In-Reply-To: (Carl Dong's message of "Mon, 21 Jan 2019 19:55:35 +0000") Message-ID: <87munrivyd.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: Carl Dong Cc: 34165@debbugs.gnu.org Hi! Carl Dong skribis: >>>From 2b3162dde22a5d44eb5910b0fcfa07318f935aaf Mon Sep 17 00:00:00 2001 > From: Carl Dong > Date: Mon, 21 Jan 2019 14:51:57 -0500 > Subject: [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic. [...] > + (add-before 'configure 'qt-time > + (lambda _ > + (setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1"))) ; Make QT deter= ministic Looking at this and the upstream commit=C2=B9, I=E2=80=99m thinking maybe w= e should do the same in other Qt applications. Any idea how we can identify applications where it=E2=80=99s needed? Thanks, Ludo=E2=80=99. =C2=B9 https://github.com/qt/qtbase/commit/38271e9298dcf48652a6e2e08414a940= a97867fa