From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Our git just broke Date: Sat, 13 Aug 2016 09:07:29 -0400 Message-ID: <20160813130729.GA13976@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYYfE-0001jm-KH for guix-devel@gnu.org; Sat, 13 Aug 2016 09:07:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYYfA-00074U-Cw for guix-devel@gnu.org; Sat, 13 Aug 2016 09:07:47 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:44716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYYf9-00073u-6O for guix-devel@gnu.org; Sat, 13 Aug 2016 09:07:44 -0400 Content-Disposition: inline In-Reply-To: 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: Ben Woodcroft Cc: "guix-devel@gnu.org" On Sat, Aug 13, 2016 at 10:41:59PM +1000, Ben Woodcroft wrote: > Hi, > > I cannot currently build git on the master branch. I bisected and got to > this commit. I had a quick look but couldn't see what the problem was. The > new package builds fine. Can someone take a look please? > > > b3885778e8e438e8526a8ee9e96072fd00f5cae5 is the first bad commit > commit b3885778e8e438e8526a8ee9e96072fd00f5cae5 > Author: ng0 > Date: Wed Aug 10 10:04:29 2016 +0000 > > gnu: Add stagit. > > * gnu/packages/version-control.scm (stagit): New variable. > > Signed-off-by: Leo Famulari Oops! I've reverted the commit. The variable expat is defined twice. We need to change version-control.scm to use a license prefix rather than selecting licenses. ng0, will you update version-control.scm to use a license prefix and re-send an updated stagit patch?