From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28034: elixir build fails Date: Mon, 04 Dec 2017 10:25:39 +0100 Message-ID: <87tvx6q1yk.fsf@gnu.org> References: <2506b983-a578-2994-cd01-4e65b3bdfbb8@cock.li> <0bf22cfb-fb98-fff6-12b7-87a14c506192@cock.li> <20171203054350.GB4188@thebird.nl> <1963f6fe-8f1f-c096-893f-3879237870a8@cock.li> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLn0n-0006hO-C3 for bug-guix@gnu.org; Mon, 04 Dec 2017 04:26:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLn0k-0007YZ-Jd for bug-guix@gnu.org; Mon, 04 Dec 2017 04:26:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35606) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLn0k-0007YS-Fl for bug-guix@gnu.org; Mon, 04 Dec 2017 04:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLn0k-0007o3-7w for bug-guix@gnu.org; Mon, 04 Dec 2017 04:26:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <1963f6fe-8f1f-c096-893f-3879237870a8@cock.li> (nee@cock.li's message of "Sun, 3 Dec 2017 15:48:56 +0100") 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: nee Cc: 28034-done@debbugs.gnu.org Hi nee, nee skribis: > Hello, thank you for the fast and detailed reply. > I made two patches that upgrade erlang and elixir and disable the > failing tests in elixir, and got it to build again. Great, I applied both patches and added a copyright line for you in elixir.scm. > I sometimes get this undeterministic compile error (see the attached > log). It's always the same error, but it doesn't appear every time, so I > can get a passing build running: > > `until ./pre-inst-env guix build elixir; do sleep 1; done` > > I don't think that it is related to the version upgrade because I also > got this with the old versions when I first tried to build it today. Could you report it upstream? We definitely need their help to fix this kind of issues. > While this still not good, it is at least an improvement over the > current state where the package will fail to install in 100% of cases. Indeed, thanks! Ludo=E2=80=99.