Discussion:
Help needed: Unable to run Guix after installation
Aakanksha Jain
2018-03-12 20:25:28 UTC
Permalink
I have completed the GNU Guix installation using this script
https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-install.sh

But while trying to run hello package, I get following error(image attached)

Someone on irc suggested installing nscd package. But its still not working.

What can be the resolve for this?
Gábor Boskovits
2018-03-13 14:59:25 UTC
Permalink
Post by Aakanksha Jain
I have completed the GNU Guix installation using this script
https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-install.sh
But while trying to run hello package, I get following error(image attached)
Someone on irc suggested installing nscd package. But its still not working.
What can be the resolve for this?
Hello could you please check if the group guixbuild really exists?
Ricardo Wurmus
2018-03-13 17:23:55 UTC
Permalink
Hi Aakanksha,
Post by Gábor Boskovits
Post by Aakanksha Jain
I have completed the GNU Guix installation using this script
https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-install.sh
But while trying to run hello package, I get following error(image attached)
Someone on irc suggested installing nscd package. But its still not working.
What can be the resolve for this?
Hello could you please check if the group guixbuild really exists?
The script should have created this group, but maybe there has been an
error? Did you see any error messages while running the script?

Either way, this group needs to be created – and the build users that
are assigned to this group.

If you want to do this manually, please take a look at these
instructions:

http://www.gnu.org/software/guix/manual/html_node/Build-Environment-Setup.html#Build-Environment-Setup

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
Leo Famulari
2018-03-15 14:55:59 UTC
Permalink
Post by Aakanksha Jain
I have completed the GNU Guix installation using this script
https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-install.sh
But while trying to run hello package, I get following error(image attached)
The error message is this:

guix package: error: build failed: the group `guixbuild' specificed in
`build-users-group' does not exist

What operating system are you using? I had the same problem on Debian.
Post by Aakanksha Jain
Someone on irc suggested installing nscd package. But its still not working.
How did you install the nscd package?
Post by Aakanksha Jain
What can be the resolve for this?
I think it is another case of <https://bugs.gnu.org/30298>. The
workaround is to install and use nscd, or to edit '/etc/nsswitch.conf',
as described here:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30298#17

Loading...