From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [PATCH] Add Elixir (was: ) Date: Thu, 28 Jul 2016 12:35:19 +0200 Message-ID: <20160728103519.GA10597@thebird.nl> References: <579027b7.VHXjhpPxQC3AAmeY%pjotr.public12@email> <87mvl66ya6.fsf@elephly.net> <20160725063140.GA25432@thebird.nl> <87fuqu43z9.fsf@elephly.net> 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]:37706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSif0-0004aU-QI for guix-devel@gnu.org; Thu, 28 Jul 2016 06:35:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSiew-0006ky-Rj for guix-devel@gnu.org; Thu, 28 Jul 2016 06:35:26 -0400 Received: from mail.thebird.nl ([95.154.246.10]:34337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSiew-0006ki-Lr for guix-devel@gnu.org; Thu, 28 Jul 2016 06:35:22 -0400 Content-Disposition: inline In-Reply-To: <87fuqu43z9.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel@gnu.org, Pjotr Prins On Thu, Jul 28, 2016 at 09:27:22AM +0200, Ricardo Wurmus wrote: >=20 > Pjotr Prins writes: >=20 > > 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. >=20 > Thank you. I applied the patch to my copy of master, but Elxir fails t= o > compile reliably. Most of the times it fails with this error: >=20 > =3D=3D Compilation error on file lib/system.ex =3D=3D > ** (exit) :epipe > Makefile:77: recipe for target 'lib/elixir/ebin/Elixir.Kernel.beam' = failed > make: *** [lib/elixir/ebin/Elixir.Kernel.beam] Error 1 >=20 > This is without any changes to your patch. I wonder if this indicates = a > lack of resources on my laptop. >=20 > Occasionally it does work and gets past the compilation of > =E2=80=9CElixir.Kernel.beam=E2=80=9D. Did you encounter this error bef= ore? I may have seen it. > Before I can make some changes on top of your patch I need Elixir to > build (as a baseline). I'll take a look over the weekend. Flying home right now. Pj.