Re: gcl 2.6.12 breaks maxima

2014-11-28 Thread Federico Beffa
On Thu, Nov 27, 2014 at 11:06 PM, Andreas Enge wrote: > On Thu, Nov 27, 2014 at 01:48:31PM +0100, Federico Beffa wrote: >> After having a look at the maxima log I suspect that we are hitting >> this problem: >> https://www.ma.utexas.edu/pipermail/maxima/2008/009769.html > > Thanks for working on t

Few notes to 0.8

2014-11-28 Thread Adam Pribyl
I have now, with the help of people from this list, running installation, with more or less complete config.scm. Guix gets better with every version. Still I do have few "user" hickups: 1. even thou networking and lsh-service are configured, networking does not start, "deco status networking"

Re: use zsh as login shell

2014-11-28 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> Currently, zsh doesn't work out of box. > > On the standalone system, right? Yes. > >> IMO, we should use `/etc/environment' for system variables: >> LANG=en_US.UTF-8 >> PATH=/run/current-system/profile/bin:/run/setuid-programs >> And add `pam_

Re: use zsh as login shell

2014-11-28 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> Currently, zsh doesn't work out of box. > > On the standalone system, right? Yes. > >> IMO, we should use `/etc/environment' for system variables: >> LANG=en_US.UTF-8 >> PATH=/run/current-system/profile/bin:/run/setuid-programs >> And add `pam_

Re: Few notes to 0.8

2014-11-28 Thread Ludovic Courtès
Adam Pribyl skribis: > I have now, with the help of people from this list, running > installation, with more or less complete config.scm. Guix gets better > with every version. Thanks for the detailed feedback, as usual! > 1. even thou networking and lsh-service are configured, networking > doe

Re: [PATCH] Core sanity and taking build options from environment.

2014-11-28 Thread Ludovic Courtès
Deck Pickard skribis: > From 3693753aefc27b5a68a2b762feeebc41320e79ef Mon Sep 17 00:00:00 2001 > From: nebuli > Date: Wed, 26 Nov 2014 19:51:37 +0100 > Subject: [PATCH 1/2] guix: Default to daemon's default --cores setting of 1. I think most of the time one would prefer to use all the available

Re: [PATCH] Core sanity and taking build options from environment.

2014-11-28 Thread Andreas Enge
On Fri, Nov 28, 2014 at 10:52:48PM +0100, Ludovic Courtès wrote: > I think most of the time one would prefer to use all the available cores > when building. WDYT? I agree. Andreas

Re: use zsh as login shell

2014-11-28 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: > >> 宋文武 skribis: [...] >>> IMO, we should use `/etc/environment' for system variables: >>> LANG=en_US.UTF-8 >>> PATH=/run/current-system/profile/bin:/run/setuid-programs >>> And add `pam_env.so' to /etc/pam.d/login, to make tty login work. >>> >

Re: use zsh as login shell

2014-11-28 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> Ludovic Courtès writes: >> >>> 宋文武 skribis: > > [...] > IMO, we should use `/etc/environment' for system variables: LANG=en_US.UTF-8 PATH=/run/current-system/profile/bin:/run/setuid-programs And add `pam_env.so' to /etc/pa

[PATCH] gnu: wireless-tools: Install the manual pages under $out/share/man

2014-11-28 Thread 宋文武
>From f961e72823cda48406d0058902c67b6b663da791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sat, 29 Nov 2014 12:52:59 +0800 Subject: [PATCH] gnu: wireless-tools: Install the manual pages under $out/share/man. * gnu/packages/linux.scm (wireless-tools)[origin]: Add

Re: wip-arm

2014-11-28 Thread John Darrington
On Thu, Nov 27, 2014 at 02:19:44PM +0100, Ludovic Court??s wrote: John Darrington skribis: > It contains the start of a port to an Arm architecture. Currently > it hasn't got very far unfortunately. It allow you to cross-build the bootstrap tarballs for ARM, right?