From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#53596: 29.0.50; comp-trampoline-compile: Cannot find suitable directory for output in `native-comp-eln-load-path' Date: Fri, 28 Jan 2022 09:50:40 +0000 Message-ID: References: <92bc3ddb-26b8-e373-2819-be095d1ba580@inventati.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33208"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Manuel Uberti To: 53596@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jan 28 10:52:27 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1nDNve-0008W8-JK for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 28 Jan 2022 10:52:26 +0100 Original-Received: from localhost ([::1]:52200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nDNvd-000342-G9 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 28 Jan 2022 04:52:25 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37200) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDNuI-0002pw-GI for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 04:51:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36307) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nDNuH-0002NR-UT for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 04:51:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nDNuH-0002VT-Tj for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 04:51:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 Jan 2022 09:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53596 X-GNU-PR-Package: emacs Original-Received: via spool by 53596-submit@debbugs.gnu.org id=B53596.16433634459606 (code B ref 53596); Fri, 28 Jan 2022 09:51:01 +0000 Original-Received: (at 53596) by debbugs.gnu.org; 28 Jan 2022 09:50:45 +0000 Original-Received: from localhost ([127.0.0.1]:57443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDNu0-0002Us-KZ for submit@debbugs.gnu.org; Fri, 28 Jan 2022 04:50:44 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:63541) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDNty-0002Uj-Iz for 53596@debbugs.gnu.org; Fri, 28 Jan 2022 04:50:43 -0500 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 20S9oevW013426 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Fri, 28 Jan 2022 09:50:41 GMT In-Reply-To: <92bc3ddb-26b8-e373-2819-be095d1ba580@inventati.org> (Manuel Uberti via's message of "Fri, 28 Jan 2022 07:42:16 +0100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:225429 Archived-At: Manuel Uberti via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > I have just built Emacs master, on commit 84d4a34919 ("Fix duplicate > scroll events without XI2") to be more precise. > > When I start Emacs (using 'emacs' and not 'emacs -Q'), I get the error > reported in the subject: "comp-trampoline-compile: Cannot find > suitable directory for output in `native-comp-eln-load-path'". > > 'C-h v native-comp-eln-load-path' shows me: > ("/usr/local/libexec/emacs/29.0.50/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/29.0.50/native-lisp/") Hi Manuel, in `native-comp-eln-load-path' you should have a directory where emacs can create and depose files in order to work correctly. Your `native-comp-eln-load-path' should look more something like: ("/home/manuel/.emacs.d/eln-cache/" "/usr/local/libexec/emacs/29.0.50/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/29.0.50/native-lisp/") Are you modifying `native-comp-eln-load-path' in your configuration? BR Andrea