From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: bootstrap failure Date: Fri, 07 May 2010 01:50:34 +0200 Message-ID: <4BE355CA.6070802@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1273189924 32117 80.91.229.12 (6 May 2010 23:52:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 May 2010 23:52:04 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 07 01:52:03 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OAAr7-0003UF-2n for ged-emacs-devel@m.gmane.org; Fri, 07 May 2010 01:52:03 +0200 Original-Received: from localhost ([127.0.0.1]:32963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAAqq-0005Z6-L8 for ged-emacs-devel@m.gmane.org; Thu, 06 May 2010 19:51:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAAqk-0005Xo-Pa for emacs-devel@gnu.org; Thu, 06 May 2010 19:51:26 -0400 Original-Received: from [140.186.70.92] (port=34654 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAAqg-0005JO-3m for emacs-devel@gnu.org; Thu, 06 May 2010 19:51:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAAqY-0004uM-37 for emacs-devel@gnu.org; Thu, 06 May 2010 19:51:15 -0400 Original-Received: from smtp-out110.alice.it ([85.37.17.110]:2035) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAAqX-0004u7-Ph for emacs-devel@gnu.org; Thu, 06 May 2010 19:51:14 -0400 Original-Received: from FBCMMO05.fbc.local ([192.168.184.136]) by smtp-out110.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Fri, 7 May 2010 01:51:10 +0200 Original-Received: from FBCMCL01B09.fbc.local ([192.168.171.26]) by FBCMMO05.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Fri, 7 May 2010 01:50:54 +0200 Original-Received: from [87.6.212.92] ([87.6.212.92]) by FBCMCL01B09.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Fri, 7 May 2010 01:50:54 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 X-OriginalArrivalTime: 06 May 2010 23:50:54.0683 (UTC) FILETIME=[F771BAB0:01CAED76] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ 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:124606 Archived-At: Stephen Berman wrote: > I just updated from the trunk > [...] > then make bootstrap, which failed with these messages: > > Loading /home/steve/bzr/emacs/quickfixes/lisp/files.el (source)... > Symbol's function definition is void: define-minor-mode > make[2]: *** [bootstrap-emacs] Error 255 > make[2]: Leaving directory `/data/steve/lib/emacs/gtk/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `/data/steve/lib/emacs/gtk' > make: *** [bootstrap] Error 2 Same problem here, on Cygwin, GTK build: ${source_dir}/configure --prefix=${prefix_dir} So, even enabling scroll-bars, the trunk bootstrap fails. :( Ciao, Angelo.