From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Date: Wed, 14 Feb 2018 13:17:57 -0500 Message-ID: <877erfph9m.fsf@netris.org> References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> <876072koq0.fsf@elephly.net> <87wozgosxx.fsf@netris.org> <871shny0a1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1em1e5-0005za-Up for bug-guix@gnu.org; Wed, 14 Feb 2018 13:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1em1e2-0001EI-KM for bug-guix@gnu.org; Wed, 14 Feb 2018 13:19:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35241) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1em1e2-0001EC-GM for bug-guix@gnu.org; Wed, 14 Feb 2018 13:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1em1e2-0003lK-AM for bug-guix@gnu.org; Wed, 14 Feb 2018 13:19:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871shny0a1.fsf@gmail.com> (Alex Kost's message of "Wed, 14 Feb 2018 20:00:06 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Alex Kost Cc: 30434@debbugs.gnu.org Hi Alex, Alex Kost writes: > Mark H Weaver (2018-02-14 03:51 -0500) wrote: > >> Ricardo Wurmus writes: >>> I think it makes sense *not* to hardcode the path to the git executable >>> here. >> >> Agreed. Done, in commit 5fe9ba59ba1cea12a70d011aacbace52e3bfda18 on >> master and commit 317e8e9404058af35d9843e076934560f95d895a on >> core-updates. I'm closing this bug now. > > You didn't remove "git" from the inputs. I think it is not needed now. I removed it on my first attempt, but the build failed. See below. Mark --8<---------------cut here---------------start------------->8--- starting phase `build' Cannot open load file: No such file or directory, /tmp/guix-build-magit-2.11.0.drv-0/magit-2.11.0/magit-version.el make[1]: Entering directory '/tmp/guix-build-magit-2.11.0.drv-0/magit-2.11.0/Documentation' make[1]: Entering directory '/tmp/guix-build-magit-2.11.0.drv-0/magit-2.11.0/lisp' Cannot open load file: No such file or directory, /tmp/guix-build-magit-2.11.0.drv-0/magit-2.11.0/Documentation/magit-version.el Generating magit.info Compiling git-commit.el Compiling magit-popup.el Compiling magit-utils.el Generating magit-autoloads.el Generating magit-version.el Compiling magit-section.el Compiling magit-git.el Compiling magit-mode.el Compiling magit-margin.el Compiling magit-process.el Generating magit-popup.info Compiling magit-autorevert.el Compiling magit-core.el Compiling magit-diff.el Generating dir make[1]: Leaving directory '/tmp/guix-build-magit-2.11.0.drv-0/magit-2.11.0/Documentation' Compiling magit-repos.el Compiling magit-log.el Compiling magit-wip.el Compiling magit-apply.el Compiling magit.el Compiling magit-refs.el Compiling magit-status.el In toplevel form: magit-status.el:30:1:Error: Searching for program: No such file or directory, git make[1]: *** [Makefile:61: magit-status.elc] Error 1 make[1]: *** Waiting for unfinished jobs.... In toplevel form: magit-refs.el:30:1:Error: Searching for program: No such file or directory, git make[1]: *** [Makefile:61: magit-refs.elc] Error 1 make[1]: Leaving directory '/tmp/guix-build-magit-2.11.0.drv-0/magit-2.11.0/lisp' make: *** [Makefile:75: lisp] Error 2 phase `build' failed after 7.5 seconds --8<---------------cut here---------------end--------------->8---