Re: guix fail to reconfigure the system

2018-04-27 Thread Pierre Neidhardt
Chris Marusich writes: > Pierre Neidhardt writes: > >> In general I think `guix system` error feedback tends to be a tad too >> shy. Are there some plans to make them more explicit and precise? > > Did you know that you can ask for more verbose feedback with the > --on-error option? See (guix

Building guix-modular with cuirass

2018-04-27 Thread Mathieu Othacehe
Hi Guix, I setup my own cuirass server to build guix-modular, here's how: --8<---cut here---start->8--- (define (build-guix-modular store arguments) (let* ((source (assq-ref arguments 'file-name)) (revision (assq-ref arguments 'revision)) (

Simple reconfigure

2018-04-27 Thread Jone
Hello! If I make little changes, like such: was: (users (cons (user-account (name "jone") (comment "Jone") (group "users") (supplementary-groups '("wheel" "netdev" "audio" "video")) (home-directory "/home/jone"))

Re: xkblayout-state

2018-04-27 Thread Leo Famulari
On April 26, 2018 4:53:56 PM EDT, "Gábor Boskovits" wrote: >2018-04-26 22:47 GMT+02:00 Leo Famulari : > >> On Thu, Apr 26, 2018 at 08:15:23PM +, Gábor Boskovits wrote: >> > Sorry if I misunderstood, the intention of the author is clearly to >> licence >> > the work as gpl, but some files are

Re: xkblayout-state

2018-04-27 Thread Gábor Boskovits
Leo Famulari ezt írta (időpont: 2018. ápr. 27., P 15:56): > > > On April 26, 2018 4:53:56 PM EDT, "Gábor Boskovits" > wrote: > >2018-04-26 22:47 GMT+02:00 Leo Famulari : > > > >> On Thu, Apr 26, 2018 at 08:15:23PM +, Gábor Boskovits wrote: > >> > Sorry if I misunderstood, the intention of th

Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'

2018-04-27 Thread Catonano
2018-04-16 1:19 GMT+02:00 Muto : > Guix on a foreign machine (Ubuntu) works just fine for every account > except my main user account. If I try running > guix pull > > As that user, I get the error: > > guix pull: error: could not find bootstrap binary 'guile-2.0.9.tar.xz' > for system 'x86_64-lin

Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'

2018-04-27 Thread Catonano
2018-04-27 16:48 GMT+02:00 Catonano : > > > 2018-04-16 1:19 GMT+02:00 Muto : > >> Guix on a foreign machine (Ubuntu) works just fine for every account >> except my main user account. If I try running >> guix pull >> >> As that user, I get the error: >> >> guix pull: error: could not find bootstrap

Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'

2018-04-27 Thread Melon
Thanks for the response! I just ended up removing my .guix-profile along with /var and /gnu and re-installing the package manager. I probably messed it up the first time I installed it. At least it's working now!

Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'

2018-04-27 Thread Catonano
2018-04-27 19:16 GMT+02:00 Melon : > Thanks for the response! > > I just ended up removing my .guix-profile along with /var and /gnu and > re-installing the package manager. > > I probably messed it up the first time I installed it. At least it's > working now mmm that's a bit more than I sugges

Re: Leveraging a GuixSD Host's store in vm-images

2018-04-27 Thread George myglc2 Clemmer
Hi Chris, Thank you for the comments ... On 04/27/2018 at 03:56 Chris Marusich writes: > George myglc2 Clemmer writes: > >> What is the best way to leverage a GuixSD host's store in vm-images? >> >> I am building Guix from Git on a GuixSD host and running vm-images on >> the GuixSD host and "fo

Re: Simple reconfigure

2018-04-27 Thread Chris Marusich
Hi Jone, Jone writes: > Hello! If I make little changes, like such: > was: > > (users (cons (user-account > (name "jone") > (comment "Jone") > (group "users") > (supplementary-groups '("wheel" "netdev" "audio" "video")) >