Re: Advice needed on gcc error

2014-11-24 Thread Ludovic Courtès
Adam Pribyl skribis: > I would suggest improving the > http://www.gnu.org/software/guix/manual/guix.html#Using-the-Configuration-System > example and incorporating most of the options in the configuration > example as e.g. starting lsh-service without [#:initialize? #f] for > the first time makes

Re: Advice needed on gcc error

2014-11-23 Thread Adam Pribyl
On Sun, 23 Nov 2014, Ludovic Courtès wrote: Adam Pribyl skribis: Great, this is it! I had (services (cons (dhcp-client-service) %base-services)) (services (cons (lsh-service #:port-number 22 #:root-login? #t) %base-services)) Oh, OK. Ideally an err

Re: Advice needed on gcc error

2014-11-23 Thread Ludovic Courtès
Adam Pribyl skribis: > Great, this is it! I had > (services (cons (dhcp-client-service) >%base-services)) > (services (cons (lsh-service #:port-number 22 #:root-login? #t) >%base-services)) Oh, OK. Ideally an error would be raised in such a case. > J

Re: Advice needed on gcc error

2014-11-23 Thread Adam Pribyl
On Sat, 22 Nov 2014, Ludovic Courtès wrote: Adam Pribyl skribis: Could you post your configuration? I have something like this: --8<---cut here---start->8--- (services (cons* (slim-service) (avahi-service) (dbus-servic

Re: Advice needed on gcc error

2014-11-22 Thread Ludovic Courtès
Adam Pribyl skribis: > This is exactly the same thing I am triing to achieve. But the lsh-service > (ssh-daemon) has a dependency on the networking service, which I am not > able to provide - this is the reason why I did add also a > dhcp-client-service, but it seems to not work, as there is no n

Re: Advice needed on gcc error

2014-11-22 Thread Adam Pribyl
On Sat, 22 Nov 2014, Ludovic Courtès wrote: Saul Hazledine skribis: Thank you very much for your offer of help. I have the problem that I cannot login to the machine over ssh to get the log file. I have installed both openssh and lsh (using hydra) but I cannot find an ssh daemon. I have also

Re: Advice needed on gcc error

2014-11-22 Thread Ludovic Courtès
Saul Hazledine skribis: > Thank you very much for your offer of help. I have the problem that I > cannot login to the machine over ssh to get the log file. I have > installed both openssh and lsh (using hydra) but I cannot find an ssh > daemon. > > I have also added (use-modules (gnu services ssh

Re: Advice needed on gcc error

2014-11-22 Thread Saul Hazledine
Hello Ludo, On 21/11/14 10:21, Ludovic Courtès wrote: Could you post, say, the last 200 lines of its build log? One way to find it is to run: ls -lrt /var/log/guix/drvs/*/*gcc-4.8.3* and then open the most recent one. Thank you very much for your offer of help. I have the problem that I

Re: Advice needed on gcc error

2014-11-21 Thread Ludovic Courtès
Saul Hazledine skribis: > I have a running installation of guix/gnu os and wanted to install vim: > guix package -i vim > > I am not using hydra and so the package manager went ahead and tried > to download and compile the internet (which is what I wanted because I > am experimenting with the O

Advice needed on gcc error

2014-11-20 Thread Saul Hazledine
Hello, I installed guix 0.8 into a virtual machine and I hit a problem which might be user error or a bug. I thought this would be the right mailing list to get help - apologies if it isn't. I have a running installation of guix/gnu os and wanted to install vim: guix package -i vim I am n