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
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. -Steve On Sun, Feb 21, 2016 at 12:54 PM, Ludovic Courtès wrote: > Efraim Flashner skribis: > >> On Fri, 12 Feb 2016 19:44:46 -0500 >> Leo Fa

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
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. I wonder, do you happen to have any Erlang programs packaged that I can test this with? Or, would they require the creation of a full erlang-

Re: [PATCH] gnu: Add erlang.

2016-02-06 Thread Steve Sprang
It looks like downloading the tarball from erlang.org works now. Here's an improved patch. -Steve On Thu, Jan 7, 2016 at 1:56 AM, Andy Wingo wrote: > 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.erlan

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
On Sun, Jan 03, 2016 at 09:20:45PM -0800, Steve Sprang wrote: > I originally tried that tarball but I get an error downloading it: > > $ guix download > http://www.erlang.org/download/otp_src_18.2.1.tar.gz > > From http://www.erlang.org/download/otp_src_18.2.1.tar.gz... > ERROR: Bad qstring heade

Re: [PATCH] gnu: Add erlang.

2016-01-03 Thread Steve Sprang
I originally tried that tarball but I get an error downloading it: $ guix download http://www.erlang.org/download/otp_src_18.2.1.tar.gz >From http://www.erlang.org/download/otp_src_18.2.1.tar.gz... ERROR: Bad qstring header component: kMSMAn68110840 -Steve On Sun, Jan 3, 2016 at 8:39 PM, Leo F

Re: [PATCH] gnu: Add erlang.

2016-01-03 Thread Leo Famulari
On Sun, Jan 03, 2016 at 07:56:07PM -0800, Steve Sprang wrote: > Add the Erlang programming language. > > Is there a better way to substitute "/usr/bin/env" with (which "env")? > There are a number of files throughout the source tree that require > the substitution, but there's not a handy way to i