From unknown Mon Aug 18 17:59:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21546: Recent e_property_truncated fix causes 'make bootstrap' problems Resent-From: Paul Eggert Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 23 Sep 2015 23:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 21546 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 21546@debbugs.gnu.org Cc: Stefan Monnier X-Debbugs-Original-To: Emacs bug reports Received: via spool by submit@debbugs.gnu.org id=B.144304985517486 (code B ref -1); Wed, 23 Sep 2015 23:11:02 +0000 Received: (at submit) by debbugs.gnu.org; 23 Sep 2015 23:10:55 +0000 Received: from localhost ([127.0.0.1]:43121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZetBe-0004Xx-FR for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:10:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52673) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZetBc-0004Xq-Mm for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:10:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZetBb-0007Qo-V6 for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:10:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZetBb-0007Qc-Sf for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:10:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZetBa-0002mg-Vy for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2015 19:10:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZetBX-0007MS-OV for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2015 19:10:50 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:56292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZetBX-0007ME-Iv for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2015 19:10:47 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id B41931607C4; Wed, 23 Sep 2015 16:10:46 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id y8xNKs7wyK4g; Wed, 23 Sep 2015 16:10:46 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0FCBD161118; Wed, 23 Sep 2015 16:10:46 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5tc-em4_95Et; Wed, 23 Sep 2015 16:10:45 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id EB843160198; Wed, 23 Sep 2015 16:10:45 -0700 (PDT) From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <56033175.7010300@cs.ucla.edu> Date: Wed, 23 Sep 2015 16:10:45 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) This commit: commit 4c0fed13e5ca1826bab52cd9c3fc31ad0e5c765c Author: Stefan Monnier Date: Wed Sep 23 12:33:48 2015 -0400 * src/syntax.c: Handle spurious e_property_truncated flag * src/syntax.c (parse_sexp_propertize): Handle spurious e_property_truncated flag. (update_syntax_table_forward): Remove invalid assertion. is causing problems for 'make bootstrap' for me. To reproduce the problem more cheaply I can do this: rm ./lisp/cedet/semantic/bovine/c.elc make The output ends in: ELC cedet/semantic/bovine/c.elc In toplevel form: cedet/semantic/bovine/c.el:37:1:Error: Error in syntax_table logic for to-the-end intervals Makefile:269: recipe for target 'cedet/semantic/bovine/c.elc' failed make[2]: *** [cedet/semantic/bovine/c.elc] Error 1 make[2]: Leaving directory '/home/eggert/src/gnu/emacs/my/lisp' From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 24 04:12:49 2015 Received: (at control) by debbugs.gnu.org; 24 Sep 2015 08:12:49 +0000 Received: from localhost ([127.0.0.1]:43280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zf1e4-0002D0-W6 for submit@debbugs.gnu.org; Thu, 24 Sep 2015 04:12:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38248) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zf1e3-0002Cs-Da for control@debbugs.gnu.org; Thu, 24 Sep 2015 04:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf1e2-0007Kq-H4 for control@debbugs.gnu.org; Thu, 24 Sep 2015 04:12:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([208.118.235.10]:49180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf1e2-0007Kl-DW for control@debbugs.gnu.org; Thu, 24 Sep 2015 04:12:46 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1Zf1e1-0006cu-UD for control@debbugs.gnu.org; Thu, 24 Sep 2015 04:12:46 -0400 Subject: control message for bug 21546 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Thu, 24 Sep 2015 04:12:45 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.10 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) merge 21545 21546 From unknown Mon Aug 18 17:59:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Paul Eggert Subject: bug#21546: closed (Re: Recent e_property_truncated fix causes 'make bootstrap' problems) Message-ID: References: <56040D74.5060002@cs.ucla.edu> <56033175.7010300@cs.ucla.edu> X-Gnu-PR-Message: they-closed 21546 X-Gnu-PR-Package: emacs Reply-To: 21546@debbugs.gnu.org Date: Thu, 24 Sep 2015 14:50:06 +0000 Content-Type: multipart/mixed; boundary="----------=_1443106206-11729-1" This is a multi-part message in MIME format... ------------=_1443106206-11729-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #21546: Recent e_property_truncated fix causes 'make bootstrap' problems 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 21546@debbugs.gnu.org. --=20 21546: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D21546 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1443106206-11729-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 21546-done) by debbugs.gnu.org; 24 Sep 2015 14:49:29 +0000 Received: from localhost ([127.0.0.1]:41908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zf7pw-00031y-Q4 for submit@debbugs.gnu.org; Thu, 24 Sep 2015 10:49:28 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:48672) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zf7pu-00031j-Cv; Thu, 24 Sep 2015 10:49:26 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 7658B16119A; Thu, 24 Sep 2015 07:49:25 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 75gtmofY2L3l; Thu, 24 Sep 2015 07:49:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id CAA27161199; Thu, 24 Sep 2015 07:49:24 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id O-_CfkzkZyUY; Thu, 24 Sep 2015 07:49:24 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id B025D161198; Thu, 24 Sep 2015 07:49:24 -0700 (PDT) To: 21546-done@debbugs.gnu.org, 21543-done@debbugs.gnu.org From: Paul Eggert Subject: Re: Recent e_property_truncated fix causes 'make bootstrap' problems Organization: UCLA Computer Science Department Message-ID: <56040D74.5060002@cs.ucla.edu> Date: Thu, 24 Sep 2015 07:49:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 21546-done Cc: Svend Sorensen , Gregor Zattler , Cesar A Quiroz , Kaushal Modi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) I think Bug#21543 and Bug#21546 were fixed by Stefan's recent commit 8f88db14946f46a95603dfaa2a425d64b01fbb53 so I am marking them as done. ------------=_1443106206-11729-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Sep 2015 23:10:55 +0000 Received: from localhost ([127.0.0.1]:43121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZetBe-0004Xx-FR for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:10:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52673) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZetBc-0004Xq-Mm for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:10:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZetBb-0007Qo-V6 for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:10:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZetBb-0007Qc-Sf for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:10:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZetBa-0002mg-Vy for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2015 19:10:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZetBX-0007MS-OV for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2015 19:10:50 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:56292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZetBX-0007ME-Iv for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2015 19:10:47 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id B41931607C4; Wed, 23 Sep 2015 16:10:46 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id y8xNKs7wyK4g; Wed, 23 Sep 2015 16:10:46 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0FCBD161118; Wed, 23 Sep 2015 16:10:46 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5tc-em4_95Et; Wed, 23 Sep 2015 16:10:45 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id EB843160198; Wed, 23 Sep 2015 16:10:45 -0700 (PDT) To: Emacs bug reports From: Paul Eggert Subject: Recent e_property_truncated fix causes 'make bootstrap' problems Organization: UCLA Computer Science Department Message-ID: <56033175.7010300@cs.ucla.edu> Date: Wed, 23 Sep 2015 16:10:45 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Stefan Monnier X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) This commit: commit 4c0fed13e5ca1826bab52cd9c3fc31ad0e5c765c Author: Stefan Monnier Date: Wed Sep 23 12:33:48 2015 -0400 * src/syntax.c: Handle spurious e_property_truncated flag * src/syntax.c (parse_sexp_propertize): Handle spurious e_property_truncated flag. (update_syntax_table_forward): Remove invalid assertion. is causing problems for 'make bootstrap' for me. To reproduce the problem more cheaply I can do this: rm ./lisp/cedet/semantic/bovine/c.elc make The output ends in: ELC cedet/semantic/bovine/c.elc In toplevel form: cedet/semantic/bovine/c.el:37:1:Error: Error in syntax_table logic for to-the-end intervals Makefile:269: recipe for target 'cedet/semantic/bovine/c.elc' failed make[2]: *** [cedet/semantic/bovine/c.elc] Error 1 make[2]: Leaving directory '/home/eggert/src/gnu/emacs/my/lisp' ------------=_1443106206-11729-1-- From unknown Mon Aug 18 17:59:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Svend Sorensen Subject: bug#21545: closed (Re: Recent e_property_truncated fix causes 'make bootstrap' problems) Message-ID: References: <56040D74.5060002@cs.ucla.edu> X-Gnu-PR-Message: they-closed 21545 X-Gnu-PR-Package: emacs Reply-To: 21545@debbugs.gnu.org Date: Thu, 24 Sep 2015 14:50:07 +0000 Content-Type: multipart/mixed; boundary="----------=_1443106207-11729-3" This is a multi-part message in MIME format... ------------=_1443106207-11729-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #21546: 25.0.50; Emacs compilation fails on make with "Error in syntax_tabl= e logic for to-the-end intervals" 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 21545@debbugs.gnu.org. --=20 21546: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D21546 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1443106207-11729-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 21546-done) by debbugs.gnu.org; 24 Sep 2015 14:49:29 +0000 Received: from localhost ([127.0.0.1]:41908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zf7pw-00031y-Q4 for submit@debbugs.gnu.org; Thu, 24 Sep 2015 10:49:28 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:48672) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zf7pu-00031j-Cv; Thu, 24 Sep 2015 10:49:26 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 7658B16119A; Thu, 24 Sep 2015 07:49:25 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 75gtmofY2L3l; Thu, 24 Sep 2015 07:49:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id CAA27161199; Thu, 24 Sep 2015 07:49:24 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id O-_CfkzkZyUY; Thu, 24 Sep 2015 07:49:24 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id B025D161198; Thu, 24 Sep 2015 07:49:24 -0700 (PDT) To: 21546-done@debbugs.gnu.org, 21543-done@debbugs.gnu.org From: Paul Eggert Subject: Re: Recent e_property_truncated fix causes 'make bootstrap' problems Organization: UCLA Computer Science Department Message-ID: <56040D74.5060002@cs.ucla.edu> Date: Thu, 24 Sep 2015 07:49:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 21546-done Cc: Svend Sorensen , Gregor Zattler , Cesar A Quiroz , Kaushal Modi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) I think Bug#21543 and Bug#21546 were fixed by Stefan's recent commit 8f88db14946f46a95603dfaa2a425d64b01fbb53 so I am marking them as done. ------------=_1443106207-11729-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Sep 2015 23:06:30 +0000 Received: from localhost ([127.0.0.1]:43116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zet7N-0004RT-By for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:06:29 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51840) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zet7L-0004RL-31 for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:06:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zet7J-0005gE-SZ for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:06:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zet7J-0005gA-PG for submit@debbugs.gnu.org; Wed, 23 Sep 2015 19:06:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zet7I-0001QA-Fn for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2015 19:06:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zet7F-0005eT-5X for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2015 19:06:24 -0400 Received: from mail-ig0-f169.google.com ([209.85.213.169]:35505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zet7F-0005dn-0N for bug-gnu-emacs@gnu.org; Wed, 23 Sep 2015 19:06:21 -0400 Received: by igbkq10 with SMTP id kq10so109846012igb.0 for ; Wed, 23 Sep 2015 16:06:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=9GEs8djUXen5hp9aOf0EC0CKNDbTZtwjbHAheTA4be0=; b=V/QTsOvCjdtevAaAWKIDqVVPmxMqnw1ux2Nk76ZmoUzncc3oR0h+VNuxBEMrTGiSXA 1S5MY+7KDHEeYbSlGTCuxAfObuBvHacG1EUPa2ASOqNLLN/JfkV+kDxlYGja6ps1BKEI bpfAAXicFbH3pOwVH8rARZwQZ4cc1b+Z16PqEtOA0f4JmC8HXZcUQZ2s9yF7AnznT/M5 ll83M4wPQe1zUf3I+RQZIaXebjpwC1ATsKll7j1NNYqoeCt7ZjBqwHQXsK96Limgg7HZ nKjkpUnxpa/wAjwmYuxkVpYLlOajgG3hCNAT24RbeH8IvHp699XeW9P2mJzTyzxvRTqL PqZA== X-Gm-Message-State: ALoCoQnXmCBnjvcyK3jsLwezqs2YwXgsqpNdhHurG12uS4h5sWkUcdxagknMI58t9zTTiSn74qFu MIME-Version: 1.0 X-Received: by 10.50.23.80 with SMTP id k16mr26223803igf.62.1443049579559; Wed, 23 Sep 2015 16:06:19 -0700 (PDT) Received: by 10.79.22.196 with HTTP; Wed, 23 Sep 2015 16:06:19 -0700 (PDT) X-Originating-IP: [64.124.61.215] Date: Wed, 23 Sep 2015 16:06:19 -0700 Message-ID: Subject: 25.0.50; Emacs compilation fails on make with "Error in syntax_table logic for to-the-end intervals" From: Svend Sorensen To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) Compiling the emacs master branch fails. I'm using the following commands. ./autogen.sh CFLAGS=3D"-ggdb3 -O0" CXXFLAGS=3D"-ggdb3 -O0" LDFLAGS=3D"-ggdb3" ./configur= e \ --prefix=3D$HOME/.local/emacs --with-file-notification=3Dgfile --with-xml2 = \ --without-dbus --with-gnutls --with-rsvg --with-imagemagick --with-ns \ --disable-ns-self-contained make The end of the out from make contains: ---- In toplevel form: cedet/semantic/analyze/refs.el:106:29:Warning: Unknown slot =E2=80=98:tag= =E2=80=99 ELC cedet/semantic/bovine/c-by.elc ../../../emacs-lisp/eieio.el: =E2=80=98eieio-object-name-string=E2=80=99 is= an obsolete generic function (as of 25.1); use =E2=80=98eieio-named=E2=80=99 i= nstead. ELC cedet/semantic/bovine/c.elc ../../../emacs-lisp/eieio.el: =E2=80=98eieio-object-name-string=E2=80=99 is= an obsolete generic function (as of 25.1); use =E2=80=98eieio-named=E2=80=99 i= nstead. ../../../emacs-lisp/eieio-base.el: =E2=80=98eieio-object-name-string=E2=80= =99 is an obsolete generic function (as of 25.1); use =E2=80=98eieio-named=E2=80=99 i= nstead. Eager macro-expansion failure: (error "Error in syntax_table logic for to-the-end intervals") Eager macro-expansion failure: (error "Error in syntax_table logic for to-the-end intervals") Eager macro-expansion failure: (error "Error in syntax_table logic for to-the-end intervals") Eager macro-expansion failure: (error "Error in syntax_table logic for to-the-end intervals") Eager macro-expansion failure: (error "Error in syntax_table logic for to-the-end intervals") Eager macro-expansion failure: (error "Error in syntax_table logic for to-the-end intervals") In toplevel form: cedet/semantic/bovine/c.el:37:1:Error: Error in syntax_table logic for to-the-end intervals make[2]: *** [cedet/semantic/bovine/c.elc] Error 1 make[1]: *** [compile-main] Error 2 make: *** [lisp] Error 2 ---- This fails on commit 4c0fed13e5ca1826bab52cd9c3fc31ad0e5c765c. The previous commit, aab67529d229cd0d09ae3b9d7f8bb2f44e1d6276, does not fail during make. In GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version 10.10.5 (Build 14F27)) of 2015-09-23 Repository revision: aab67529d229cd0d09ae3b9d7f8bb2f44e1d6276 Windowing system distributor 'Apple', version 10.3.1348 Configured using: 'configure --prefix=3D/usr/local/Cellar/emacs/HEAD --enable-locallisppath=3D/usr/local/share/emacs/site-lisp --infodir=3D/usr/local/Cellar/emacs/HEAD/share/info/emacs --with-file-notification=3Dgfile --with-xml2 --without-dbus --with-gnutls --with-rsvg --with-imagemagick --with-ns --disable-ns-self-contained 'CFLAGS=3D-ggdb3 -O0' LDFLAGS=3D-ggdb3' Configured features: JPEG RSVG IMAGEMAGICK NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS Important settings: value of $LC_ALL: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr mail-utils time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote gfilenotify cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 80421 5068) (symbols 48 18759 0) (miscs 40 45 152) (strings 32 13186 4701) (string-bytes 1 373520) (vectors 16 10566) (vector-slots 8 394391 7437) (floats 8 121 31) (intervals 56 214 0) (buffers 976 11)) ------------=_1443106207-11729-3--