all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris Van Dusen <cavandusen@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: make bootstrap fails
Date: Mon, 9 Apr 2012 08:49:42 -0500	[thread overview]
Message-ID: <CALiKfY+dL=XK=jx+YNgRKjpDwbPKRRCjqiOuoiiN+fiwHmUSew@mail.gmail.com> (raw)
In-Reply-To: <83mx6l8kit.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 3039 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 4134 bytes --]

  reply	other threads:[~2012-04-09 13:49 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-08 23:46 make bootstrap fails Chris Van Dusen
2012-04-09  3:04 ` Kuroishi Mitsuo
2012-04-09  6:52 ` Eli Zaretskii
2012-04-09 13:49   ` Chris Van Dusen [this message]
2012-04-09 15:47     ` Eli Zaretskii
2012-04-09 16:41       ` cavd
     [not found] <mailman.762.1333928770.20052.help-gnu-emacs@gnu.org>
2012-04-10  2:46 ` Stefan Monnier
2012-04-10 22:54   ` Glenn Morris
2012-04-11  0:46     ` Stefan Monnier
2012-04-11  2:10       ` Glenn Morris
2012-04-11  2:57         ` Stefan Monnier
2012-04-11  3:24           ` Glenn Morris
2012-04-11 10:22             ` Chris Van Dusen
  -- strict thread matches above, loose matches on Subject: below --
2005-10-29 16:53 Emacs-Hacker
2005-07-27 13:35 make (bootstrap) fails Lennart Borgman
2005-07-27 13:47 ` Lennart Borgman
2005-07-27 14:39   ` Juanma Barranquero
2005-07-27 14:50     ` Lennart Borgman
2005-07-27 14:48 ` Eli Zaretskii
2005-07-27 15:13   ` Juanma Barranquero
2004-01-31  0:02 make bootstrap fails Steven T. Hatton
2004-01-31  0:44 ` Luc Teirlinck
2004-01-31  0:54   ` Steven T. Hatton
2004-01-31  0:57   ` Steven T. Hatton
2004-01-31  1:48     ` Luc Teirlinck
2004-01-31  2:07       ` Steven T. Hatton
2004-01-31  3:20       ` Steven T. Hatton
2004-02-01 18:10         ` Richard Stallman
2004-01-31 20:02 ` Kai Grossjohann
2004-02-01 21:34   ` Kim F. Storm
2004-02-01 20:52     ` Luc Teirlinck
2004-02-01 21:40       ` Kai Grossjohann
2004-02-01 22:08         ` Luc Teirlinck
2004-02-02 23:05           ` Richard Stallman
2004-02-03 22:05             ` Luc Teirlinck
2004-02-04 10:07               ` Kim F. Storm
2004-02-04 15:21                 ` Luc Teirlinck
2004-02-04 16:55                   ` Jan D.
2004-02-04 19:36                     ` Luc Teirlinck
2004-02-04 22:51                       ` Kim F. Storm
2004-02-04 20:51                     ` Luc Teirlinck
2004-02-04 16:56                   ` Kim F. Storm
2004-02-01 22:27         ` Luc Teirlinck
2004-02-02  7:09           ` Kai Grossjohann
2004-02-02 14:28             ` Luc Teirlinck
2004-02-02 17:11               ` Stefan Monnier
2004-02-02 18:51                 ` Luc Teirlinck
2004-02-02 20:02                   ` Stefan Monnier
2004-02-02 22:59                     ` Luc Teirlinck
2004-02-02 19:01                 ` Luc Teirlinck
2004-02-01 23:46       ` Kim F. Storm
2004-02-01 23:02         ` Luc Teirlinck
2003-02-13 23:03 Mark Moll
2003-02-14 10:03 ` Juanma Barranquero
2002-11-08 20:04 Kai Großjohann
2002-11-09 13:17 ` Henrik Enberg
2002-11-11 10:19   ` Richard Stallman
2002-11-12 18:29     ` Henrik Enberg
2002-11-14 12:15       ` Richard Stallman
2002-11-14 23:38     ` Kenichi Handa
2002-11-15 14:24       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALiKfY+dL=XK=jx+YNgRKjpDwbPKRRCjqiOuoiiN+fiwHmUSew@mail.gmail.com' \
    --to=cavandusen@gmail.com \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.