Arcila Romain <[EMAIL PROTECTED]> writes: > Hi, > > I have downloaded dvc today, and at the beginning of make, the compilation > stop with the following error: > > make[1]: Entering directory `/media/devel/devel/project/dvc/dvc/++build/lisp' > lispdir=/usr/local/share/emacs/site-lisp/dvc srcdir=../../lisp > emacs -batch -q -no-site-file -no-init-file -l ../../lisp/dvc-build.el -f > package-maint-clean-some-elc > Loading /media/devel/devel/project/dvc/dvc/++build/lisp/dvc-version.el > (source)... > WARNING: Could not find bzr user-wide ignore file. > No buffer named WARNING: Could not find bzr user-wide ignore file.
It's surprising to see this error here. This WARNING is a message (I mean, it uses the `message' function), I don't know how this can be used to name a buffer. It's displayed when bzr.el is loaded. Perhaps we should do something about this in DVC, but anyway, you can solve the problem by either installing a newer version of bzr, or $ mkdir -p ~/.bazaar/ $ touch ~/.bazaar/ignore (in the later case, when you'll upgrade bzr, you'll probably need to rm ~/.bazaar/ignore, bzr will re-create it with some content) -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
