From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: bootstrap from scratch Date: Thu, 05 May 2005 20:33:18 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1115321617 22598 80.91.229.2 (5 May 2005 19:33:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 May 2005 19:33:37 +0000 (UTC) Cc: Ed Reingold , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 21:33:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTm5J-0002kW-P5 for ged-emacs-devel@m.gmane.org; Thu, 05 May 2005 21:32:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTmCt-0008Ia-7E for ged-emacs-devel@m.gmane.org; Thu, 05 May 2005 15:40:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DTm86-0005mJ-6J for emacs-devel@gnu.org; Thu, 05 May 2005 15:35:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DTm83-0005kZ-JN for emacs-devel@gnu.org; Thu, 05 May 2005 15:35:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTm80-0005ju-FR for emacs-devel@gnu.org; Thu, 05 May 2005 15:35:22 -0400 Original-Received: from [131.111.8.131] (helo=ppsw-1.csi.cam.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DTmBH-0006Nl-HG for emacs-devel@gnu.org; Thu, 05 May 2005 15:38:43 -0400 X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]:34579) by ppsw-1.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.131]:25) with esmtp id 1DTm65-0005IM-3q (Exim 4.51) (return-path ); Thu, 05 May 2005 20:33:21 +0100 Original-Received: from xserv2.ast.cam.ac.uk (IDENT:KAMvBPu0gB5GsIgkt6S4hRBIaXGw/N+1@xserv2.ast.cam.ac.uk [131.111.69.236]) by cass41.ast.cam.ac.uk (8.12.10+Sun/8.12.10) with ESMTP id j45JXKoL021526; Thu, 5 May 2005 20:33:20 +0100 (BST) Original-Received: from xalph3.ast.cam.ac.uk (IDENT:RZv22ZjWpb/nmxcxUSK3kDf0gzVDAL6h@xpc14.ast.cam.ac.uk [131.111.69.34]) by xserv2.ast.cam.ac.uk (8.11.6/8.11.6) with ESMTP id j45JXIc20010; Thu, 5 May 2005 20:33:18 +0100 Original-To: bob@rattlesnake.com X-Spook: grenades sniper tunneling NORAD Nazi martyr Euzkadi Ta X-Ran: ]k~K!8Pyu6/Qemr1)%AJXX3b`}O-*FHg3H43_c-Vy<(`+yp4}2]Wip;KniXx1!`CHsV)Xb X-Hue: darkviolet X-Attribution: GM Mail-Followup-To: bob@rattlesnake.com, emacs-devel@gnu.org, Ed Reingold In-Reply-To: (Robert J. Chassell's message of "Wed, 4 May 2005 19:59:08 +0000 (UTC)") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:36717 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36717 "Robert J. Chassell" wrote: > The bad news is that the bootstrap failed once. > > One bug appeared when I used this command: > > (progn > (cd "/usr/local/src/emacs/") > (compile > "./configure --with-type1 \ > --with-x-toolkit=gtk \ > --prefix=/usr/local --with-sound=yes \ > && time make bootstrap")) > > During the build, compilation halted and I was asked to > > "Enter longitude (decimal fraction; + east, - west): " > > which is a prompt from emacs/lisp/calendar/solar.el There have been no non-trivial changes to solar.el in over a year, so this was a bit surprising. I repeated your experiment. My bootstrap failed because the current version of org.el has an extra parenthesis. Fixing that, and doing everything from scratch, it all worked fine. org.el has references to some of the calendar functions, including those for sunrise etc. org.el has been changed a lot (comparatively) recently. Conclusion: let's assume some transient weirdness (in org.el, or someplace else). :) No need to consider changing the default calendar lat/long any more.