guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: weird errors


From: Catonano
Subject: Re: weird errors
Date: Sun, 14 Jan 2018 21:33:48 +0100

2018-01-14 17:45 GMT+01:00 Danny Milosavljevic <address@hidden>:
> So were the spaces the only problem ?

In https://gitlab.com/humanitiesNerd/guix-hacks/blob/trytonservice/gnu/services/trytond.scm , you don't invoke a shell (example: "sh", "bash", "csh" etc) so the "VARIABLE=VALUE" syntax will not be evaluated by the shell and the kernel will try to start a program called "VARIABLE=VALUE" instead.

So either (invoke "sh" "-c" "VARIABLE=VALUE trytond-admin ...") or just use setenv and then invoke trytond-admin directly.


Aahh I see now !

Ok, thank you

I won't fix it right now because it's late and I'm tired. But I'll take care of this in the coming days

Thanks !

reply via email to

[Prev in Thread] Current Thread [Next in Thread]