Re: dmd’s new name

2016-01-08 Thread Adam Pribyl
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

Re: [PATCH] Add rubygems updater.

2016-01-08 Thread Ludovic Courtès
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:

Re: Error log analys from building ~2851 packages

2016-01-08 Thread Ludovic Courtès
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:

Re: [PATCH] guix pypi importer: Add ending as an optional argument to pypi-uri.

2016-01-08 Thread Ludovic Courtès
I’ve pushed commit 17ad0a2, which does what you want but using an optional parameter as discussed by Cyril and Efraim. Thanks, Ludo’.

Re: [PATCH] guix: build-system: python: Add an optional argument EXTENSION to pypi-uri

2016-01-08 Thread Ludovic Courtès
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

Re: Ruby security updates

2016-01-08 Thread Thompson, David
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

Ruby security updates

2016-01-08 Thread Mark H Weaver
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

Re: [PATCH] guix: build-system: python: Add an optional argument EXTENSION to pypi-uri

2016-01-08 Thread swedebugia
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!

Re: [PATCH] Update Ruby to 2.3.0 (was Re: Freezing core-updates soon)

2016-01-08 Thread Ben Woodcroft
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

Re: [PATCH] Help Ruby packages be reproducible

2016-01-08 Thread Ben Woodcroft
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

[PATCH] Upgrade bedtools to 0.25.0.

2016-01-08 Thread Ben Woodcroft
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

Re: 03/05: gnu: icedtea6, icedtea7: Rename package to "icedtea".

2016-01-08 Thread Mark H Weaver
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,

Re: Ruby security updates

2016-01-08 Thread Pjotr Prins
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

Re: Ruby security updates

2016-01-08 Thread Ben Woodcroft
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

Re: [PATCH] gnu: unison: Add "doc" output.

2016-01-08 Thread Ludovic Courtès
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

Re: dmd’s new name

2016-01-08 Thread Ludovic Courtès
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

[PATCH] build: Speed up .go compilation.

2016-01-08 Thread Taylan Ulrich Bayırlı/Kammer
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

Re: [PATCH] Help Ruby packages be reproducible

2016-01-08 Thread Thompson, David
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

Re: Error log analys from building ~2851 packages

2016-01-08 Thread swedebugia
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:

Re: [PATCH] Help Ruby packages be reproducible

2016-01-08 Thread Ludovic Courtès
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

[PATCH] Update Ruby to 2.3.0

2016-01-08 Thread Ludovic Courtès
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):

Re: [PATCH] build: Speed up .go compilation.

2016-01-08 Thread Ludovic Courtès
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 >