From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 07/07: gnu: emacs-ghub: Update to 3.2.0. Date: Thu, 10 Jan 2019 14:30:18 -0500 Message-ID: <87va2wia3e.fsf@netris.org> References: <20190109214312.21187.54045@vcs0.savannah.gnu.org> <20190109214315.1BE5121122@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghg3I-0004H1-Kg for guix-devel@gnu.org; Thu, 10 Jan 2019 14:31:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghg3H-00045u-CD for guix-devel@gnu.org; Thu, 10 Jan 2019 14:31:40 -0500 Received: from world.peace.net ([64.112.178.59]:42776) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghg3H-0003xl-8t for guix-devel@gnu.org; Thu, 10 Jan 2019 14:31:39 -0500 In-Reply-To: <20190109214315.1BE5121122@vcs0.savannah.gnu.org> (guix-commits's message of "Wed, 9 Jan 2019 16:43:15 -0500 (EST)") 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: Jelle Licht Cc: guix-devel@gnu.org Hi Jelle, guix-commits@gnu.org writes: > jlicht pushed a commit to branch master > in repository guix. > > commit b96f0e6ff9f8f36d250b5ae94a908272babb35cf > Author: Jelle Licht > Date: Sat Dec 29 14:55:19 2018 +0100 > > gnu: emacs-ghub: Update to 3.2.0. > > * gnu/packages/emacs.scm (emacs-ghub): Update to 3.2.0. > [source]: Use 'git-fetch'. > [propagated-inputs]: Add emacs-dash, emacs-graphql, > emacs-let-alist, emacs-treepy. This commit broke the 'emacs-magit' build: https://hydra.gnu.org/build/3332282 See below for an excerpt of the failed build log. Reverting the 'emacs-ghub' update fixes the problem. Can you take a look? Thanks, Mark --8<---------------cut here---------------start------------->8--- Compiling magit-log.el Compiling magit-wip.el Compiling magit-apply.el Compiling magit.el Compiling magit-status.el Compiling magit-refs.el Compiling magit-files.el Compiling magit-collab.el Compiling magit-reset.el Compiling magit-merge.el Compiling magit-tag.el Compiling magit-worktree.el In toplevel form: magit-files.el:33:1:Error: Cannot open load file: No such file or directory, graphql make[1]: *** [Makefile:65: magit-files.elc] Error 1 In toplevel form: magit-status.el:30:1:Error: Cannot open load file: No such file or directory, graphqlmake[1]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:65: magit-status.elc] Error 1 In toplevel form: magit-merge.el:30:1:Error: Cannot open load file: No such file or directory, graphql make[1]: *** [Makefile:65: magit-merge.elc] Error 1 In toplevel form: magit-collab.el:37:1:Error: Cannot open load file: No such file or directory, graphql make[1]: *** [Makefile:65: magit-collab.elc] Error 1 In toplevel form: magit-tag.el:30:1:Error: Cannot open load file: No such file or directory, graphql In toplevel form: magit-worktree.el:33:1:Error: Cannot open load file: No such file or directory, graphql make[1]: *** [Makefile:65: magit-worktree.elc] Error 1 make[1]: *** [Makefile:65: magit-tag.elc] Error 1 In toplevel form: magit-refs.el:30:1:Error: Cannot open load file: No such file or directory, graphql make[1]: *** [Makefile:65: magit-refs.elc] Error 1 In toplevel form: magit-reset.el:30:1:Error: Cannot open load file: No such file or directory, graphql make[1]: *** [Makefile:65: magit-reset.elc] Error 1 make[1]: Leaving directory '/tmp/guix-build-emacs-magit-2.13.0.drv-0/magit-2.13.0/lisp' make: *** [Makefile:72: lisp] Error 2 --8<---------------cut here---------------end--------------->8---