From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffPE3-0008PZ-Lb for guix-patches@gnu.org; Tue, 17 Jul 2018 08:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffPDy-0006Lb-PV for guix-patches@gnu.org; Tue, 17 Jul 2018 08:37:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39538) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ffPDy-0006LT-LU for guix-patches@gnu.org; Tue, 17 Jul 2018 08:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ffPDy-00033D-FS for guix-patches@gnu.org; Tue, 17 Jul 2018 08:37:02 -0400 Subject: bug#32171: Update: Erlang and Elixir Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180716100730.ixv5mqqlbl3tdleb@abyayala> <87wotvtdma.fsf@gnu.org> <20180716153634.gpwa2zw3v6fxm5ln@abyayala> <20180716155316.62rrscxji5gtvj6n@abyayala> <20180716160610.pyeca44pwfugm7la@abyayala> <87a7qrrn2e.fsf@gnu.org> <20180716202248.rdhlggsy7zfw2k6w@abyayala> Date: Tue, 17 Jul 2018 14:35:45 +0200 In-Reply-To: <20180716202248.rdhlggsy7zfw2k6w@abyayala> (Nils Gillmann's message of "Mon, 16 Jul 2018 20:22:48 +0000") Message-ID: <87601e9h0e.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: Nils Gillmann Cc: 32171-done@debbugs.gnu.org Nils Gillmann skribis: > Ludovic Court=C3=A8s transcribed 660 bytes: >> Nils Gillmann skribis: >>=20 >> > Okay, before I leave I've --check build the package again, at most >> > built with make -j4... Can you try and build it with less cores? >>=20 >> If you suspect a parallelism issue, could you check whether other >> distros have patches along these lines, or whether >> #:parallel-builds? #f gives us something that works reproducibly? > > parallel-build set to #f does gives us a reproducible elixir package. Indeed, #:parallel-tests? #f is enough actually. So I added that and committed the update. It would be nice if you could take a closer look at the bit-reproducibility issue, but we=E2=80=99ll do that separately. Thank you! Ludo=E2=80=99.