From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gntDb-00019U-H8 for guix-patches@gnu.org; Sun, 27 Jan 2019 17:48:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnt5v-0004R9-LK for guix-patches@gnu.org; Sun, 27 Jan 2019 17:40:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48776) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnt5u-0004QP-Cx for guix-patches@gnu.org; Sun, 27 Jan 2019 17:40:03 -0500 Subject: [bug#34165] [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87munrivyd.fsf@gnu.org> <8736pj77x4.fsf@elephly.net> <20190126180748.GC11329@macbook41> Date: Sun, 27 Jan 2019 23:39:07 +0100 In-Reply-To: <20190126180748.GC11329@macbook41> (Efraim Flashner's message of "Sat, 26 Jan 2019 20:07:48 +0200") Message-ID: <87va29d8tw.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: Efraim Flashner Cc: 34165@debbugs.gnu.org, Carl Dong Efraim Flashner skribis: > On Wed, Jan 23, 2019 at 03:41:43PM +0100, Ricardo Wurmus wrote: >>=20 >>=20 >> This is a bit unfortunate. It seems to me that the original intent of >> the patch was to support SOURCE_DATE_EPOCH as the commit message >> mentions that variable=E2=80=99s specification. Pity that it is now a c= ustom Qt >> variable. >>=20 > > We could just add it in to the gnu-build-system and set the variable in > all events. Or patch qt/qtbase to accept SOURCE_DATE_EPOCH in place of > their own variable. Either way is fine with me. Adding it to the =E2=80=98set-SOURCE-DATE-EPOC= H=E2=80=99 phase in =E2=80=98core-updates=E2=80=99 would be reasonable IMO. Ludo=E2=80=99.