From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add Elixir (was: ) Date: Thu, 28 Jul 2016 09:27:22 +0200 Message-ID: <87fuqu43z9.fsf@elephly.net> References: <579027b7.VHXjhpPxQC3AAmeY%pjotr.public12@email> <87mvl66ya6.fsf@elephly.net> <20160725063140.GA25432@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSfjE-0001AD-Tb for guix-devel@gnu.org; Thu, 28 Jul 2016 03:27:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSfjA-0006wt-HA for guix-devel@gnu.org; Thu, 28 Jul 2016 03:27:35 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSfjA-0006wk-8f for guix-devel@gnu.org; Thu, 28 Jul 2016 03:27:32 -0400 In-reply-to: <20160725063140.GA25432@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins Cc: guix-devel@gnu.org, Pjotr Prins Pjotr Prins writes: > On Mon, Jul 25, 2016 at 08:13:33AM +0200, Ricardo Wurmus wrote: >> Thanks again for the patch. I hope you are willing to provide some >> guidance when I have some problems understanding certain bits of the >> build. > > I am happy to help out if you take the lead. Thank you. I applied the patch to my copy of master, but Elxir fails to compile reliably. Most of the times it fails with this error: == Compilation error on file lib/system.ex == ** (exit) :epipe Makefile:77: recipe for target 'lib/elixir/ebin/Elixir.Kernel.beam' failed make: *** [lib/elixir/ebin/Elixir.Kernel.beam] Error 1 This is without any changes to your patch. I wonder if this indicates a lack of resources on my laptop. Occasionally it does work and gets past the compilation of “Elixir.Kernel.beam”. Did you encounter this error before? Before I can make some changes on top of your patch I need Elixir to build (as a baseline). ~~ Ricardo