From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noorul Islam Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap on trunk fails Date: Mon, 28 Feb 2011 13:51:20 +0530 Message-ID: References: <4D6759D1.2040501@cs.ucla.edu> <4D677D17.4010605@cs.ucla.edu> <4D69771D.7010607@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1298882485 24057 80.91.229.12 (28 Feb 2011 08:41:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 08:41:25 +0000 (UTC) Cc: Emacs Development To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 28 09:41:21 2011 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 1PtyfQ-00024n-5W for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 09:41:21 +0100 Original-Received: from localhost ([127.0.0.1]:55952 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtyQu-0008Kn-N0 for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 03:26:20 -0500 Original-Received: from [140.186.70.92] (port=39402 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtyO9-0007BM-8j for emacs-devel@gnu.org; Mon, 28 Feb 2011 03:23:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtyM5-0003gk-PB for emacs-devel@gnu.org; Mon, 28 Feb 2011 03:21:23 -0500 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:46712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtyM5-0003gg-Le for emacs-devel@gnu.org; Mon, 28 Feb 2011 03:21:21 -0500 Original-Received: by yxt33 with SMTP id 33so1861074yxt.0 for ; Mon, 28 Feb 2011 00:21:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=noorul.com; s=google; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ohDlxmSme099xCjNkuzesd5dTFpUD9Z5MmluaXejiiU=; b=ZIBpiMIo7cJFSGU27cz5p+l8w0sNMpeHlKVlgchzyyPAsHXEn+68uFNFMGSdrdwQtK fR1/NwHEYJ3X0GtNhGyFVhwrXdiOtojvTOGRGwce5knwMAYBQMByvXk9czbkzToLWxbb anOaDH7ne6Yxl5efjBQB0cQM+oLlVTI1vgxJw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=noorul.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PnNeNpVD+UR+pnvNp6ovvAZS3qEo+/FKKTFqZ56Y/8VClWpz3Mq+jPV0YT4fWmOsv1 F+T4aelKV0d4StUC2eXHh+FHkxWmSt3NtfbCMTU897OKra1p29wN9mGWG8X93VRai9vu DM+GtV3HztG2Fc2QmVvIrmpHsQpi5DhPzZG7k= Original-Received: by 10.150.217.14 with SMTP id p14mr6992733ybg.202.1298881280784; Mon, 28 Feb 2011 00:21:20 -0800 (PST) Original-Received: by 10.151.147.2 with HTTP; Mon, 28 Feb 2011 00:21:20 -0800 (PST) In-Reply-To: <4D69771D.7010607@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 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:136593 Archived-At: On Sun, Feb 27, 2011 at 3:26 AM, Paul Eggert wrote: > On 02/26/2011 06:21 AM, Noorul Islam wrote: >> Without "autoreconf -I m4" it did not work for me. > > What are the failure symptoms and what platform are you on? > I just now tried "configure; make bootstrap" on a fresh > copy of the trunk (RHEL 5.5 x86-64) and had no problems. > I did not need to run autoreconf. > Mine was not a fresh copy. I did "bzr update" and then ./configure && make bootstrap