From unknown Tue Jun 17 01:49:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67799: 30.0.50; --without-all fails if libgccjit is installed Resent-From: john muhl Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Dec 2023 16:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67799 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 67799@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17024002419209 (code B ref -1); Tue, 12 Dec 2023 16:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Dec 2023 16:57:21 +0000 Received: from localhost ([127.0.0.1]:57347 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rD64P-0002OT-Gi for submit@debbugs.gnu.org; Tue, 12 Dec 2023 11:57:21 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48502) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rD64M-0002O3-Sf for submit@debbugs.gnu.org; Tue, 12 Dec 2023 11:57:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rD641-0001Er-T4 for bug-gnu-emacs@gnu.org; Tue, 12 Dec 2023 11:56:57 -0500 Received: from out-170.mta0.migadu.com ([2001:41d0:1004:224b::aa]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rD63z-0001tX-RE for bug-gnu-emacs@gnu.org; Tue, 12 Dec 2023 11:56:57 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1702400211; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dnWj3m2cszOAHkd4FoZHo/HZyZ6J1UxFXEJUUoXbQ0s=; b=SRvkUbmZfnFPKtIZbb2N8rUeXep8x5PulpG1rwfTz3Ef4vRZIUcXaVVUwToI5jT+vG2+WH o8mZq8MeS/rX+V+mnAb94ZO+QKFE/eAC24ejwUr856RHpe628ZbRjxwzKujqGvbR/9yeEc dCzv1LVPar4lPrEgwZ+vd07VNAUGRQs= From: john muhl Date: Mon, 11 Dec 2023 18:02:17 -0600 Message-ID: <87bkavxstt.fsf@pub.pink> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::aa; envelope-from=jm@pub.pink; helo=out-170.mta0.migadu.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: When libgccjit is installed =?UTF-8?Q?=E2=80=98./configure_?= =?UTF-8?Q?--without-all=E2=80=99?= fails with the error: checking for gcc_jit_context_acquire in -lgccjit... yes checking for libgccjit.h... yes configure: error: '--with-native-compilation' requires zlib Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom;id=jm%40pub.pink;ip=2001%3A470%3A142%3A%3A17;r=debbugs.gnu.org] 0.8 DATE_IN_PAST_12_24 Date: is 12 to 24 hours before Received: date -0.0 T_SCC_BODY_TEXT_LINE No description available. 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.7 (/) When libgccjit is installed =E2=80=98./configure --without-all=E2=80=99 fai= ls with the error: checking for gcc_jit_context_acquire in -lgccjit... yes checking for libgccjit.h... yes configure: error: '--with-native-compilation' requires zlib Using =E2=80=98--without-all --with-native-compilation=3Dno=E2=80=99 makes = it work as does uninstalling the libgccjit packages. In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654 Repository branch: master System Description: Fedora Linux 39 (Thirty Nine) From unknown Tue Jun 17 01:49:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67799: 30.0.50; --without-all fails if libgccjit is installed Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Dec 2023 10:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67799 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 67799@debbugs.gnu.org Cc: jm@pub.pink X-Debbugs-Original-To: john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: john muhl , 67799@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170246430228620 (code B ref -1); Wed, 13 Dec 2023 10:46:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Dec 2023 10:45:02 +0000 Received: from localhost ([127.0.0.1]:58255 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDMjd-0007RQ-Eg for submit@debbugs.gnu.org; Wed, 13 Dec 2023 05:45:01 -0500 Received: from lists.gnu.org ([2001:470:142::17]:51020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDMjb-0007Qr-C6 for submit@debbugs.gnu.org; Wed, 13 Dec 2023 05:44:59 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rDMjF-0003Ca-Tz for bug-gnu-emacs@gnu.org; Wed, 13 Dec 2023 05:44:38 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rDMjF-0000uF-5B; Wed, 13 Dec 2023 05:44:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=swD1xmitWr7zF8nn8Ld8Vln1E16eMEW/fxxaOs9IB/M=; b=Afp8Gg9p1aT+u2P4VmgD vSaj2K/ChTaK20gZVD+o67IiSJSR1/15TygRfHv+Gj2His3s94W9xQtQ+ut+Q8eErsN0Un6uyuqeu viZyiHlYis3LWshGveH9x5NdI+qPPo6KgHY704J38whSWAe4QD0QZYWUHpyMEeVqVs/rLmUFMBX6P w6qGBG5N1o+uvKyzl4zLy+Oggr0Dv/3k0ZQO6rhWSFFdiSdpcCwc4vuI2X8dbOTmwkiW28tClnY1M +LfRODByfjF34u1SHCEC4Mgo81XfCGQaU3iKtfQupncZBYrOKlJjYaJCkZ1EVn0NUhs2VoApdcWyp N28sE99ytgl/WQ==; Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rDMjE-0006Vk-VA; Wed, 13 Dec 2023 05:44:36 -0500 From: Andrea Corallo In-Reply-To: <87bkavxstt.fsf@pub.pink> (john muhl via's message of "Mon, 11 Dec 2023 18:02:17 -0600") References: <87bkavxstt.fsf@pub.pink> Date: Wed, 13 Dec 2023 05:44:36 -0500 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) 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: -1.0 (-) john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > When libgccjit is installed =E2=80=98./configure --without-all=E2=80=99 f= ails > with the error: > > checking for gcc_jit_context_acquire in -lgccjit... yes > checking for libgccjit.h... yes > configure: error: '--with-native-compilation' requires zlib > > Using =E2=80=98--without-all --with-native-compilation=3Dno=E2=80=99 make= s it work > as does uninstalling the libgccjit packages. > > In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version > 3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost > Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654 > Repository branch: master > System Description: Fedora Linux 39 (Thirty Nine) Looking at it. From unknown Tue Jun 17 01:49:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67799: 30.0.50; --without-all fails if libgccjit is installed Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Dec 2023 11:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67799 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 67799@debbugs.gnu.org Cc: jm@pub.pink Received: via spool by 67799-submit@debbugs.gnu.org id=B67799.17024668961316 (code B ref 67799); Wed, 13 Dec 2023 11:29:02 +0000 Received: (at 67799) by debbugs.gnu.org; 13 Dec 2023 11:28:16 +0000 Received: from localhost ([127.0.0.1]:58300 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDNPU-0000L9-DU for submit@debbugs.gnu.org; Wed, 13 Dec 2023 06:28:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57794) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDNPT-0000Ky-CD for 67799@debbugs.gnu.org; Wed, 13 Dec 2023 06:28:15 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rDNP7-0003ke-Da; Wed, 13 Dec 2023 06:27:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=0V5+jC0g5bEOrp77/yP+XttVBKTE5eZ1bRIme+ho5pM=; b=qbWCVAu1XGh0WdA44V+R rDS0eXd1cQK3bd0EKeIcXE7y26a6oIT/B7hRg2Q4UauPCyL7iZmj4Y2C2DGAyAMyv9UNFV7ECfrAc CRzztLMFNu1poRwv4cGjJqpRPvk//yk9/qPW+cZWGCBC22V2Kw7hXoJjLAkCPTJM3oTn535m/ajLt rp72szUYu3dXJUsiFjfyJQCxlCfV1tQB2IIMsVh7shuB4JPtLjsLZ6iAB7A0RlYh+hBIHUoa0nmHe z0BeBdm06zS2Fl+QjcyXbCnyde0Z5om2gFxsyP2lQRvr7xqou+iCV6rABvEokJs7R/NpxDOYtN8h+ QaHy+nUenC6KaA==; Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rDNP7-0007At-2z; Wed, 13 Dec 2023 06:27:53 -0500 From: Andrea Corallo In-Reply-To: (Andrea Corallo's message of "Wed, 13 Dec 2023 05:44:36 -0500") References: <87bkavxstt.fsf@pub.pink> Date: Wed, 13 Dec 2023 06:27:53 -0500 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) 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 (---) Andrea Corallo writes: > john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text > editors" writes: > >> When libgccjit is installed =E2=80=98./configure --without-all=E2=80=99 = fails >> with the error: >> >> checking for gcc_jit_context_acquire in -lgccjit... yes >> checking for libgccjit.h... yes >> configure: error: '--with-native-compilation' requires zlib >> >> Using =E2=80=98--without-all --with-native-compilation=3Dno=E2=80=99 mak= es it work >> as does uninstalling the libgccjit packages. >> >> In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version >> 3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost >> Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654 >> Repository branch: master >> System Description: Fedora Linux 39 (Thirty Nine) > > Looking at it. Hi John, 281a16d15fa seems to do the job for me, please have a look and let us know. Thanks for reporting Andrea From unknown Tue Jun 17 01:49:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67799: 30.0.50; --without-all fails if libgccjit is installed Resent-From: john muhl Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Dec 2023 13:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67799 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andrea Corallo Cc: 67799@debbugs.gnu.org Received: via spool by 67799-submit@debbugs.gnu.org id=B67799.170247537225691 (code B ref 67799); Wed, 13 Dec 2023 13:50:02 +0000 Received: (at 67799) by debbugs.gnu.org; 13 Dec 2023 13:49:32 +0000 Received: from localhost ([127.0.0.1]:58439 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDPc9-0006gG-BI for submit@debbugs.gnu.org; Wed, 13 Dec 2023 08:49:32 -0500 Received: from out-180.mta0.migadu.com ([2001:41d0:1004:224b::b4]:39102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDPc4-0006g0-LR for 67799@debbugs.gnu.org; Wed, 13 Dec 2023 08:49:28 -0500 References: <87bkavxstt.fsf@pub.pink> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1702475346; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0AI2iL5mJR0M1XURVJD4NAsP7CJ68FhELHkH96VNChU=; b=pf8Byz37PzayevL/XtgbXAM+kpK5Og2Ww89knNgAbh7WH2t4BPlM6S5EkVxavcrD+8Rjkc 41uNftQ8BMgkFufN3/3LaLLvjKcx3k8MApzWIUF/7Nx+55UbaBg+/h4mSzwXeZLv/N4cPg LAIFY1XgDLVZK4Hz0NmWT7d/ikbHyJw= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: john muhl Date: Wed, 13 Dec 2023 07:48:26 -0600 In-reply-to: Message-ID: <871qbqxlf6.fsf@pub.pink> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Spam-Score: -0.0 (/) 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: -1.0 (-) Andrea Corallo writes: > Andrea Corallo writes: > >> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text >> editors" writes: >> >>> When libgccjit is installed =E2=80=98./configure --without-all=E2=80=99= fails >>> with the error: >>> >>> checking for gcc_jit_context_acquire in -lgccjit... yes >>> checking for libgccjit.h... yes >>> configure: error: '--with-native-compilation' requires zlib >>> >>> Using =E2=80=98--without-all --with-native-compilation=3Dno=E2=80=99 ma= kes it work >>> as does uninstalling the libgccjit packages. >>> >>> In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version >>> 3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost >>> Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654 >>> Repository branch: master >>> System Description: Fedora Linux 39 (Thirty Nine) >> >> Looking at it. > > Hi John, > > 281a16d15fa seems to do the job for me, please have a look and let us > know. > > Thanks for reporting > > Andrea Thanks. That fixes it for me too. From unknown Tue Jun 17 01:49:13 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: john muhl Subject: bug#67799: closed (Re: bug#67799: 30.0.50; --without-all fails if libgccjit is installed) Message-ID: References: <87bkavxstt.fsf@pub.pink> X-Gnu-PR-Message: they-closed 67799 X-Gnu-PR-Package: emacs Reply-To: 67799@debbugs.gnu.org Date: Wed, 13 Dec 2023 14:08:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1702476482-27953-1" This is a multi-part message in MIME format... ------------=_1702476482-27953-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #67799: 30.0.50; --without-all fails if libgccjit is installed which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 67799@debbugs.gnu.org. --=20 67799: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D67799 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1702476482-27953-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 67799-done) by debbugs.gnu.org; 13 Dec 2023 14:07:56 +0000 Received: from localhost ([127.0.0.1]:58456 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDPtz-0007GS-Uk for submit@debbugs.gnu.org; Wed, 13 Dec 2023 09:07:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDPtu-0007GA-GC for 67799-done@debbugs.gnu.org; Wed, 13 Dec 2023 09:07:54 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rDPtX-0002ue-5d; Wed, 13 Dec 2023 09:07:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=MV7K5HlPDLcYqGf0zAbKsTlqkKZQayBC1OOCnkR4jKU=; b=qomPf/Z1iRkf7rHyStnY K/OaZMaOAUI3WxEua79Oz1R46CkOxb/FqyCwEuX5wqkRLPHlaGe0OC5hnizdnYm6bhrD/Ts1glgep 84VOsylD8OckfdTIyT5N1hfVcp0MyQWQy6XG3W1wXdmaub6uuFq/a5KsUJNVdDNtM5tY/PzKg8MsL ijCGbpUR4VI3XwybVQyYmLC1gfuaQ5pZJwFDnS/l9yTLrlpc5jsRkO1hKBIHWaeqqb+sSjMF64GEy 3QneMf2Cw17miyhzJ8m23zmMu3i74zCZImD7Jqj1DcjP5ib5fXJnu8CCn4PofbowVR5dN6BiPHp7I UtQD/OPBc9SL2A==; Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rDPtM-0008HL-Hd; Wed, 13 Dec 2023 09:07:19 -0500 From: Andrea Corallo To: john muhl Subject: Re: bug#67799: 30.0.50; --without-all fails if libgccjit is installed In-Reply-To: <871qbqxlf6.fsf@pub.pink> (john muhl's message of "Wed, 13 Dec 2023 07:48:26 -0600") References: <87bkavxstt.fsf@pub.pink> <871qbqxlf6.fsf@pub.pink> Date: Wed, 13 Dec 2023 09:07:16 -0500 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67799-done Cc: 67799-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: -3.3 (---) john muhl writes: > Andrea Corallo writes: > >> Andrea Corallo writes: >> >>> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text >>> editors" writes: >>> >>>> When libgccjit is installed =E2=80=98./configure --without-all=E2=80= =99 fails >>>> with the error: >>>> >>>> checking for gcc_jit_context_acquire in -lgccjit... yes >>>> checking for libgccjit.h... yes >>>> configure: error: '--with-native-compilation' requires zlib >>>> >>>> Using =E2=80=98--without-all --with-native-compilation=3Dno=E2=80=99 m= akes it work >>>> as does uninstalling the libgccjit packages. >>>> >>>> In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version >>>> 3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost >>>> Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654 >>>> Repository branch: master >>>> System Description: Fedora Linux 39 (Thirty Nine) >>> >>> Looking at it. >> >> Hi John, >> >> 281a16d15fa seems to do the job for me, please have a look and let us >> know. >> >> Thanks for reporting >> >> Andrea > > Thanks. That fixes it for me too. Cool, closing then. Thanks! Andrea ------------=_1702476482-27953-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Dec 2023 16:57:21 +0000 Received: from localhost ([127.0.0.1]:57347 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rD64P-0002OT-Gi for submit@debbugs.gnu.org; Tue, 12 Dec 2023 11:57:21 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48502) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rD64M-0002O3-Sf for submit@debbugs.gnu.org; Tue, 12 Dec 2023 11:57:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rD641-0001Er-T4 for bug-gnu-emacs@gnu.org; Tue, 12 Dec 2023 11:56:57 -0500 Received: from out-170.mta0.migadu.com ([2001:41d0:1004:224b::aa]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rD63z-0001tX-RE for bug-gnu-emacs@gnu.org; Tue, 12 Dec 2023 11:56:57 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1702400211; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=dnWj3m2cszOAHkd4FoZHo/HZyZ6J1UxFXEJUUoXbQ0s=; b=SRvkUbmZfnFPKtIZbb2N8rUeXep8x5PulpG1rwfTz3Ef4vRZIUcXaVVUwToI5jT+vG2+WH o8mZq8MeS/rX+V+mnAb94ZO+QKFE/eAC24ejwUr856RHpe628ZbRjxwzKujqGvbR/9yeEc dCzv1LVPar4lPrEgwZ+vd07VNAUGRQs= From: john muhl To: bug-gnu-emacs@gnu.org Subject: 30.0.50; --without-all fails if libgccjit is installed Date: Mon, 11 Dec 2023 18:02:17 -0600 X-Debbugs-Cc: Message-ID: <87bkavxstt.fsf@pub.pink> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::aa; envelope-from=jm@pub.pink; helo=out-170.mta0.migadu.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: When libgccjit is installed ‘./configure --without-all’ fails with the error: checking for gcc_jit_context_acquire in -lgccjit... yes checking for libgccjit.h... yes configure: error: '--with-native-compilation' requires zlib Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom;id=jm%40pub.pink;ip=2001%3A470%3A142%3A%3A17;r=debbugs.gnu.org] 0.8 DATE_IN_PAST_12_24 Date: is 12 to 24 hours before Received: date -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: submit 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.7 (/) When libgccjit is installed =E2=80=98./configure --without-all=E2=80=99 fai= ls with the error: checking for gcc_jit_context_acquire in -lgccjit... yes checking for libgccjit.h... yes configure: error: '--with-native-compilation' requires zlib Using =E2=80=98--without-all --with-native-compilation=3Dno=E2=80=99 makes = it work as does uninstalling the libgccjit packages. In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654 Repository branch: master System Description: Fedora Linux 39 (Thirty Nine) ------------=_1702476482-27953-1-- From unknown Tue Jun 17 01:49:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#67799: 30.0.50; --without-all fails if libgccjit is installed Resent-From: john muhl Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Dec 2023 14:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67799 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 67799-done@debbugs.gnu.org Received: via spool by 67799-done@debbugs.gnu.org id=D67799.170247713529387 (code D ref 67799); Wed, 13 Dec 2023 14:19:02 +0000 Received: (at 67799-done) by debbugs.gnu.org; 13 Dec 2023 14:18:55 +0000 Received: from localhost ([127.0.0.1]:58471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDQ4b-0007du-Qi for submit@debbugs.gnu.org; Wed, 13 Dec 2023 09:18:55 -0500 Received: from out-186.mta0.migadu.com ([91.218.175.186]:43220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDQ4W-0007db-L5 for 67799-done@debbugs.gnu.org; Wed, 13 Dec 2023 09:18:52 -0500 References: <87bkavxstt.fsf@pub.pink> <871qbqxlf6.fsf@pub.pink> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1702477111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DMv96Prv4az08Aa6gyNj+GkSKxIHR5uC8hKF+VDXXnc=; b=vMTsMyaFzeBLZwDlpM3i+Q9W/CQZZ5lHwO4dBlWV/+9zewM8nMeNLJ0oWpBf1DY9iXmGQN hFbewMw/LyIzuw24Tdle2jgopnJEQmC0tMwhUL7YFobj1FmBfpASQGLRhwHwxn82w5iZHC 56aXrTzf7b2Na05xNRso4/jH6N6U4T4= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: john muhl Date: Wed, 13 Dec 2023 08:15:00 -0600 In-reply-to: <871qbqxlf6.fsf@pub.pink> Message-ID: <87a5qew5hn.fsf@pub.pink> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Spam-Score: -0.0 (/) 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: -1.0 (-) john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text edit= ors" writes: > Andrea Corallo writes: > >> Andrea Corallo writes: >> >>> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text >>> editors" writes: >>> >>>> When libgccjit is installed =E2=80=98./configure --without-all=E2=80= =99 fails >>>> with the error: >>>> >>>> checking for gcc_jit_context_acquire in -lgccjit... yes >>>> checking for libgccjit.h... yes >>>> configure: error: '--with-native-compilation' requires zlib >>>> >>>> Using =E2=80=98--without-all --with-native-compilation=3Dno=E2=80=99 m= akes it work >>>> as does uninstalling the libgccjit packages. >>>> >>>> In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version >>>> 3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost >>>> Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654 >>>> Repository branch: master >>>> System Description: Fedora Linux 39 (Thirty Nine) >>> >>> Looking at it. >> >> Hi John, >> >> 281a16d15fa seems to do the job for me, please have a look and let us >> know. >> >> Thanks for reporting >> >> Andrea > > Thanks. That fixes it for me too. Closing.