On Thu, 7 Jan 2016, Ludovic Courtès wrote:
l...@gnu.org (Ludovic Courtès) skribis:
Walter Bright skribis:
The D programming language compiler has been called dmd since about
2000 or so. In order to avoid confusion, may I request that the Gnu
dmd ("Daemons-managing Daemon") change its acrony
Eric Bavier skribis:
> From c8a0086db4d78091e06326a5ffe55a7bf2543091 Mon Sep 17 00:00:00 2001
> From: Eric Bavier
> Date: Fri, 18 Dec 2015 19:29:22 -0600
> Subject: [PATCH] gnu: unison: Add "doc" output.
>
> * gnu/packages/ocaml.scm (unison)[source]: Use svn-fetch with snippet.
> [outputs]: Ne
Adam Pribyl skribis:
> The only disadvantage is it is long and in the text may get confused
> with a ordinary word and I personaly always struggle with spelling.
Hopefully, you’ll rarely have to type it. ;-)
> I hope, besides the name change, there is going to be some more
> development on She
On 06/01/16 08:24, Ludovic Courtès wrote:
Ben Woodcroft skribis:
I had some trouble downloading dependencies because of inability to
download sources e.g. http://graphviz.org/ seems to be down. Ruby
seems to build though, can we just review as normal and then push to
core-updates?
I did reb
On 08/01/16 00:31, Ludovic Courtès wrote:
Hi Ben,
Do you have an account on Savannah? If not, I invite you to create one
so we can give you write access to the repo. :-)
Sweet, thanks muchly.
My new savannah account name is benwoodcroft
I'll try not to mess things up too badly. Great to be
Here's an updated version that uses the same strategy as the one we
settled on for 'guix pull'.
>From 220a8caed6da22e349545899d5c51083bb3a8ac5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
Date: Thu, 5 Nov 2015 23:42:45 +0100
Subject: [PATCH] build: Speed
On Wed, Jan 6, 2016 at 6:46 AM, Ricardo Wurmus
wrote:
>
> Ben Woodcroft writes:
>
>> On 02/01/16 01:10, Ludovic Courtès wrote:
> [...]
>>> So I guess you (Ricardo?) can push it now.
> [...]
>> Thanks for pushing the patch.
>
> I did this just now. Sorry for the delay. Pushed as 7266848. Thanks
Ben Woodcroft skribis:
> From 28dee96b0de99adf8657457660b9e3733434d2b4 Mon Sep 17 00:00:00 2001
> From: Ben Woodcroft
> Date: Mon, 4 Jan 2016 09:38:42 +1000
> Subject: [PATCH 4/4] gnu: ruby: Update to 2.3.0.
>
> * gnu/packages/ruby.scm (ruby): Update to 2.3.0.
Please mention the switch to ‘modi
Ben Woodcroft skribis:
> On 08/01/16 00:31, Ludovic Courtès wrote:
>> Hi Ben,
>>
>> Do you have an account on Savannah? If not, I invite you to create one
>> so we can give you write access to the repo. :-)
> Sweet, thanks muchly.
>
> My new savannah account name is benwoodcroft
I’ve added you
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
> Here's an updated version that uses the same strategy as the one we
> settled on for 'guix pull'.
So, what speedup to you get compared to ‘make -jN’?
> From 220a8caed6da22e349545899d5c51083bb3a8ac5 Mon Sep 17 00:00:00 2001
> Fro
On 2016-01-07 15:33, l...@gnu.org wrote:
swedebu...@riseup.net skribis:
Would you like to know the results of my quest to build all packages?
This is interesting, thanks for doing it!
:D
Out of curiosity, what command did you use to do that?
I did this on GuixSD:
stopped the daemon: sud
swedebu...@riseup.net skribis:
> Get the package list:
> guix package -A|pick the first field with cut/gawk >list
>
> Then a bash for-loop along the lines of:
> for $i in `cat list` ; echo "building $i" && do guix build $i
> --verbosity=1 -c 2 1<&2 build.log ; done
>
> Then follow the build with:
I’ve pushed commit 17ad0a2, which does what you want but using an
optional parameter as discussed by Cyril and Efraim.
Thanks,
Ludo’.
Ben Woodcroft skribis:
> On 04/01/16 00:06, Ludovic Courtès wrote:
>> Ben Woodcroft skribis:
>>
>>> On 03/01/16 06:54, Ludovic Courtès wrote:
Ben Woodcroft skribis:
> On 02/01/16 04:17, Ludovic Courtès wrote:
>> Ben Woodcroft skribis:
>> [...]
>>
>>> + `(#:phases
swedebu...@riseup.net skribis:
> I corrected as suggested by cyril and efraim.
>
> I hope it is acceptable now.
Oops, I was reading messages older-first, and I didn’t see that there
had been a followup to the previous discussion. Sorry about that!
Commit 17ad0a2 does the same as what you posted.
On 2016-01-08 19:20, l...@gnu.org wrote:
swedebu...@riseup.net skribis:
I corrected as suggested by cyril and efraim.
I hope it is acceptable now.
Oops, I was reading messages older-first, and I didn’t see that there
had been a followup to the previous discussion. Sorry about that!
np!
Ricardo Wurmus writes:
> rekado pushed a commit to branch master
> in repository guix.
>
> commit 5452588c1a662bdcee240342a9df87efa4b1c017
> Author: Ricardo Wurmus
> Date: Wed Dec 30 14:31:16 2015 +0100
>
> gnu: icedtea6, icedtea7: Rename package to "icedtea".
>
> * gnu/packages/j
Some of our ruby versions may need security updates.
https://bugzilla.redhat.com/show_bug.cgi?id=1248935
Can someone who cares about ruby please investigate?
Mark
On Fri, Jan 8, 2016 at 6:48 PM, Mark H Weaver wrote:
> Some of our ruby versions may need security updates.
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1248935
>
> Can someone who cares about ruby please investigate?
This particular issue is definitely fixed in Ruby 2.2.4 or later,
which we
Ruby 1.8.7 is still being used. For me one of the selling points of
GNU Guix is that we can retain older packages when they are still
useful. The switch from Ruby 1.8 to 1.9 was quite intrusive and not
all software made the switch (similar to the python 2 to 3
switch). Some people argue that the s
On 09/01/16 10:15, Thompson, David wrote:
On Fri, Jan 8, 2016 at 6:48 PM, Mark H Weaver wrote:
Some of our ruby versions may need security updates.
https://bugzilla.redhat.com/show_bug.cgi?id=1248935
Can someone who cares about ruby please investigate?
This particular issue is definitel
A reasonably straightforward update.
Version 2.25.0 (3-Sept-2015)
1. Added new -F option that allows one to set the minimum fraction of
overlap required for the B interval. This complements the
functionality of the -f option.Available for intersect, coverage,
map, subtract, and jaccard
22 matches
Mail list logo