Hello,
sh...@muto.ca writes:
> The Guix daemon was active and enabled when I checked systemctl, and a
> daemon reload didn't work, either.
> A reboot seemed to do the trick, at least I was able to successfully
> run 'guix build guix' after that.
This means the ‘guix-daemon’ daemon works.
> But
On Thu, Mar 15, 2018 at 10:02:02PM +0100, Catonano wrote:
> after some time that I didn't try, I issued this command
>
> ~$ guix system vm ~/configs/vm-config-desktop.scm \
> >--image-size=10GB \
> >--share=$HOME/transit=/transit
>
>
> and I got
>
>
> Backtrace:
What is the output of
2018-03-16 15:57 GMT+01:00 Leo Famulari :
> On Thu, Mar 15, 2018 at 10:02:02PM +0100, Catonano wrote:
> > after some time that I didn't try, I issued this command
> >
> > ~$ guix system vm ~/configs/vm-config-desktop.scm \
> > >--image-size=10GB \
> > >--share=$HOME/transit=/transit
> >
>
2018-03-16 16:12 GMT+01:00 Catonano :
>
>
> 2018-03-16 15:57 GMT+01:00 Leo Famulari :
>
>> On Thu, Mar 15, 2018 at 10:02:02PM +0100, Catonano wrote:
>> > after some time that I didn't try, I issued this command
>> >
>> > ~$ guix system vm ~/configs/vm-config-desktop.scm \
>> > >--image-size=10
and from a checked out gix I get
~/projects/guix$ sudo ./pre-inst-env guix pull
guix pull: error: Guile-Git is missing but it is now required by 'guix
pull'.
Install it by running:
guix package -i guile-git
export
GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH
exp
Catonano writes:
> and from a checked out gix I get
>
> ~/projects/guix$ sudo ./pre-inst-env guix pull
> guix pull: error: Guile-Git is missing but it is now required by 'guix
> pull'.
> Install it by running:
>
> guix package -i guile-git
> export
> GUILE_LOAD_PATH=$HOME/.guix-profile/share/
2018-03-16 18:14 GMT+01:00 Marius Bakke :
> Catonano writes:
>
> > and from a checked out gix I get
> >
> > ~/projects/guix$ sudo ./pre-inst-env guix pull
> > guix pull: error: Guile-Git is missing but it is now required by 'guix
> > pull'.
> > Install it by running:
> >
> > guix package -i gui
2018-03-16 18:35 GMT+01:00 Catonano :
>
>
> 2018-03-16 18:14 GMT+01:00 Marius Bakke :
>
>> Catonano writes:
>>
>> > and from a checked out gix I get
>> >
>> > ~/projects/guix$ sudo ./pre-inst-env guix pull
>> > guix pull: error: Guile-Git is missing but it is now required by 'guix
>> > pull'.
>>
Ok, so in running
sudo -E guix ...
I had messed up my installation, so guix pull didn't work anymore
I think I fixed it now
guix pull ust worked, I reconfigured my system
but this still happens
$ ./pre-inst-env guix system vm ~/configs/vm-config-desktop.scm \
>--image-size=10GB \
>--s
Catonano writes:
> Ok, so in running
>
> sudo -E guix ...
>
> I had messed up my installation, so guix pull didn't work anymore
>
> I think I fixed it now
>
> guix pull ust worked, I reconfigured my system
>
> but this still happens
>
> $ ./pre-inst-env guix system vm ~/configs/vm-config-desktop.
2018-03-16 21:07 GMT+01:00 Marius Bakke :
> Catonano writes:
>
> > Ok, so in running
> >
> > sudo -E guix ...
> >
> > I had messed up my installation, so guix pull didn't work anymore
> >
> > I think I fixed it now
> >
> > guix pull ust worked, I reconfigured my system
> >
> > but this still happ
2018-03-16 21:38 GMT+01:00 Marius Bakke :
> Catonano writes:
>
> > ~$ guix system vm ~/configs/vm-config-desktop.scm \
> >>--image-size=10GB \
> >>--share=$HOME/transit=/transit
> > guix system: error: build failed: error parsing derivation
> > `/gnu/store/dp8ywhh22n8ixikqdvsb6w6qbn4iw899
Catonano writes:
> ~$ guix system vm ~/configs/vm-config-desktop.scm \
>>--image-size=10GB \
>>--share=$HOME/transit=/transit
> guix system: error: build failed: error parsing derivation
> `/gnu/store/dp8ywhh22n8ixikqdvsb6w6qbn4iw899-environment.drv': expected
> string `Derive(['
This is
On Fri, 16 Mar 2018 21:54:24 +0100
Catonano wrote:
> 2018-03-16 21:38 GMT+01:00 Marius Bakke :
>
> > Catonano writes:
> >
> > > ~$ guix system vm ~/configs/vm-config-desktop.scm \
> > >>--image-size=10GB \
> > >>--share=$HOME/transit=/transit
> > > guix system: error: build failed
Thank you for the advice, Oleg.
Creating a new user worked, if I cannot find an answer I can always
switch to a new account.
I removed ~/.cache/guix and it almost worked. I'm now getting a different
error when running 'guix pull':
guix pull: error: could not find bootstrap binary 'guile-2.0.9.ta
2018-03-16 23:20 GMT+01:00 Björn Höfling
:
> On Fri, 16 Mar 2018 21:54:24 +0100
> Catonano wrote:
>
> > 2018-03-16 21:38 GMT+01:00 Marius Bakke :
> >
> > > Catonano writes:
> > >
> > > > ~$ guix system vm ~/configs/vm-config-desktop.scm \
> > > >>--image-size=10GB \
> > > >>--share=$HOM
I'd like to define a password for my user in my conf.scm file
Because I don't want to be bothered with using passwd every time
In the manual I read that I have to use thhe Guile ""crypt" procedure
Which module should I import in my conf file in order to se that procedure ?
The guile manual does
Can I set up the keyboard layout and my system locale (Italian) for my
Gnome desktop in my conf.scm file ?
Otherwise I have to click around in every throaway virtual machine I create
in order to be able to use the desktop environment
Thanks
In a terminal I can issue this command
~$ info guix
and have the guuix manual pop up
In Emacs I can do
M-x info
but then I find myself in a general page, a sort of index and I have to
search through it in order to find the guix "link"
How can I end up in the Guix manual front page directly ev
19 matches
Mail list logo