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: Re: make bootstrap fails Date: Mon, 9 Apr 2012 08:49:42 -0500 Message-ID: References: <1E9920B1-E2BD-4B07-A027-3777FDEFD6D7@gmail.com> <83mx6l8kit.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf307abe2540b3fe04bd3f474b X-Trace: dough.gmane.org 1333979400 25898 80.91.229.3 (9 Apr 2012 13:50:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2012 13:50:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 09 15:50:00 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 1SHEyk-0002Rf-Os for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2012 15:49:59 +0200 Original-Received: from localhost ([::1]:37971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHEyk-0006Ef-7w for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2012 09:49:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHEyd-0006EK-8t for help-gnu-emacs@gnu.org; Mon, 09 Apr 2012 09:49:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHEyb-0005gq-4g for help-gnu-emacs@gnu.org; Mon, 09 Apr 2012 09:49:50 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:37536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHEyX-0005fn-6x; Mon, 09 Apr 2012 09:49:45 -0400 Original-Received: by vcbfk14 with SMTP id fk14so2252847vcb.0 for ; Mon, 09 Apr 2012 06:49:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Cjs5DJX467D2Kmzdw7qd6pM25FeVeaB7X03H0D0AJEw=; b=Y/iThdpl1w+zMrt9K2VIrWNMtIH7JWGA/C87iHf3Je+xDCYvWjGornU+RypAx5A8OG UI7briQ6Hi1/cyEhGVpBJ6XYjMbKTLXNbu6Tbcmht2rCeiKZJKVFlnANid5eHpWOhm9l GNUF2oMTTl4QsWTzaofGg23Pr+0TfsJd12+5vQuIEeBjFmN5Hq0pUvOnYWtOCpiDuZHj Lnn9PLtMXI8qqD/xoVyF6jPs3P2ybCzBjiwFKc+aLZnA1a8HBh30+yetfRCG3OKsAp3t m2DjxvUpR8dPPjk3mrcH9eSFdtKVEmTrx5/kkVtvYbnsxMKvTDoZsbvm5PRl2sagEvit ZJMQ== Original-Received: by 10.52.21.51 with SMTP id s19mr2991966vde.35.1333979382854; Mon, 09 Apr 2012 06:49:42 -0700 (PDT) Original-Received: by 10.52.110.198 with HTTP; Mon, 9 Apr 2012 06:49:42 -0700 (PDT) In-Reply-To: <83mx6l8kit.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.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:84390 Archived-At: --20cf307abe2540b3fe04bd3f474b Content-Type: text/plain; charset=ISO-8859-1 On Mon, Apr 9, 2012 at 1:52 AM, Eli Zaretskii wrote: > > 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 > > Interesting. Here's the output: ~/src/emacs/lisp$ bzr status --no-classify dired.el bzr: ERROR: exceptions.TypeError: run() got an unexpected keyword argument 'no_classify' Traceback (most recent call last): File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 946, in exception_to_return_code return the_callable(*args, **kwargs) File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1150, in run_bzr ret = run(*run_argv) File "/Library/Python/2.6/site-packages/bzrlib/plugins/loom/commands.py", line 203, in run_argv_aliases super(cmd_status, self).run_argv_aliases(list(argv), alias_argv) File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 699, in run_argv_aliases return self.run(**all_cmd_args) File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 721, in run return self._operation.run_simple(*args, **kwargs) File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 135, in run_simple self.cleanups, self.func, *args, **kwargs) File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups result = func(*args, **kwargs) TypeError: run() got an unexpected keyword argument 'no_classify' bzr 2.4.2 on python 2.6.1 (Darwin-10.8.0-i386-64bit) arguments: ['/usr/local/bin/bzr', 'status', '--no-classify', 'dired.el'] plugins: bash_completion[2.4.2], bzrtools[2.4.0], changelog_merge[2.4.2], colo[0.3.0], email[unknown], explorer[1.2.1], extmerge[unknown], fastimport[0.11.0dev], keychain[0.1.0], launchpad[2.4.2], loom[2.2.1dev], netrc_credential_store[2.4.2], news_merge[2.4.2], pipeline[1.1.0], qbzr[0.22.0dev], rewrite[0.6.2], svn[1.1.0], upload[1.0.1dev], weave_fmt[2.4.2], xmloutput[0.8.7] encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8' *** Bazaar has encountered an internal error. This probably indicates a bug in Bazaar. You can help us fix it by filing a bug report at https://bugs.launchpad.net/bzr/+filebug including this traceback and a description of the problem. --20cf307abe2540b3fe04bd3f474b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Mon, Apr 9, 2012 at 1:52 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> From: Chris Van Dusen <cavandusen@gmail.com>
> Date: Sun, 8 Apr 2012 18:46:01 -0500
>
> I checked out Emacs from bzr yesterday, and wa= s trying to build it, but received the error below after performing the fol= lowing 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 =A0*autoload-file* while let-b= ound!
> 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:

=A0bzr status --no-classify dired.el


Interesting. =A0Here's the output:

~/src/emacs/lisp$ bzr status --no-classify dired.el= =A0
bzr: ERROR: exceptions.TypeError: run() got an unexpected key= word argument 'no_classify'

Traceback (most recent call last):
=A0 File &= quot;/Library/Python/2.6/site-packages/bzrlib/commands.py", line 946, = in exception_to_return_code
=A0 =A0 return the_callable(*args, **= kwargs)
=A0 File "/Library/Python/2.6/site-packages/bzrlib/commands.py&qu= ot;, line 1150, in run_bzr
=A0 =A0 ret =3D run(*run_argv)
=A0 File "/Library/Python/2.6/site-packages/bzrlib/plugins/loom/com= mands.py", line 203, in run_argv_aliases
=A0 =A0 super(cmd_status, self).run_argv_aliases(list(argv), alias_arg= v)
=A0 File "/Library/Python/2.6/site-packages/bzrlib/comman= ds.py", line 699, in run_argv_aliases
=A0 =A0 return self.ru= n(**all_cmd_args)
=A0 File "/Library/Python/2.6/site-packages/bzrlib/commands.py&qu= ot;, line 721, in run
=A0 =A0 return self._operation.run_simple(*= args, **kwargs)
=A0 File "/Library/Python/2.6/site-packages/= bzrlib/cleanup.py", line 135, in run_simple
=A0 =A0 self.cleanups, self.func, *args, **kwargs)
=A0 File = "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 165, = in _do_with_cleanups
=A0 =A0 result =3D func(*args, **kwargs)
TypeError: run() got an unexpected keyword argument 'no_classify= '

bzr 2.4.2 on python 2.6.1 (Darwin-10.8.0-i386-64bit)
arguments: ['/usr/local/bin/bzr', 'status', '--= no-classify', 'dired.el']
plugins: bash_completion[2.= 4.2], bzrtools[2.4.0], changelog_merge[2.4.2],
=A0 =A0 colo[0.3.0], email[unknown], explorer[1.2.1], extmerge[unknown= ],
=A0 =A0 fastimport[0.11.0dev], keychain[0.1.0], launchpad[2.4.= 2], loom[2.2.1dev],
=A0 =A0 netrc_credential_store[2.4.2], news_m= erge[2.4.2], pipeline[1.1.0],
=A0 =A0 qbzr[0.22.0dev], rewrite[0.6.2], svn[1.1.0], upload[1.0.1dev],=
=A0 =A0 weave_fmt[2.4.2], xmloutput[0.8.7]
encoding: &= #39;UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'

*** Bazaar has encountered an internal error. =A0This probably i= ndicates a
=A0 =A0 bug in Bazaar. =A0You can help us fix it by fi= ling a bug report at
=A0 =A0 including this traceback and a description of the problem.

--20cf307abe2540b3fe04bd3f474b--