From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30298: core-updates: Failure to find the guixbuild group Date: Wed, 31 Jan 2018 23:52:23 +0100 Message-ID: <87k1vxr68o.fsf@gnu.org> References: <20180131025652.GA14550@jasmine.lan> <87tvv1r6vo.fsf@gnu.org> <20180131224913.GA29149@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eh1Fk-0000AI-R7 for bug-guix@gnu.org; Wed, 31 Jan 2018 17:53:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eh1FW-0003nb-Ok for bug-guix@gnu.org; Wed, 31 Jan 2018 17:53:16 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43718) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eh1FW-0003n9-L5 for bug-guix@gnu.org; Wed, 31 Jan 2018 17:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eh1FW-000217-D6 for bug-guix@gnu.org; Wed, 31 Jan 2018 17:53:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180131224913.GA29149@jasmine.lan> (Leo Famulari's message of "Wed, 31 Jan 2018 17:49:13 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 30298@debbugs.gnu.org Leo Famulari skribis: > On Wed, Jan 31, 2018 at 11:38:35PM +0100, Ludovic Court=C3=A8s wrote: >> I suppose it works if you start nscd on this Debian machine (as is the >> case on GuixSD), right? > > Yes, `apt-get install nscd` does everything necessary to set up and > start nscd, and then guix-daemon works. OK. (Note that running nscd is recommended anyway when using Guix on foreign distros anyway.) >> The question is why isn=E2=80=99t guix-daemon falling back to loading >> libnss_files and reading /etc/groups directly. >>=20 >> How is this guix-daemon built? What libc is it linked against? >> Does /etc/nsswitch.conf exist and what does it contain? > > This guix-daemon is based on core-updates commit 76ef53eb828 (gnu: > glslang: Update to commit b5b084624), on x86_64-linux. If you stop nscd again and =E2=80=9Cstrace -f=E2=80=9D guix-daemon entirely= , can you check if it ever tries to open libnss_*? Ludo=E2=80=99.