From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kuroishi Mitsuo Newsgroups: gmane.emacs.help Subject: Re: make bootstrap fails Date: Mon, 09 Apr 2012 12:04:02 +0900 (JST) Message-ID: <20120409.120402.1855859895984900225.kuroishi@iij.ad.jp> References: <1E9920B1-E2BD-4B07-A027-3777FDEFD6D7@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1333940665 23844 80.91.229.3 (9 Apr 2012 03:04:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2012 03:04:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: cavandusen@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 09 05:04:24 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SH4tz-0004gr-Cg for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2012 05:04:23 +0200 Original-Received: from localhost ([::1]:38262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SH4ty-0007Aj-BX for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Apr 2012 23:04:22 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SH4tt-0007Ae-1O for help-gnu-emacs@gnu.org; Sun, 08 Apr 2012 23:04:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SH4tq-0003Es-V4 for help-gnu-emacs@gnu.org; Sun, 08 Apr 2012 23:04:16 -0400 Original-Received: from mo00.iij.ad.jp ([202.232.30.145]:56147 helo=omgo.iij.ad.jp) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SH4tq-00036T-4a for help-gnu-emacs@gnu.org; Sun, 08 Apr 2012 23:04:14 -0400 DKIM-Signature: v=1;a=rsa-sha256;c=relaxed/simple;d=iij.ad.jp;h=Date: Message-Id:To:Cc:Subject:From:In-Reply-To:References:Mime-Version: Content-Type:Content-Transfer-Encoding; i=kuroishi@iij.ad.jp; s=omgo1; t= 1333940648; x=1335150248; bh=9NgT1wBG6uz4DSECW9cynVJrFfHgS7II7ucj4eRZ7HI=; b=Urp PzHqwSHdzBXcNIr/nJZ/7mlSxxokGB5LFh65uRq0t6xuRHhYOjvnrGAA4oK9BGBcszUakWR/GrtcN uyZ9n29AYKeMX2fT4nKwL+08mZWjwwOyvPhW41IF52fM/PesLymQylBdDfkV/1hfQ2vqiQ0dlDcJC eC4OgDXeXoqH3M=; Original-Received: by omgo.iij.ad.jp (mo00) id q39348eI017508; Mon, 9 Apr 2012 12:04:08 +0900 In-Reply-To: <1E9920B1-E2BD-4B07-A027-3777FDEFD6D7@gmail.com> X-fingerprint: BEAD 5297 0570 5BEF ED2D AD09 5992 A484 369F 67E5 X-Mailer: Mew version 6.4 on Emacs 24.0.95 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 202.232.30.145 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84382 Archived-At: Message-id: <1E9920B1-E2BD-4B07-A027-3777FDEFD6D7@gmail.com> From: Chris Van Dusen Subject: make bootstrap fails Date: Sun, 8 Apr 2012 18:46:01 -0500 > $ sh autogen.sh > $ ./configure --with-ns > $ make bootstrap > . > . > . > Generating autoloads for desktop.el... > Generating autoloads for desktop.el...done > Generating autoloads for dframe.el... > Generating autoloads for dframe.el...done > Making generated-autoload-file local to *autoload-file* while let-bound! > Generating autoloads for dired-aux.el... > Error: (error "Running bzr status --no-classify dired.el...FAILED (status 4)") > Running bzr status --no-classify dired.el...FAILED (status 4) > make[3]: *** [autoloads] Error 255 > make[2]: *** [/Users/chrisvandusen/src/emacs/src/../lisp/loaddefs.el] Error 2 > make[1]: *** [src] Error 2 > make: *** [bootstrap] Error 2 > > This is on Mac OS 10.6.8. > > Does anyone have any ideas about what might be causing this? If there is more info needed, just let me know. I had the same problem above the other day. In my case the bzr command didn't work properly because I install Python under ~/local and I needed to set PYTHONPATH correctly. I guess your bzr executed from the make command doesn't work well. Why don't you check about it. For your convenience. Regards, -- Kuroishi Mitsuo