[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs
From: |
Stefan Monnier |
Subject: |
bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs |
Date: |
Mon, 06 Dec 2010 22:21:07 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> Then I'd ask what the point of having any of that enabled when
> building Emacs is. It cannot do anything useful, only slow the build
> down; so why not eg bind vc-handled-backends to nil in
> batch-byte-compile.
If something is annoying during a build, chances are it will also be
annoying in other circumstances, so rather than temporarily disabling
it to work around the problem, we'd rather make it work right.
> I replaced my `bzr' with the following shell-script:
> #!/bin/sh
> echo "$@" >> /tmp/LOG
> exec real-bzr "$@"
> It was not called at any point during a `make bootstrap', nor by
> `touch lisp/*.el; make'.
> So I have no idea how the OP got into whatever state he's in.
Note that vc-bzr.el has its own implementation of a subset of "bzr
status" and it falls back on "bzr status" in some cases not covered by
its own code. So it might be that the built-in code works fine for your
situation but not for the OP's.
Stefan
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, (continued)
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Eli Zaretskii, 2010/12/05
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Peter Dyballa, 2010/12/06
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Eli Zaretskii, 2010/12/06
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Peter Dyballa, 2010/12/08
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Eli Zaretskii, 2010/12/08
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Glenn Morris, 2010/12/06
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Eli Zaretskii, 2010/12/06
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Glenn Morris, 2010/12/06
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Eli Zaretskii, 2010/12/06
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs, Glenn Morris, 2010/12/06
- bug#7560: 24.0.50; 'bzr status' blocking making of GNU Emacs,
Stefan Monnier <=