[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make bootstrap fails
From: |
Eli Zaretskii |
Subject: |
Re: make bootstrap fails |
Date: |
Mon, 09 Apr 2012 09:52:10 +0300 |
> 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
- Re: make bootstrap fails, Stefan Monnier, 2012/04/09
- Re: make bootstrap fails, Glenn Morris, 2012/04/10
- Re: make bootstrap fails, Stefan Monnier, 2012/04/10
- Re: make bootstrap fails, Glenn Morris, 2012/04/10
- Re: make bootstrap fails, Stefan Monnier, 2012/04/10
- Re: make bootstrap fails, Glenn Morris, 2012/04/10
- Re: make bootstrap fails, Chris Van Dusen, 2012/04/11