From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Vong Subject: bug#24352: clojure does not build reproducibly Date: Fri, 02 Sep 2016 13:12:13 +0800 Message-ID: <877fauanrm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfgmo-0004et-Bk for bug-guix@gnu.org; Fri, 02 Sep 2016 01:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfgmk-0001iD-4F for bug-guix@gnu.org; Fri, 02 Sep 2016 01:13:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfgmk-0001i9-0d for bug-guix@gnu.org; Fri, 02 Sep 2016 01:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bfgmj-0000to-N3 for bug-guix@gnu.org; Fri, 02 Sep 2016 01:13:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfgm7-0004Uh-Vr for bug-guix@gnu.org; Fri, 02 Sep 2016 01:12:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfgm1-0001ej-Mz for bug-guix@gnu.org; Fri, 02 Sep 2016 01:12:22 -0400 Received: from mail-pa0-x243.google.com ([2607:f8b0:400e:c03::243]:36748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfgm1-0001eV-Co for bug-guix@gnu.org; Fri, 02 Sep 2016 01:12:17 -0400 Received: by mail-pa0-x243.google.com with SMTP id ez1so5078257pab.3 for ; Thu, 01 Sep 2016 22:12:17 -0700 (PDT) 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: 24352@debbugs.gnu.org Package: guix Severity: wishlist User: guix-devel@gnu.org Usertags: determinism Hi, Clojure 1.8.0 currently does not build reproducibly. This is a known bug documented in [0]. There is not much we can do except for waiting upstream to fix it. Below is the comment from : Generates code in non-deterministic order. Check emit in ./src/jvm/clojure/lang/Compiler.java, especially around PersistentMap - smells like dict key access order. See also clojure1.2 Cheers, Alex [0]: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/clojure1.6.html