From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: guixbuild does not exist??? Date: Tue, 27 Feb 2018 20:59:01 +0100 Message-ID: References: <87vaeimmbg.fsf@elephly.net> 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]:40447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqlP1-0001fA-4M for help-guix@gnu.org; Tue, 27 Feb 2018 14:59:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqlOw-0000mM-I2 for help-guix@gnu.org; Tue, 27 Feb 2018 14:59:07 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:37909) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eqlOw-0000mB-CG for help-guix@gnu.org; Tue, 27 Feb 2018 14:59:02 -0500 In-Reply-To: <87vaeimmbg.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi Ricardo and Marius, Ricardo Wurmus writes: > I=E2=80=99m guessing that NSCD is not running. You might need it on some > systems. Marius Bakke writes: > This has to do with the recent update to glibc 2.26. It no longer > builds the "nss_compat" library, which causes problems on distributions > that only has 'compat' in /etc/nsswitch.conf. > > There is some discussion about it here: . > > The workaround is to either install 'nscd', or update nsswitch.conf to > include 'files' (or similar) as a fallback (for "group" in this case). Thanks to both of you for the crucial hint. After installing nscd, I can now again use Guix! Konrad.