Re: bug#19439: [PATCH] gnu: Add erlang.

2016-06-22 Thread Andy Wingo
Backported to 2.0 in c5dac3595f42afbd76ab9110d7473bf4d16b0520 by Ludovic; closing bug. On Thu 07 Jan 2016 10:56, Andy Wingo writes: > On Wed 06 Jan 2016 17:07, l...@gnu.org (Ludovic Courtès) writes: > >> On Mon 04 Jan 2016 06:20, Steve Sprang writes: >> >>> From http://www.erlang.org/download/o

Re: [PATCH] gnu: Add erlang.

2016-03-24 Thread Pjotr Prins
On Wed, Mar 23, 2016 at 10:41:25PM -0400, Leo Famulari wrote: > On Tue, Mar 22, 2016 at 09:59:37PM +0100, Pjotr Prins wrote: > > I have used this package to build Elixir, a language on top of the > > Erlang VM. That is a complicated 'test' and so far it runs > > beautifully. I'll add a package for

Re: [PATCH] gnu: Add erlang.

2016-03-23 Thread Leo Famulari
On Tue, Mar 22, 2016 at 09:59:37PM +0100, Pjotr Prins wrote: > I have used this package to build Elixir, a language on top of the > Erlang VM. That is a complicated 'test' and so far it runs > beautifully. I'll add a package for Elixir soon. I've attached an updated version of the patch. It is fun

Re: [PATCH] gnu: Add erlang.

2016-03-22 Thread Leo Famulari
On Tue, Mar 22, 2016 at 09:59:37PM +0100, Pjotr Prins wrote: > I have used this package to build Elixir, a language on top of the > Erlang VM. That is a complicated 'test' and so far it runs > beautifully. I'll add a package for Elixir soon. That's exactly the kind of test I was hoping someone wou

Re: [PATCH] gnu: Add erlang.

2016-03-22 Thread Pjotr Prins
I have used this package to build Elixir, a language on top of the Erlang VM. That is a complicated 'test' and so far it runs beautifully. I'll add a package for Elixir soon. Thanks! Pj. On Mon, Mar 21, 2016 at 11:40:46AM -0400, Leo Famulari wrote: > On Wed, Mar 16, 2016 at 10:00:21PM -0700, Ste

Re: [PATCH] gnu: Add erlang.

2016-03-21 Thread Leo Famulari
On Wed, Mar 16, 2016 at 10:00:21PM -0700, Steve Sprang wrote: > I don't have anything else packaged. I've only dabbled with Erlang myself. > You can start a REPL with: > > % erl Okay, I was able to build this on x86_64 and cross-build to i686. Would anyone like the test the build on armhf or mips

Re: [PATCH] gnu: Add erlang.

2016-03-19 Thread Steve Sprang
I don't have anything else packaged. I've only dabbled with Erlang myself. You can start a REPL with: % erl -Steve On Mar 16, 2016 9:21 PM, "Leo Famulari" wrote: > On Wed, Mar 16, 2016 at 05:18:57PM -0700, Steve Sprang wrote: > > Oops, I didn't follow up on this. I made the suggested changes to

Re: [PATCH] gnu: Add erlang.

2016-03-19 Thread Steve Sprang
;>> > + (setenv "ERL_TOP" (getcwd) >>> >>> I _think_ that 'lambda _' would be appropriate here. I need a real >>> Schemer to weigh in ;) >>> >> >> I'm definately not a "real schemer," but since th

Re: [PATCH] gnu: Add erlang.

2016-03-19 Thread Leo Famulari
On Wed, Mar 16, 2016 at 05:18:57PM -0700, Steve Sprang wrote: > Oops, I didn't follow up on this. I made the suggested changes to the > patch. I also bumped the version to 18.3, which has subsequently > become available. This is awesome! Do you have any erlang programs packaged that we can try it

Re: [PATCH] gnu: Add erlang.

2016-02-21 Thread Ludovic Courtès
Efraim Flashner skribis: > On Fri, 12 Feb 2016 19:44:46 -0500 > Leo Famulari wrote: > >> On Sat, Feb 06, 2016 at 12:45:39PM -0800, Steve Sprang wrote: >> > It looks like downloading the tarball from erlang.org works now. >> > Here's an improved patch. >> > + (lambda* _ >> > + (let ((

