help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Upgrading Emacs from Git


From: Óscar Fuentes
Subject: Re: Upgrading Emacs from Git
Date: Thu, 11 Feb 2016 02:24:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Emanuel Berg <embe8573@student.uu.se> writes:

>>> It should be enough to "git pull" into the same
>>> repository where you have the previous version, and
>>> then "make && make install".
>>
>> If "make" fails, try "make bootstrap".
>
> What do you do if that fails as well?

In the directory that contains the git checkout execute:

git clean -f -d -x

That ensures that you are using a pristine source directory. Then

make

If that fails, then the build is broken due to some erroneous change
made by the developers. Wait one day or two, "git pull" again, repeat
the build process. If the build is still broken, on Emacs do

M-x report-emacs-bug

including details about your setup (compiler, library versions, etc) and
the output of the build at the failure point.

It is possible to check out a previous vesion (one day ago, for
instance) instead of waiting for a fix upstream, but that requires and
slightly more complicated git usage.




reply via email to

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