From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?P._A._L=c3=b3pez-Valencia?= Newsgroups: gmane.emacs.help Subject: Re: Upgrading Emacs from Git Date: Wed, 10 Feb 2016 20:25:51 -0500 Organization: A noiseless patient Spider Message-ID: References: <877ficrhj6.fsf@mbork.pl> <83bn7obhm4.fsf@gnu.org> <878u2sv34z.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1455208192 32239 80.91.229.3 (11 Feb 2016 16:29:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Feb 2016 16:29:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 11 17:29:51 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aTu7p-0004C0-Lv for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Feb 2016 17:29:49 +0100 Original-Received: from localhost ([::1]:51475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTu7o-0006hs-QY for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Feb 2016 11:29:48 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!fanelia.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Injection-Date: Thu, 11 Feb 2016 01:23:00 -0000 (UTC) Injection-Info: fanelia.eternal-september.org; posting-host="ff6edf5c55dc5da19f61323fe00ecf28"; logging-data="14892"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/rbPUWvWaeXqA+c87mgUcs" User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: Cancel-Lock: sha1:OZaqXTUdqpTtZKQeosX0m5kJvdE= Original-Xref: usenet.stanford.edu gnu.emacs.help:216806 X-Mailman-Approved-At: Thu, 11 Feb 2016 11:29:33 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109104 Archived-At: El 10/02/2016 a las 7:52 p. m., Emanuel Berg escribió: > Óscar Fuentes 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? > You do: [you@yourbox /path/to/emacs-git-repo-copy] $ make distclean && ./configure [--config-flags] && make