From unknown Mon Jun 16 23:45:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#56738 <56738@debbugs.gnu.org> To: bug#56738 <56738@debbugs.gnu.org> Subject: Status: Cannot find libgccjit.dylib on macOS Reply-To: bug#56738 <56738@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:45:38 +0000 retitle 56738 Cannot find libgccjit.dylib on macOS reassign 56738 emacs submitter 56738 Kevin Morio severity 56738 normal tag 56738 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 24 08:33:45 2022 Received: (at submit) by debbugs.gnu.org; 24 Jul 2022 12:33:46 +0000 Received: from localhost ([127.0.0.1]:47043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFanl-0003VQ-13 for submit@debbugs.gnu.org; Sun, 24 Jul 2022 08:33:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:37058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFYeC-0005YO-2Y for submit@debbugs.gnu.org; Sun, 24 Jul 2022 06:15:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41026) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFYe5-00010E-R6 for bug-gnu-emacs@gnu.org; Sun, 24 Jul 2022 06:15:39 -0400 Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]:32808) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1oFYe2-0005RN-4J for bug-gnu-emacs@gnu.org; Sun, 24 Jul 2022 06:15:33 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4LrJvq6gPcz9sS2 for ; Sun, 24 Jul 2022 12:15:19 +0200 (CEST) From: Kevin Morio Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Cannot find libgccjit.dylib on macOS Message-Id: Date: Sun, 24 Jul 2022 12:15:17 +0200 To: bug-gnu-emacs@gnu.org X-Rspamd-Queue-Id: 4LrJvq6gPcz9sS2 Received-SPF: pass client-ip=2001:67c:2050:0:465::101; envelope-from=kevin@morio.me; helo=mout-p-101.mailbox.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 24 Jul 2022 08:33:39 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Dear Emacs maintainers, Emacs 28.1.90 (282dde887db163b25b31fba3bf10a80f2b93203c) fails to build = on macOS 12.4 when configured with the following invocation: ./configure =E2=80=94with-native-compilation ... usage: dirname string [...] checking for gcc_jit_context_acquire in -lgccjit... no configure: error: ELisp native compiler was requested, but libgccjit was = not found. Please try installing libgccjit or a similar package. If you are sure you want Emacs be compiled without ELisp native = compiler, pass the --without-native-compilation option to configure. This is the same bug as bug#55173 which has been reported for Emacs 29.0.50 (a41a181db5f3aca043ed42b228dc56a6403c21a5) and fixed in commit faa29fa2c9e9d5a5d7544a1a39b2a89cf57a8439 with the following patch diff --git a/configure.ac b/configure.ac index 741a1a31df..03eb9783a9 100644 --- a/configure.ac +++ b/configure.ac @@ -3844,7 +3844,7 @@ AC_DEFUN MAC_CFLAGS=3D"-I$(dirname $($BREW ls -v libgccjit | \ grep libgccjit.h))" MAC_LIBS=3D"-L$(dirname $($BREW ls -v libgccjit| \ - grep libgccjit.so\$))" + grep -E = 'libgccjit\.(so|dylib)$'))" fi fi Thanks, Kevin Morio From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 24 08:51:49 2022 Received: (at 56738) by debbugs.gnu.org; 24 Jul 2022 12:51:49 +0000 Received: from localhost ([127.0.0.1]:47056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFb5J-000449-CH for submit@debbugs.gnu.org; Sun, 24 Jul 2022 08:51:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFb5E-00043p-OH for 56738@debbugs.gnu.org; Sun, 24 Jul 2022 08:51:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58608) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFb58-0004fR-4P; Sun, 24 Jul 2022 08:51:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=aLV+ZTQgA/Vuk/9fcZdm5dtWplc6XHF/3rQl8LtgUUE=; b=WEJ1zPKn4z1lXIuswmwR 7g0EqRCmJpvO/CuKy8YlIh3zfru7jhfennTbnKicejceWNXoaXlD7lStKzqJkjrYGprSyFve/DhEt M9pBrdn7/Z0RA6kMcpvwWq45gfMQbnDtUQ+KEOSF4pXJ5+CJ3PcR2mBx4GAhCGCUI6YxOL6TE41fj CG0a6HX5xgh16lSsrwVzNtzjtgGlbahhiJluz+YruZ9rjZ2zAhwkeFkeWHQqqyYFn9wdcOVQwH7Ic nczEy2+P0kcJaG+ePW5lxOHP9ZHOf+E6EysLt13N+lIl9finfkurA7HTGADyR6KGGS1YvOHjyfMO9 0oss34JbptzolA==; Received: from [87.69.77.57] (port=4870 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 1oFb56-0007qB-UP; Sun, 24 Jul 2022 08:51:37 -0400 Date: Sun, 24 Jul 2022 15:51:36 +0300 Message-Id: <83tu76fzc7.fsf@gnu.org> From: Eli Zaretskii To: Kevin Morio In-Reply-To: (message from Kevin Morio on Sun, 24 Jul 2022 12:15:17 +0200) Subject: Re: bug#56738: Cannot find libgccjit.dylib on macOS References: MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56738 Cc: 56738@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Kevin Morio > Date: Sun, 24 Jul 2022 12:15:17 +0200 > > Dear Emacs maintainers, > > Emacs 28.1.90 (282dde887db163b25b31fba3bf10a80f2b93203c) fails to build on > macOS 12.4 when configured with the following invocation: > > ./configure —with-native-compilation > ... > usage: dirname string [...] > checking for gcc_jit_context_acquire in -lgccjit... no > configure: error: ELisp native compiler was requested, but libgccjit was not found. > Please try installing libgccjit or a similar package. > If you are sure you want Emacs be compiled without ELisp native compiler, > pass the --without-native-compilation option to configure. > > This is the same bug as bug#55173 which has been reported for > Emacs 29.0.50 (a41a181db5f3aca043ed42b228dc56a6403c21a5) > and fixed in commit > faa29fa2c9e9d5a5d7544a1a39b2a89cf57a8439 > with the following patch Thanks, I've now cherry-picked that change to the emacs-28 branch, and it will be part of the upcoming Emacs 28.2. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 26 09:25:25 2022 Received: (at control) by debbugs.gnu.org; 26 Jul 2022 13:25:25 +0000 Received: from localhost ([127.0.0.1]:52672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGKYu-0007FT-R4 for submit@debbugs.gnu.org; Tue, 26 Jul 2022 09:25:25 -0400 Received: from quimby.gnus.org ([95.216.78.240]:39338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGKYt-0007FB-Mg for control@debbugs.gnu.org; Tue, 26 Jul 2022 09:25:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=wdQYhKzS5adppQ/wbY9mH2ZJVKnhssifXX9tLMZEcIk=; b=jwf+fCzkSGcY2KY8Fim/RznZ7c LefBzTzPQhDaEZu0Tc9DURZJ4mtQesP/ScxhezpsucGAIaWQDCnuZQoE0kLkBHA8uIF55tH7GvaGQ 2O3BAFmpZYqGcMXiJXCR+rjS12sLvp8YaQz3/+E/fktrMZecMbOJZPFrY9fYE4mrShPM=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oGKYm-0006U6-8Z for control@debbugs.gnu.org; Tue, 26 Jul 2022 15:25:18 +0200 Date: Tue, 26 Jul 2022 15:25:15 +0200 Message-Id: <87fsio0zwk.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56738 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 56738 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 56738 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 10:14:18 2022 Received: (at 56738-done) by debbugs.gnu.org; 4 Aug 2022 14:14:18 +0000 Received: from localhost ([127.0.0.1]:54131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJbcA-0001Aw-4S for submit@debbugs.gnu.org; Thu, 04 Aug 2022 10:14:18 -0400 Received: from mail-vs1-f46.google.com ([209.85.217.46]:37826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJbc5-0001Af-Rc for 56738-done@debbugs.gnu.org; Thu, 04 Aug 2022 10:14:17 -0400 Received: by mail-vs1-f46.google.com with SMTP id 66so21243651vse.4 for <56738-done@debbugs.gnu.org>; Thu, 04 Aug 2022 07:14:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc :content-transfer-encoding; bh=f+N/TrO7NvsKyrvp5UGYukWfY5GYYB1IOb2+n8Vl/iE=; b=YpSPxlNUq38pW+7P2zMTNfPymGg/QSFOcN8YqzyqJAjnRucIHYtFG1/ZCHwQ8KJpLd YBX2vzcUG70eWJ/ZPsnix/xAEwZi9lNNnf4HU5zXrwvzhVW4g5NZDZbT1K4gtw8GfxRm Etu/ZhQtWgg6nSjmliGI2PbTIylDlgBmu0CX9XU7TflhWmVodfeh8UMkZtMpnQ/Hm9b3 IM3AJuLQoHr3x10Gv7MEVJX8yIQKIqdd2APtbJ0nuEUeJ/3V7gNoXCipLO57EvBS1jrI 48OSStyM6NjxF/i9aVuD36jFz8Zlb5ZpG9zEtfxvAhU4quwigKOXxb85VavCTsrvlZ43 lgsw== X-Gm-Message-State: ACgBeo31EfOoM06COCNOyZS4CZQtQjpUzw+/6klykiKxNC8J9lRak9mO T6O21Km1JLUUyCm6vxhfpXLLRSJPFXd5KsOOrWFy0thb X-Google-Smtp-Source: AA6agR7S3krQ67F7RO82qfQ2kyn4BTR8z2eUySgbA0prc6+LEw+3DiAybi6AzwzPc9+q8A+DCNfWJ1x/dEow+oBkOvk= X-Received: by 2002:a05:6102:512b:b0:387:cc8f:a0fa with SMTP id bm43-20020a056102512b00b00387cc8fa0famr912583vsb.3.1659622447740; Thu, 04 Aug 2022 07:14:07 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 4 Aug 2022 14:14:07 +0000 X-Hashcash: 1:21:220804:56738@debbugs.gnu.org::w8xvRvou6A4ETbWO:D4Lq From: Stefan Kangas In-Reply-To: <83tu76fzc7.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 24 Jul 2022 15:51:36 +0300") References: <83tu76fzc7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Date: Thu, 4 Aug 2022 14:14:07 +0000 Message-ID: Subject: Re: bug#56738: Cannot find libgccjit.dylib on macOS To: Eli Zaretskii Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 56738-done Cc: Kevin Morio , 56738-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) Eli Zaretskii writes: >> From: Kevin Morio >> Date: Sun, 24 Jul 2022 12:15:17 +0200 >> >> Dear Emacs maintainers, >> >> Emacs 28.1.90 (282dde887db163b25b31fba3bf10a80f2b93203c) fails to build = on >> macOS 12.4 when configured with the following invocation: >> >> ./configure =E2=80=94with-native-compilation >> ... >> usage: dirname string [...] >> checking for gcc_jit_context_acquire in -lgccjit... no >> configure: error: ELisp native compiler was requested, but libgccjit was= not found. >> Please try installing libgccjit or a similar package. >> If you are sure you want Emacs be compiled without ELisp native compiler= , >> pass the --without-native-compilation option to configure. >> >> This is the same bug as bug#55173 which has been reported for >> Emacs 29.0.50 (a41a181db5f3aca043ed42b228dc56a6403c21a5) >> and fixed in commit >> faa29fa2c9e9d5a5d7544a1a39b2a89cf57a8439 >> with the following patch > > Thanks, I've now cherry-picked that change to the emacs-28 branch, and > it will be part of the upcoming Emacs 28.2. No further comments within a week, so I'm closing this bug report. From unknown Mon Jun 16 23:45:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Sep 2022 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator