From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: make bootstrap fails Date: Mon, 09 Apr 2012 09:52:10 +0300 Message-ID: <83mx6l8kit.fsf@gnu.org> References: <1E9920B1-E2BD-4B07-A027-3777FDEFD6D7@gmail.com> NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1333954491 32150 80.91.229.3 (9 Apr 2012 06:54:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2012 06:54:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 09 08:54:47 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 1SH8Us-0000DY-HG for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2012 08:54:42 +0200 Original-Received: from localhost ([::1]:49420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SH8Ur-00061L-GK for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2012 02:54:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SH8Un-00061E-7f for help-gnu-emacs@gnu.org; Mon, 09 Apr 2012 02:54:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SH8Ul-0005nF-HV for help-gnu-emacs@gnu.org; Mon, 09 Apr 2012 02:54:36 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:38657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SH8Ul-0005n2-9p for help-gnu-emacs@gnu.org; Mon, 09 Apr 2012 02:54:35 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M2700K009RCUF00@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Mon, 09 Apr 2012 09:54:06 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.57.204]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2700KOV9U5RZ40@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Mon, 09 Apr 2012 09:54:06 +0300 (IDT) In-reply-to: <1E9920B1-E2BD-4B07-A027-3777FDEFD6D7@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 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:84384 Archived-At: > From: Chris Van Dusen > Date: Sun, 8 Apr 2012 18:46:01 -0500 > > I checked out Emacs from bzr yesterday, and was trying to build it, but received the error below after performing the following steps: > > $ 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) What happens if you go to the lisp directory and type this at the shell prompt: bzr status --no-classify dired.el