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#47558: 28.0.50; dlopen 'image not found' gccemacs native-lisp macos Date: Fri, 02 Apr 2021 21:39:32 +0300 Message-ID: <8335w8fs4b.fsf@gnu.org> References: <83ft09fdc4.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11112"; mail-complaints-to="usenet@ciao.gmane.io" Cc: bryan.m.obrien@gmail.com, 47558@debbugs.gnu.org To: Alan Third Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Apr 02 20:40:15 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 1lSOiM-0002l5-UZ for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 02 Apr 2021 20:40:14 +0200 Original-Received: from localhost ([::1]:34846 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lSOiL-0002gj-VU for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 02 Apr 2021 14:40:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33246) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lSOiA-0002gX-6a for bug-gnu-emacs@gnu.org; Fri, 02 Apr 2021 14:40:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49532) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lSOi9-0004Z5-Us for bug-gnu-emacs@gnu.org; Fri, 02 Apr 2021 14:40:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lSOi9-0000IP-QA for bug-gnu-emacs@gnu.org; Fri, 02 Apr 2021 14:40:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 02 Apr 2021 18:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47558 X-GNU-PR-Package: emacs Original-Received: via spool by 47558-submit@debbugs.gnu.org id=B47558.16173887941120 (code B ref 47558); Fri, 02 Apr 2021 18:40:01 +0000 Original-Received: (at 47558) by debbugs.gnu.org; 2 Apr 2021 18:39:54 +0000 Original-Received: from localhost ([127.0.0.1]:32845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lSOi2-0000Hz-6P for submit@debbugs.gnu.org; Fri, 02 Apr 2021 14:39:54 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:40230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lSOi0-0000Hn-6N for 47558@debbugs.gnu.org; Fri, 02 Apr 2021 14:39:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37483) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lSOhs-0004PG-OE; Fri, 02 Apr 2021 14:39:45 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1458 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lSOhs-0007Cp-3W; Fri, 02 Apr 2021 14:39:44 -0400 In-Reply-To: (message from Alan Third on Fri, 2 Apr 2021 17:29:22 +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:203476 Archived-At: > Date: Fri, 2 Apr 2021 17:29:22 +0100 > From: Alan Third > Cc: Bryan O'Brien , 47558@debbugs.gnu.org > > It looks to me like the "-D" flag for the install command isn't > available on macOS. I think the equivalent is "-d", which appears to > do something different again on GNU/Linux. > > Line 752 of Makefile.in: > > ### Install native compiled Lisp files. > install-eln: > ifeq ($(HAVE_NATIVE_COMP),yes) > find native-lisp -type f -exec ${INSTALL_DATA} -D "{}" "$(ELN_DESTDIR){}" \; > endif We should use mkdir explicitly, I think.