Re: [PATCH] gnu: Add erlang.

2016-02-13 Thread Efraim Flashner
On Fri, 12 Feb 2016 19:44:46 -0500 Leo Famulari wrote: > On Sat, Feb 06, 2016 at 12:45:39PM -0800, Steve Sprang wrote: > > It looks like downloading the tarball from erlang.org works now. > > Here's an improved patch. > > + (lambda* _ > > +(let ((escripts > > + (appen

Re: [PATCH] gnu: Add erlang.

2016-02-12 Thread Leo Famulari
full erlang-build-system? Otherwise, the patch LGTM with a couple minor stylistic changes. > From 0a1a045ef67e5e70d003c230c72b78a13e38b69b Mon Sep 17 00:00:00 2001 > From: Steve Sprang > Date: Sat, 6 Feb 2016 12:40:53 -0800 > Subject: [PATCH] gnu: Add erlang. > > * gnu/

Re: [PATCH] gnu: Add erlang.

2016-02-06 Thread Steve Sprang
57c3d1736506ed. I'd > cherry-pick back to 2.0 but I don't have a checkout on this machine; > please feel free :) > > Cheers, > > Andy From 0a1a045ef67e5e70d003c230c72b78a13e38b69b Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Sat, 6 Feb 2016 12:40:53 -0800 Subject: [PATC

Re: [PATCH] gnu: Add erlang.

2016-01-06 Thread Ludovic Courtès
On Mon 04 Jan 2016 06:20, Steve Sprang writes: > From http://www.erlang.org/download/otp_src_18.2.1.tar.gz... > ERROR: Bad qstring header component: kMSMAn68110840 Andy Wingo skribis: > The Etag value is invalid: > > https://tools.ietf.org/html/rfc7232#section-2.3 > > We could relax Guile's

Re: [PATCH] gnu: Add erlang.

2016-01-04 Thread Nala Ginrut
Someone had reported the similar problem to Artanis: https://github.com/NalaGinrut/artanis/issues/44 It's because some client (firefox, in this case) emits wrong header. But nowadays many clients seems break RFC. Maybe make the parsing rule little looser is better. And maybe add a warning? But se

Re: [PATCH] gnu: Add erlang.

2016-01-04 Thread Andy Wingo
On Mon 04 Jan 2016 06:20, Steve Sprang writes: > From http://www.erlang.org/download/otp_src_18.2.1.tar.gz... > ERROR: Bad qstring header component: kMSMAn68110840 This means the server is emitting bad HTTP. If I connect with: GET /download/otp_src_18.2.1.tar.gz HTTP/1.1 Host: www.erlang

Re: [PATCH] gnu: Add erlang.

2016-01-03 Thread Leo Famulari
ire > >> the substitution, but there's not a handy way to identify many of them > >> without explicitly listing them. > >> > >> -Steve > > > >> From d31d3b2ece298b3e7610890390a7a12f865be881 Mon Sep 17 00:00:00 2001 > >>

Re: [PATCH] gnu: Add erlang.

2016-01-03 Thread Steve Sprang
source tree that require >> the substitution, but there's not a handy way to identify many of them >> without explicitly listing them. >> >> -Steve > >> From d31d3b2ece298b3e7610890390a7a12f865be881 Mon Sep 17 00:00:00 2001 >> From: Steve Sprang >> Date:

Re: [PATCH] gnu: Add erlang.

2016-01-03 Thread Leo Famulari
ion, but there's not a handy way to identify many of them > without explicitly listing them. > > -Steve > From d31d3b2ece298b3e7610890390a7a12f865be881 Mon Sep 17 00:00:00 2001 > From: Steve Sprang > Date: Sun, 3 Jan 2016 19:46:40 -0800 > Subject: [PATCH] gnu: Add erlang

[PATCH] gnu: Add erlang.

2016-01-03 Thread Steve Sprang
isting them. -Steve From d31d3b2ece298b3e7610890390a7a12f865be881 Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Sun, 3 Jan 2016 19:46:40 -0800 Subject: [PATCH] gnu: Add erlang. * gnu/packages/erlang.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 +