From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.devel Subject: Re: Failure in bootstrapping Emacs CVS head Date: Sun, 04 Oct 2009 14:50:34 -0400 Message-ID: <1254682234.6961.118.camel@projectile.siege-engine.com> References: <4AC85FE9.9000407@alice.it> <87skdzkzf9.fsf@stupidchicken.com> <871vljc8iu.fsf@stupidchicken.com> Reply-To: eric@siege-engine.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254682273 9061 80.91.229.12 (4 Oct 2009 18:51:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Oct 2009 18:51:13 +0000 (UTC) Cc: Emacs , Andreas Schwab , Angelo Graziosi To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 04 20:51:06 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MuWAj-0004V0-OC for ged-emacs-devel@m.gmane.org; Sun, 04 Oct 2009 20:51:06 +0200 Original-Received: from localhost ([127.0.0.1]:46817 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuWAj-0003zq-Pu for ged-emacs-devel@m.gmane.org; Sun, 04 Oct 2009 14:51:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MuWAe-0003zl-AW for emacs-devel@gnu.org; Sun, 04 Oct 2009 14:51:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MuWAb-0003zZ-T8 for emacs-devel@gnu.org; Sun, 04 Oct 2009 14:50:59 -0400 Original-Received: from [199.232.76.173] (port=52321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuWAb-0003zW-No for emacs-devel@gnu.org; Sun, 04 Oct 2009 14:50:57 -0400 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net ([71.184.83.10]:33417 helo=projectile.siege-engine.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MuWAb-0002ZQ-DJ for emacs-devel@gnu.org; Sun, 04 Oct 2009 14:50:57 -0400 Original-Received: from projectile.siege-engine.com (localhost [127.0.0.1]) by projectile.siege-engine.com (8.14.3/8.14.3/Debian-6) with ESMTP id n94IoZAM023551; Sun, 4 Oct 2009 14:50:35 -0400 Original-Received: (from zappo@localhost) by projectile.siege-engine.com (8.14.3/8.14.3/Submit) id n94IoYXt023550; Sun, 4 Oct 2009 14:50:34 -0400 X-Authentication-Warning: projectile.siege-engine.com: zappo set sender to eric@siege-engine.com using -f In-Reply-To: <871vljc8iu.fsf@stupidchicken.com> X-Mailer: Evolution 2.26.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115897 Archived-At: On Sun, 2009-10-04 at 14:35 -0400, Chong Yidong wrote: > Andreas Schwab writes: > > >>> * cedet/ede/proj-comp.el: Require ede/pmake when compiling. > >> > >> Sorry, should be fixed now. > > > > I don't think this is the right fix, since > > ede-pmake-insert-variable-once is a macro. > > Yes, it's a problem. > > Eric, any objection to moving ede-pmake-insert-variable-once into > proj-comp.el (and renaming it ede-proj-insert-variable-once)? The > problem here is that proj-comp can't require pmake, because pmake > requires proj-comp. That is ok with me. Eric