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.bugs Subject: bug#46790: 28.0.50; make install with native-comp branch Date: Sat, 24 Apr 2021 15:40:07 +0300 Message-ID: <83lf97n9eg.fsf@gnu.org> References: <87h7lzgtyv.fsf@posteo.net> <83v98hqj5y.fsf@gnu.org> <87y2d8uq8r.fsf@posteo.net> <83wnssm8b0.fsf@gnu.org> <83v98cm6en.fsf@gnu.org> <877dkreudx.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9587"; mail-complaints-to="usenet@ciao.gmane.io" Cc: psainty@orcon.net.nz, 46790@debbugs.gnu.org, akrl@sdf.org To: Thierry Volpiatto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 24 14:41:11 2021 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 1laHaw-0002Kb-Vg for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 24 Apr 2021 14:41:10 +0200 Original-Received: from localhost ([::1]:41248 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1laHav-00046f-KY for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 24 Apr 2021 08:41:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1laHao-00046A-Eu for bug-gnu-emacs@gnu.org; Sat, 24 Apr 2021 08:41:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56427) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1laHao-0003AS-7S for bug-gnu-emacs@gnu.org; Sat, 24 Apr 2021 08:41:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1laHao-0003sB-5I for bug-gnu-emacs@gnu.org; Sat, 24 Apr 2021 08:41:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 24 Apr 2021 12:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46790 X-GNU-PR-Package: emacs Original-Received: via spool by 46790-submit@debbugs.gnu.org id=B46790.161926802414821 (code B ref 46790); Sat, 24 Apr 2021 12:41:02 +0000 Original-Received: (at 46790) by debbugs.gnu.org; 24 Apr 2021 12:40:24 +0000 Original-Received: from localhost ([127.0.0.1]:39740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1laHaB-0003qy-MY for submit@debbugs.gnu.org; Sat, 24 Apr 2021 08:40:23 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:35934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1laHa9-0003qb-MD for 46790@debbugs.gnu.org; Sat, 24 Apr 2021 08:40:22 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48157) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1laHa3-0002Zt-16; Sat, 24 Apr 2021 08:40:15 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2635 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1laHa2-00017X-Hn; Sat, 24 Apr 2021 08:40:14 -0400 In-Reply-To: <877dkreudx.fsf@posteo.net> (message from Thierry Volpiatto on Sat, 24 Apr 2021 12:21:56 +0000) 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:204799 Archived-At: > From: Thierry Volpiatto > Cc: Andrea Corallo , psainty@orcon.net.nz, 46790@debbugs.gnu.org > Date: Sat, 24 Apr 2021 12:21:56 +0000 > > As I said before I found this bug when using dired-async-mode from > emacs-async package. When trying to copy a file nothing happened, no > child emacs process was made. As soon I symlinked the native-lisp/ > directory in /usr/local/sbin dired-async started working, now it is no > more working symlink or not, I guess emacs --batch is not finding the > necessary libraries to start, but now unsure. Wait a minute: you are saying that starting "emacs" with your installation works well, and the problem happens only when you use the dired-async-mode? If so, it's a different problem from what I thought, sorry for not realizing this earlier. I think we need to see how "emacs --batch" is invoked in your scenario, in order for us to understand the problem you have. can you show the complete Emacs batch command that fails like that? > >> thierry IPadS340:/usr/local/sbin/emacs-28.0.50$ ./emacs-28.0.50 > >> emacs: /usr/local/sbin/emacs-28.0.50/../native-lisp/28.0.50-40158ec0/window-0d1b8b93-738411b0.eln: cannot open shared object file: No such file or directory > >> thierry IPadS340:/usr/local/sbin/emacs-28.0.50$ ./emacs > >> emacs: /usr/local/sbin/emacs-28.0.50/../native-lisp/28.0.50-40158ec0/window-0d1b8b93-738411b0.eln: cannot open shared object file: No such file or directory > > Yes I sent this because I thought it was a straight forward way to show > the problem, however the strange thing was emacs was starting with no > apparent errors from its symlink in /usr/local/bin/ Are these messages emitted by the "emacs --batch" invocation done by dired-async-mode, or are they shown when you start your interactive Emacs session?