From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Sam James Newsgroups: gmane.emacs.bugs Subject: bug#59460: 29.0.50; Build failure because of bashism in configure.ac (tree-sitter) Date: Wed, 23 Nov 2022 09:48:50 +0000 Message-ID: References: <87sfic2cg3.fsf@gentoo.org> <83tu2r17fx.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.200.110.1.12\)) Content-Type: multipart/signed; boundary="Apple-Mail=_B87ED260-5319-4B48-A442-F0B52D8DD907"; protocol="application/pgp-signature"; micalg=pgp-sha512 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28057"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 59460-done@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Nov 23 10:50:29 2022 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 1oxmOi-000712-Qe for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 23 Nov 2022 10:50:28 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oxmON-00039l-EL; Wed, 23 Nov 2022 04:50:08 -0500 Original-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 1oxmOI-00039R-I2 for bug-gnu-emacs@gnu.org; Wed, 23 Nov 2022 04:50:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oxmOI-00021Q-4F for bug-gnu-emacs@gnu.org; Wed, 23 Nov 2022 04:50:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oxmOH-0005gL-R2 for bug-gnu-emacs@gnu.org; Wed, 23 Nov 2022 04:50:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Sam James Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 23 Nov 2022 09:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59460 X-GNU-PR-Package: emacs Original-Received: via spool by 59460-done@debbugs.gnu.org id=D59460.166919696021786 (code D ref 59460); Wed, 23 Nov 2022 09:50:01 +0000 Original-Received: (at 59460-done) by debbugs.gnu.org; 23 Nov 2022 09:49:20 +0000 Original-Received: from localhost ([127.0.0.1]:53682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxmNc-0005fJ-0I for submit@debbugs.gnu.org; Wed, 23 Nov 2022 04:49:20 -0500 Original-Received: from woodpecker.gentoo.org ([140.211.166.183]:53472 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxmNW-0005f1-Hi for 59460-done@debbugs.gnu.org; Wed, 23 Nov 2022 04:49:18 -0500 In-Reply-To: <83tu2r17fx.fsf@gnu.org> X-Mailer: Apple Mail (2.3731.200.110.1.12) 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:248723 Archived-At: --Apple-Mail=_B87ED260-5319-4B48-A442-F0B52D8DD907 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii > On 22 Nov 2022, at 12:48, Eli Zaretskii wrote: > >> From: Sam James >> Date: Mon, 21 Nov 2022 21:58:45 +0000 >> >> Emacs fails to build from master at commit `` with the following error: >> ``` >> checking for tree-sitter >= 0.20.2... no >> checking for tree-sitter >= 0.6.3... yes >> checking for ts_set_allocator... yes >> ./configure: 16142: test: yes: unexpected operator >> configure: error: Tree-sitter library exists but its version is too old >> >> !!! Please attach the following file when seeking support: >> !!! /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/config.log >> * ERROR: app-editors/emacs-29.0.9999::gentoo failed (configure phase): >> * econf failed >> ``` >> >> My /bin/sh is dash (POSIX compliant, not bash). >> >> I've attached the logs for completeness, but the '==' in the >> configure.ac test should become '='. > > Thanks, I installed the patch. Many thanks! --Apple-Mail=_B87ED260-5319-4B48-A442-F0B52D8DD907 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQQlpruI3Zt2TGtVQcJzhAn1IN+RkAUCY33sgl8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0MjVB NkJCODhERDlCNzY0QzZCNTU0MUMyNzM4NDA5RjUyMERGOTE5MAAKCRBzhAn1IN+R kCg4AP0cRZDmLDfQ8EDYtKJa70hqZwKxtXvtY1OgbJrH+ITpawEAvO3S1FvikNj4 KZCJ3eCleqtaGDu5qTGRPktYJOk6Fgk= =eHFK -----END PGP SIGNATURE----- --Apple-Mail=_B87ED260-5319-4B48-A442-F0B52D8DD907--