From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: mutt builds to fail on a barebones sytem Date: Thu, 14 Jul 2016 18:21:53 -0400 Message-ID: <20160714222153.GA12289@jasmine> References: <7tshvcb6b8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNp1F-00019F-EO for guix-devel@gnu.org; Thu, 14 Jul 2016 18:22:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNp1C-0008MF-8P for guix-devel@gnu.org; Thu, 14 Jul 2016 18:22:09 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:47243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNp1A-0008KR-43 for guix-devel@gnu.org; Thu, 14 Jul 2016 18:22:06 -0400 Content-Disposition: inline In-Reply-To: <7tshvcb6b8.fsf@gmail.com> 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: Carlos =?iso-8859-1?Q?S=E1nchez?= de La Lama Cc: guix-devel@gnu.org On Thu, Jul 14, 2016 at 05:14:19PM +0200, Carlos Sánchez de La Lama wrote: > 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: ‘mail’ > 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--- Strange, it works for me on GuixSD (where I don't have a 'mail' group) and also with Guix on Debian. Can you give some more information about your setup?