From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Today's git does not compile? Date: Mon, 04 Jun 2012 10:03:09 -0400 Message-ID: References: <20196469.1338812652441.JavaMail.root@elwamui-darkeyed.atl.sa.earthlink.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338818611 11549 80.91.229.3 (4 Jun 2012 14:03:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Jun 2012 14:03:31 +0000 (UTC) Cc: EMACS development team To: Susan Cragin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 04 16:03:27 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SbXsT-0000Sj-VC for ged-emacs-devel@m.gmane.org; Mon, 04 Jun 2012 16:03:26 +0200 Original-Received: from localhost ([::1]:39947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbXsT-0005Wx-Oo for ged-emacs-devel@m.gmane.org; Mon, 04 Jun 2012 10:03:25 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbXsN-0005Wf-OG for emacs-devel@gnu.org; Mon, 04 Jun 2012 10:03:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbXsF-00046g-Eg for emacs-devel@gnu.org; Mon, 04 Jun 2012 10:03:19 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:57698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbXsF-00046E-Aj for emacs-devel@gnu.org; Mon, 04 Jun 2012 10:03:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09sr+UI/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLNBIUGA0kiBwFugmQRAOjM4FYgwU X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="188600542" Original-Received: from 108-175-229-8.dsl.teksavvy.com (HELO ceviche.home) ([108.175.229.8]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 04 Jun 2012 10:03:09 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 88F44660E0; Mon, 4 Jun 2012 10:03:09 -0400 (EDT) In-Reply-To: <20196469.1338812652441.JavaMail.root@elwamui-darkeyed.atl.sa.earthlink.net> (Susan Cragin's message of "Mon, 4 Jun 2012 08:24:12 -0400 (GMT-04:00)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150769 Archived-At: > Something's funny. Emacs compiled yesterday. Today it does not. > Or is it just me? > These are the last lines. > Source file `/home/susan/emacs/lisp/emacs-lisp/cl.el' newer than byte-compiled file > Source file `/home/susan/emacs/lisp/emacs-lisp/cl-macs.el' newer than byte-compiled file > Source file `/home/susan/emacs/lisp/emacs-lisp/cl-macs.el' newer than byte-compiled file > In toplevel form: > files.el:418:1:Error: Autoloading failed to define function cl-compiler-macroexpand > make[2]: *** [compile-onefile] Error 1 > make[2]: Leaving directory `/home/susan/emacs/lisp' > make[1]: *** [/home/susan/emacs/src/../lisp/files.elc] Error 2 > make[1]: Leaving directory `/home/susan/emacs/src' > make: *** [src] Error 2 "make -k" a few times might help. Otherwise "make bootstrap" (but only after updating again because the bootstrap was broken until a minute ago). Stefan