From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Annoying error from tramp Date: Tue, 07 Dec 2021 18:50:18 +0200 Message-ID: <83zgpcxstx.fsf@gnu.org> References: <8735n5wu7g.fsf@igel.home> <87y24xk1yg.fsf@gmx.de> <87ilw1v7q2.fsf@igel.home> <87tufljy46.fsf@gmx.de> <87czm85wfh.fsf@igel.home> <87v900cue3.fsf@gmx.de> <878rww5tdf.fsf@igel.home> <87r1aoctwo.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18945"; mail-complaints-to="usenet@ciao.gmane.io" Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 07 17:51:18 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mudgS-0004gu-PH for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Dec 2021 17:51:16 +0100 Original-Received: from localhost ([::1]:49250 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mudgR-00015q-Kw for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Dec 2021 11:51:15 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37098) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mudfg-0000Kj-C5 for emacs-devel@gnu.org; Tue, 07 Dec 2021 11:50:28 -0500 Original-Received: from [2001:470:142:3::e] (port=48240 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mudff-00081d-Co; Tue, 07 Dec 2021 11:50:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=0K4hUpagsTLes0MSlVhh8V1uZh4x73v7esyieeN6Alc=; b=ed3F9zP17P3x li/rzoF/LI+gaCisdAXwhVFnup4URSdiYWP+JZFgzzBx4peVPHDXCOg+HR/FfL0rfF500iCoyoUPz hhKttFnZceMPGbpFIB2iWwpRcclI00Nfx5lyjv7ya7ydQLvNs4/sGj8SZhZ2wODIfIOYYGVJxiauL S/I1RZwNzbacSQ6p1HTiyy9Dc4JwC+O8h1ZHVxmCxBzXxr9tKawNAVqDJ3v5CJ7yNZys3W4XK+bsc YApAp+XTkVIBZN05r56lqPrMaCxKlDSLTbeGt13MtqHuv8S5AWEXB8rTuCsfIK9tq/64GOvKBcP2V MV0Gw9PfdeEZ2yK5kZfxlw==; Original-Received: from [87.69.77.57] (port=1792 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mudfW-0002X2-9i; Tue, 07 Dec 2021 11:50:27 -0500 In-Reply-To: <87r1aoctwo.fsf@gmx.de> (message from Michael Albinus on Tue, 07 Dec 2021 16:32:39 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281264 Archived-At: > From: Michael Albinus > Date: Tue, 07 Dec 2021 16:32:39 +0100 > Cc: emacs-devel@gnu.org > > However, first I'd like to get your feedback whether it solves your > problem. And then, Eli or Lars might decide whether it is needed for the > release branch. > > In summary, the problem happens if the remote machine has neither a > base64 program, nor Perl installed. Like your openwrt machine. The fix looks simple enough to be safe for emacs-28, unless you think it could be dangerous for some reason. Lars?