Hi Ludo,
On Mon, 25 May 2020 09:43:36 +0200Ludovic Courtès <ludo@gnu.org> wrote:
Toggle quote (2 lines)
> OK, so “not-a-bug” from my perspective. :-)
Sure, buy maybe configure could check the guile-gcrypt version or something anderror out? :)
Toggle quote (9 lines)
> > $ which guix> > /usr/local/bin/guix> > $ ls -l /usr/local/bin/guix> > lrwxrwxrwx 1 root root 54 Mar 4 15:25 /usr/local/bin/guix -> /var/guix/profiles/per-user/root/current-guix/bin/guix> >> > Aha! That's different to Guix System, right? > > Yeah.
I mean especially that it doesn't use my regular user's guix (ever), as opposedto Guix System--where it does.
Toggle quote (5 lines)
> > I guess I could guix pull under root user, but that would hide these kind of> > usability bugs under the carpet :) > > ‘guix pull’ under the user you want
I don't think guix pull under non-root would help.
I've now added $HOME/.config/guix/current/bin to PATH in ~/.profile of theregular user manually--let's see.
Toggle quote (3 lines)
>, but you have to use a Guix that’s> recent enough to provide Guile-Gcrypt 0.2.0 or later. :-)
Thanks for checking :)
But it would be nice to have some kind of nicer error message, if that'spossible.