Re: Adding rottlog service in ‘%base-services’?

2016-10-21 Thread David Craven
> Not sure I understand the problem. ‘mcron-jobs’ wouldn’t collide with > anything else AFAICS, and it would be clearer than just ‘jobs’ no? What I mean is that mcron-jobs assumes that the mcron-service is used. Calling it something general like jobs or cron-jobs wouldn't require renaming, if

Re: [PATCH] gnu: Add libjxr.

2016-10-21 Thread Leo Famulari
On Fri, Oct 21, 2016 at 04:47:14PM -0400, Kei Kebreau wrote: > This is a patch I think we need before fixing up freeimage. Thoughts? Thanks for working on this! > + (uri (string-append > "mirror://debian/pool/main/j/jxrlib/jxrlib_" > + version

[PATCH] gnu: Add libjxr.

2016-10-21 Thread Kei Kebreau
This is a patch I think we need before fixing up freeimage. Thoughts?From ac9a3c00c9b9a8232fa7cde26b2ecc46b94f809c Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Fri, 21 Oct 2016 16:39:50 -0400 Subject: [PATCH] gnu: Add libjxr. * gnu/packages/images.scm (libjxr): New

Re: slim patch does not apply

2016-10-21 Thread Christopher Allan Webber
Leo Famulari writes: > On Fri, Oct 21, 2016 at 01:21:25PM +, ng0 wrote: >> ng0 writes: >> >> > Tried a system reconfigure of one of the GuixSD systems, after I synced >> > with head, got this when it came to slim: >> > >> > patching file app.cpp >> > patching file

Re: Building many packages in order

2016-10-21 Thread Leo Famulari
On Fri, Oct 21, 2016 at 02:53:02PM +0300, Efraim Flashner wrote: > On Fri, Oct 21, 2016 at 12:56:08PM +0200, Hartmut Goebel wrote: > > Hi, > > > > testing the new python build system I’m seeking for some way to build > > *many* packages in order. > > > > Of course I can just run `guix build`

Re: slim patch does not apply

2016-10-21 Thread Leo Famulari
On Fri, Oct 21, 2016 at 01:21:25PM +, ng0 wrote: > ng0 writes: > > > Tried a system reconfigure of one of the GuixSD systems, after I synced > > with head, got this when it came to slim: > > > > patching file app.cpp > > patching file panel.cpp > > Hunk #1

#!/usr/bin/env in containers, or something

2016-10-21 Thread Christopher Allan Webber
I'm currently looking at building a version of coreboot. Unfortunately, the mortal enemy of every GuixSD user, #!/usr/bin/env, lurks around every corner. Wingo made an interesting suggestion on IRC today: maybe we could have some "guix environment --container" CLI mapping /usr/bin/env. I know

Re: Display diffs between generations.

2016-10-21 Thread Benz Schenk
On Fri, 21 Oct 2016 11:37:00 +0200 Roel Janssen wrote: > Ludovic Courtès writes: > > > Roel Janssen skribis: > > > >> Ludovic Courtès writes: > > > > [...] > > > [...] > >> > >> Ah, sorry, I forgot about this. This makes sense. But then, what should > >>

Re: slim patch does not apply

2016-10-21 Thread ng0
ng0 writes: > Tried a system reconfigure of one of the GuixSD systems, after I synced > with head, got this when it came to slim: > > patching file app.cpp > patching file panel.cpp > Hunk #1 succeeded at 266 (offset 6 lines). > patching file panel.cpp >

Re: [PATCH] gnu: Add emacs-lua-mode.

2016-10-21 Thread Thompson, David
On Thu, Oct 20, 2016 at 12:52 PM, ng0 wrote: > Hi, > > We already have lua-mode, what is the difference with this one? > > http://git.savannah.gnu.org/cgit/guix.git/commit/?id=26e08b4d33918a844a42fd0f859ee640990ca757 The difference is that I didn't notice that package

Re: Building many packages in order

2016-10-21 Thread Hartmut Goebel
Am 21.10.2016 um 13:53 schrieb Efraim Flashner: > If you want to build all packages that are python- or python2-, then you > can call 'guix build $(guix package -A ^python | cut -f1)' I was about to answer that this will not work if the length of the arguments string exceeds some limit. This made

Re: Cross-building bootstrap binaries fail in current master

2016-10-21 Thread Carlos Sánchez de La Lama
Hi! > Regardless, cross-building ‘bootstrap-tarballs’ to one of the supported > target triplets works on master: > > --8<---cut here---start->8--- > $ ./pre-inst-env guix build bootstrap-tarballs --target=mips64el-linux-gnu -n > substitute: updating list of

Re: Building many packages in order

2016-10-21 Thread Hartmut Goebel
Am 21.10.2016 um 13:18 schrieb Roel Janssen: > You could create a meta-package (just a package recipe) that has all > python packages as inputs. Thanks for sharing this idea. Unfortunately this make it complicated to pass the version of the package (if there are several versions available), since

Re: Guix on clusters and in HPC

2016-10-21 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> * Network-aware guix-daemon >> >> From a user's point of view it would be cool to have a network-aware >> guix-daemon. In our cluster, we have a shared storage, on which we have >> the store, but manipulating the store

Re: Building many packages in order

2016-10-21 Thread Efraim Flashner
On Fri, Oct 21, 2016 at 12:56:08PM +0200, Hartmut Goebel wrote: > Hi, > > testing the new python build system I’m seeking for some way to build > *many* packages in order. > > Of course I can just run `guix build` with the list of packages to be > build. But when building all python packages,

[PATCH] gnu: perl-test-mockobject: Update to 1.20150527.

2016-10-21 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-test-mockobject): Update to 1.20150527. --- gnu/packages/perl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index ba6f71a..5305a0d 100644 --- a/gnu/packages/perl.scm +++

Building many packages in order

2016-10-21 Thread Hartmut Goebel
Hi, testing the new python build system I’m seeking for some way to build *many* packages in order. Of course I can just run `guix build` with the list of packages to be build. But when building all python packages, the list gets rather long and does not fit into one call of `guix build` (due to

Re: Display diffs between generations.

2016-10-21 Thread Roel Janssen
>From 7864ff2443f99fb227e90d0d176a977a30c88faa Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Fri, 21 Oct 2016 11:31:52 +0200 Subject: [PATCH] guix package: Display generation diffs. * guix/ui.scm (display-profile-content-diff): New variable. * guix/scripts/package.scm

Re: Guix on clusters and in HPC

2016-10-21 Thread Ricardo Wurmus
Ludovic Courtès writes: > Your thoughts about the point about Galaxy? I talked to one of the Galaxy core developers at a conference and they told me they have implemented Docker support recently. Essentially, they build software in a minimal Docker system and then extract the

Re: [PATCH] gnu: Add coda.

2016-10-21 Thread Thomas Danckaert
From: l...@gnu.org (Ludovic Courtès) Subject: Re: [PATCH] gnu: Add coda. Date: Wed, 19 Oct 2016 22:13:42 +0200 +(native-search-paths + (list (search-path-specification +(variable "PYTHONPATH") +(files '("lib/python3.4/site-packages") Unless I’m mistaken

slim patch does not apply

2016-10-21 Thread ng0
Tried a system reconfigure of one of the GuixSD systems, after I synced with head, got this when it came to slim: patching file app.cpp patching file panel.cpp Hunk #1 succeeded at 266 (offset 6 lines). patching file panel.cpp /gnu/store/ni491r4ffm03v0cr70df12lwiq826das-patch-2.7.5/bin/patch:

[PATCH 3/3] gnu: haskell-mode: Update to 16.1.

2016-10-21 Thread Federico Beffa
From 46bd8735643b50c9c13ebce595943ad20aa1c7f1 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Thu, 20 Oct 2016 20:23:11 +0200 Subject: [PATCH 3/3] gnu: haskell-mode: Update to 16.1. * gnu/packages/emacs.scm (haskell-mode): Update to 16.1. [inputs]: Add

[PATCH 2/3] gnu: Add emacs-el-search.

2016-10-21 Thread Federico Beffa
From 4e1d6cddf36c3f293006e79013fddca4c4441f34 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Thu, 20 Oct 2016 17:50:56 +0200 Subject: [PATCH 2/3] gnu: Add emacs-el-search. * gnu/packages/emacs.scm (emacs-el-search): New variable. --- gnu/packages/emacs.scm | 24

[PATCH 1/3] gnu: Add emacs-stream.

2016-10-21 Thread Federico Beffa
From 0ecbbcccb171223acc5b4824c0c22a35cb22b6f1 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Thu, 20 Oct 2016 17:32:42 +0200 Subject: [PATCH 1/3] gnu: Add emacs-stream. * gnu/packages/emacs.scm (emacs-stream): New varaible. --- gnu/packages/emacs.scm | 18