From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: guixbuild does not exist??? Date: Tue, 27 Feb 2018 16:44:40 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqhQt-0001Iv-4v for help-guix@gnu.org; Tue, 27 Feb 2018 10:44:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqhQq-0006iR-2u for help-guix@gnu.org; Tue, 27 Feb 2018 10:44:47 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50559) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eqhQp-0006gw-Qo for help-guix@gnu.org; Tue, 27 Feb 2018 10:44:44 -0500 Content-Language: en-US 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 Guixers, Today guix greeted me with a strange error message when I tried to install a package: guix package: error: build failed: the group `guixbuild' specified in `build-users-group' does not exist I call this strange because 1) The group exists, as do the users guixbuilder01 to guixbuilder10. 2) Guix has been working for quite a while on this machine, and nothing spectacular happened since the last use. 3) I cannot find any trace of this error message in the Guix source code. 4) The guix daemon is running without any sign of trouble. Any idea of what could be going wrong here? Konrad.