GNU bug report logs - #34165
[PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic.

Previous Next

Package: guix-patches;

Reported by: Carl Dong <contact <at> carldong.me>

Date: Mon, 21 Jan 2019 20:26:03 UTC

Owned by: bavier <at> member.fsf.org

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#34165: closed ([PATCH] gnu: bitcoin-core: Make bitcoin-qt
 deterministic.)
Date: Tue, 22 Jan 2019 14:29:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 22 Jan 2019 15:28:15 +0100
with message-id <20190122152815.16c191e6 <at> scratchpost.org>
and subject line Re: [bug#34165] [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic.
has caused the debbugs.gnu.org bug report #34165,
regarding [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
34165: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34165
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Carl Dong <contact <at> carldong.me>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic.
Date: Mon, 21 Jan 2019 19:55:35 +0000
From 2b3162dde22a5d44eb5910b0fcfa07318f935aaf Mon Sep 17 00:00:00 2001
From: Carl Dong <accounts <at> carldong.me>
Date: Mon, 21 Jan 2019 14:51:57 -0500
Subject: [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic.

* gnu/packages/finance.scm: Make bitcoin-qt deterministic.
---
 gnu/packages/finance.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 468388797..96df919c4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -115,6 +115,9 @@
                          "/bin/lupdate"))
        #:phases
         (modify-phases %standard-phases
+          (add-before 'configure 'qt-time
+           (lambda _
+            (setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1"))) ; Make QT deterministic
           (add-before 'check 'set-home
            (lambda _
             (setenv "HOME" (getenv "TMPDIR"))))))) ; Tests write to $HOME.
--
2.20.1



[Message part 3 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Carl Dong <contact <at> carldong.me>
Cc: 34165-done <at> debbugs.gnu.org
Subject: Re: [bug#34165] [PATCH] gnu: bitcoin-core: Make bitcoin-qt
 deterministic.
Date: Tue, 22 Jan 2019 15:28:15 +0100
[Message part 4 (text/plain, inline)]
Thanks!

Pushed this as commit 99629e5a110a9a91151bd0e63a1805446996a3c8 to guix master.
[Message part 5 (application/pgp-signature, inline)]

This bug report was last modified 6 years and 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.