Re: Advice needed on gcc error

2014-11-24 Thread Ludovic Courtès
Adam Pribyl pri...@lowlevel.cz 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

Re: Advice needed on gcc error

2014-11-23 Thread Ludovic Courtès
Adam Pribyl pri...@lowlevel.cz 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

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

Re: Advice needed on gcc error

2014-11-22 Thread Ludovic Courtès
Saul Hazledine s...@alienscience.org.uk 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

Re: Advice needed on gcc error

2014-11-22 Thread Adam Pribyl
On Sat, 22 Nov 2014, Ludovic Courtès wrote: Saul Hazledine s...@alienscience.org.uk 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

Re: Advice needed on gcc error

2014-11-22 Thread Ludovic Courtès
Adam Pribyl pri...@lowlevel.cz 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,

Re: Advice needed on gcc error

2014-11-21 Thread Ludovic Courtès
Saul Hazledine s...@alienscience.org.uk 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