emacs-devel
[Top][All Lists]
Advanced

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

Re: bazaar: "unable to obtain lock"


From: James Cloos
Subject: Re: bazaar: "unable to obtain lock"
Date: Thu, 31 Dec 2009 09:57:18 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.90 (gnu/linux)

>>>>> "Robert" == Robert J Chassell <address@hidden> writes:

Robert> From /usr/local/src/emacs/src/emacs, I was able to start different Emacs

Try making your /usr/local/src/emacs/src be what the wiki page calls
emacs, still have trunk as the pristine mirror, and use a branch from
that trunk, called emacs, as your build branch.

Ie, starting from the tar Karl provided, something like:

    # untar it somewhere
    # cd to the top directory created by the untarring
    :; mv .bzr trunk quickfixes /usr/local/src/emacs/src/
    :; cd /usr/local/src/emacs/src/
    :; mv emacs old-emacs
    :; bzr branch trunk emacs

then you can do:

    :; cd /usr/local/src/emacs/src/trunk
    :; bzr pull
    :; cd ../emacs
    :; bzr merge
    # follow the post merge instructions from the wiki page
    :; make <whatever>

to do re-compiles.

All of that should work just as well in elisp as at the shell prompt.

-JimC
-- 
James Cloos <address@hidden>         OpenPGP: 1024D/ED7DAEA6




reply via email to

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