From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.bugs Subject: bug#13931: 24.3.50; latest trunk fails to compile on linux Date: Tue, 12 Mar 2013 15:07:08 -0700 Message-ID: <513FA70C.9060601@cs.ucla.edu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1363129744 14481 80.91.229.3 (12 Mar 2013 23:09:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Mar 2013 23:09:04 +0000 (UTC) To: 13931@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Mar 13 00:09:29 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UFYJy-0003E6-Q4 for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Mar 2013 00:09:26 +0100 Original-Received: from localhost ([::1]:52346 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFYJc-0004oB-8E for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Mar 2013 19:09:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFYJU-0004mn-6v for bug-gnu-emacs@gnu.org; Tue, 12 Mar 2013 19:09:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFYJR-0005YS-KS for bug-gnu-emacs@gnu.org; Tue, 12 Mar 2013 19:08:56 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFXMW-0004Wm-HT for bug-gnu-emacs@gnu.org; Tue, 12 Mar 2013 18:08:00 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UFXNW-0008Fx-6b for bug-gnu-emacs@gnu.org; Tue, 12 Mar 2013 18:09:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: Paul Eggert Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Mar 2013 22:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13931 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13931-submit@debbugs.gnu.org id=B13931.136312610031685 (code B ref 13931); Tue, 12 Mar 2013 22:09:02 +0000 Original-Received: (at 13931) by debbugs.gnu.org; 12 Mar 2013 22:08:20 +0000 Original-Received: from localhost ([127.0.0.1]:49587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UFXMn-0008Ey-Fy for submit@debbugs.gnu.org; Tue, 12 Mar 2013 18:08:19 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:46832) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UFXMm-0008El-57 for 13931@debbugs.gnu.org; Tue, 12 Mar 2013 18:08:16 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id CB06BA60011 for <13931@debbugs.gnu.org>; Tue, 12 Mar 2013 15:07:08 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gLu0VwCKkQ7U for <13931@debbugs.gnu.org>; Tue, 12 Mar 2013 15:07:08 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 574CEA6000C for <13931@debbugs.gnu.org>; Tue, 12 Mar 2013 15:07:08 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:72399 Archived-At: Here's a patch that fixes things for me: 2013-03-12 Paul Eggert Fix bug that broke 'make bootstrap' (Bug#13931). This is presumably temporary, until Stefan gets around to a real fix. * emacs-lisp/byte-run.el (dont-compile, with-no-warnings): Revert 2013-03-10 patch for now. === modified file 'lisp/emacs-lisp/byte-run.el' --- lisp/emacs-lisp/byte-run.el 2013-03-10 21:40:55 +0000 +++ lisp/emacs-lisp/byte-run.el 2013-03-12 21:53:02 +0000 @@ -378,7 +378,7 @@ (defmacro dont-compile (&rest body) "Like `progn', but the body always runs interpreted (not compiled). If you think you need this, you're probably making a mistake somewhere." - (declare (debug t) (indent 0) (obsolete nil "24.4")) + (declare (debug t) (indent 0)) (list 'eval (list 'quote (if (cdr body) (cons 'progn body) (car body))))) @@ -402,9 +402,9 @@ ;; macroexpansion. (list 'quote (eval (cons 'progn body) lexical-binding))) +(put 'with-no-warnings 'lisp-indent-function 0) (defun with-no-warnings (&rest body) "Like `progn', but prevents compiler warnings in the body." - (declare (indent 0)) ;; The implementation for the interpreter is basically trivial. (car (last body)))