From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Van Dusen Newsgroups: gmane.emacs.help Subject: make bootstrap fails Date: Sun, 8 Apr 2012 18:46:01 -0500 Message-ID: <1E9920B1-E2BD-4B07-A027-3777FDEFD6D7@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1333928775 24822 80.91.229.3 (8 Apr 2012 23:46:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 Apr 2012 23:46:15 +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 01:46:15 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 1SH1oD-0005m9-Ug for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2012 01:46:14 +0200 Original-Received: from localhost ([::1]:39197 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SH1oD-0001dA-4H for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Apr 2012 19:46:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SH1o8-0001cs-4a for help-gnu-emacs@gnu.org; Sun, 08 Apr 2012 19:46:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SH1o6-0008FX-Bp for help-gnu-emacs@gnu.org; Sun, 08 Apr 2012 19:46:07 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:39224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SH1o6-0008Eo-3M for help-gnu-emacs@gnu.org; Sun, 08 Apr 2012 19:46:06 -0400 Original-Received: by obbta14 with SMTP id ta14so6162550obb.0 for ; Sun, 08 Apr 2012 16:46:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=c3pGL0+inf+4e1rQG/bOolg/2+Stsmmeadub6SVUsg0=; b=oWApKQxP9HXWn/pRsNuqlKlrb6OAJFiK2iTVi4VnffH9kfOZPFixY3RMryM6h4bL8B FXnOIym/zt+eRpoXJ05od1DTXw0nSfK+M65rCKtif58Rwdw7ekyVcX8FgAOQKC40FTe1 cTX0QG9pOr1+HhCmYZx8ja3rvteFmGdiJp7ZIQiFi7McQbCALix+YD51F2WAgbkUTyxL 3ASYE7kG398SyJr2LbLSK9LlZVbVe4Wgrykj2nT5hCJZMPqftIVLwwJ/rKp1eqfWb2DR YrFNjoRyHBxt84SRJv7d6/9tt94oehEsMlIr1HxRU5dA7QDOuL+igo8AlQT9g1nwXrz/ coXw== Original-Received: by 10.60.9.102 with SMTP id y6mr7572671oea.46.1333928763355; Sun, 08 Apr 2012 16:46:03 -0700 (PDT) Original-Received: from [192.168.1.79] (99-166-74-83.lightspeed.rcsntx.sbcglobal.net. [99.166.74.83]) by mx.google.com with ESMTPS id o6sm11374286oec.11.2012.04.08.16.46.02 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 08 Apr 2012 16:46:03 -0700 (PDT) X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 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:84379 Archived-At: Hi, 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) 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. Thanks, Chris.=