From mboxrd@z Thu Jan 1 00:00:00 1970 From: csanchezdll@gmail.com (Carlos =?utf-8?Q?S=C3=A1nchez?= de La Lama) Subject: mutt builds to fail on a barebones sytem Date: Thu, 14 Jul 2016 17:14:19 +0200 Message-ID: <7tshvcb6b8.fsf@gmail.com> 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]:53123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNiLN-0005JO-5S for guix-devel@gnu.org; Thu, 14 Jul 2016 11:14:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNiLH-0007XX-47 for guix-devel@gnu.org; Thu, 14 Jul 2016 11:14:28 -0400 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:36824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNiLG-0007XQ-Sv for guix-devel@gnu.org; Thu, 14 Jul 2016 11:14:23 -0400 Received: by mail-wm0-x22c.google.com with SMTP id f126so70216619wma.1 for ; Thu, 14 Jul 2016 08:14:22 -0700 (PDT) Received: from boole (galileo.kdpof.com. [88.26.201.16]) by smtp.gmail.com with ESMTPSA id b203sm4280561wmh.20.2016.07.14.08.14.20 for (version=TLS1_1 cipher=AES128-SHA bits=128/128); Thu, 14 Jul 2016 08:14:21 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi all, in my new system (almost identical to the barebones template), mutt does not build: --8<---------------cut here---------------start------------->8--- $ guix package -i mutt ... chgrp: invalid group: =E2=80=98mail=E2=80=99 Can't fix mutt_dotlock's permissions! This is required to lockmailboxes in= the mail spool directory. Makefile:1337: recipe for target 'install-exec-hook' failed --8<---------------cut here---------------end--------------->8--- I have tried looking for a module which creates the mail group but I have not found it. Do I need to add "mail" to groups field on system definition? Or is it somehow automatically added it mutt is added at the system level? Thanks! Carlos