Re: java: switch to icedtea-8 as default JDK

2017-11-24 Thread Ricardo Wurmus
Hi Gábor, > I guess we could just flip that to icedtea-8, and check what still works. > That would flip the version in the build system also, as it uses "icedtea". Exactly. The call for help is really about dealing with the fallout from this change. I’ve attempted this some time ago when we

Re: java: switch to icedtea-8 as default JDK

2017-11-24 Thread Gábor Boskovits
Ok, I just made a branch, basically only changing that single line in java.scm. It's base on current core-updates. You can clone from: https://github.com/Boskovits/guix.git branch: change-default-icedtea-8. How do we know where you need further assistance with that? As first step it is not

Re: isc-bind service draft

2017-11-24 Thread Oleg Pykhalov
Hello, Thank you for suggestions! Here is a new working in vm version. There is still a lot work to do: - More apropriate for everyone default config. - Writing tests. More suggestions are welcome :-) (use-modules (gnu)) (use-service-modules networking dns) (operating-system (host-name

[PATCH] gnu: Add guile-dsv.

2017-11-24 Thread Alex Sassmannshausen
* gnu/packages/guile.scm (guile-dsv): New variable. --- gnu/packages/guile.scm | 51 ++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index abcefd32e..b94ffa754 100644 --- a/gnu/packages/guile.scm +++

Re: [PATCH] scripts: hash: Add --git option. WIP

2017-11-24 Thread Ludovic Courtès
Hello, Jan Nieuwenhuizen skribis: > Attached is a patch to get the hash of a git archive without having to > clean the tree or do a clean checkout. > > Using > > guix hash -gr . > > procudes the same hash as doing something like > > git clone . tmp && guix hash -rx tmp

Re: Cross-compilation, Guix "system", and GNU "triplet"

2017-11-24 Thread Ludovic Courtès
Hi, Chris Marusich skribis: > As mentioned in bug 29402 [1], Guix uses strings like "armhf-linux" to > identify a system platform. However, to cross-compile a package using > Guix, you need to specify the target platform's "GNU triplet", which > looks like

Re: FOSDEM 2018 and announcing a GNU Guix/Guile day!

2017-11-24 Thread Ludovic Courtès
Pjotr Prins skribis: > On Fri, Nov 24, 2017 at 02:23:03PM +0100, Ludovic Courtès wrote: >> Likewise, please think about organizational or technical topics you’d >> like to talk about in a possibly more informal way, and hack sessions >> you’d like to see. > > Can we

Re: Emacs minor-mode highlight code stages (gexp & sexp)

2017-11-24 Thread Ludovic Courtès
Hi! Oleg Pykhalov skribis: > Still no reply on https://github.com/zk-phi/highlight-stages/issues/10 OK. > I prepared a patch and could merge it if you agree. > > From aad1089320315f58147d84e7ff35b3f1f89032a9 Mon Sep 17 00:00:00 2001 > From: Oleg Pykhalov

Re: emacs-25.3 aborted

2017-11-24 Thread Ludovic Courtès
Hi, Adonay Felipe Nogueira skribis: > There is a related item in help-guix ([1]), and there was an attempt made > by me to get a backtrace and a strace --- although I still have to find > out how to install debug symbols for GNU Emacs. > > As I replied there ([2]), it

Re: FOSDEM 2018 and announcing a GNU Guix/Guile day!

2017-11-24 Thread Pjotr Prins
On Fri, Nov 24, 2017 at 02:23:03PM +0100, Ludovic Courtès wrote: > Likewise, please think about organizational or technical topics you’d > like to talk about in a possibly more informal way, and hack sessions > you’d like to see. Can we set up a wiki page for this?

Re: FOSDEM 2018 and announcing a GNU Guix/Guile day!

2017-11-24 Thread Ludovic Courtès
Heya, Pjotr Prins skribis: > We are hosting a GNU Guix and Guile day on Friday before FOSDEM (that > is Feb 2nd.). We have a large room for 40 people at http://icab.be/ > for the whole day. In the morning we'll have talks - and in the > afternoon it is free discussion

Re: [PATCH] gnu: Add guile-dsv.

2017-11-24 Thread Ludovic Courtès
Hi Alex, Alex Sassmannshausen skribis: > * gnu/packages/guile.scm (guile-dsv): New variable. [...] > +(inputs `(("guile" ,guile-2.2))) > +(propagated-inputs `(("guile-lib" ,guile2.2-lib))) Should be ‘guile-lib’ instead of ‘guile2.2-lib’ (the latter is

Re: [PATCH] gnu: Add guile-dsv.

2017-11-24 Thread Alex Sassmannshausen
Hi Ludo, Thanks for the review, I've pushed it with the changes you proposed. Cheers, Alex Ludovic Courtès writes: > Hi Alex, > > Alex Sassmannshausen skribis: > >> * gnu/packages/guile.scm (guile-dsv): New variable. > > [...] > >> +(inputs `(("guile"

Re: Emacs minor-mode highlight code stages (gexp & sexp)

2017-11-24 Thread Oleg Pykhalov
l...@gnu.org (Ludovic Courtès) writes: >> I prepared a patch and could merge it if you agree. >> >> From aad1089320315f58147d84e7ff35b3f1f89032a9 Mon Sep 17 00:00:00 2001 >> From: Oleg Pykhalov >> Date: Wed, 22 Nov 2017 09:10:24 +0300 >> Subject: [PATCH] gnu: Add