From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#45817: Acknowledgement (28.0.50; Native fails) Date: Tue, 12 Jan 2021 18:44:45 +0000 Message-ID: References: <67AE79B3-5FD0-46B9-91C9-31CD601FDF30@korins.ky> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2591"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: kirill@korins.ky To: 45817@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 12 19:45:55 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 1kzOfz-0000Xf-8Y for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Jan 2021 19:45:55 +0100 Original-Received: from localhost ([::1]:45448 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzOfy-0002e6-90 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Jan 2021 13:45:54 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzOfC-0002II-PS for bug-gnu-emacs@gnu.org; Tue, 12 Jan 2021 13:45:07 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49798) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kzOf8-0001eV-Bf for bug-gnu-emacs@gnu.org; Tue, 12 Jan 2021 13:45:05 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kzOf8-0003ck-7N for bug-gnu-emacs@gnu.org; Tue, 12 Jan 2021 13:45:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Jan 2021 18:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45817 X-GNU-PR-Package: emacs X-Debbugs-Original-To: "Kirill A. Korinsky" via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: 45817@debbugs.gnu.org, "Kirill A. Korinsky" Original-Received: via spool by 45817-submit@debbugs.gnu.org id=B45817.161047709113898 (code B ref 45817); Tue, 12 Jan 2021 18:45:02 +0000 Original-Received: (at 45817) by debbugs.gnu.org; 12 Jan 2021 18:44:51 +0000 Original-Received: from localhost ([127.0.0.1]:33111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzOew-0003c6-Un for submit@debbugs.gnu.org; Tue, 12 Jan 2021 13:44:51 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:54189) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzOet-0003bv-6G for 45817@debbugs.gnu.org; Tue, 12 Jan 2021 13:44:49 -0500 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTP id 10CIijQu020641; Tue, 12 Jan 2021 18:44:46 GMT In-Reply-To: <67AE79B3-5FD0-46B9-91C9-31CD601FDF30@korins.ky> (Kirill A. Korinsky's message of "Tue, 12 Jan 2021 19:10:41 +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:197829 Archived-At: "Kirill A. Korinsky" via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > I found a bit more logs: > > ld: library not found for -lSystem > collect2: error: ld returned 1 exit status > libgccjit.so: error: error invoking gcc driver > > Looks like the right fix is something like this: > https://opensource.apple.com/source/dyld/dyld-97.1/include/mach-o/dyld-interposing.h.auto.html > > For example an issue that looks very similar with this one at Haskell: https://gitlab.haskell.org/ghc/ghc/-/issues/18446 Hi Kirill, this looks like a system miss configuration. By the way I don't recall anything changed in this respect so if it worked in the past I guess something changed on your sys configuration. Perhaps you've upgraded your OS? Do you knwon where (and if) this library is on your system? Andrea