From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 12 Feb 2018 12:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 30434@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15184400308622 (code B ref -1); Mon, 12 Feb 2018 12:54:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Feb 2018 12:53:50 +0000 Received: from localhost ([127.0.0.1]:38990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elDcD-0002F0-WC for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:50 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41037) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elDcC-0002El-4a for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elDc5-0005un-PB for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:42 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59286) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elDc5-0005tp-Jm for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elDc4-0007yG-1T for bug-guix@gnu.org; Mon, 12 Feb 2018 07:53:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elDbz-0005i5-25 for bug-guix@gnu.org; Mon, 12 Feb 2018 07:53:40 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21037) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elDby-0005gx-SC for bug-guix@gnu.org; Mon, 12 Feb 2018 07:53:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1518440004; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=695; bh=IcpnvWC1/WPlpJnfG4K6WqRdV1suBx9Hrzd6rYk2p2M=; b=JZ2E7JOalPMJ3OGRGwWYAM3bHAnGddTfIIsgzLX4CNvKsk23b1ZzjAbfEBhw9uPE AS7mQ64gdQ1ctNlQGTHhpIkfoy5grLeitVKz7FCKTLH2d+nQ3DqF4utTz7VqKALG+Ti IRUFJVEWo52vp0tpfDRmaXYuWMmgd8bIDz03I9WY= Received: from localhost (port-92-200-47-193.dynamic.qsc.de [92.200.47.193]) by mx.zohomail.com with SMTPS id 1518440004727579.34485621443; Mon, 12 Feb 2018 04:53:24 -0800 (PST) User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Mon, 12 Feb 2018 13:53:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <87lgfyl67x.fsf@elephly.net> X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) The default value for =E2=80=9Cmagit-git-executable=E2=80=9D (when magit is= installed via Guix) appears to be a store path, such as =E2=80=9C/gnu/store/l7g5r1c2i0bf3cd71g53ajy8khdcyidz-git-2.16.1/bin/git=E2= =80=9D. This means that when magit is used over TRAMP it will try to find the exact same git executable on the remote. Instead, magit should only look for =E2=80=9Cgit=E2=80=9D on the remote, no= t for the exact store location of a particular git executable. I could only use magit over TRAMP after setting =E2=80=9Cmagit-git-executab= le=E2=80=9D to =E2=80=9Cgit=E2=80=9D. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Alex Kost Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 12 Feb 2018 17:34:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ricardo Wurmus Cc: 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.151845680816494 (code B ref 30434); Mon, 12 Feb 2018 17:34:03 +0000 Received: (at 30434) by debbugs.gnu.org; 12 Feb 2018 17:33:28 +0000 Received: from localhost ([127.0.0.1]:39970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elHyq-0004Hy-60 for submit@debbugs.gnu.org; Mon, 12 Feb 2018 12:33:28 -0500 Received: from mail-lf0-f50.google.com ([209.85.215.50]:35350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elHyn-0004Hh-0E for 30434@debbugs.gnu.org; Mon, 12 Feb 2018 12:33:25 -0500 Received: by mail-lf0-f50.google.com with SMTP id a204so21476224lfa.2 for <30434@debbugs.gnu.org>; Mon, 12 Feb 2018 09:33:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=rvQNAIcdYkd6jcv7MN6OulHs47m3d2++IRRnOmeYnDs=; b=V5CQZ16Je1lnJMBZh6XCra884BOYgkINUXMcd7isM0yywMylK7yAMiZtBxacMs6pks U2dzvoYIQSTMRDw2YFieybo/+TR2iIaaNtk41W6ZVxwNH2iJA1ZQzFGI42h8MAi9lwzJ w8Ovg0GrtZT6wRULW9kyiIebAQZ0v3Aq544AXRRHMFUNxEJdNefDGkc2c1b+ISd89Yvf 6zhHtf5Eby5ZGNVGLYRCMJdJS/J5NVimjdBVAvf0Y9szWfuP9bzJhpB4v4O9pYzXM6yt fSspf/ksu7ql7DtzG6z96QD/krlKnkAu3NHg3tm/yRAHrVDjtZUXl+7R+0lXKoFNsDmb HhIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=rvQNAIcdYkd6jcv7MN6OulHs47m3d2++IRRnOmeYnDs=; b=onMNlcPU1r4IJahC+n2HQ3Dt+nmzAxSWXnGZEeUeSVkGKjlGMFI4r314YAc49YYCWW Q3ZUmg12L7kuV0ifOAyj+GMtiwtIF+/dc9c1uF2OB3k1E3LBgX9HTs5i43ygv8di/SOn PRoC81WeDRBZ1HJi4N9s13XI0ZtNJCxDNM7ZWtJOVS+ryMC9ptovSrcbtAlVgTC7fVLf 8IjptURa84/KbHEWAswEFNdSVyj/dGtmBHjudHX92Wtiepvlb+JRFjZaieLSVk7XHpj5 vxpZ0rp3xuIS56sOpTSMx38K0QIgHxLFVRkd9dEv/aDcF54R1RyYkoYxabSFn7mdiV/k RDsA== X-Gm-Message-State: APf1xPAb47XFPPiD/9ofiea0OCTh7HkIC9B4EdT5VtXwK9Bw7WQk64CQ ipBzM6O+RrZeyLnUwLrpZEkExA== X-Google-Smtp-Source: AH8x224eeCBjJVhq4ka22wAsMECBnC0pvK90X5KbCmO81GvJ3GqAd57w7CcsUPFdnRp1xHbRoGMcGA== X-Received: by 10.25.56.22 with SMTP id f22mr3651852lfa.109.1518456798744; Mon, 12 Feb 2018 09:33:18 -0800 (PST) Received: from leviafan ([217.107.194.21]) by smtp.gmail.com with ESMTPSA id z3sm411821ljb.71.2018.02.12.09.33.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 12 Feb 2018 09:33:18 -0800 (PST) From: Alex Kost References: <87lgfyl67x.fsf@elephly.net> Date: Mon, 12 Feb 2018 20:33:17 +0300 In-Reply-To: <87lgfyl67x.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 12 Feb 2018 13:53:22 +0100") Message-ID: <87mv0e2jvm.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Ricardo Wurmus (2018-02-12 13:53 +0100) wrote: > The default value for =E2=80=9Cmagit-git-executable=E2=80=9D (when magit = is installed > via Guix) appears to be a store path, such as > =E2=80=9C/gnu/store/l7g5r1c2i0bf3cd71g53ajy8khdcyidz-git-2.16.1/bin/git= =E2=80=9D. This > means that when magit is used over TRAMP it will try to find the exact > same git executable on the remote. > > Instead, magit should only look for =E2=80=9Cgit=E2=80=9D on the remote, = not for the > exact store location of a particular git executable. > > I could only use magit over TRAMP after setting =E2=80=9Cmagit-git-execut= able=E2=80=9D > to =E2=80=9Cgit=E2=80=9D. If people will agree that changing 'magit-git-executable' is not needed, then I think 'git' can be removed from the inputs as it is used just for that variable. P.S. I also use just "git" for 'magit-git-executable'. --=20 Alex From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 12 Feb 2018 19:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Alex Kost Cc: Ricardo Wurmus , 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.151846514228742 (code B ref 30434); Mon, 12 Feb 2018 19:53:02 +0000 Received: (at 30434) by debbugs.gnu.org; 12 Feb 2018 19:52:22 +0000 Received: from localhost ([127.0.0.1]:40066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elK9G-0007TW-8Z for submit@debbugs.gnu.org; Mon, 12 Feb 2018 14:52:22 -0500 Received: from world.peace.net ([50.252.239.5]:49910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elK9E-0007TH-Fs for 30434@debbugs.gnu.org; Mon, 12 Feb 2018 14:52:20 -0500 Received: from pool-72-93-28-59.bstnma.east.verizon.net ([72.93.28.59] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1elK98-0004FG-Fd; Mon, 12 Feb 2018 14:52:14 -0500 From: Mark H Weaver References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> Date: Mon, 12 Feb 2018 14:51:40 -0500 In-Reply-To: <87mv0e2jvm.fsf@gmail.com> (Alex Kost's message of "Mon, 12 Feb 2018 20:33:17 +0300") Message-ID: <87bmguq94j.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Alex Kost writes: > Ricardo Wurmus (2018-02-12 13:53 +0100) wrote: > >> The default value for =E2=80=9Cmagit-git-executable=E2=80=9D (when magit= is installed >> via Guix) appears to be a store path, such as >> =E2=80=9C/gnu/store/l7g5r1c2i0bf3cd71g53ajy8khdcyidz-git-2.16.1/bin/git= =E2=80=9D. This >> means that when magit is used over TRAMP it will try to find the exact >> same git executable on the remote. >> >> Instead, magit should only look for =E2=80=9Cgit=E2=80=9D on the remote,= not for the >> exact store location of a particular git executable. >> >> I could only use magit over TRAMP after setting =E2=80=9Cmagit-git-execu= table=E2=80=9D >> to =E2=80=9Cgit=E2=80=9D. > > If people will agree that changing 'magit-git-executable' is not needed, > then I think 'git' can be removed from the inputs as it is used just for > that variable. > > P.S. I also use just "git" for 'magit-git-executable'. That's fine with me. IIRC, I was the one who arranged to set 'magit-git-executable' to an absolute path in the store, but in retrospect I'm not sure it makes sense in this case, especially if it breaks TRAMP. Regards, Mark From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 13 Feb 2018 14:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Alex Kost Cc: 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.15185338837333 (code B ref 30434); Tue, 13 Feb 2018 14:59:02 +0000 Received: (at 30434) by debbugs.gnu.org; 13 Feb 2018 14:58:03 +0000 Received: from localhost ([127.0.0.1]:41607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elc1z-0001uD-5I for submit@debbugs.gnu.org; Tue, 13 Feb 2018 09:58:03 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elc1w-0001tn-Uj for 30434@debbugs.gnu.org; Tue, 13 Feb 2018 09:58:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1518462682; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=1334; bh=2GGuNFraL/UMZ5U3dBJNzngkZhz6OndFkbOYJY3yCC8=; b=OaAhuJM5gVx+kcr+uEoESp/rxBuFyOQSQCeP140LqQ4KfwLCJNHyYwmU3UmvzBve TlF5pWszwbtWrO9gG8bfXX2lJ5Bn5lR/JqIB+RwqugHOua8jG6y6daCPmdIyOqLZiPH gRIGcia/fxrVwNgNih0CgmxTNgI14wscm0f7tBxQ= Received: from localhost (port-92-200-47-193.dynamic.qsc.de [92.200.47.193]) by mx.zohomail.com with SMTPS id 1518462682446737.5092502719455; Mon, 12 Feb 2018 11:11:22 -0800 (PST) References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus In-reply-to: <87mv0e2jvm.fsf@gmail.com> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Mon, 12 Feb 2018 20:11:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <876072koq0.fsf@elephly.net> X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Alex Kost writes: > Ricardo Wurmus (2018-02-12 13:53 +0100) wrote: > >> The default value for =E2=80=9Cmagit-git-executable=E2=80=9D (when magit= is installed >> via Guix) appears to be a store path, such as >> =E2=80=9C/gnu/store/l7g5r1c2i0bf3cd71g53ajy8khdcyidz-git-2.16.1/bin/git= =E2=80=9D. This >> means that when magit is used over TRAMP it will try to find the exact >> same git executable on the remote. >> >> Instead, magit should only look for =E2=80=9Cgit=E2=80=9D on the remote,= not for the >> exact store location of a particular git executable. >> >> I could only use magit over TRAMP after setting =E2=80=9Cmagit-git-execu= table=E2=80=9D >> to =E2=80=9Cgit=E2=80=9D. > > If people will agree that changing 'magit-git-executable' is not needed, > then I think 'git' can be removed from the inputs as it is used just for > that variable. > > P.S. I also use just "git" for 'magit-git-executable'. It took me way too long to figure out that this was the cause. I played with TRAMP settings before that and only noticed that something was off when I looked at the verbose TRAMP debug logs. I think it makes sense *not* to hardcode the path to the git executable here. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From unknown Sun Jun 22 17:16:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ricardo Wurmus Subject: bug#30434: closed (Re: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP) Message-ID: References: <87wozgosxx.fsf@netris.org> <87lgfyl67x.fsf@elephly.net> X-Gnu-PR-Message: they-closed 30434 X-Gnu-PR-Package: guix Reply-To: 30434@debbugs.gnu.org Date: Wed, 14 Feb 2018 08:52:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1518598322-19843-1" This is a multi-part message in MIME format... ------------=_1518598322-19843-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #30434: magit won=E2=80=99t work over TRAMP which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 30434@debbugs.gnu.org. --=20 30434: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D30434 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1518598322-19843-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 30434-done) by debbugs.gnu.org; 14 Feb 2018 08:51:48 +0000 Received: from localhost ([127.0.0.1]:42132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elsn6-00059b-CV for submit@debbugs.gnu.org; Wed, 14 Feb 2018 03:51:48 -0500 Received: from world.peace.net ([50.252.239.5]:56642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elsn5-00059P-78 for 30434-done@debbugs.gnu.org; Wed, 14 Feb 2018 03:51:47 -0500 Received: from pool-72-93-28-59.bstnma.east.verizon.net ([72.93.28.59] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1elsmy-0002Ys-SC; Wed, 14 Feb 2018 03:51:40 -0500 From: Mark H Weaver To: Ricardo Wurmus Subject: Re: bug#30434: magit =?utf-8?Q?won=E2=80=99t?= work over TRAMP References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> <876072koq0.fsf@elephly.net> Date: Wed, 14 Feb 2018 03:51:06 -0500 In-Reply-To: <876072koq0.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 12 Feb 2018 20:11:19 +0100") Message-ID: <87wozgosxx.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 30434-done Cc: Alex Kost , 30434-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) 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. Thanks, Mark ------------=_1518598322-19843-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Feb 2018 12:53:50 +0000 Received: from localhost ([127.0.0.1]:38990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elDcD-0002F0-WC for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:50 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41037) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elDcC-0002El-4a for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elDc5-0005un-PB for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:42 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59286) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elDc5-0005tp-Jm for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elDc4-0007yG-1T for bug-guix@gnu.org; Mon, 12 Feb 2018 07:53:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elDbz-0005i5-25 for bug-guix@gnu.org; Mon, 12 Feb 2018 07:53:40 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21037) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elDby-0005gx-SC for bug-guix@gnu.org; Mon, 12 Feb 2018 07:53:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1518440004; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=695; bh=IcpnvWC1/WPlpJnfG4K6WqRdV1suBx9Hrzd6rYk2p2M=; b=JZ2E7JOalPMJ3OGRGwWYAM3bHAnGddTfIIsgzLX4CNvKsk23b1ZzjAbfEBhw9uPE AS7mQ64gdQ1ctNlQGTHhpIkfoy5grLeitVKz7FCKTLH2d+nQ3DqF4utTz7VqKALG+Ti IRUFJVEWo52vp0tpfDRmaXYuWMmgd8bIDz03I9WY= Received: from localhost (port-92-200-47-193.dynamic.qsc.de [92.200.47.193]) by mx.zohomail.com with SMTPS id 1518440004727579.34485621443; Mon, 12 Feb 2018 04:53:24 -0800 (PST) User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus To: bug-guix@gnu.org Subject: magit =?utf-8?Q?won=E2=80=99t?= work over TRAMP X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Mon, 12 Feb 2018 13:53:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <87lgfyl67x.fsf@elephly.net> X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) The default value for =E2=80=9Cmagit-git-executable=E2=80=9D (when magit is= installed via Guix) appears to be a store path, such as =E2=80=9C/gnu/store/l7g5r1c2i0bf3cd71g53ajy8khdcyidz-git-2.16.1/bin/git=E2= =80=9D. This means that when magit is used over TRAMP it will try to find the exact same git executable on the remote. Instead, magit should only look for =E2=80=9Cgit=E2=80=9D on the remote, no= t for the exact store location of a particular git executable. I could only use magit over TRAMP after setting =E2=80=9Cmagit-git-executab= le=E2=80=9D to =E2=80=9Cgit=E2=80=9D. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net ------------=_1518598322-19843-1-- From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Alex Kost Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 14 Feb 2018 17:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 30434@debbugs.gnu.org Cc: rekado@elephly.net, mhw@netris.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.15186276147437 (code B ref 30434); Wed, 14 Feb 2018 17:01:02 +0000 Received: (at 30434) by debbugs.gnu.org; 14 Feb 2018 17:00:14 +0000 Received: from localhost ([127.0.0.1]:43079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1em0Pm-0001vt-6f for submit@debbugs.gnu.org; Wed, 14 Feb 2018 12:00:14 -0500 Received: from mail-lf0-f44.google.com ([209.85.215.44]:36327) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1em0Pk-0001vf-NN for 30434@debbugs.gnu.org; Wed, 14 Feb 2018 12:00:13 -0500 Received: by mail-lf0-f44.google.com with SMTP id t79so30403925lfe.3 for <30434@debbugs.gnu.org>; Wed, 14 Feb 2018 09:00:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=dfb3WoHeQJ2fkAMTnUP6OeJtDwflzM5tjxVKS4j9FZ8=; b=Oju23DnCtuhfswDQUOGGsRpDe5i8MUfw8raA5explU1BrlriVQK7jLUXBGL9+1n1/D DJSxr/B7LXBdK+QcCmRSvsmC5nmUTY9Sgfmx0dEd4KSFGXbas600dKeVoIlB0JUOEmp0 DshFYGvhC98o5cyF97BrU45YnjGVdJT8Pc11pKSaZiZ2t4U+o6ckZE6hl65QBPktPTPt 5OeJ/XFuA/zBu8z2OJdClTj7rnuDg/l26JW28v667XMlZYK53KtiHTfdS9K6TrgQ/6i4 GACEa+xRbBI8rAscLH7/YOVOE6eaVS66WrW9JAYmidXdlLqNU5eta9LCUjESeD39Jupx qIBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=dfb3WoHeQJ2fkAMTnUP6OeJtDwflzM5tjxVKS4j9FZ8=; b=BNgyTSBlw4nyk7RzR7asUi+JA5mXNWJzU6CX4z6Y/h96KDlSPmnlqx4UmAlnAkItxX 0B1QvqILyN1WhHiP3MWFNX1PQzsYJP4N0g2/g5M6Yy15l+Cn0Qn1R6Fcoe0hq5SrXP5a o79uZRxI98qwFCBJzCGdYGUhqQlgEFPfKp35rhtBX+FsaPXp3gPnts0Fp9aH1kDDY0+0 Sf7Xr+qdkeAy9mDECRT1eGlKQ7HK7s0LDi0oTfl0dnpMlWNJABOeEXKx6FY7Ra3gRSo0 bdnpqLbsaNBikOeXNuIodgT91ULWz/6ZCC9oXClfnMU+MpUWGXq+reXOb+A2pg6xZeSB jpfg== X-Gm-Message-State: APf1xPDMe050ctuivzfGZ8rw/L9T82ZQbnsNnwl5XhFBHNP5nSLDmZxL Y4tavCXmmlsQHsEaxOqKLCL4Kw== X-Google-Smtp-Source: AH8x224y0tbYlGfa3mIE871fP4/7OZ1x87bgxpjilA4TKr43m83VO2vEG+XH4zQZyXCu3l2ItmaMXA== X-Received: by 10.25.24.37 with SMTP id o37mr4111157lfi.88.1518627606532; Wed, 14 Feb 2018 09:00:06 -0800 (PST) Received: from leviafan ([217.107.194.18]) by smtp.gmail.com with ESMTPSA id a3sm1043616ljd.80.2018.02.14.09.00.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 14 Feb 2018 09:00:05 -0800 (PST) From: Alex Kost References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> <876072koq0.fsf@elephly.net> <87wozgosxx.fsf@netris.org> Date: Wed, 14 Feb 2018 20:00:06 +0300 In-Reply-To: <87wozgosxx.fsf@netris.org> (Mark H. Weaver's message of "Wed, 14 Feb 2018 03:51:06 -0500") Message-ID: <871shny0a1.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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. -- Alex From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 14 Feb 2018 18:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Alex Kost Cc: rekado@elephly.net, 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.151863231914427 (code B ref 30434); Wed, 14 Feb 2018 18:19:02 +0000 Received: (at 30434) by debbugs.gnu.org; 14 Feb 2018 18:18:39 +0000 Received: from localhost ([127.0.0.1]:43138 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1em1df-0003kd-BY for submit@debbugs.gnu.org; Wed, 14 Feb 2018 13:18:39 -0500 Received: from world.peace.net ([50.252.239.5]:58498) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1em1de-0003kQ-38 for 30434@debbugs.gnu.org; Wed, 14 Feb 2018 13:18:38 -0500 Received: from pool-72-93-28-59.bstnma.east.verizon.net ([72.93.28.59] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1em1dY-0006mQ-0d; Wed, 14 Feb 2018 13:18:32 -0500 From: Mark H Weaver References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> <876072koq0.fsf@elephly.net> <87wozgosxx.fsf@netris.org> <871shny0a1.fsf@gmail.com> Date: Wed, 14 Feb 2018 13:17:57 -0500 In-Reply-To: <871shny0a1.fsf@gmail.com> (Alex Kost's message of "Wed, 14 Feb 2018 20:00:06 +0300") Message-ID: <877erfph9m.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) 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--- From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Alex Kost Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 15 Feb 2018 19:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mark H Weaver Cc: rekado@elephly.net, 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.151872354321034 (code B ref 30434); Thu, 15 Feb 2018 19:40:02 +0000 Received: (at 30434) by debbugs.gnu.org; 15 Feb 2018 19:39:03 +0000 Received: from localhost ([127.0.0.1]:45132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emPN0-0005TC-Nf for submit@debbugs.gnu.org; Thu, 15 Feb 2018 14:39:02 -0500 Received: from mail-lf0-f43.google.com ([209.85.215.43]:37667) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emPMy-0005Sj-R4 for 30434@debbugs.gnu.org; Thu, 15 Feb 2018 14:39:01 -0500 Received: by mail-lf0-f43.google.com with SMTP id f137so1105303lfe.4 for <30434@debbugs.gnu.org>; Thu, 15 Feb 2018 11:39:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=ePhPkN+y027ubK9v0uCn5Fnzt3Edujk2Gy96O4ga8i8=; b=G9qXNdKxvvZjTFQrcW+5JpGS3KGpOy84drB9FkPdQ9PaiuVcFayIhU/BpNABdva4LQ NB16GahnqxVxEYnBiwhbKl6dgjheNYeJt7iB/ut2yGVFN6KEk570LNQUha6o+e7XfNS7 ddyzXohJGjQj65UVL9I1g+TSVrbPFCTg45zyd5Sjur/0y9Eb1ljA/65rPRVMAs39Kop3 P3TDeMuTvrZBVf9mL/466fGDorhEFCsVTpZT3VCV05c7yVlmpA+UkJWdgP8fUbmiNWrP 3wZbQkDkni3cnHl7Z+eofvcCj4o+Y2CwiMSJkzmb4p0QWXBUAxBiVud0DSVUkY/tGyKt QREg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=ePhPkN+y027ubK9v0uCn5Fnzt3Edujk2Gy96O4ga8i8=; b=T6+o0ud+sQCGpe+lq34cK/v+J9hTlZ0rc7Bm2jH54xkoEp1m4qv4l5Ox+SJ7rx8Z+L 1bo/0lTCXDsewm0og07k4a4B8POfi/t4pcpO7ksugHeCJ36zc2YdkUZMLLyMFrdaK5qn ZzgAKZxjs9Fn2/onDJA3jwVdxQ/qNSrvNk+Yo6ZmAeWAA+ob4obM1kzz554ioVqMCkZw nyOjAGVtyg4TRwThUCmluW4QiK9C6P+J5BVkGhlkLL7nLNuppG3Ropvd8PdutQm9ETkC +FNt4g+bpH/5SUjpPcI7sZaRO7ybdYYnB1fvqRKXMwBBhtLLmEKjA1EPQQaW/naTre/l Ce1Q== X-Gm-Message-State: APf1xPA9P7nMztV1dHn0KD8fvnJw0kHoLRkBqlxFCYLf/2ovR5h7V403 j3HVgfh6huW6yg/rmnxfDvbGAQ== X-Google-Smtp-Source: AH8x224nm9CAyq82LigS4NEvH5vM3nQ1kttgHX49azKvOaGNv7rCim/JuivWQqh7HDjk0FxaK6zJRg== X-Received: by 10.46.44.21 with SMTP id s21mr2578078ljs.117.1518723534819; Thu, 15 Feb 2018 11:38:54 -0800 (PST) Received: from leviafan ([217.107.194.19]) by smtp.gmail.com with ESMTPSA id 5sm2654187lfp.17.2018.02.15.11.38.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 15 Feb 2018 11:38:54 -0800 (PST) From: Alex Kost References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> <876072koq0.fsf@elephly.net> <87wozgosxx.fsf@netris.org> <871shny0a1.fsf@gmail.com> <877erfph9m.fsf@netris.org> Date: Thu, 15 Feb 2018 22:38:56 +0300 In-Reply-To: <877erfph9m.fsf@netris.org> (Mark H. Weaver's message of "Wed, 14 Feb 2018 13:17:57 -0500") Message-ID: <87po56avqn.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Mark H Weaver (2018-02-14 13:17 -0500) wrote: > 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. Oh, right, sorry. I use my own package for magit and it dosn't require git input, so I thought that the original guix package also doesn't need it. Sorry for the confusion :-) -- Alex From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 16 Feb 2018 09:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Alex Kost Cc: rekado@elephly.net, 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.151877221921511 (code B ref 30434); Fri, 16 Feb 2018 09:11:02 +0000 Received: (at 30434) by debbugs.gnu.org; 16 Feb 2018 09:10:19 +0000 Received: from localhost ([127.0.0.1]:45616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emc27-0005at-D6 for submit@debbugs.gnu.org; Fri, 16 Feb 2018 04:10:19 -0500 Received: from world.peace.net ([50.252.239.5]:37392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emc25-0005ae-TN for 30434@debbugs.gnu.org; Fri, 16 Feb 2018 04:10:18 -0500 Received: from pool-72-93-29-96.bstnma.east.verizon.net ([72.93.29.96] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1emc20-0004eT-4G; Fri, 16 Feb 2018 04:10:12 -0500 From: Mark H Weaver References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> <876072koq0.fsf@elephly.net> <87wozgosxx.fsf@netris.org> <871shny0a1.fsf@gmail.com> <877erfph9m.fsf@netris.org> <87po56avqn.fsf@gmail.com> Date: Fri, 16 Feb 2018 04:09:38 -0500 In-Reply-To: <87po56avqn.fsf@gmail.com> (Alex Kost's message of "Thu, 15 Feb 2018 22:38:56 +0300") Message-ID: <873721mhbh.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Alex Kost writes: > Mark H Weaver (2018-02-14 13:17 -0500) wrote: > >> Alex Kost writes: >> >>> 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. > > Oh, right, sorry. I use my own package for magit and it dosn't require > git input, so I thought that the original guix package also doesn't need > it. Sorry for the confusion :-) How does your own magit package avoid requiring git as an input? I'd be curious to see the diff between your package definition and ours. Mark From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Alex Kost Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 16 Feb 2018 16:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mark H Weaver Cc: 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.151880020332213 (code B ref 30434); Fri, 16 Feb 2018 16:57:01 +0000 Received: (at 30434) by debbugs.gnu.org; 16 Feb 2018 16:56:43 +0000 Received: from localhost ([127.0.0.1]:47138 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emjJS-0008NV-VD for submit@debbugs.gnu.org; Fri, 16 Feb 2018 11:56:43 -0500 Received: from mail-lf0-f51.google.com ([209.85.215.51]:40279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emjJR-0008NI-SI for 30434@debbugs.gnu.org; Fri, 16 Feb 2018 11:56:42 -0500 Received: by mail-lf0-f51.google.com with SMTP id 37so4896523lfs.7 for <30434@debbugs.gnu.org>; Fri, 16 Feb 2018 08:56:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=CYTEWdczS2GjOODcwbIhfzIuyRJmGyQuU6+p5pWrifw=; b=UypMY4P+8NAThN3kio6DKeMbo/kDlWFDvGc4Ii42MGg0gN8UJtXN5+mPgrWFBsoye0 PmpYAV0PQgCiy/nuJtFixlcQbj7EzBCWkqc2Zs2hDj+iicpCk9sobgZH2D04xzsGgWwV z62gu/ukbJq36jfRc/GBbgeTh/khNa0d5xMdaibKvQ4LYoeTafIPZ5ZsAOyk8MyjM3Zi Gln5c37Yx3R0CZ5Iu+O2YxsCeSGPAQIxDPIsAVTyXg6QoEQM6XH9wiJAtmjYac70gI7L 8k61H6r9yinjYp4/Tg5N/vWSP/0g8SK+cQCdcIAY67I8s570I7/TWE9v8u1UfDnRZH4Z 1HTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=CYTEWdczS2GjOODcwbIhfzIuyRJmGyQuU6+p5pWrifw=; b=bIbLaXaqZ7EmVcurHdtzIkRDRYDzcMKVV6MPV9drLBcIopQ1mnw89eVgJJ/eTUGu0u K/tv6tk+X7Q1sTAESWhwPxqhPr6OAKFslIPa11LDhDZjBQ34JEXQ7QpdYf2obD1mZ91x QrOwkUGw24t/jsT4mLXNBv/wVSA6u9XvD1nukJ/XGTNYj6xL40KjsWVNIpug+qtHL/E/ Ih0VvwFc6oLXoOp1H/mVAii16GsAdnyLqIIs+P015LK0KbY3Mti8aTW77lUUU9v8sEE+ 7uABFrQC2+xQfR21DHamnwlDZW8OGfJMApn944wd33ULRnrKn5aGvQfOKZ6XXU6PrYLP wpqg== X-Gm-Message-State: APf1xPB39ONDO1A1z0aKjULKRfdKvs8zHeWGhkWLcYllLTML/Fjq5Xll GJbmvuJ8Ljbf07wHDdwVBxjMbQ== X-Google-Smtp-Source: AH8x224LC4tLTWg6VANaxfEFcCPXhhxgEE9JLmVA1czkul3e8wLQ9cYPLeu2l7nJQu+2Yszv+9/KDQ== X-Received: by 10.25.74.205 with SMTP id x196mr4919047lfa.46.1518800195492; Fri, 16 Feb 2018 08:56:35 -0800 (PST) Received: from leviafan ([217.107.194.6]) by smtp.gmail.com with ESMTPSA id q77sm3123812lfd.23.2018.02.16.08.56.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 16 Feb 2018 08:56:34 -0800 (PST) From: Alex Kost References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> <876072koq0.fsf@elephly.net> <87wozgosxx.fsf@netris.org> <871shny0a1.fsf@gmail.com> <877erfph9m.fsf@netris.org> <87po56avqn.fsf@gmail.com> <873721mhbh.fsf@netris.org> Date: Fri, 16 Feb 2018 19:56:36 +0300 In-Reply-To: <873721mhbh.fsf@netris.org> (Mark H. Weaver's message of "Fri, 16 Feb 2018 04:09:38 -0500") Message-ID: <874lmg6fgb.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain Mark H Weaver (2018-02-16 04:09 -0500) wrote: > Alex Kost writes: > >> Mark H Weaver (2018-02-14 13:17 -0500) wrote: >> >>> Alex Kost writes: >>> >>>> 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. >> >> Oh, right, sorry. I use my own package for magit and it dosn't require >> git input, so I thought that the original guix package also doesn't need >> it. Sorry for the confusion :-) > > How does your own magit package avoid requiring git as an input? I'd be > curious to see the diff between your package definition and ours. My version of magit is attached. Actually this problem (requiring git during compilation) was introduced occasionally in Magit 2.11.0 and was fixed soon after that, so "git" input will not be needed in the next release. If you want more details, tarsius (the maintainer of Magit) added some code to bring attention for his fundraising campaign: https://github.com/magit/magit/commit/bf71241122e1a0bf707913c87493214ceb12f588 Then he made a release (2.11.0), but that commit introduced the compilation fail if git wasn't available at compile-time. This was fixed right after the release (at the same day): https://github.com/magit/magit/commit/20ebb99a1dda085dfde99bf26d4d8a52fba51bcf Finally the campaign code was removed 2 weeks later: https://github.com/magit/magit/commit/4a9d9e59806735100b5d20a8be32defefb659a33 --=-=-= Content-Type: text/x-scheme Content-Disposition: attachment; filename=my-magit.scm (define-public my-emacs-magit (package (inherit magit) (name "my-emacs-magit") (arguments (substitute-keyword-arguments (package-arguments magit) ((#:phases phases) `(modify-phases ,phases (replace 'patch-exec-paths (lambda _ (with-directory-excursion "lisp" ;; "magit.el" calls 'magit-startup-asserts' and ;; 'magit-version' functions in the top level. I don't ;; need it at all. (emacs-batch-edit-file "magit.el" `(progn (goto-char (point-min)) (re-search-forward "(if after-init-time") (up-list -1) (kill-sexp) (basic-save-buffer))) (emacs-substitute-variables "magit-git.el" ("magit-git-executable" "git")) ;; XXX Campaign header was introduced in Magit 2.11.0 ;; and will be removed in the next release: ;; ;; https://github.com/magit/magit/commit/bf71241122e1a0bf707913c87493214ceb12f588 ;; https://github.com/magit/magit/commit/4a9d9e59806735100b5d20a8be32defefb659a33 ;; ;; Change the value of 'magit-hide-campaign-header' ;; variable since it calls 'git' during initializing. (emacs-substitute-variables "magit-status.el" ("magit-hide-campaign-header" 't)) #t))))))) (inputs '()) (synopsis (string-append (package-synopsis magit) " (without git dependency)")))) --=-=-=-- From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 16 Feb 2018 19:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Alex Kost Cc: 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.151880769111699 (code B ref 30434); Fri, 16 Feb 2018 19:02:01 +0000 Received: (at 30434) by debbugs.gnu.org; 16 Feb 2018 19:01:31 +0000 Received: from localhost ([127.0.0.1]:47199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emlGF-00032d-9v for submit@debbugs.gnu.org; Fri, 16 Feb 2018 14:01:31 -0500 Received: from world.peace.net ([50.252.239.5]:39124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emlGD-00032R-L2 for 30434@debbugs.gnu.org; Fri, 16 Feb 2018 14:01:29 -0500 Received: from pool-72-93-29-96.bstnma.east.verizon.net ([72.93.29.96] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1emlG7-0007GK-Gk; Fri, 16 Feb 2018 14:01:23 -0500 From: Mark H Weaver References: <87lgfyl67x.fsf@elephly.net> <87mv0e2jvm.fsf@gmail.com> <876072koq0.fsf@elephly.net> <87wozgosxx.fsf@netris.org> <871shny0a1.fsf@gmail.com> <877erfph9m.fsf@netris.org> <87po56avqn.fsf@gmail.com> <873721mhbh.fsf@netris.org> <874lmg6fgb.fsf@gmail.com> Date: Fri, 16 Feb 2018 14:00:50 -0500 In-Reply-To: <874lmg6fgb.fsf@gmail.com> (Alex Kost's message of "Fri, 16 Feb 2018 19:56:36 +0300") Message-ID: <87eflklpy5.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Hi Alex, Alex Kost writes: > Mark H Weaver (2018-02-16 04:09 -0500) wrote: > >> How does your own magit package avoid requiring git as an input? I'd be >> curious to see the diff between your package definition and ours. > > My version of magit is attached. Actually this problem (requiring git > during compilation) was introduced occasionally in Magit 2.11.0 and was > fixed soon after that, so "git" input will not be needed in the next > release. > > If you want more details, tarsius (the maintainer of Magit) added some > code to bring attention for his fundraising campaign: > > https://github.com/magit/magit/commit/bf71241122e1a0bf707913c87493214ceb12f588 Thanks for interesting details, and for your modified 'magit' package recipe. Having looked it over, I'm inclined to leave our 'magit' package as it is now. It's a very quick build, and also a leaf package (except for 'magit-svn'), so I don't see much practical benefit to removing 'git' as an input. Other opinions welcome :) Mark From debbugs-submit-bounces@debbugs.gnu.org Wed May 18 09:36:05 2022 Received: (at control) by debbugs.gnu.org; 18 May 2022 13:36:05 +0000 Received: from localhost ([127.0.0.1]:59494 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nrJqP-0006e6-B3 for submit@debbugs.gnu.org; Wed, 18 May 2022 09:36:05 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:60736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nrJqN-0006dx-JS for control@debbugs.gnu.org; Wed, 18 May 2022 09:36:03 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by xavier.telenet-ops.be with bizsmtp id YDc22700M4UW6Th01Dc2oQ; Wed, 18 May 2022 15:36:02 +0200 Message-ID: <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> Subject: Re: Archived problem report bug#30434 (magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP) From: Maxime Devos To: control@debbugs.gnu.org Date: Wed, 18 May 2022 15:36:02 +0200 In-Reply-To: References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-KsZS7CTDgwycYA5O5pcO" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1652880962; bh=cKw4yiRxdolNdYhPXj9UvGGsNV8tm19jcAHFBubf/BU=; h=Subject:From:To:Date:In-Reply-To:References; b=Ef3sMAZzYueADuq3Md8A1nqIk1fAMIFVoCd8rm0SHQlDmRadxscBq0uhV73WD37zF zymHG1b1km78bGGwdVfGFAkHYL8hWX3L0tF+3KchFtTKYZupg54ou/YHquPqRY2sqF GVzmDz4M0yzlloE0TPlqkJXPzEdKTireIBwTUYR3HM4VMN7q+948C4CGBJCPw3Li+5 L42+64pU5MHu+pHH0XiejUnUYDYHshnMk22sgRE5v39izdZuv4IsivKk+XpACRQi0W VwoariOfgoNQ55Mny/e8awaXagle1EpN6MY1qMj50sejReCblFRX9oUwWS0d4EocYA 2MqoqkBRy5z1Q== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-KsZS7CTDgwycYA5O5pcO Content-Type: text/plain Content-Transfer-Encoding: quoted-printable unarchive 30434 reopen 30434 thanks --=-KsZS7CTDgwycYA5O5pcO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYoT2QhccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lQ1AQCOb+crMXrPng1PpUFm2GtiJAio jQLpGf6HIO90ixSmYAEA85ZY/XxHsRDDGp+x1f28SqVS+FgJ9j/ejl2EWp3bmgI= =ldjz -----END PGP SIGNATURE----- --=-KsZS7CTDgwycYA5O5pcO-- From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 13 Jul 2022 12:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxime Devos Cc: 30434@debbugs.gnu.org, control@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.165771682116866 (code B ref 30434); Wed, 13 Jul 2022 12:54:02 +0000 Received: (at 30434) by debbugs.gnu.org; 13 Jul 2022 12:53:41 +0000 Received: from localhost ([127.0.0.1]:44956 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBbs5-0004Nx-Ag for submit@debbugs.gnu.org; Wed, 13 Jul 2022 08:53:41 -0400 Received: from mail-qk1-f170.google.com ([209.85.222.170]:39566) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBbs4-0004Nh-6U; Wed, 13 Jul 2022 08:53:40 -0400 Received: by mail-qk1-f170.google.com with SMTP id o26so8489073qkl.6; Wed, 13 Jul 2022 05:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=wQ8GEC9IzFS+J7vERwg+aHFZmK85LG1XbD34c3QQNSg=; b=BOg4IVFAUERof4HzfkpqcGy0aU6vbhjgBRbZeEUwd/V0b1UkCx3DtjDzOKf3kmpud+ 1w0qFtIz848sRHZ9KhK+buRbYKsG4D32KpbsKvA+NyCsXdMvYdT+Am/fibKplQbHV66n sSO2POzSRKIWkAauhrwEEn9fcMug2HO9gpnjgkL+N0j9zOtbprt1lqwxMBwiM4QpQXuA WnVqqyI5FxqrVrnPdqT8ez51inDeZ2KyRnarr10KYI2nzUhf9azcZoxbOmkobkmJ3/+j Xq1L4DhU+yb9whzUWALbYUx8rklJTkXLHJhzDrVQsifD5N1ca73QT6YQTqFbeNhMk0oC OY5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=wQ8GEC9IzFS+J7vERwg+aHFZmK85LG1XbD34c3QQNSg=; b=GOUnxzu+X/4CT2jVlwV+OH+y7M4UMwSOnayw6YfKedgM63d+2TfOgG3/SDwAHjU+4H pCOi+NRFJOFVDA6c0fzQr1ZO3jB8EsFv06+0n2ZUrXQGCH8JTar+6OiQ/5Ov045b//Ef cl21l9uqoFnge50P1DEjQQiYIUGo1CUNNdXE4QvWBJTM2Hu2GW0HO4Uh1xyVj1okZaRj sC9JEnNiUbwacPm/6qh7eTmW9EST5BkLxSOarkL3Kj/Sg3H2HlkoiDl/4ozB7wYcjnOi o2q5F+woN6F8L8wa/nxqu25f/JyeZ2yE7MXRrVPoi5pRJdRsvcLtWBZ21sWlmT/XLLme L/Kg== X-Gm-Message-State: AJIora/HR13U3isy8AVWuSepzrZaVRCsYfiVgc3LaZ3cO7sBwnUkjfAq wuiFBtzN02eaiqfoG8jDpYzTpfzbpJ4TtgH8 X-Google-Smtp-Source: AGRyM1vrToNRUKSafamTSkalGIZ1fQ7CaSURBM1Y7tI7NVwuPwEzXaRJ0DjQ3oNV416A/6qGE5JUZg== X-Received: by 2002:a05:620a:24d0:b0:6b5:a638:3bc8 with SMTP id m16-20020a05620a24d000b006b5a6383bc8mr2220894qkn.101.1657716814494; Wed, 13 Jul 2022 05:53:34 -0700 (PDT) Received: from hurd (dsl-10-133-49.b2b2c.ca. [72.10.133.49]) by smtp.gmail.com with ESMTPSA id br15-20020a05620a460f00b006af290182c8sm11478211qkb.86.2022.07.13.05.53.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 05:53:34 -0700 (PDT) From: Maxim Cournoyer References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> Date: Wed, 13 Jul 2022 08:53:33 -0400 In-Reply-To: <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> (Maxime Devos's message of "Wed, 18 May 2022 15:36:02 +0200") Message-ID: <87zghd18du.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Maxime, Maxime Devos writes: > unarchive 30434 > reopen 30434 > thanks Why did you reopen that issue? Does the original problem still affect you (a hard-coded magit-git-executable causing problems when executed on remote machines via TRAMP). Thanks, Maxim From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Maxime Devos Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 20 Jul 2022 15:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: 30434@debbugs.gnu.org, control@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.165833177620737 (code B ref 30434); Wed, 20 Jul 2022 15:43:02 +0000 Received: (at 30434) by debbugs.gnu.org; 20 Jul 2022 15:42:56 +0000 Received: from localhost ([127.0.0.1]:58692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEBqi-0005OK-6L for submit@debbugs.gnu.org; Wed, 20 Jul 2022 11:42:56 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:58976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEBqf-0005O4-K8 for 30434@debbugs.gnu.org; Wed, 20 Jul 2022 11:42:54 -0400 Received: from [IPV6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16] ([IPv6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16]) by laurent.telenet-ops.be with bizsmtp id xTir2700c20ykKC01TiswF; Wed, 20 Jul 2022 17:42:52 +0200 Message-ID: Date: Wed, 20 Jul 2022 17:42:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Content-Language: en-US References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> <87zghd18du.fsf_-_@gmail.com> From: Maxime Devos In-Reply-To: <87zghd18du.fsf_-_@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------QADmbRVOwsQE2n6KG0NyWjIH" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1658331772; bh=OH6xBIRs1EXdtDZOVxfijSzckZ0alNGWdJj6FQqyXyY=; h=Date:To:Cc:References:From:Subject:In-Reply-To; b=dYq/ZgzbynFL89e6M16IBX2UYs0r3gFbUVDPFzCnkHYsUjXDG2aowbXku0qVHYnn7 n/2vM+DvUlgFt6i45OAtQpT8EARTWJ9d3aitxJ1JElzr5QZcDJ3BfjsPP9IxQ1i/0G O6BmHIkRsYzG2n5fwMwX1hrAAs6EqwaAP4uUcYItPFv6nRhQUjzsIY4Qn9WwwVFDrr XEEtW8linvmrGR+RsAaI1uNZrVcSt3irOD6aINBEAhBMY8wLocGmQZEGmGmgjasLG9 DGYcS7caSRWOI9/iFlYcHvnKZbPUaOqQlyIxqHqG3aDfkF88iilRhyLuYqhALQP0UH Jn6F3q56sLOEA== X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------QADmbRVOwsQE2n6KG0NyWjIH Content-Type: multipart/mixed; boundary="------------08zoNuSUJjZ1K780yIpEBNHp"; protected-headers="v1" From: Maxime Devos To: Maxim Cournoyer Cc: control@debbugs.gnu.org, 30434@debbugs.gnu.org Message-ID: Subject: =?UTF-8?Q?Re=3a_bug=2330434=3a_magit_won=e2=80=99t_work_over_TRAMP?= References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> <87zghd18du.fsf_-_@gmail.com> In-Reply-To: <87zghd18du.fsf_-_@gmail.com> --------------08zoNuSUJjZ1K780yIpEBNHp Content-Type: multipart/mixed; boundary="------------eDcIwsS0FXhRXi470cnrtPgd" --------------eDcIwsS0FXhRXi470cnrtPgd Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 DQpPbiAxMy0wNy0yMDIyIDE0OjUzLCBNYXhpbSBDb3Vybm95ZXIgd3JvdGU6DQo+IEhpIE1h eGltZSwNCj4NCj4gTWF4aW1lIERldm9zIDxtYXhpbWVkZXZvc0B0ZWxlbmV0LmJlPiB3cml0 ZXM6DQo+DQo+PiB1bmFyY2hpdmUgMzA0MzQNCj4+IHJlb3BlbiAzMDQzNA0KPj4gdGhhbmtz DQo+IFdoeSBkaWQgeW91IHJlb3BlbiB0aGF0IGlzc3VlPyAgRG9lcyB0aGUgb3JpZ2luYWwg cHJvYmxlbSBzdGlsbCBhZmZlY3QNCj4geW91IChhIGhhcmQtY29kZWQgbWFnaXQtZ2l0LWV4 ZWN1dGFibGUgY2F1c2luZyBwcm9ibGVtcyB3aGVuIGV4ZWN1dGVkIG9uDQo+IHJlbW90ZSBt YWNoaW5lcyB2aWEgVFJBTVApLg0KPg0KPiBUaGFua3MsDQo+DQo+IE1heGltDQoNCkxvb2tz IGxpa2UgbXkgb3JpZ2luYWwgcmVwbHkgZGlkbid0IGNvbWUgdGhyb3VnaCBiZWNhdXNlIHRo ZSBhcmNoaXZhbCwgDQpzbyBJIHNlbnQgYW4gdW5hcmNoaXZlK3Jlb3BlbiBidXQgZm9yZ290 IHRvIHNlbmQgdGhlIGFjdHVhbCBtZXNzYWdlIA0KYWdhaW4gLi4uIGhlcmUgaXQgaXM6DQoN Cj4gTm93YWRheXMgJ21hZ2l0JyBoYXMgYSBzZXBhcmF0ZSBtYWdpdC1naXQtZXhlY3V0YWJs ZToNCj4NCj4gICAgIlRoZSBHaXQgZXhlY3V0YWJsZSB1c2VkIGJ5IE1hZ2l0IG9uIHRoZSBs b2NhbCBob3N0Lg0KPiBPbiByZW1vdGUgbWFjaGluZXMgYG1hZ2l0LXJlbW90ZS1naXQtZXhl Y3V0YWJsZScgaXMgdXNlZCBpbnN0ZWFkLiINCj4NCj4gYW5kIG1hZ2l0LXJlbW90ZS1naXQt ZXhlY3V0YWJsZToNCj4NCj4gKGRlZmN1c3RvbSBtYWdpdC1yZW1vdGUtZ2l0LWV4ZWN1dGFi bGUgImdpdCINCj4gICAgIlRoZSBHaXQgZXhlY3V0YWJsZSB1c2VkIGJ5IE1hZ2l0IG9uIHJl bW90ZSBtYWNoaW5lcy4NCj4gT24gdGhlIGxvY2FsIGhvc3QgYG1hZ2l0LWdpdC1leGVjdXRh YmxlJyBpcyB1c2VkIGluc3RlYWQuDQo+IENvbnNpZGVyIGN1c3RvbWl6aW5nIGB0cmFtcC1y ZW1vdGUtcGF0aCcgaW5zdGVhZCBvZiB0aGlzDQo+IG9wdGlvbi4iDQo+DQo+IHNvIG1heWJl IHRoaXMgcGF0Y2ggY2FuIG5vdyBiZSByZXZlcnNlZCwgc3VjaCB0aGF0IGVtYWNzLW1hZ2l0 DQo+IGNhbiBiZSB1c2VkIHdpdGhvdXQgZGVwZW5kaW5nIG9uIHRoZSAocG9zc2libHkgbm9u LWV4aXN0ZW50KSAnZ2l0JyBpbg0KPiAkUEFUSD8gIE5lZWRzIHRvIGJlIHZlcmlmaWVkIHRo b3VnaC4NCg0KTW9yZSBjb25jcmV0ZWx5LCB0cnkgImd1aXggc2hlbGwgZW1hY3MgZW1hY3Mt bWFnaXQgLS1wdXJlIC0tIGVtYWNzIiANCmZvbGxvd2VkIGJ5ICJNLXggbWFnaXQtc3RhdHVz IiBpbiBhIEdpdCBjaGVja291dCwgaXQgd2lsbCBmYWlsIGR1ZSB0byANCm5vdCBmaW5kaW5n IHRoZSAnZ2l0JyBleGVjdXRhYmxlLg0KDQpTbyBteSBpZGVhIGlzIHRvIHVzZSB0aGUgbmV3 IG1hZ2l0IGNoYW5nZXMgdG8gYm90aCBtYWtlIHRoZSByZW1vdGUgVFJBTVAgDQp3b3JrIGFu ZCBfYWxzb18gbWFrZSBsb2NhbCB0aGluZ3Mgd29yayBpbiBhIHB1cmUgZW52aXJvbm1lbnQs IHVuZG9pbmcgDQp0aGUgcmVncmVzc2lvbiB0aGF0IHdhcyBjYXVzZWQgYnkgcmV2ZXJ0aW5n IHRoZSANCmdpdC0+L2dudS9zdG9yZS8uLi4vYmluL2dpdCBzdWJzdGl0dXRpb24gd2l0aG91 dCBjcmVhdGluZyBuZXcgcmVncmVzc2lvbnMuDQoNCkdyZWV0aW5ncywNCk1heGltZS4NCg== --------------eDcIwsS0FXhRXi470cnrtPgd Content-Type: application/pgp-keys; name="OpenPGP_0x49E3EE22191725EE.asc" Content-Disposition: attachment; filename="OpenPGP_0x49E3EE22191725EE.asc" Content-Description: OpenPGP public key Content-Transfer-Encoding: quoted-printable -----BEGIN PGP PUBLIC KEY BLOCK----- xjMEX4ch6BYJKwYBBAHaRw8BAQdANPb/d6MrGnGi5HyvODCkBUJPRjiFQcRU5V+m xvMaAa/NL01heGltZSBEZXZvcyA8bWF4aW1lLmRldm9zQHN0dWRlbnQua3VsZXV2 ZW4uYmU+wpAEExYIADgWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCX4ch6AIbAwUL CQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRBJ4+4iGRcl7japAQC3opZ2KGWzWmRc /gIWSu0AAcfMwyinFEEPa/QhUt2CogD/e2RdF4CYAgaRHJJmZ9WU7piKbLZ7llB4 LzgezVDHggzNJU1heGltZSBEZXZvcyA8bWF4aW1lZGV2b3NAdGVsZW5ldC5iZT7C kAQTFggAOBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJf56ycAhsDBQsJCAcDBRUK CQgLBRYCAwEAAh4BAheAAAoJEEnj7iIZFyXujpQBAKV1SwDDl4f24rXciDlB9L8W ycZt30CgbewMSRQk4mvbAP9dFMbVVixYBd6C8cfhR+NsOBGiOJnQABlUmgNuqGFJ Dc44BF+HIegSCisGAQQBl1UBBQEBB0BOlzIWiJzgobMF6/cqwLaLk7jIcFSZ++c0 k9cCNT6YXwMBCAfCeAQYFggAIBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJfhyHo AhsMAAoJEEnj7iIZFyXuMr0BAJc8cl5PGvVmVuSQVKjleNl4DK1/XAaPAYPe34AE fZJPAP9IqLCQhH/FeJanHqBP8gNdGNI2qn8RnnLVfRJgUjZ1BA=3D=3D =3DOVqp -----END PGP PUBLIC KEY BLOCK----- --------------eDcIwsS0FXhRXi470cnrtPgd-- --------------08zoNuSUJjZ1K780yIpEBNHp-- --------------QADmbRVOwsQE2n6KG0NyWjIH Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYtgiewUDAAAAAAAKCRBJ4+4iGRcl7u0B AP4gaQflp6y7jmoeDYHuKmcXdTS2PqBBRZtlWcJfeNsUDgEAk8ONuCVKvXL33E3gSknz8uR1OHQL E64OVktJ7bw+YA8= =VdA5 -----END PGP SIGNATURE----- --------------QADmbRVOwsQE2n6KG0NyWjIH-- From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 21 Jul 2022 04:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxime Devos Cc: 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.16583762602914 (code B ref 30434); Thu, 21 Jul 2022 04:05:01 +0000 Received: (at 30434) by debbugs.gnu.org; 21 Jul 2022 04:04:20 +0000 Received: from localhost ([127.0.0.1]:36392 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oENQB-0000kw-UO for submit@debbugs.gnu.org; Thu, 21 Jul 2022 00:04:20 -0400 Received: from mail-qk1-f174.google.com ([209.85.222.174]:42974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oENQ5-0000kd-Rg for 30434@debbugs.gnu.org; Thu, 21 Jul 2022 00:04:18 -0400 Received: by mail-qk1-f174.google.com with SMTP id o1so476495qkg.9 for <30434@debbugs.gnu.org>; Wed, 20 Jul 2022 21:04:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=XCCwsV5Upik5EIaSGommEmVaJtN3ZP4oSfjI1u1PkL4=; b=C/6i+SMjAQmAGXcbrs7SIn91vjzrmthdJksDMfboOGL94/fdoQCS/kKE31WcN0HsK2 N2JLfZDV1PVkUhM60j5I/dy6PQlt0kFq3MZ/z/Io9ww1rQGLqx9ZNkccXQcb7npsQ6IN a3CRszFiLAtyn5U0MKvlsBZVGOPFIPLj1YzcxL2VGLgUYfBrqOQJEmYFyX2QhwsokX1n yC69lKTObALoxXmKkeFyuZMjVV36ch9H38ZyZQTDlIQkstSm+dD5TUBB9mpMU28Z5snK nyob73A9hkmmCYmdM6YGBP99MkOGyspgsRrMNaCI1lF8otCXM2j/dUGwog06PCTytSeU AeQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=XCCwsV5Upik5EIaSGommEmVaJtN3ZP4oSfjI1u1PkL4=; b=pfANFOOLa1QP6b1+mPnMRrpeZhc8cJEqtpw1Jq8wvYgw0vPXqTiCxO8rwXA5G1XGXH hcLwQawQ6dnkcqOpyXSApUO0108ViEq2imKmNbappFyY9Yi0v/wsIvP8Qop/w7LxjZ6X aYuK6v/19B2qy9WdcKi4ymFkcM+tCV/G7eOC+439eIHR38BZyawybrHiy3wCuvYwNrqY QlI2v7kAhRamD1esoNEAqMRcb9/GdlqBU7IjdU8aHYUfd2PvpcjZEf2UPZU3D3BjrwMS 4LGF8oQssmmusA/9ZR9PTp5+Q1s1F4s5vywzPIF0bObGiKy0gIljbkSIPPANQw0y9d4O JFug== X-Gm-Message-State: AJIora9mNrNwsgrqBPMW8emf4IsaVK252TCKvZqWc4jMzMjVwQ+drcjf b086Zn7dPohgYYs/M4sU1EupLzSOQVI= X-Google-Smtp-Source: AGRyM1snvssIgNWr4AhGYTm6dnb8I82f8Y63d06Ijkd+9ksA9xmIlItxIDYJvzFHRTaz94uVy8czCw== X-Received: by 2002:a05:620a:2681:b0:6b5:b60c:1e66 with SMTP id c1-20020a05620a268100b006b5b60c1e66mr26900157qkp.99.1658376247889; Wed, 20 Jul 2022 21:04:07 -0700 (PDT) Received: from hurd (dsl-10-148-92.b2b2c.ca. [72.10.148.92]) by smtp.gmail.com with ESMTPSA id k21-20020a05620a415500b006b5ed1eccc5sm817852qko.44.2022.07.20.21.04.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Jul 2022 21:04:07 -0700 (PDT) From: Maxim Cournoyer References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> <87zghd18du.fsf_-_@gmail.com> Date: Thu, 21 Jul 2022 00:04:06 -0400 In-Reply-To: (Maxime Devos's message of "Wed, 20 Jul 2022 17:42:51 +0200") Message-ID: <87v8rrqfgp.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Maxime, Maxime Devos writes: [...] >> Nowadays 'magit' has a separate magit-git-executable: >> >> "The Git executable used by Magit on the local host. >> On remote machines `magit-remote-git-executable' is used instead." >> >> and magit-remote-git-executable: >> >> (defcustom magit-remote-git-executable "git" >> "The Git executable used by Magit on remote machines. >> On the local host `magit-git-executable' is used instead. >> Consider customizing `tramp-remote-path' instead of this >> option." >> >> so maybe this patch can now be reversed, such that emacs-magit >> can be used without depending on the (possibly non-existent) 'git' in >> $PATH? Needs to be verified though. > > More concretely, try "guix shell emacs emacs-magit --pure -- emacs" > followed by "M-x magit-status" in a Git checkout, it will fail due to > not finding the 'git' executable. > > So my idea is to use the new magit changes to both make the remote > TRAMP work and _also_ make local things work in a pure environment, > undoing the regression that was caused by reverting the > git->/gnu/store/.../bin/git substitution without creating new > regressions. Sounds good to me! I'll be happy to review any patch implementing it. Maxim From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Simon Tournier Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 21 Sep 2023 08:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: 30434@debbugs.gnu.org, Maxime Devos Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.169528378429506 (code B ref 30434); Thu, 21 Sep 2023 08:10:02 +0000 Received: (at 30434) by debbugs.gnu.org; 21 Sep 2023 08:09:44 +0000 Received: from localhost ([127.0.0.1]:32788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjEkp-0007fn-Lv for submit@debbugs.gnu.org; Thu, 21 Sep 2023 04:09:43 -0400 Received: from mail-wm1-x32c.google.com ([2a00:1450:4864:20::32c]:39375) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjEkm-0007fY-3X for 30434@debbugs.gnu.org; Thu, 21 Sep 2023 04:09:42 -0400 Received: by mail-wm1-x32c.google.com with SMTP id 5b1f17b1804b1-404724ec0dcso1583065e9.1 for <30434@debbugs.gnu.org>; Thu, 21 Sep 2023 01:09:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1695283764; x=1695888564; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=qfknsuSZ+9yhd7SVfGERLX/g7LPq9SgZ9zhoetEZAtE=; b=O61aFa0N6GCn0rZ7uYS0wrT9ZcL0z43WTEz52bUmeoikRdVE68SKNTw9BYtgShoM+M Qe+cpgVK4U7N7hsGrdRLxUUZUyeMg5zQoaip9VU1LDFNQnxtJ+XcTdVqNSywLZHPezns m3MRXKEfUTmILh02O4rNmku7MTTCjg42SibAr2iTz+/37Ec1SBGXzSCTsfPSMa4BFS9J qbx5WWU8NsXyzznfZYmpFct6RKBsr1li3GZYsGb5/1J61J9VNmaLRKD87DSocNV0Hgey +WJ6AbvH/EVzkoWU3uezxglRtmhd0IPVo3PXh0dZpsBnBxUlcB3OLhkUBOprAnijLI3l maUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695283764; x=1695888564; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=qfknsuSZ+9yhd7SVfGERLX/g7LPq9SgZ9zhoetEZAtE=; b=UiQMGtESYn4BeTJOvZK9PJYhmGmWbGZJ7FbWQLudMvNAF1sM+G4RpjkpHbU+QwtIZo wf2/YvTyK6uJl2POxyZfV+awHc9+1r2Ap39NL6iAUuax6pn1ANHLbFlIlFeqYIs7rACc ZsQ0YSQ07Y6dCB9l3wPqQ7Ki9GGt95iTdrZLRS0yqST6pxtFYe9FKBV6LiqciCR2pTTx MWMuWYHzOUksYEbuoP5aToWipqer4hPZr1GlcfvRVQPFb2h4lwOCoT24aj8pyYFxns49 anpQe2bPOyYjkAmrEQYtZd+Gn8aJJDt3vGz/P4jsHqYle+K48Kle3fNoZa1iKzL71JFC wZzw== X-Gm-Message-State: AOJu0Ywrd3+t/z8+6NCUdYCk0I/w1ccPOkB5JqwEn+Su69Kh5xZTZKRV qNahIVkRZ3RQYK8YGGvUU0vtYSyJEcI= X-Google-Smtp-Source: AGHT+IEOcFe0x+2ZbEuRLlgn0hb1F8CCFMJSD7ts1bh5tA5O1gRf0sh7sJ9yzyjNY0Dho/Uc3OHfTg== X-Received: by 2002:a05:600c:1c96:b0:404:7606:a871 with SMTP id k22-20020a05600c1c9600b004047606a871mr4484234wms.2.1695283764474; Thu, 21 Sep 2023 01:09:24 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id x26-20020a1c7c1a000000b003fe29f6b61bsm1170341wmc.46.2023.09.21.01.09.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Sep 2023 01:09:24 -0700 (PDT) From: Simon Tournier References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> <87zghd18du.fsf_-_@gmail.com> <87v8rrqfgp.fsf@gmail.com> Date: Thu, 21 Sep 2023 09:34:18 +0200 In-Reply-To: <87v8rrqfgp.fsf@gmail.com> (Maxim Cournoyer's message of "Thu, 21 Jul 2022 00:04:06 -0400") Message-ID: <86jzskrnd1.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, This bug#30434 [1] had been closed on 14 Feb 2018 and then reopened on 18 May 2022. 1: https://issues.guix.gnu.org/issue/30434 On Thu, 21 Jul 2022 at 00:04, Maxim Cournoyer wrote: >> More concretely, try "guix shell emacs emacs-magit --pure -- emacs" >> followed by "M-x magit-status" in a Git checkout, it will fail due to >> not finding the 'git' executable. >> >> So my idea is to use the new magit changes to both make the remote >> TRAMP work and _also_ make local things work in a pure environment, >> undoing the regression that was caused by reverting the >> git->/gnu/store/.../bin/git substitution without creating new >> regressions. > > Sounds good to me! I'll be happy to review any patch implementing it. Now, we are 1 year, 17 weeks, 6 later after this message. So I propose to close this issue and then open another one for this potential patch. WDYT? Cheers, simon From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Maxime Devos Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 23 Sep 2023 10:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Simon Tournier , Maxim Cournoyer Cc: 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.169546427823349 (code B ref 30434); Sat, 23 Sep 2023 10:18:02 +0000 Received: (at 30434) by debbugs.gnu.org; 23 Sep 2023 10:17:58 +0000 Received: from localhost ([127.0.0.1]:37831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjzi1-00064X-T9 for submit@debbugs.gnu.org; Sat, 23 Sep 2023 06:17:58 -0400 Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]:55478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjzhz-00064G-4d for 30434@debbugs.gnu.org; Sat, 23 Sep 2023 06:17:56 -0400 Received: from [IPV6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16] ([IPv6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16]) by laurent.telenet-ops.be with bizsmtp id pNHb2A00920ykKC01NHbYU; Sat, 23 Sep 2023 12:17:36 +0200 Message-ID: Date: Sat, 23 Sep 2023 12:17:35 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Content-Language: en-US References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> <87zghd18du.fsf_-_@gmail.com> <87v8rrqfgp.fsf@gmail.com> <86jzskrnd1.fsf@gmail.com> From: Maxime Devos In-Reply-To: <86jzskrnd1.fsf@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------UhpGJT59KXxu4jWANcKBUsS5" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r23; t=1695464256; bh=dXRu+FC/t5bMnD2qXPg5Lee2sMLG2WXwnLpbmYvz7M4=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=WhJc+ah8xO7xYCDfTBC33rSdNE+lMZckMcT7iRPU1jtHX44bcE1dfs7p1W6GsZirl fQ/K6/SEbFvRuq+S7edY1SK7fFaKRI2YbNhMWrrM1hNsLkk2mjNr/LdsGKwuS1BOna j22pc+Gv8V8GUYf5Zar/gh6xgLVRqLE7DTT3tb9gwekKRKi2ZpN+2Kp3M27Mas8Hix bIfvDvzlA2oHbRf2R6CFRW4sT00uHQbtDX00iqw1UcXG5hHhk5z9B8/5pM4K4PsHp+ 4Uc9SLqP3GdKQK+U1PX64I10JFSTpWnwr66uanBEtY4yuMO2qPegSseRfvS2LnC88o nLcCsNi5Ec/Xg== X-Spam-Score: -2.2 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.2 (---) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------UhpGJT59KXxu4jWANcKBUsS5 Content-Type: multipart/mixed; boundary="------------lQ63oESCwLGLlC1A0WvWXOuk"; protected-headers="v1" From: Maxime Devos To: Simon Tournier , Maxim Cournoyer Cc: 30434@debbugs.gnu.org Message-ID: Subject: =?UTF-8?Q?Re=3a_bug=2330434=3a_magit_won=e2=80=99t_work_over_TRAMP?= References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> <87zghd18du.fsf_-_@gmail.com> <87v8rrqfgp.fsf@gmail.com> <86jzskrnd1.fsf@gmail.com> In-Reply-To: <86jzskrnd1.fsf@gmail.com> --------------lQ63oESCwLGLlC1A0WvWXOuk Content-Type: multipart/mixed; boundary="------------gzBewgcl3itSZ0r7nWdOc7Y0" --------------gzBewgcl3itSZ0r7nWdOc7Y0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 T3AgMjEtMDktMjAyMyBvbSAwOTozNCBzY2hyZWVmIFNpbW9uIFRvdXJuaWVyOg0KPiBIaSwN Cj4gDQo+IFRoaXMgYnVnIzMwNDM0IFsxXSBoYWQgYmVlbiBjbG9zZWQgb24gMTQgRmViIDIw MTggYW5kIHRoZW4gcmVvcGVuZWQgb24NCj4gMTggTWF5IDIwMjIuDQo+IA0KPiAxOiBodHRw czovL2lzc3Vlcy5ndWl4LmdudS5vcmcvaXNzdWUvMzA0MzQNCj4gDQo+IE9uIFRodSwgMjEg SnVsIDIwMjIgYXQgMDA6MDQsIE1heGltIENvdXJub3llciA8bWF4aW0uY291cm5veWVyQGdt YWlsLmNvbT4gd3JvdGU6DQo+IA0KPj4+IE1vcmUgY29uY3JldGVseSwgdHJ5ICJndWl4IHNo ZWxsIGVtYWNzIGVtYWNzLW1hZ2l0IC0tcHVyZSAtLSBlbWFjcyINCj4+PiBmb2xsb3dlZCBi eSAiTS14IG1hZ2l0LXN0YXR1cyIgaW4gYSBHaXQgY2hlY2tvdXQsIGl0IHdpbGwgZmFpbCBk dWUgdG8NCj4+PiBub3QgZmluZGluZyB0aGUgJ2dpdCcgZXhlY3V0YWJsZS4NCj4+Pg0KPj4+ IFNvIG15IGlkZWEgaXMgdG8gdXNlIHRoZSBuZXcgbWFnaXQgY2hhbmdlcyB0byBib3RoIG1h a2UgdGhlIHJlbW90ZQ0KPj4+IFRSQU1QIHdvcmsgYW5kIF9hbHNvXyBtYWtlIGxvY2FsIHRo aW5ncyB3b3JrIGluIGEgcHVyZSBlbnZpcm9ubWVudCwNCj4+PiB1bmRvaW5nIHRoZSByZWdy ZXNzaW9uIHRoYXQgd2FzIGNhdXNlZCBieSByZXZlcnRpbmcgdGhlDQo+Pj4gZ2l0LT4vZ251 L3N0b3JlLy4uLi9iaW4vZ2l0IHN1YnN0aXR1dGlvbiB3aXRob3V0IGNyZWF0aW5nIG5ldw0K Pj4+IHJlZ3Jlc3Npb25zLg0KPj4NCj4+IFNvdW5kcyBnb29kIHRvIG1lISAgSSdsbCBiZSBo YXBweSB0byByZXZpZXcgYW55IHBhdGNoIGltcGxlbWVudGluZyBpdC4NCj4gDQo+IE5vdywg d2UgYXJlIDEgeWVhciwgMTcgd2Vla3MsIDYgbGF0ZXIgYWZ0ZXIgdGhpcyBtZXNzYWdlLiAg U28gSSBwcm9wb3NlDQo+IHRvIGNsb3NlIHRoaXMgaXNzdWUgYW5kIHRoZW4gb3BlbiBhbm90 aGVyIG9uZSBmb3IgdGhpcyBwb3RlbnRpYWwgcGF0Y2guDQo+IA0KPiBXRFlUPw0KDQpUaGUg dGltZSBzaW5jZSB0aGF0IG1lc3NhZ2UgIGlzIGlycmVsZXZhbnQuICBUaGUgYnVnIGlzIHN0 aWxsIHRoZXJlLCBzbyANCnRoZXJlIGlzIG5vIGdvb2QgcmVhc29uIHRvIGNsb3NlIGl0LiAg SWYgdGhlIHBvaW50IG9mIGNsb3NpbmcgdW5yZXNvbHZlZCANCmJ1ZyByZXBvcnRzIGlzIHNv bWUga2luZCBvZiBwcmlvcml0aXphdGlvbiBvZiBidWcgcmVwb3J0cywgdGhlcmUncyB0YWdz LCANCnNldmVyaXR5IGxldmVscywgZXRjLiwgeW91IGNhbiB1c2UgaW5zdGVhZCBmYWtpbmcg YSBoaWdoIGJ1ZyByZXNvbHZpbmcgDQpzdGF0aXN0aWNzLg0KDQpCZXN0IHJlZ2FyZHMsDQpN YXhpbWUgRGV2b3MuDQo= --------------gzBewgcl3itSZ0r7nWdOc7Y0 Content-Type: application/pgp-keys; name="OpenPGP_0x49E3EE22191725EE.asc" Content-Disposition: attachment; filename="OpenPGP_0x49E3EE22191725EE.asc" Content-Description: OpenPGP public key Content-Transfer-Encoding: quoted-printable -----BEGIN PGP PUBLIC KEY BLOCK----- xjMEX4ch6BYJKwYBBAHaRw8BAQdANPb/d6MrGnGi5HyvODCkBUJPRjiFQcRU5V+m xvMaAa/NL01heGltZSBEZXZvcyA8bWF4aW1lLmRldm9zQHN0dWRlbnQua3VsZXV2 ZW4uYmU+wpAEExYIADgWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCX4ch6AIbAwUL CQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRBJ4+4iGRcl7japAQC3opZ2KGWzWmRc /gIWSu0AAcfMwyinFEEPa/QhUt2CogD/e2RdF4CYAgaRHJJmZ9WU7piKbLZ7llB4 LzgezVDHggzNJU1heGltZSBEZXZvcyA8bWF4aW1lZGV2b3NAdGVsZW5ldC5iZT7C kAQTFggAOBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJf56ycAhsDBQsJCAcDBRUK CQgLBRYCAwEAAh4BAheAAAoJEEnj7iIZFyXujpQBAKV1SwDDl4f24rXciDlB9L8W ycZt30CgbewMSRQk4mvbAP9dFMbVVixYBd6C8cfhR+NsOBGiOJnQABlUmgNuqGFJ Dc44BF+HIegSCisGAQQBl1UBBQEBB0BOlzIWiJzgobMF6/cqwLaLk7jIcFSZ++c0 k9cCNT6YXwMBCAfCeAQYFggAIBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJfhyHo AhsMAAoJEEnj7iIZFyXuMr0BAJc8cl5PGvVmVuSQVKjleNl4DK1/XAaPAYPe34AE fZJPAP9IqLCQhH/FeJanHqBP8gNdGNI2qn8RnnLVfRJgUjZ1BA=3D=3D =3DOVqp -----END PGP PUBLIC KEY BLOCK----- --------------gzBewgcl3itSZ0r7nWdOc7Y0-- --------------lQ63oESCwLGLlC1A0WvWXOuk-- --------------UhpGJT59KXxu4jWANcKBUsS5 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCZQ67PwUDAAAAAAAKCRBJ4+4iGRcl7rOq AQC1DrWPHPkwPaqpHn2vFywJkaOX+htO4WoCpDrYw1MzAgEAzDgOH+P7pyy1bWj5Yb7hZWD+/xfP C4Z+wBHX6vdabgM= =W00L -----END PGP SIGNATURE----- --------------UhpGJT59KXxu4jWANcKBUsS5-- From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Maxime Devos Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 23 Sep 2023 10:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Simon Tournier , 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.169546440623567 (code B ref 30434); Sat, 23 Sep 2023 10:21:01 +0000 Received: (at 30434) by debbugs.gnu.org; 23 Sep 2023 10:20:06 +0000 Received: from localhost ([127.0.0.1]:37836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjzk6-000682-Fc for submit@debbugs.gnu.org; Sat, 23 Sep 2023 06:20:06 -0400 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]:36168) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qjzk1-00067P-VG for 30434@debbugs.gnu.org; Sat, 23 Sep 2023 06:20:05 -0400 Received: from [IPV6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16] ([IPv6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16]) by michel.telenet-ops.be with bizsmtp id pNKg2A00D20ykKC06NKjl3; Sat, 23 Sep 2023 12:19:43 +0200 Message-ID: <87fda18e-5afa-e877-8786-f0d74c0ed283@telenet.be> Date: Sat, 23 Sep 2023 12:19:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Content-Language: en-US References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> <87zghd18du.fsf_-_@gmail.com> <87v8rrqfgp.fsf@gmail.com> <86jzskrnd1.fsf@gmail.com> From: Maxime Devos In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------YFYA6SJ2T2f5liR2xLW3y0K0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r23; t=1695464384; bh=SgcexmApbNPuYmQBluIP2ddFQJbv7S8AhfXzpzKHVnc=; h=Date:Subject:References:To:From:In-Reply-To; b=BVsbr3e7n+TwtIH5aLL2Yx3pcX8FLb4cAEhVnRo18yCRAx+UBQGLd1Hp4aOeuGAIR FgsJENBPNc95sCU1CkJ+Nr0PVrPsfYu3HKTz4OzxDop82lUlmp72cGctxCCgVQdAj+ MsUGffamBFuYDBBFgB8NUwEuC5G+lErmcrXcqL6+eJyIV38fJcbd3LXsTfKe/nBTXT iTbdikawdBoFx76b03lQb2rpdMUUThW2jD5Td3fCoL+Q4k3nou8iFwGqdvQseEeD16 bMF5Le/STj0RVfvLz0QKhoZz2X5q+4UR2MGnnLq0NIviQhzQR/rYL5WRHG98d0Zt2q 8wwI94Rx5ALgQ== X-Spam-Score: -2.2 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.2 (---) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------YFYA6SJ2T2f5liR2xLW3y0K0 Content-Type: multipart/mixed; boundary="------------wPPfJXHop0zwCyS0xp0n159K"; protected-headers="v1" From: Maxime Devos To: Simon Tournier , 30434@debbugs.gnu.org Message-ID: <87fda18e-5afa-e877-8786-f0d74c0ed283@telenet.be> Subject: =?UTF-8?Q?Re=3a_bug=2330434=3a_magit_won=e2=80=99t_work_over_TRAMP?= References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> <87zghd18du.fsf_-_@gmail.com> <87v8rrqfgp.fsf@gmail.com> <86jzskrnd1.fsf@gmail.com> In-Reply-To: --------------wPPfJXHop0zwCyS0xp0n159K Content-Type: multipart/mixed; boundary="------------9H071DY0jJyphwRO0o6HpyU0" --------------9H071DY0jJyphwRO0o6HpyU0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 DQoNCk9wIDIzLTA5LTIwMjMgb20gMTI6MTcgc2NocmVlZiBNYXhpbWUgRGV2b3M6DQo+IE9w IDIxLTA5LTIwMjMgb20gMDk6MzQgc2NocmVlZiBTaW1vbiBUb3VybmllcjoNCj4+IEhpLA0K Pj4NCj4+IFRoaXMgYnVnIzMwNDM0IFsxXSBoYWQgYmVlbiBjbG9zZWQgb24gMTQgRmViIDIw MTggYW5kIHRoZW4gcmVvcGVuZWQgb24NCj4+IDE4IE1heSAyMDIyLg0KPj4NCj4+IDE6IGh0 dHBzOi8vaXNzdWVzLmd1aXguZ251Lm9yZy9pc3N1ZS8zMDQzNA0KPj4NCj4+IE9uIFRodSwg MjEgSnVsIDIwMjIgYXQgMDA6MDQsIE1heGltIENvdXJub3llciANCj4+IDxtYXhpbS5jb3Vy bm95ZXJAZ21haWwuY29tPiB3cm90ZToNCj4+DQo+Pj4+IE1vcmUgY29uY3JldGVseSwgdHJ5 ICJndWl4IHNoZWxsIGVtYWNzIGVtYWNzLW1hZ2l0IC0tcHVyZSAtLSBlbWFjcyINCj4+Pj4g Zm9sbG93ZWQgYnkgIk0teCBtYWdpdC1zdGF0dXMiIGluIGEgR2l0IGNoZWNrb3V0LCBpdCB3 aWxsIGZhaWwgZHVlIHRvDQo+Pj4+IG5vdCBmaW5kaW5nIHRoZSAnZ2l0JyBleGVjdXRhYmxl Lg0KPj4+Pg0KPj4+PiBTbyBteSBpZGVhIGlzIHRvIHVzZSB0aGUgbmV3IG1hZ2l0IGNoYW5n ZXMgdG8gYm90aCBtYWtlIHRoZSByZW1vdGUNCj4+Pj4gVFJBTVAgd29yayBhbmQgX2Fsc29f IG1ha2UgbG9jYWwgdGhpbmdzIHdvcmsgaW4gYSBwdXJlIGVudmlyb25tZW50LA0KPj4+PiB1 bmRvaW5nIHRoZSByZWdyZXNzaW9uIHRoYXQgd2FzIGNhdXNlZCBieSByZXZlcnRpbmcgdGhl DQo+Pj4+IGdpdC0+L2dudS9zdG9yZS8uLi4vYmluL2dpdCBzdWJzdGl0dXRpb24gd2l0aG91 dCBjcmVhdGluZyBuZXcNCj4+Pj4gcmVncmVzc2lvbnMuDQo+Pj4NCj4+PiBTb3VuZHMgZ29v ZCB0byBtZSHCoCBJJ2xsIGJlIGhhcHB5IHRvIHJldmlldyBhbnkgcGF0Y2ggaW1wbGVtZW50 aW5nIGl0Lg0KPj4NCj4+IE5vdywgd2UgYXJlIDEgeWVhciwgMTcgd2Vla3MsIDYgbGF0ZXIg YWZ0ZXIgdGhpcyBtZXNzYWdlLsKgIFNvIEkgcHJvcG9zZQ0KPj4gdG8gY2xvc2UgdGhpcyBp c3N1ZSBhbmQgdGhlbiBvcGVuIGFub3RoZXIgb25lIGZvciB0aGlzIHBvdGVudGlhbCBwYXRj aC4NCj4+DQo+PiBXRFlUPw0KPiANCj4gVGhlIHRpbWUgc2luY2UgdGhhdCBtZXNzYWdlwqAg aXMgaXJyZWxldmFudC7CoCBUaGUgYnVnIGlzIHN0aWxsIHRoZXJlLCBzbyANCj4gdGhlcmUg aXMgbm8gZ29vZCByZWFzb24gdG8gY2xvc2UgaXQuwqAgSWYgdGhlIHBvaW50IG9mIGNsb3Np bmcgdW5yZXNvbHZlZCANCj4gYnVnIHJlcG9ydHMgaXMgc29tZSBraW5kIG9mIHByaW9yaXRp emF0aW9uIG9mIGJ1ZyByZXBvcnRzLCB0aGVyZSdzIHRhZ3MsIA0KPiBzZXZlcml0eSBsZXZl bHMsIGV0Yy4sIHlvdSBjYW4gdXNlIGluc3RlYWQgZmFraW5nIGEgaGlnaCBidWcgcmVzb2x2 aW5nIA0KPiBzdGF0aXN0aWNzLg0KDQpXYWl0LCBJIG1pc3JlYWQgLS0gZmVlbCBmcmVlIHRv IG9wZW4gdGhhdCBuZXcgYnVnIHJlcG9ydC4gIEkgYXNzdW1lZCANCuKAmG9wZW4gYW5vdGhl ciBvbmUgd2hlbiB0aGF0IHBvdGVudGlhbCBwYXRjaCBleGlzdHPigJkgaW5zdGVhZCBvZiDi gJhyaWdodCBub3figJkuDQo= --------------9H071DY0jJyphwRO0o6HpyU0 Content-Type: application/pgp-keys; name="OpenPGP_0x49E3EE22191725EE.asc" Content-Disposition: attachment; filename="OpenPGP_0x49E3EE22191725EE.asc" Content-Description: OpenPGP public key Content-Transfer-Encoding: quoted-printable -----BEGIN PGP PUBLIC KEY BLOCK----- xjMEX4ch6BYJKwYBBAHaRw8BAQdANPb/d6MrGnGi5HyvODCkBUJPRjiFQcRU5V+m xvMaAa/NL01heGltZSBEZXZvcyA8bWF4aW1lLmRldm9zQHN0dWRlbnQua3VsZXV2 ZW4uYmU+wpAEExYIADgWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCX4ch6AIbAwUL CQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRBJ4+4iGRcl7japAQC3opZ2KGWzWmRc /gIWSu0AAcfMwyinFEEPa/QhUt2CogD/e2RdF4CYAgaRHJJmZ9WU7piKbLZ7llB4 LzgezVDHggzNJU1heGltZSBEZXZvcyA8bWF4aW1lZGV2b3NAdGVsZW5ldC5iZT7C kAQTFggAOBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJf56ycAhsDBQsJCAcDBRUK CQgLBRYCAwEAAh4BAheAAAoJEEnj7iIZFyXujpQBAKV1SwDDl4f24rXciDlB9L8W ycZt30CgbewMSRQk4mvbAP9dFMbVVixYBd6C8cfhR+NsOBGiOJnQABlUmgNuqGFJ Dc44BF+HIegSCisGAQQBl1UBBQEBB0BOlzIWiJzgobMF6/cqwLaLk7jIcFSZ++c0 k9cCNT6YXwMBCAfCeAQYFggAIBYhBMHzPuIMUo/bfdcBH0nj7iIZFyXuBQJfhyHo AhsMAAoJEEnj7iIZFyXuMr0BAJc8cl5PGvVmVuSQVKjleNl4DK1/XAaPAYPe34AE fZJPAP9IqLCQhH/FeJanHqBP8gNdGNI2qn8RnnLVfRJgUjZ1BA=3D=3D =3DOVqp -----END PGP PUBLIC KEY BLOCK----- --------------9H071DY0jJyphwRO0o6HpyU0-- --------------wPPfJXHop0zwCyS0xp0n159K-- --------------YFYA6SJ2T2f5liR2xLW3y0K0 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCZQ67vAUDAAAAAAAKCRBJ4+4iGRcl7jxr APwOp5d1lAqAR8MDP3wW7MJ651bglfRjKe6ywwftVMW9PgD/eLTEkjYNiVHVba19P7isd0yMgQkJ /Ln0FCO9UTKehwc= =UbVW -----END PGP SIGNATURE----- --------------YFYA6SJ2T2f5liR2xLW3y0K0-- From unknown Sun Jun 22 17:16:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30434: magit =?UTF-8?Q?won=E2=80=99t?= work over TRAMP Resent-From: Simon Tournier Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 23 Sep 2023 11:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30434 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxime Devos , Maxim Cournoyer Cc: 30434@debbugs.gnu.org Received: via spool by 30434-submit@debbugs.gnu.org id=B30434.169546966711680 (code B ref 30434); Sat, 23 Sep 2023 11:48:02 +0000 Received: (at 30434) by debbugs.gnu.org; 23 Sep 2023 11:47:47 +0000 Received: from localhost ([127.0.0.1]:37895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qk16v-00032D-Rg for submit@debbugs.gnu.org; Sat, 23 Sep 2023 07:47:46 -0400 Received: from mail-wm1-x336.google.com ([2a00:1450:4864:20::336]:37948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qk16n-00031f-R9 for 30434@debbugs.gnu.org; Sat, 23 Sep 2023 07:47:44 -0400 Received: by mail-wm1-x336.google.com with SMTP id 5b1f17b1804b1-4051d33af1fso11106065e9.0 for <30434@debbugs.gnu.org>; Sat, 23 Sep 2023 04:47:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1695469640; x=1696074440; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=/1OZF6/qbXQfvnTWf7MURaMQ7foC7wDk4jnBMkcqc9c=; b=Z20gP5K/4CbORHgs6cAtc7kn4Ztb50qjzkCQAAtBFSz6ID8xctvP0qocra3CdRhZNj zV4FAF8desYvoIslg/6S535huaSVj0tfpRajgm+Jlg5KmvrhcZgU3A24CA7zt9GKf+EF SXVPWLqrI6gFF8iqorOMK5pe4Piskt40LPi3E3W1ATYtJC5bNv4UhQpB084ftBOclIvP h0z8K2VkkTQX0Onb5Tsi6odOz+B2t3Daebat3b5OMMQ2sDhv1GEvZ26KNbYlSDw/vOO/ 3lcI0NgOwnFKW0Cw434PNTJh1amycj6iouzeOoHv2aPolI2mWEjrqV3nJgkp/fIoCsLh iJYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695469640; x=1696074440; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/1OZF6/qbXQfvnTWf7MURaMQ7foC7wDk4jnBMkcqc9c=; b=ojCuwerGONNrAjL/5wI2eUOuBgd0pYGFhnSFG3TdLOb6YKLI5OhHgp7CUkHFP5+Q4z aqFa357eiwwqayAtx6tA2QXjs4XGfIAQxjQ4juj4YQaNxm7cnyCM4iYYsVfT/56h8Ptm 0aYwhcdruNcFnbgO0Vmr9yDfKxqeT5GHZqBg35nLRv2RrGM6q/idbenOwvNiTVwY8arV Ec3OC3NMkvHm32+6lkkefP3SXESKG3L4ts2+ECOf6s9sTv3poPZ+1cXO1GAse/hJKz8+ gI852lvk4PH5iHRPcXOX25cDQ31DvgECgwUn3m0BulRgMIv0pswBP9l78aQekGlgJwSs ZAMg== X-Gm-Message-State: AOJu0YyuzlGnSguSw40MLd18Ln4aqMxtzdGrkeIeTuCYSWz/MbhbsCnA Q1+OPvfQnMSoseHHIAPQBo3PVJEYso8= X-Google-Smtp-Source: AGHT+IEv+jB2wISpK8nhpFZDnqnO7thCt1OvZSVYit1CsF/BATQGqljLfuStqcfRLnhYHZ3Ov3ZXWg== X-Received: by 2002:a05:600c:1e18:b0:405:1ba2:4fcf with SMTP id ay24-20020a05600c1e1800b004051ba24fcfmr1534503wmb.4.1695469639983; Sat, 23 Sep 2023 04:47:19 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id a21-20020a05600c2d5500b004053e9276easm4014512wmg.32.2023.09.23.04.47.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 23 Sep 2023 04:47:19 -0700 (PDT) From: Simon Tournier In-Reply-To: References: <365299e60040c03a84cbb7770adb3f94349dd2ed.camel@telenet.be> <87lgfyl67x.fsf@elephly.net> <77826704875d168a2f7c608e146d9d5b09e7588c.camel@telenet.be> <87zghd18du.fsf_-_@gmail.com> <87v8rrqfgp.fsf@gmail.com> <86jzskrnd1.fsf@gmail.com> Date: Sat, 23 Sep 2023 13:47:14 +0200 Message-ID: <8634z5m7r1.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Sat, 23 Sep 2023 at 12:17, Maxime Devos wrote: >>>> More concretely, try "guix shell emacs emacs-magit --pure -- emacs" >>>> followed by "M-x magit-status" in a Git checkout, it will fail due to >>>> not finding the 'git' executable. For one, this had been corrected by b59b033af3957e0de9a44733e26cbcc7114a4dfb, IMHO. For me, guix shell emacs emacs-magit --pure -- emacs -q -f magit-status just works. >>>> So my idea is to use the new magit changes to both make the remote >>>> TRAMP work and _also_ make local things work in a pure environment, >>>> undoing the regression that was caused by reverting the >>>> git->/gnu/store/.../bin/git substitution without creating new >>>> regressions. For two, as explained by [1], the case for TRAMP seems handled, no? >>> Sounds good to me! I'll be happy to review any patch implementing it. >>=20 >> Now, we are 1 year, 17 weeks, 6 later after this message. So I propose >> to close this issue and then open another one for this potential patch. >>=20 >> WDYT? > > The time since that message is irrelevant. The bug is still there, so=20 > there is no good reason to close it. Your report (reopened a closed one) is about two issues. Which one is still there? One? Both? None? Having a clear fresh bug report for specific issue makes easier to deal with instead of a lot old thread mixing several issues where some had been already fixed. Somehow, it makes it hard to know what is currently still accurate and what is not, IMHO. > If the point of closing unresolved= =20 > bug reports is some kind of prioritization of bug reports, there's tags,= =20 > severity levels, etc., you can use instead faking a high bug resolving=20 > statistics. The point is to have an actionable bug tracker and not some spaghetti thread where it is hard to follow between the still accurate and the already fixed. Ricardo opened an issue tracked as #30434. Subject: bug#30434: magit won=E2=80=99t work over TRAMP Date: Mon, 12 Feb 2018 13:53:22 +0100 (5 years, 31 weeks, 5 days ago) Closed by Mark with the message: Agreed. Done, in commit 5fe9ba59ba1cea12a70d011aacbace52e3bfda18 on master and commit 317e8e9404058af35d9843e076934560f95d895a on core-updates. I'm closing this bug now. Date: Wed, 14 Feb 2018 08:52:02 +0000 (5 years, 31 weeks, 3 days ago) And the discussion ends on: Date: Fri, 16 Feb 2018 14:00:50 -0500 (5 years, 31 weeks, 1 day ago) Then, years later you unarchive and reopen. Date: Wed, 18 May 2022 15:36:02 +0200 (1 year, 18 weeks, 1 day ago) unarchive 30434 reopen 30434 directly followed by Maxim=E2=80=99s question: Why did you reopen that issue? Does the original problem still affect you (a hard-coded magit-git-executable causing problems when executed on remote machines via TRAMP). And this bug was still open just as a reminder waiting for your patch. The initial issue had been closed and what you are reporting is not an issue anymore, from my understanding. I am proposing to open a fresh issue with accurate information from current Guix revisions about what you consider is this bug =E2=80=93 referencing to this one if needed. BTW, for what it is worth, I feel your tone arrogant and that is generating an atmosphere that does not make the collaboration friendly. Cheers, simon 1: [bug#59253] [PATCH] gnu: emacs-magit: Substitute git executable path. Kyle Meyer Mon, 14 Nov 2022 19:52:36 -0500 id:87cz9pvy23.fsf@kyleam.com https://issues.guix.gnu.org//59253 https://issues.guix.gnu.org/msgid/87cz9pvy23.fsf@kyleam.com https://yhetil.org/guix/87cz9pvy23.fsf@kyleam.com From unknown Sun Jun 22 17:16:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ricardo Wurmus Subject: bug#30434: closed (Re: magit =?UTF-8?Q?won=C3=A2=C2=80=C2=99t?= work over TRAMP) Message-ID: References: <874j0mxika.fsf@nicolasgoaziou.fr> <87lgfyl67x.fsf@elephly.net> X-Gnu-PR-Message: they-closed 30434 X-Gnu-PR-Package: guix Reply-To: 30434@debbugs.gnu.org Date: Sat, 22 Feb 2025 12:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1740227822-21340-1" This is a multi-part message in MIME format... ------------=_1740227822-21340-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #30434: magit won=E2=80=99t work over TRAMP which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 30434@debbugs.gnu.org. --=20 30434: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D30434 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1740227822-21340-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 30434-close) by debbugs.gnu.org; 22 Feb 2025 12:36:50 +0000 Received: from localhost ([127.0.0.1]:50460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tlokS-0005WE-S9 for submit@debbugs.gnu.org; Sat, 22 Feb 2025 07:36:49 -0500 Received: from msg-3.mailo.com ([213.182.54.8]:39102 helo=mailo.com) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tlokP-0005Ur-HZ for 30434-close@debbugs.gnu.org; Sat, 22 Feb 2025 07:36:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1740227798; bh=ovs54zhzfhT5K9vtBpxfyM9yIthZmGI8CVP3ehhZU8Q=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:Date:Message-ID: MIME-Version:Content-Type:Content-Transfer-Encoding; b=tYaYlRcfIf60JHyfdYh5dNIhgp1P87ivOyw/Gv1JkIGUWYs4KNj055n1WuukV67bz CWGYxu21+gCW2xUdkKn8Y3UThqoK0vwLGe86e7sIcQMt53J4VfADCWIkTazN1k5fLX GIB0hzdQXqNB9S2nv3jhzMTo5MWs8MtmXmvdpRM0= Received: by b221-6.in.mailobj.net [192.168.90.26] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sat, 22 Feb 2025 13:36:38 +0100 (CET) X-EA-Auth: jAr+oRt5rf4Ua4sBoWWTunj30MH21ygYmSrqkyi3yjb3Mx59jRJzngx5LOQapV5G194tPiYq/p0tblWvGoJjPwAVB9RH9VPvLp2UJwEdlx0= From: Nicolas Goaziou To: 30434-close@debbugs.gnu.org Subject: Re: magit =?utf-8?B?d29uw6LCgMKZdA==?= work over TRAMP In-Reply-To: <8634z5m7r1.fsf@gmail.com> Date: Sat, 22 Feb 2025 13:36:21 +0100 Message-ID: <874j0mxika.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 30434-close Cc: Maxim Cournoyer , Simon Tournier , Mark H Weaver , Alex Kost , Maxime Devos , Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, > The point is to have an actionable bug tracker and not some spaghetti > thread where it is hard to follow between the still accurate and the > already fixed. >=20 > Ricardo opened an issue tracked as #30434. >=20 > Subject: bug#30434: magit won=C3=A2=C2=80=C2=99t work over TRAMP > Date: Mon, 12 Feb 2018 13:53:22 +0100 (5 years, 31 weeks, 5 days ago) >=20 > Closed by Mark with the message: >=20 > Agreed. Done, in commit 5fe9ba59ba1cea12a70d011aacbace52e3bfda18 on > master and commit 317e8e9404058af35d9843e076934560f95d895a on > core-updates. I'm closing this bug now. >=20 > Date: Wed, 14 Feb 2018 08:52:02 +0000 (5 years, 31 weeks, 3 days ago) >=20 > And the discussion ends on: >=20 > Date: Fri, 16 Feb 2018 14:00:50 -0500 (5 years, 31 weeks, 1 day ago) >=20 > Then, years later you unarchive and reopen. >=20 > Date: Wed, 18 May 2022 15:36:02 +0200 (1 year, 18 weeks, 1 day ago) >=20 > unarchive 30434 > reopen 30434 >=20 > directly followed by Maxim=C3=A2=C2=80=C2=99s question: >=20 > Why did you reopen that issue? Does the original problem still affect > you (a hard-coded magit-git-executable causing problems when executed= on > remote machines via TRAMP). >=20 > And this bug was still open just as a reminder waiting for your patch. > The initial issue had been closed and what you are reporting is not an > issue anymore, from my understanding. I am proposing to open a fresh > issue with accurate information from current Guix revisions about what > you consider is this bug =C3=A2=C2=80=C2=93 referencing to this one if ne= eded. AFAICT, the issue seems resolved and I doubt any patch will sprout anymore from this thread. Closing. Of course, anyone can reopen it if necessary. > 1: [bug#59253] [PATCH] gnu: emacs-magit: Substitute git executable path. > Kyle Meyer > Mon, 14 Nov 2022 19:52:36 -0500 > id:87cz9pvy23.fsf@kyleam.com > https://issues.guix.gnu.org//59253 > https://issues.guix.gnu.org/msgid/87cz9pvy23.fsf@kyleam.com > https://yhetil.org/guix/87cz9pvy23.fsf@kyleam.com Regards, --=20 Nicolas Goaziou ------------=_1740227822-21340-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Feb 2018 12:53:50 +0000 Received: from localhost ([127.0.0.1]:38990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elDcD-0002F0-WC for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:50 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41037) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elDcC-0002El-4a for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elDc5-0005un-PB for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:42 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59286) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elDc5-0005tp-Jm for submit@debbugs.gnu.org; Mon, 12 Feb 2018 07:53:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elDc4-0007yG-1T for bug-guix@gnu.org; Mon, 12 Feb 2018 07:53:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elDbz-0005i5-25 for bug-guix@gnu.org; Mon, 12 Feb 2018 07:53:40 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21037) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elDby-0005gx-SC for bug-guix@gnu.org; Mon, 12 Feb 2018 07:53:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1518440004; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=695; bh=IcpnvWC1/WPlpJnfG4K6WqRdV1suBx9Hrzd6rYk2p2M=; b=JZ2E7JOalPMJ3OGRGwWYAM3bHAnGddTfIIsgzLX4CNvKsk23b1ZzjAbfEBhw9uPE AS7mQ64gdQ1ctNlQGTHhpIkfoy5grLeitVKz7FCKTLH2d+nQ3DqF4utTz7VqKALG+Ti IRUFJVEWo52vp0tpfDRmaXYuWMmgd8bIDz03I9WY= Received: from localhost (port-92-200-47-193.dynamic.qsc.de [92.200.47.193]) by mx.zohomail.com with SMTPS id 1518440004727579.34485621443; Mon, 12 Feb 2018 04:53:24 -0800 (PST) User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus To: bug-guix@gnu.org Subject: magit =?utf-8?Q?won=E2=80=99t?= work over TRAMP X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Mon, 12 Feb 2018 13:53:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <87lgfyl67x.fsf@elephly.net> X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) The default value for =E2=80=9Cmagit-git-executable=E2=80=9D (when magit is= installed via Guix) appears to be a store path, such as =E2=80=9C/gnu/store/l7g5r1c2i0bf3cd71g53ajy8khdcyidz-git-2.16.1/bin/git=E2= =80=9D. This means that when magit is used over TRAMP it will try to find the exact same git executable on the remote. Instead, magit should only look for =E2=80=9Cgit=E2=80=9D on the remote, no= t for the exact store location of a particular git executable. I could only use magit over TRAMP after setting =E2=80=9Cmagit-git-executab= le=E2=80=9D to =E2=80=9Cgit=E2=80=9D. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net ------------=_1740227822-21340-1--