From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: bug#22304: Julia not reproducible Date: Thu, 28 Nov 2019 18:14:00 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34124) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaNNn-0008PT-N3 for bug-guix@gnu.org; Thu, 28 Nov 2019 12:15:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iaNNg-0000YI-Kq for bug-guix@gnu.org; Thu, 28 Nov 2019 12:15:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iaNNe-0000Uz-5K for bug-guix@gnu.org; Thu, 28 Nov 2019 12:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iaNNe-0006n2-08 for bug-guix@gnu.org; Thu, 28 Nov 2019 12:15:02 -0500 In-Reply-To: Sender: "Debbugs-submit" Resent-Message-ID: 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: 22304@debbugs.gnu.org, Ricardo Wurmus , Ludovic =?UTF-8?Q?Court=C3=A8s?= Hi, This bug [1] is still present even with the version 1.1.1 of Julia. [1] http://issues.guix.gnu.org/issue/22304 --8<---------------cut here---------------start------------->8--- guix describe Generation 57 Nov 25 2019 14:26:15 (current) guix b5d4d5b repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: b5d4d5b9bcf267fddd02fcc14b88eac0bebf979f --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- guix build julia # populate the store with dependencies guix build julia --check -K --no-grafts [...] guix build: error: derivation `/gnu/store/xdy3jjz7dzg1lr231b8zbss8xn44ldjj-julia-1.1.1.drv' may not be deterministic: output `/gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1' differs from =E2=80=98/gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1-check=E2= =80=99 --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- diff -r /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1 /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1-check Binary files /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1/lib/ju= lia/sys.so and /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1-check/lib/julia= /sys.so differ Binary files /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1/share/= julia/test/depot/compiled/v1.1/Bar/HXSAn.ji and /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1-check/share/jul= ia/test/depot/compiled/v1.1/Bar/HXSAn.ji differ Binary files /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1/share/= julia/test/depot/compiled/v1.1/Baz/rONVA.ji and /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1-check/share/jul= ia/test/depot/compiled/v1.1/Baz/rONVA.ji differ Binary files /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1/share/= julia/test/depot/compiled/v1.1/Foo/MYb1d.ji and /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1-check/share/jul= ia/test/depot/compiled/v1.1/Foo/MYb1d.ji differ Binary files /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1/share/= julia/test/depot/compiled/v1.1/Foo/TeeT6.ji and /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1-check/share/jul= ia/test/depot/compiled/v1.1/Foo/TeeT6.ji differ Binary files /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1/share/= julia/test/depot/compiled/v1.1/Qux/YFfiR.ji and /gnu/store/s2vj70fgv4v4wq66dbi797ss15f8xd3b-julia-1.1.1-check/share/jul= ia/test/depot/compiled/v1.1/Qux/YFfiR.ji differ --8<---------------cut here---------------end--------------->8--- Well, then I try to explore with diffoscope but hum? I do not do correctly because the resulting diff is 845MB ouch! All the best, simon