From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Our git just broke Date: Sat, 13 Aug 2016 19:28:53 +0200 Message-ID: <20160813172853.GA11381@thebird.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYckO-00006o-FO for guix-devel@gnu.org; Sat, 13 Aug 2016 13:29:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYckI-00031l-Sx for guix-devel@gnu.org; Sat, 13 Aug 2016 13:29:23 -0400 Received: from mail.thebird.nl ([95.154.246.10]:38175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYckI-00030f-NY for guix-devel@gnu.org; Sat, 13 Aug 2016 13:29:18 -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" Thanks Ben, I thought it was just me banging my head against the wall. Also gnutls does not pass it's tests on my system, nor does subversion. I went back in time to July 22nd. Building fine there. Pj. 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 > > Problem: > > $ ./pre-inst-env guix build git > > Backtrace: > > In ice-9/boot-9.scm: > > 2401: 19 [save-module-excursion # ice-9/boot-9.scm:4045:3 ()>] > > 4050: 18 [#] > 1724: 17 [%start-stack load-stack ...] > 1729: 16 [#] > In unknown file: > ?: 15 [primitive-load "/home/ben/git/guix/scripts/guix"] > In guix/ui.scm: > 1190: 14 [run-guix-command build "git"] > In ice-9/boot-9.scm: > 157: 13 [catch srfi-34 # ...] > 157: 12 [catch system-error ...] > In guix/scripts/build.scm: > 669: 11 [#] > 607: 10 [options->derivations # (# # # > # ...)] > In srfi/srfi-1.scm: > 646: 9 [append-map # guix/scripts/build.scm:607:16 (expr)> #] > 578: 8 [map # (expr)> (#)] > In guix/scripts/build.scm: > 612: 7 [# #] > In guix/packages.scm: > 749: 6 [cache! # # # ...] > 1053: 5 [thunk] > 985: 4 [bag->derivation # # #] > In srfi/srfi-1.scm: > 576: 3 [map # (t-1050355)> #] > In guix/packages.scm: > 809: 2 [expand-input # # # ...] > In guix/store.scm: > 1112: 1 [# args)> # # ...] > In unknown file: > ?: 0 [#f # "x86_64-linux" #f] > > ERROR: In procedure #f: > ERROR: Wrong type to apply: #f > > --