help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make bootstrap fails


From: Chris Van Dusen
Subject: Re: make bootstrap fails
Date: Mon, 9 Apr 2012 08:49:42 -0500

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 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]